HomeSort by relevance Sort by last modified time
    Searched refs:numMethods (Results 1 - 25 of 29) sorted by null

1 2

  /packages/inputmethods/LatinIME/native/jni/
jni_common.h 24 const int numMethods);
jni_common.cpp 64 const int numMethods) {
70 if (env->RegisterNatives(clazz, methods, numMethods) != 0) {
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 45 static int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) {
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /development/samples/SimpleJNI/jni/
native.cpp 41 JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 41 const JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 41 const JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 41 const JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /external/conscrypt/src/compat/native/
JNIHelp.h 45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) {
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
JNIHelp.cpp 70 const JNINativeMethod* gMethods, int numMethods)
74 ALOGV("Registering %s's %d native methods...", className, numMethods);
83 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) {
  /external/conscrypt/src/openjdk/native/
JNIHelp.cpp 68 const JNINativeMethod* gMethods, int numMethods)
70 ALOGV("Registering %s's %d native methods...", className, numMethods);
80 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) {
JNIHelp.h 45 int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
  /libnativehelper/include/nativehelper/
JNIHelp.h 45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) {
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
  /art/tools/dmtracedump/
tracedump.cc 148 int32_t numMethods;
155 int32_t numMethods;
190 int32_t numMethods;
772 pKeys->numMethods = count;
816 qsort(pKeys->methods, pKeys->numMethods, sizeof(MethodEntry), compareMethods);
892 printf("Methods (%d):\n", pKeys->numMethods);
893 for (int32_t i = 0; i < pKeys->numMethods; i++) {
972 int32_t hi = pKeys->numMethods - 1;
    [all...]
  /frameworks/base/core/jni/
core_jni_helpers.h 69 const JNINativeMethod* gMethods, int numMethods) {
70 int res = AndroidRuntime::registerNativeMethods(env, className, gMethods, numMethods);
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 54 const char* className, const JNINativeMethod* gMethods, int numMethods);
  /external/lzma/CPP/7zip/
ICoder.h 132 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods) PURE;
206 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 209 UInt32 numMethods = 1;
213 RINOK(getNumberOfMethodsFunc(&numMethods));
215 for (UInt32 i = 0; i < numMethods; i++)
232 UInt32 numMethods = lib.Hashers->GetNumHashers();
233 for (UInt32 i = 0; i < numMethods; i++)
697 STDMETHODIMP CCodecs::GetNumberOfMethods(UInt32 *numMethods)
699 *numMethods = NUM_EXPORT_CODECS
LoadCodecs.h 222 STDMETHOD(GetNumberOfMethods)(UInt32 *numMethods);
  /libnativehelper/
JNIHelp.cpp 74 const JNINativeMethod* gMethods, int numMethods)
78 ALOGV("Registering %s's %d native methods...", className, numMethods);
95 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) {
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 164 unsigned numMethods = _bindInfo.Coders.Size();
181 for (i = 0; i < numMethods; i++)
291 for (i = 0; i < numMethods; i++)
292 folderItem.Coders[numMethods - 1 - i].Props = _codersInfo[i].Props;
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 312 JNINativeMethod* gMethods, int numMethods) {
319 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 610 UInt32 numMethods;
611 if (codecs->GetNumberOfMethods(&numMethods) == S_OK)
612 for (UInt32 j = 0; j < numMethods; j++)
628 numMethods = codecs->GetNumHashers();
629 for (UInt32 j = 0; j < numMethods; j++)
  /external/jdiff/src/jdiff/
HTMLStatistics.java 457 int numMethods = numMethodsRemoved + numMethodsAdded + numMethodsChanged;
458 h_.writeText(" <TD ALIGN=\"right\">" + numMethods + "</TD>");
  /external/jhead/
main.c 785 JNINativeMethod* gMethods, int numMethods)
795 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 552 JNINativeMethod* gMethods, int numMethods) {
557 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {

Completed in 939 milliseconds

1 2