MCPcopy Create free account

hub / github.com/canyie/pine / functions

Functions1,225 in github.com/canyie/pine

↓ 165 callersMethodlength
Gets a CharSequence length or {@code 0} if the CharSequence is {@code null}. @param cs a CharSequence or {@code null} @return CharSequence
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/StringUtils.java:4796
↓ 82 callersMethodgetClass
Returns the class represented by {@code className} using the {@code classLoader}. This implementation supports the syntaxes "{@code java.util.Map.Ent
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ClassUtils.java:815
↓ 66 callersMethodget
Transforms the given string with a Java version number to the corresponding constant of this enumeration class. This method is used internally. @para
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/JavaVersion.java:131
↓ 58 callersMethodappend
<p>Append to the <code>toString</code> an <code>Object</code> value, printing the full <code>toString</code> of the <code>Object</code> passed in.</p>
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ToStringStyle.java:429
↓ 58 callersMethodisEmpty
<p>Checks if a CharSequence is empty ("") or null.</p> <pre> StringUtils.isEmpty(null) = true StringUtils.isEmpty("") = true StringUtils.
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/StringUtils.java:183
↓ 57 callersMethodsubstring
<p>Gets a substring from the specified String avoiding exceptions.</p> <p>A negative start position can be used to start {@code n} characters from th
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/StringUtils.java:2024
↓ 55 callersMethodappend
<p>Test if two <code>Object</code>s are equal using their <code>equals</code> method.</p> @param lhs the left hand object @param rhs the right hand
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/EqualsBuilder.java:448
↓ 48 callersMethodclone
<p>Shallow clones an array returning a typecast result and handling {@code null}.</p> <p>The objects in the array are not cloned, thus there is no sp
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:320
↓ 48 callersMethodequals
<p>Compares this pair to another based on the two elements.</p> @param obj the object to compare to, null returns false @return true if the elements
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/tuple/Pair.java:126
↓ 45 callersMethodlog
Writes a message to the Xposed error log. <p class="warning"><b>DON'T FLOOD THE LOG!!!</b> This is only meant for error logging. If you want to write
xposed/src/main/java/de/robv/android/xposed/XposedBridge.java:120
↓ 44 callersMethodgetSystemProperty
<p> Gets a System property, defaulting to {@code null} if the property cannot be read. </p> <p> If a {@code SecurityException} is caught, the return v
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/SystemUtils.java:1302
↓ 38 callersMethodisEmpty
<p>Checks if an array of Objects is empty or {@code null}.</p> @param array the array to test @return {@code true} if the array is empty or {@code n
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:3232
↓ 37 callersMethodfindField
Look up a field in a class and set it to accessible. @param clazz The class which either declares or inherits the field. @param fieldName The field n
xposed/src/main/java/de/robv/android/xposed/XposedHelpers.java:101
↓ 35 callersMethodGetSymbolAddress
core/src/main/cpp/utils/elf_image.cpp:209
↓ 34 callersMethodindexOf
<p>Finds the index of the given object in the array.</p> <p>This method returns {@link #INDEX_NOT_FOUND} ({@code -1}) for a {@code null} input array.
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:1618
↓ 33 callersMethodadd
<p>Copies the given array and adds the given element at the end of the new array.</p> <p>The new array contains the same elements of the input array
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:3739
↓ 29 callersMethodappendDetail
<p>Append to the <code>toString</code> an <code>Object</code> value, printing the full detail of the <code>Object</code>.</p> @param buffer the <cod
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ToStringStyle.java:585
↓ 23 callersMethodgetParameterTypes
Returns an array with the classes of the given objects.
xposed/src/main/java/de/robv/android/xposed/XposedHelpers.java:483
↓ 22 callersMethodinvoke
(Object proxy, Method method, Object[] args)
app/src/main/java/top/canyie/pine/examples/test/ProxyTest.java:24
↓ 20 callersMethodintValue
Returns the value of this MutableInt as an int. @return the numeric value represented by this object after conversion to type int.
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/mutable/MutableInt.java:178
↓ 20 callersMethodsetEquals
Sets the <code>isEquals</code> value. @param isEquals The value to set. @since 2.1
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/EqualsBuilder.java:934
↓ 19 callersMethodappendSummary
<p>Append to the <code>toString</code> an <code>Object</code> value, printing a summary of the <code>Object</code>.</P> @param buffer the <code>Stri
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ToStringStyle.java:622
↓ 18 callersMethodappendFieldEnd
<p>Append to the <code>toString<code> the field end.</p> @param buffer the <code>StringBuffer</code> to populate @param fieldName the field name, t
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ToStringStyle.java:1525
↓ 18 callersMethodappendFieldStart
<p>Append to the <code>toString</code> the field start.</p> @param buffer the <code>StringBuffer</code> to populate @param fieldName the field name
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ToStringStyle.java:1512
↓ 17 callersMethodremove
<p>Removes the element at the specified position from the specified array. All subsequent elements are shifted to the left (subtracts one from their i
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:4344
↓ 16 callersMethodindexOf
<p>Finds the first index within a CharSequence, handling {@code null}. This method uses {@link String#indexOf(int, int)} if possible.</p> <p>A {@code
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/StringUtils.java:836
↓ 15 callersMethodgetKey
<p>Gets the key from this pair.</p> <p>This method implements the {@code Map.Entry} interface returning the left element as the key.</p> @return the
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/tuple/Pair.java:91
↓ 15 callersMethodgetOSMatchesName
Decides if the operating system matches. @param osNamePrefix the prefix for the os name @return true if matches, or false if not or can't determine
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/SystemUtils.java:1285
↓ 14 callersMethodGet
core/src/main/cpp/utils/member.h:28
↓ 13 callersMethodtoString
Converts a <code>byte[]</code> to a String using the specified character encoding. @param bytes the byte array to read from @param charset
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/StringUtils.java:6578
↓ 13 callersMethodtoString
<p>Returns a String representation of this pair using the format {@code ($left,$right)}.</p> @return a string describing this object, not null
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/tuple/Pair.java:157
↓ 12 callersMethodSetOffset
core/src/main/cpp/utils/member.h:44
↓ 12 callersMethodappendNullText
<p>Append to the <code>toString</code> an indicator for <code>null</code>.</p> <p>The default indicator is <code>'&lt;null&gt;'</code>.</p> @param b
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ToStringStyle.java:1493
↓ 12 callersMethodgetMethod
(Class<?> c, String name, Class<?>... paramTypes)
core/src/main/java/top/canyie/pine/utils/ReflectionHelper.java:58
↓ 12 callersMethodgetValue
Gets the value of this mutable. @return the stored value
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/mutable/Mutable.java:40
↓ 12 callersMethodnewInstance
Creates a new instance of the given class. The constructor is resolved using {@link #findConstructorBestMatch(Class, Object...)}. @param clazz The cl
xposed/src/main/java/de/robv/android/xposed/XposedHelpers.java:1370
↓ 12 callersMethodstartsWith
<p>Check if a CharSequence starts with a specified prefix.</p> <p>{@code null}s are handled without exceptions. Two {@code null} references are consi
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/StringUtils.java:6325
↓ 11 callersMethodGetEntryPointFromCompiledCode
core/src/main/cpp/art/art_method.h:142
↓ 11 callersMethodappendSummarySize
<p>Append to the <code>toString</code> a size summary.</p> <p>The size summary is used to summarize the contents of <code>Collections</code>, <code>M
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ToStringStyle.java:1544
↓ 11 callersMethodensureInitialized
Initialize the Pine library if not initialized. WARNING: Calling this API will disable hidden api policy when {@code PineConfig.disableHiddenApiPolicy
core/src/main/java/top/canyie/pine/Pine.java:77
↓ 11 callersMethodindexOf
<p>Finds the first index in the {@code CharSequence} that matches the specified character.</p> @param cs the {@code CharSequence} to be processed, n
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/CharSequenceUtils.java:69
↓ 11 callersMethodtoArray
<p>Create a type-safe generic array.</p> <p>The Java language does not allow an array to be created from a generic type:</p> <pre> public static
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:301
↓ 10 callersMethodcompareTo
<p>Compares the pair based on the left element followed by the right element. The types must be {@code Comparable}.</p> @param other the other pair,
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/tuple/Pair.java:115
↓ 10 callersMethodhandleBridge
(int artMethod, int extras, int ebx)
core/src/main/java/top/canyie/pine/entry/X86Entry.java:54
↓ 10 callersMethodhandleBridge
Bridge handler for arm32. Note: This method should never be inlined to the direct bridge method (intBridge, objectBridge, etc.), otherwise, it will cr
core/src/main/java/top/canyie/pine/entry/Arm32Entry.java:83
↓ 10 callersMethodhandleBridge
Bridge handler for arm64. Note: This method should never be inlined to the direct bridge method (intBridge, objectBridge, etc.), otherwise, it will cr
core/src/main/java/top/canyie/pine/entry/Arm64Entry.java:81
↓ 10 callersMethodincrement
Increments the value. @since Commons Lang 2.2
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/mutable/MutableInt.java:115
↓ 10 callersMethodisFullDetail
<p>Is this field to be output in full detail.</p> <p>This method converts a detail request into a detail level. The calling code may request full det
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ToStringStyle.java:1564
↓ 10 callersMethodmin
<p>Null safe comparison of Comparables.</p> @param <T> type of the values processed by this method @param values the set of comparable values, may be
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ObjectUtils.java:345
↓ 10 callersMethodrun
()
xposed/src/main/java/de/robv/android/xposed/XSharedPreferences.java:52
↓ 9 callersMethodFindClass
core/src/main/cpp/utils/well_known_classes.h:28
↓ 9 callersMethodcopyArrayGrow1
Returns a copy of the given array of size 1 greater than the argument. The last value of the array is left to the default value. @param array The arr
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:3979
↓ 9 callersMethodextractIndices
Extract a set of Integer indices into an int[]. @param coll {@code HashSet} of {@code Integer} @return int[] @since 3.0.1
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:5789
↓ 9 callersMethodgetOSMatches
Decides if the operating system matches. @param osNamePrefix the prefix for the os name @param osVersionPrefix the prefix for the version @return tru
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/SystemUtils.java:1275
↓ 9 callersMethodremoveAll
<p>Removes the elements at the specified positions from the specified array. All remaining elements are shifted to the left.</p> <p>This method retur
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:4965
↓ 9 callersMethodtoCharArray
Green implementation of toCharArray. @param cs the {@code CharSequence} to be processed @return the resulting char array
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/CharSequenceUtils.java:163
↓ 8 callersMethodaddAbbreviation
Add primitive type abbreviation to maps of abbreviations. @param primitive Canonical name of primitive type @param abbreviation Corresponding abbrevi
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ClassUtils.java:110
↓ 8 callersMethodawaitLoadedLocked
()
xposed/src/main/java/de/robv/android/xposed/XSharedPreferences.java:224
↓ 8 callersMethodgetArtMethod
(Member method)
core/src/main/java/top/canyie/pine/Pine.java:813
↓ 8 callersMethodsplitWorker
Performs the logic for the {@code split} and {@code splitPreserveAllTokens} methods that do not return a maximum array length. @param str the String
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/StringUtils.java:2907
↓ 7 callersMethodSet
core/src/main/cpp/utils/member.h:40
↓ 7 callersFunctionUnprotect
enhances/src/main/cpp/enhances.cpp:88
↓ 7 callersMethodcurrentArtThread0
()
core/src/main/java/top/canyie/pine/Pine.java:845
↓ 7 callersMethodgetJavaVersionMatches
<p> Decides if the Java version matches. </p> @param versionPrefix the prefix for the java version @return true if matches, or false if not or can't
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/SystemUtils.java:1264
↓ 7 callersMethodgetObject
(long thread, long address)
core/src/main/java/top/canyie/pine/Pine.java:482
↓ 7 callersMethodgetObject
<p>Returns the <code>Object</code> being output.</p> @return The object being output. @since 2.0
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ToStringBuilder.java:1021
↓ 7 callersMethodloadClass
(String name, boolean resolve)
xposed/src/main/java/top/canyie/pine/xposed/ModuleClassLoader.java:36
↓ 7 callersMethodnext
()
xposed/src/main/java/top/canyie/pine/xposed/CompoundEnumeration.java:44
↓ 6 callersMethodadd
(E e)
xposed/src/main/java/de/robv/android/xposed/XposedBridge.java:408
↓ 6 callersMethodcontains
<p>Checks if the object is in the given array.</p> <p>The method returns {@code false} if a {@code null} array is passed in.</p> @param array the a
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:1721
↓ 6 callersMethodendsWith
<p>Check if a CharSequence ends with a specified suffix.</p> <p>{@code null}s are handled without exceptions. Two {@code null} references are conside
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/StringUtils.java:6433
↓ 6 callersMethodfindClass
Look up a class with the specified class loader. <p>There are various allowed syntaxes for the class name, but it's recommended to use one of these:
xposed/src/main/java/de/robv/android/xposed/XposedHelpers.java:67
↓ 6 callersMethodgetLeft
<p>Gets the left element from this pair.</p> <p>When treated as a key-value pair, this is the key.</p> @return the left element, may be null
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/tuple/Pair.java:72
↓ 6 callersMethodgetLength
<p>Returns the length of the specified array. This method can deal with {@code Object} arrays and with primitive arrays.</p> <p>If the input array is
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:1369
↓ 6 callersMethodgetParameterClasses
Retrieve classes from an array, where each element might either be a Class already, or a String with the full class name.
xposed/src/main/java/de/robv/android/xposed/XposedHelpers.java:495
↓ 6 callersMethodgetResult
Get the result that will be returned in this method call. @return The result that will be returned in this method call
core/src/main/java/top/canyie/pine/Pine.java:1008
↓ 6 callersMethodgetRight
<p>Gets the right element from this pair.</p> <p>When treated as a key-value pair, this is the value.</p> @return the right element, may be null
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/tuple/Pair.java:81
↓ 6 callersMethodisWhitespace
<p>Checks if the CharSequence contains only whitespace.</p> <p>{@code null} will return {@code false}. An empty CharSequence (length()=0) will return
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/StringUtils.java:5426
↓ 6 callersMethodlastIndexOf
<p>Finds the last index in the {@code CharSequence} that matches the specified character.</p> @param cs the {@code CharSequence} to be processed @pa
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/CharSequenceUtils.java:116
↓ 6 callersMethodnotNull
<p>Validate that the specified argument is not {@code null}; otherwise throwing an exception. <pre>Validate.notNull(myObject, "The object must not be
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/Validate.java:202
↓ 6 callersMethodregionMatches
Green implementation of regionMatches. @param cs the {@code CharSequence} to be processed @param ignoreCase whether or not to be case insensitive @pa
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/CharSequenceUtils.java:187
↓ 6 callersMethodsetResult
Modify the result of the method call. <p>If called from {@link #beforeHookedMethod}, it prevents the call to the original method.
xposed/src/main/java/de/robv/android/xposed/XC_MethodHook.java:96
↓ 6 callersMethodtoString
<p> Builds a <code>toString</code> value using the default <code>ToStringStyle</code> through reflection. </p> <p> It uses <code>AccessibleObject.set
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ReflectionToStringBuilder.java:112
↓ 5 callersMethodGetCompiledCodeAddr
core/src/main/cpp/art/art_method.h:201
↓ 5 callersMethodaddAll
<p>Adds all the elements of the given arrays into a new array.</p> <p>The new array contains all of the element of {@code array1} followed by all of t
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ArrayUtils.java:3449
↓ 5 callersMethodcallBackupMethod
(HookRecord hookRecord, Object thisObject, Object[] args)
core/src/main/java/top/canyie/pine/Pine.java:492
↓ 5 callersMethodcompare
<p>Null safe comparison of Comparables. {@code null} is assumed to be less than a non-{@code null} value.</p> @param <T> type of the values processed
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ObjectUtils.java:392
↓ 5 callersMethodgetInstance
()
app/src/main/java/top/canyie/pine/examples/ExampleApp.java:119
↓ 5 callersMethodgetInt
@hide
xposed/src/main/java/de/robv/android/xposed/XSharedPreferences.java:264
↓ 5 callersMethodgetRegistry
<p> Returns the registry of object pairs being traversed by the reflection methods in the current thread. </p> @return Set the registry of objects be
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/EqualsBuilder.java:121
↓ 5 callersMethodgetRegistry
<p> Returns the registry of objects being traversed by the reflection methods in the current thread. </p> @return Set the registry of objects being t
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/HashCodeBuilder.java:135
↓ 5 callersMethodgetStringBuffer
<p>Gets the <code>StringBuffer</code> being populated.</p> @return the <code>StringBuffer</code> being populated
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ToStringBuilder.java:1030
↓ 5 callersMethodints2Long
(int l, int h)
core/src/main/java/top/canyie/pine/utils/Primitives.java:167
↓ 5 callersMethodmax
<p>Null safe comparison of Comparables.</p> @param <T> type of the values processed by this method @param values the set of comparable values, may be
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/ObjectUtils.java:370
↓ 5 callersMethodsetResult
Set a result that will be returned in this method call. If you call it {@code beforeCall}, the original method call will be prevented, and next hooks
core/src/main/java/top/canyie/pine/Pine.java:1018
↓ 5 callersMethodsetThrowable
Modify the exception thrown of the method call. <p>If called from {@link #beforeHookedMethod}, it prevents the call to the original method.
xposed/src/main/java/de/robv/android/xposed/XC_MethodHook.java:117
↓ 5 callersMethodtoNoNullStringArray
Converts the given Collection into an array of Strings. The returned array does not contain <code>null</code> entries. Note that {@link Arrays#sort(Ob
xposed/src/main/apacheCommonsLang/external/org/apache/commons/lang3/builder/ReflectionToStringBuilder.java:308
↓ 4 callersMethodGetCompiledCodeSize
core/src/main/cpp/art/art_method.h:209
↓ 4 callersMethodIsValid
core/src/main/cpp/utils/member.h:52
↓ 4 callersMethodSetEntryPointFromCompiledCode
core/src/main/cpp/art/art_method.h:150
next →1–100 of 1,225, ranked by callers