Home
last modified time | relevance | path

Searched defs:methods (Results 1 – 25 of 140) sorted by relevance

123456

/aosp12/art/runtime/
H A Dimtable_test.cc93 std::pair<ArtMethod*, ArtMethod*> methods = LoadMethods("LInterfaces$A;", "foo"); in TEST_F() local
100 std::pair<ArtMethod*, ArtMethod*> methods = LoadMethods("LInterfaces$Z;", "foo"); in TEST_F() local
/aosp12/art/test/497-inlining-and-class-loader/
H A Dclear_dex_cache.cc37 mirror::MethodDexCacheType* methods = dex_cache->GetResolvedMethods(); in Java_Main_cloneResolvedMethods() local
72 mirror::MethodDexCacheType* methods = dex_cache->GetResolvedMethods(); in Java_Main_restoreResolvedMethods() local
/aosp12/art/test/1976-hello-structural-static-methods/src/art/
H A DTest1976.java115 public static MethodHandleWrapper[] getMethodHandles(Method[] methods) throws Exception { in getMethodHandles()
149 Method[] methods = Transform1976.class.getDeclaredMethods(); in doTest() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiTestUtil.java46 Method[] methods = clazz.getDeclaredMethods(); in getTestMethod() local
/aosp12/art/test/626-set-resolved-string/src/
H A DMain.java25 Method[] methods = Main.class.getDeclaredMethods(); in main() local
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_devicepolicy_CryptoTestHelper.cpp28 static const JNINativeMethod methods[] = { variable
/aosp12/art/runtime/native/
H A Dnative_util.h30 const JNINativeMethod* methods, in RegisterNativeMethodsInternal()
H A Djava_lang_reflect_Proxy.cc33 jobject loader, jobjectArray methods, jobjectArray throws) { in Proxy_generateProxy()
/aosp12/art/compiler/debug/
H A Delf_compilation_unit.h28 std::vector<const MethodDebugInfo*> methods; member
/aosp12/art/test/044-proxy/src/
H A DNarrowingTest.java50 Method[] methods = proxy.getClass().getDeclaredMethods(); in main() local
/aosp12/art/runtime/jit/
H A Dprofiling_info_test.cc58 std::vector<ArtMethod*> methods; in GetVirtualMethods() local
71 const std::vector<ArtMethod*>& methods, in SaveProfilingInfo()
102 const std::vector<ArtMethod*>& methods, in SaveProfilingInfoWithFakeInlineCaches()
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelCpuTotalBpfMapReader.cpp42 static const JNINativeMethod methods[] = { variable
H A Dcom_android_internal_os_DmabufInfoReader.cpp50 static const JNINativeMethod methods[] = { variable
H A Dandroid_os_MemoryFile.cpp59 static const JNINativeMethod methods[] = { variable
H A Dandroid_util_CharsetUtils.cpp58 static const JNINativeMethod methods[] = { variable
H A Dcom_android_internal_os_KernelCpuBpfTracking.cpp64 static const JNINativeMethod methods[] = { variable
H A Dandroid_os_SharedMemory.cpp82 const JNINativeMethod methods[] = { variable
/aosp12/packages/inputmethods/LatinIME/native/jni/
H A Djni_common.cpp63 int registerNativeMethods(JNIEnv *env, const char *const className, const JNINativeMethod *methods, in registerNativeMethods()
/aosp12/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
H A DSimulatorPortalEntryGroup.java27 abstract ImmutableMap<String, Runnable> methods(); in methods() method in SimulatorPortalEntryGroup
/aosp12/art/test/690-hiddenapi-same-name-methods/src/
H A DMain.java57 Method[] methods = klass.getDeclaredMethods(); in checkMethodList() local
/aosp12/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/jni/
H A DCarEvsCameraPreviewRenderer.cpp86 static const JNINativeMethod methods[] = { in JNI_OnLoad() local
/aosp12/system/tools/hidl/lint/lints/
H A Doneway.cpp43 const std::vector<Method*>& methods = iface.userDefinedMethods(); in getInterfaceOnewayType() local
/aosp12/art/libdexfile/dex/
H A Dclass_accessor_test.cc38 auto methods = accessor.GetMethods(); in TEST_F() local
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmGenerator.java115 Set<String> methods = mDelegateMethods.get(className); in AsmGenerator() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DClassDataItem.java97 private void incrementEncodedMethods(int insertedIdx, EncodedMethod[] methods) { in incrementEncodedMethods()

123456