Searched refs:CHECK_NATIVE_PTR (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/android/jni_generator/ |
D | testNatives.golden | 52 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy"); 66 CHECK_NATIVE_PTR(env, jcaller, native, "AddBookmark", 0); 147 CHECK_NATIVE_PTR(env, jcaller, native, "AddBookmarkFromAPI", 0); 187 CHECK_NATIVE_PTR(env, jcaller, native, "QueryBitmap", NULL); 204 CHECK_NATIVE_PTR(env, jcaller, native, "GotOrientation");
|
D | SampleForTests_jni.golden | 113 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy"); 168 CHECK_NATIVE_PTR(env, jcaller, native, "Method", 0); 178 CHECK_NATIVE_PTR(env, jcaller, native, "MethodOtherP0", 0); 188 CHECK_NATIVE_PTR(env, jcaller, native, "AddStructB"); 199 CHECK_NATIVE_PTR(env, jcaller, native, "IterateAndDoSomethingWithStructB"); 210 CHECK_NATIVE_PTR(env, jcaller, native, "ReturnAString", NULL);
|
D | jni_generator_helper.h | 20 #define CHECK_NATIVE_PTR(env, jcaller, native_ptr, method_name, ...) \ macro
|
D | testNativesLong.golden | 44 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
|
D | testNativeExportsOnlyOption.golden | 83 CHECK_NATIVE_PTR(env, jcaller, native, "StaticMethod", 0); 93 CHECK_NATIVE_PTR(env, jcaller, native, "Method", 0);
|
D | testTracing.golden | 47 CHECK_NATIVE_PTR(env, jcaller, native, "InstanceMethod");
|
/external/webrtc/sdk/android/src/jni/ |
D | jni_generator_helper.h | 25 #define CHECK_NATIVE_PTR(env, jcaller, native_ptr, method_name, ...) \ macro
|