Home
last modified time | relevance | path

Searched refs:CHECK_NATIVE_PTR (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/android/jni_generator/
DtestNatives.golden52 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");
DSampleForTests_jni.golden113 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);
Djni_generator_helper.h20 #define CHECK_NATIVE_PTR(env, jcaller, native_ptr, method_name, ...) \ macro
DtestNativesLong.golden44 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
DtestNativeExportsOnlyOption.golden83 CHECK_NATIVE_PTR(env, jcaller, native, "StaticMethod", 0);
93 CHECK_NATIVE_PTR(env, jcaller, native, "Method", 0);
DtestTracing.golden47 CHECK_NATIVE_PTR(env, jcaller, native, "InstanceMethod");
/external/webrtc/sdk/android/src/jni/
Djni_generator_helper.h25 #define CHECK_NATIVE_PTR(env, jcaller, native_ptr, method_name, ...) \ macro