MCPcopy Create free account

hub / github.com/Youlor/unpacker / functions

Functions17,941 in github.com/Youlor/unpacker

↓ 10 callersMethodgetFieldIds
Gets the field identifiers section. <p>This is public in order to allow the various {@link Item} instances to add items to the instance and help earl
dexfixer/src/com/android/dx/dex/file/DexFile.java:435
↓ 10 callersMethodgetFile
Gets the file that this instance is part of. @return {@code non-null;} the file
dexfixer/src/com/android/dx/dex/file/Section.java:87
↓ 10 callersMethodgetHeight
Retrieve the current height of the ActionBar. @return The ActionBar's height
android-7.1.2_r33/frameworks/base/core/java/android/app/ActionBar.java:774
↓ 10 callersMethodgetInstrumentation
()
android-7.1.2_r33/frameworks/base/core/java/android/app/ActivityThread.java:2032
↓ 10 callersMethodgetIntBits
Gets the value as {@code int} bits. If this instance contains more bits than fit in an {@code int}, then this returns only the low-order bits. @retur
dexfixer/src/com/android/dx/rop/cst/CstLiteralBits.java:42
↓ 10 callersMethodgetOpcodeUnit
Gets the opcode, as a code unit.
dexfixer/src/com/android/dx/io/instructions/DecodedInstruction.java:130
↓ 10 callersMethodgetPackageName
()
android-7.1.2_r33/frameworks/base/core/java/android/app/backup/RestoreDescription.java:70
↓ 10 callersMethodgetSection
(TableOfContents tableOfContents)
dexfixer/src/com/android/dx/merge/DexMerger.java:363
↓ 10 callersMethodgetSharedPreferencesPath
(String name)
android-7.1.2_r33/frameworks/base/core/java/android/app/ContextImpl.java:625
↓ 10 callersMethodgetTheme
()
android-7.1.2_r33/frameworks/base/core/java/android/app/ContextImpl.java:254
↓ 10 callersMethodgetWidth
@hide
android-7.1.2_r33/frameworks/base/core/java/android/app/ActivityOptions.java:937
↓ 10 callersMethodisArray
Gets whether this type is an array type. If this method returns {@code true}, then it is safe to use {@link #getComponentType} to determine the compon
dexfixer/src/com/android/dx/rop/type/Type.java:773
↓ 10 callersMethodmakeBitSet
Constructs a bit set to contain bits up to the given index (exclusive). @param max {@code >= 0;} the maximum bit index (exclusive) @return {@code non
dexfixer/src/com/android/dx/util/Bits.java:36
↓ 10 callersMethodmatch
(Context who, Activity activity, Intent intent)
android-7.1.2_r33/frameworks/base/core/java/android/app/Instrumentation.java:581
↓ 10 callersMethodnibble2
(int value)
dexfixer/src/com/android/dx/io/instructions/InstructionCodec.java:1105
↓ 10 callersMethodnibble3
(int value)
dexfixer/src/com/android/dx/io/instructions/InstructionCodec.java:1109
↓ 10 callersMethodnoteStateNotSaved
()
android-7.1.2_r33/frameworks/base/core/java/android/app/FragmentManager.java:2028
↓ 10 callersMethodopMove
Returns the appropriate {@code move} rop for the given type. The result is a shared instance. @param type {@code non-null;} type of value being moved
dexfixer/src/com/android/dx/rop/code/Rops.java:1259
↓ 10 callersMethodpop
Pops an element off the end of the list and decreasing the size by one. @return value from what was the last element @throws IndexOutOfBoundsExceptio
dexfixer/src/com/android/dx/util/IntList.java:296
↓ 10 callersMethodpop_front
android-7.1.2_r33/art/runtime/base/bounded_fifo.h:61
↓ 10 callersMethodprocessLegacyText
(CharSequence charSequence)
android-7.1.2_r33/frameworks/base/core/java/android/app/Notification.java:3866
↓ 10 callersMethodputLong
(String key, long value)
android-7.1.2_r33/frameworks/base/core/java/android/app/SharedPreferencesImpl.java:338
↓ 10 callersMethodrefreshRoute
(MediaRouter router)
android-7.1.2_r33/frameworks/base/core/java/android/app/MediaRouteActionProvider.java:176
↓ 10 callersMethodresolveActivity
(Intent intent, int flags)
android-7.1.2_r33/frameworks/base/core/java/android/app/ApplicationPackageManager.java:793
↓ 10 callersMethodsend
Perform the operation associated with this PendingIntent. @see #send(Context, int, Intent, android.app.PendingIntent.OnFinished, Handler) @throws Ca
android-7.1.2_r33/frameworks/base/core/java/android/app/PendingIntent.java:645
↓ 10 callersMethodsetBounds
(int left, int top, int right, int bottom)
android-7.1.2_r33/frameworks/base/core/java/android/app/WallpaperManager.java:222
↓ 10 callersMethodsetFlag
(int mask, boolean value)
android-7.1.2_r33/frameworks/base/core/java/android/app/Notification.java:6487
↓ 10 callersMethodstrings
()
dexfixer/src/com/android/dex/Dex.java:216
↓ 10 callersFunctiontestConversions
android-7.1.2_r33/art/runtime/utf_test.cc:314
↓ 10 callersMethodthrowException
(RuntimeException ex)
android-7.1.2_r33/frameworks/base/core/java/android/app/FragmentManager.java:487
↓ 10 callersMethodthrowIfNotConnectedLocked
()
android-7.1.2_r33/frameworks/base/core/java/android/app/UiAutomationConnection.java:403
↓ 10 callersMethodwriteByte
Writes a byte. @throws IndexOutOfBoundsException if all bytes have been written.
dexfixer/src/com/android/dex/util/ByteOutput.java:29
↓ 9 callersFunctionAppend1BE
android-7.1.2_r33/art/runtime/jdwp/jdwp_bits.h:35
↓ 9 callersFunctionAppend2LE
TODO: put this somewhere with the big-endian equivalent used by JDWP.
android-7.1.2_r33/art/runtime/trace.cc:197
↓ 9 callersMethodAsByteArray
android-7.1.2_r33/art/runtime/mirror/object-inl.h:308
↓ 9 callersMethodAsContinuousMemMapAllocSpace
android-7.1.2_r33/art/runtime/gc/space/space.cc:71
↓ 9 callersFunctionAssertConversion
android-7.1.2_r33/art/runtime/utf_test.cc:116
↓ 9 callersFunctionClassOffset
android-7.1.2_r33/art/runtime/mirror/object.h:84
↓ 9 callersMethodConcurrentCopyingCollector
android-7.1.2_r33/art/runtime/gc/heap.h:697
↓ 9 callersMethodDump
android-7.1.2_r33/art/runtime/gc/space/space.cc:32
↓ 9 callersFunctionEncodeUnsignedLeb128
android-7.1.2_r33/art/runtime/leb128.h:118
↓ 9 callersMethodEnd
android-7.1.2_r33/art/runtime/elf_file.cc:1803
↓ 9 callersFunctionExec
android-7.1.2_r33/art/runtime/utils.cc:1453
↓ 9 callersFunctionFailOrAbort
Note: returns true on failure.
android-7.1.2_r33/art/runtime/verifier/method_verifier.cc:97
↓ 9 callersMethodFindInstanceField
android-7.1.2_r33/art/runtime/mirror/class.cc:685
↓ 9 callersMethodGetAccessFlags
android-7.1.2_r33/art/runtime/verifier/method_verifier-inl.h:61
↓ 9 callersFunctionGetAndroidRoot
android-7.1.2_r33/art/runtime/utils.cc:1233
↓ 9 callersMethodGetDeclaringClassDescriptor
android-7.1.2_r33/art/runtime/art_method-inl.h:278
↓ 9 callersMethodGetDexPc
android-7.1.2_r33/art/runtime/gc/allocation_record.h:56
↓ 9 callersMethodGetFieldName
android-7.1.2_r33/art/runtime/debugger.cc:1415
↓ 9 callersMethodGetHeap
android-7.1.2_r33/art/runtime/gc/collector/garbage_collector.h:146
↓ 9 callersMethodGetHeldMutex
android-7.1.2_r33/art/runtime/thread.h:957
↓ 9 callersMethodGetIFields
android-7.1.2_r33/art/runtime/mirror/class-inl.h:990
↓ 9 callersMethodGetInternalKind
Get the actual kind of the location.
android-7.1.2_r33/art/runtime/stack_map.h:168
↓ 9 callersMethodGetParameterTypeList
android-7.1.2_r33/art/runtime/art_method-inl.h:350
↓ 9 callersMethodGetResolvedString
android-7.1.2_r33/art/runtime/mirror/dex_cache-inl.h:37
↓ 9 callersMethodGetStringData
android-7.1.2_r33/art/runtime/dex_file.h:525
↓ 9 callersMethodGetTid
android-7.1.2_r33/art/runtime/gc/allocation_record.h:173
↓ 9 callersMethodGetTotalTime
android-7.1.2_r33/art/runtime/base/timing_logger.h:63
↓ 9 callersMethodGetVTableLength
android-7.1.2_r33/art/runtime/mirror/class-inl.h:254
↓ 9 callersMethodHead
android-7.1.2_r33/art/runtime/gc/allocator/rosalloc.h:145
↓ 9 callersMethodIndexes
android-7.1.2_r33/art/runtime/base/bit_vector.h:213
↓ 9 callersMethodInit
android-7.1.2_r33/art/runtime/thread.cc:685
↓ 9 callersMethodInternWeak
android-7.1.2_r33/art/runtime/intern_table.cc:337
↓ 9 callersMethodInterpretOnly
Called by ArtMethod::Invoke to determine dispatch mechanism.
android-7.1.2_r33/art/runtime/instrumentation.h:246
↓ 9 callersMethodIsCalleeSaveMethod
android-7.1.2_r33/art/runtime/art_method-inl.h:245
↓ 9 callersFunctionIsInstructionIGet
android-7.1.2_r33/art/runtime/dex_instruction_utils.h:92
↓ 9 callersFunctionIsPowerOfTwo
android-7.1.2_r33/art/runtime/base/bit_utils.h:97
↓ 9 callersMethodIsSubsetOf
android-7.1.2_r33/art/runtime/base/bit_vector.cc:92
↓ 9 callersMethodIsUnresolvedMergedReference
android-7.1.2_r33/art/runtime/verifier/reg_type.h:71
↓ 9 callersMethodLoad
android-7.1.2_r33/art/runtime/stack_map.h:665
↓ 9 callersFunctionMapTypeToBitMask
android-7.1.2_r33/art/runtime/dex_file_verifier.cc:35
↓ 9 callersMethodNewByteArray
android-7.1.2_r33/art/runtime/jni_internal.cc:1814
↓ 9 callersMethodPopShadowFrame
android-7.1.2_r33/art/runtime/thread.h:749
↓ 9 callersFunctionReadSpecificImageHeader
android-7.1.2_r33/art/runtime/gc/space/image_space.cc:180
↓ 9 callersFunctionReferentOffset
android-7.1.2_r33/art/runtime/mirror/reference.h:62
↓ 9 callersFunctionSHARED_REQUIRES
android-7.1.2_r33/art/runtime/gc/space/rosalloc_space.cc:382
↓ 9 callersFunctionSHARED_REQUIRES
android-7.1.2_r33/art/runtime/mirror/array.h:52
↓ 9 callersFunctionSHARED_REQUIRES
android-7.1.2_r33/art/runtime/mirror/dex_cache.h:72
↓ 9 callersFunctionSet8BE
@deprecated
android-7.1.2_r33/art/runtime/jdwp/jdwp_bits.h:89
↓ 9 callersMethodSetClass
android-7.1.2_r33/art/runtime/mirror/field.cc:30
↓ 9 callersMethodSetClassFlags
android-7.1.2_r33/art/runtime/mirror/class-inl.h:900
↓ 9 callersMethodSetDeclaringClass
android-7.1.2_r33/art/runtime/art_field-inl.h:44
↓ 9 callersMethodSetElementPtrSize
android-7.1.2_r33/art/runtime/mirror/array-inl.h:387
↓ 9 callersMethodSetKind
android-7.1.2_r33/art/runtime/debugger.h:174
↓ 9 callersMethodSetLength
android-7.1.2_r33/art/runtime/base/unix_file/fd_file.cc:163
↓ 9 callersMethodSetRegisterTypeWide
android-7.1.2_r33/art/runtime/verifier/register_line-inl.h:64
↓ 9 callersMethodStart
android-7.1.2_r33/art/runtime/trace.cc:308
↓ 9 callersMethodStore
android-7.1.2_r33/art/runtime/stack_map.h:695
↓ 9 callersFunctionThrowIllegalAccessException
android-7.1.2_r33/art/runtime/common_throws.cc:206
↓ 9 callersFunctionThrowNegativeArraySizeException
android-7.1.2_r33/art/runtime/common_throws.cc:321
↓ 9 callersMethodThrowNewWrappedException
android-7.1.2_r33/art/runtime/thread.cc:2277
↓ 9 callersMethodUseJitCompilation
Returns true if JIT compilations are enabled. GetJit() will be not null in this case.
android-7.1.2_r33/art/runtime/runtime.cc:2052
↓ 9 callersMethodWaitHoldingLocks
android-7.1.2_r33/art/runtime/base/mutex.cc:837
↓ 9 callersMethodWrite
android-7.1.2_r33/art/runtime/base/unix_file/fd_file.cc:180
↓ 9 callersMethodapiIsSupported
Checks whether an API feature is supported. @param apiLevel the API level to test @return returns true if the current API level is at least sdkVersion
dexfixer/src/com/android/dx/dex/DexOptions.java:74
↓ 9 callersMethodapplyXmlFiltersAndDoFullBackupForDomain
Check whether the xml yielded any <include/> tag for the provided <code>domainToken</code>. If so, perform a {@link #fullBackupFileTree} which backs u
android-7.1.2_r33/frameworks/base/core/java/android/app/backup/BackupAgent.java:466
↓ 9 callersFunctionart_d2i
android-7.1.2_r33/art/runtime/entrypoints/math_entrypoints.cc:43
↓ 9 callersFunctionart_d2l
android-7.1.2_r33/art/runtime/entrypoints/math_entrypoints.cc:35
↓ 9 callersFunctionart_f2i
android-7.1.2_r33/art/runtime/entrypoints/math_entrypoints.cc:47
← previousnext →1,001–1,100 of 17,941, ranked by callers