Home
last modified time | relevance | path

Searched defs:numMethods (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/
H A Djni_common.cpp64 const int numMethods) { in registerNativeMethods()
/aosp12/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp44 const JNINativeMethod* gMethods, int numMethods) in registerNativeMethods()
/aosp12/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A Dnative.cpp44 const JNINativeMethod* gMethods, int numMethods) in registerNativeMethods()
/aosp12/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A Dnative.cpp44 const JNINativeMethod* gMethods, int numMethods) in registerNativeMethods()
/aosp12/art/tools/dmtracedump/
H A Dtracedump.cc148 int32_t numMethods; member
155 int32_t numMethods; member
190 int32_t numMethods; member
1347 void printExclusiveProfile(MethodEntry** pMethods, int32_t numMethods, uint64_t sumThreadTime) { in printExclusiveProfile()
1571 void createClassList(TraceData* traceData, MethodEntry** pMethods, int32_t numMethods) { in createClassList()
1698 int32_t numMethods = pClass->numMethods; in printClassProfiles() local
1772 int32_t numMethods = pClass->numMethods; in printClassProfiles() local
1822 void createUniqueMethodList(TraceData* traceData, MethodEntry** pMethods, int32_t numMethods) { in createUniqueMethodList()
1907 int32_t numMethods = pUnique->numMethods; in printMethodProfiles() local
1982 int32_t numMethods = pUnique->numMethods; in printMethodProfiles() local
[all …]
/aosp12/frameworks/base/apct-tests/perftests/core/jni/
H A DSystemPerfTest.cpp59 const JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dgraphics_jni_helpers.h84 const JNINativeMethod* gMethods, int numMethods) { in RegisterMethodsOrDie()
/aosp12/frameworks/base/core/jni/
H A DLayoutlibLoader.cpp109 const char* className, const JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods()
H A Dcore_jni_helpers.h87 const JNINativeMethod* gMethods, int numMethods) { in RegisterMethodsOrDie()
H A Dcom_android_internal_os_KernelCpuUidBpfMapReader.cpp164 int numMethods; member
H A DAndroidRuntime.cpp312 const char* className, const JNINativeMethod* gMethods, int numMethods) in registerNativeMethods()
/aosp12/packages/apps/Gallery2/jni_jpegstream/src/
H A Djpegstream.cpp312 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods()
/aosp12/libnativehelper/
H A DJNIHelp.c320 const JNINativeMethod* methods, int numMethods) in jniRegisterNativeMethods()
/aosp12/art/benchmark/micro-native/
H A Dmicro_native.cc102 int numMethods) { in jniRegisterNativeMethods()
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h360 int numMethods) { in jniRegisterNativeMethods()
/aosp12/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp562 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods()
/aosp12/art/test/004-JniTest/
H A Djni_test.cc795 const size_t numMethods = sizeof(sMainMethods)/sizeof(JNINativeMethod); in Java_Main_registerNativesJniTest() local