/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | object_tracker_jni.cc | 38 ObjectTracker* get_object_tracker(JNIEnv* env, jobject thiz) { in get_object_tracker() argument 40 reinterpret_cast<ObjectTracker*>(object_tracker_field.get(env, thiz)); in get_object_tracker() 45 void set_object_tracker(JNIEnv* env, jobject thiz, in set_object_tracker() argument 47 object_tracker_field.set(env, thiz, in set_object_tracker() 55 void JNICALL OBJECT_TRACKER_METHOD(initNative)(JNIEnv* env, jobject thiz, 61 jobject thiz); 65 JNIEnv* env, jobject thiz, jstring object_id, jfloat x1, jfloat y1, 70 JNIEnv* env, jobject thiz, jstring object_id, jfloat x1, jfloat y1, 75 JNIEnv* env, jobject thiz, jstring object_id, jfloat x1, jfloat y1, 79 jboolean JNICALL OBJECT_TRACKER_METHOD(haveObject)(JNIEnv* env, jobject thiz, [all …]
|
D | jni_utils.h | 32 int64_t get(JNIEnv* env, jobject thiz) { in get() argument 34 jclass cls = env->GetObjectClass(thiz); in get() 41 return env->GetLongField(thiz, field_ID_); in get() 44 void set(JNIEnv* env, jobject thiz, int64_t value) { in set() argument 46 jclass cls = env->GetObjectClass(thiz); in set() 53 env->SetLongField(thiz, field_ID_, value); in set()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-kern-table.hh | 188 inline const T* thiz (void) const { return static_cast<const T *> (this); } in thiz() function 191 { return (thiz()->coverage & T::COVERAGE_CHECK_FLAGS) == T::COVERAGE_CHECK_HORIZONTAL; } in is_horizontal() 194 { return bool (thiz()->coverage & T::COVERAGE_OVERRIDE_FLAG); } in is_override() 197 { return thiz()->subtable.get_kerning (left, right, end, thiz()->format); } in get_kerning() 202 inline unsigned int get_size (void) const { return thiz()->length; } in get_size() 207 return_trace (c->check_struct (thiz()) && in sanitize() 208 thiz()->length >= thiz()->min_size && in sanitize() 209 c->check_array (thiz(), 1, thiz()->length) && in sanitize() 210 thiz()->subtable.sanitize (c, thiz()->format)); in sanitize() 218 inline const T* thiz (void) const { return static_cast<const T *> (this); } in thiz() function [all …]
|
D | hb-ot-cmap-table.hh | 87 const accelerator_t *thiz = (const accelerator_t *) obj; in get_glyph_func() local 90 int min = 0, max = (int) thiz->segCount - 1; in get_glyph_func() 91 const UINT16 *startCount = thiz->startCount; in get_glyph_func() 92 const UINT16 *endCount = thiz->endCount; in get_glyph_func() 111 unsigned int rangeOffset = thiz->idRangeOffset[i]; in get_glyph_func() 113 gid = codepoint + thiz->idDelta[i]; in get_glyph_func() 117 unsigned int index = rangeOffset / 2 + (codepoint - thiz->startCount[i]) + i - thiz->segCount; in get_glyph_func() 118 if (unlikely (index >= thiz->glyphIdArrayLength)) in get_glyph_func() 120 gid = thiz->glyphIdArray[index]; in get_glyph_func() 123 gid += thiz->idDelta[i]; in get_glyph_func()
|
D | hb-ot-post-table.hh | 191 const accelerator_t *thiz = (const accelerator_t *) arg; in cmp_gids() local 194 return thiz->find_glyph_name (b).cmp (thiz->find_glyph_name (a)); in cmp_gids() 199 const accelerator_t *thiz = (const accelerator_t *) arg; in cmp_key() local 202 return thiz->find_glyph_name (o).cmp (*key); in cmp_key()
|
/external/libtextclassifier/ |
D | textclassifier_jni.h | 71 (JNIEnv* env, jobject thiz, jint fd); 74 (JNIEnv* env, jobject thiz, jstring path); 77 (JNIEnv* env, jobject thiz, jobject afd, jlong offset, jlong size); 80 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, 84 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, 88 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jobject options); 91 (JNIEnv* env, jobject thiz, jlong ptr); 101 (JNIEnv* env, jobject thiz, jobject afd, jlong offset, jlong size); 107 (JNIEnv* env, jobject thiz, jobject afd, jlong offset, jlong size); 113 (JNIEnv* env, jobject thiz, jobject afd, jlong offset, jlong size);
|
D | textclassifier_jni.cc | 326 (JNIEnv* env, jobject thiz, jint fd) { in JNI_METHOD() 337 (JNIEnv* env, jobject thiz, jstring path) { in JNI_METHOD() 348 (JNIEnv* env, jobject thiz, jobject afd, jlong offset, jlong size) { in JNI_METHOD() 361 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, in JNI_METHOD() 383 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, in JNI_METHOD() 401 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jobject options) { in JNI_METHOD() 442 (JNIEnv* env, jobject thiz, jlong ptr) { in JNI_METHOD() 461 (JNIEnv* env, jobject thiz, jobject afd, jlong offset, jlong size) { in JNI_METHOD() 476 (JNIEnv* env, jobject thiz, jobject afd, jlong offset, jlong size) { in JNI_METHOD() 491 (JNIEnv* env, jobject thiz, jobject afd, jlong offset, jlong size) { in JNI_METHOD()
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | MockMethodInterceptor.java | 77 public static int doIdentityHashCode(@This Object thiz) { in doIdentityHashCode() argument 78 return System.identityHashCode(thiz); in doIdentityHashCode() 85 public static boolean doIdentityEquals(@This Object thiz, @Argument(0) Object other) { in doIdentityEquals() argument 86 return thiz == other; in doIdentityEquals() 92 public static Object doWriteReplace(@This MockAccess thiz) throws ObjectStreamException { in doWriteReplace() argument 93 return thiz.getMockitoInterceptor().getSerializationSupport().writeReplace(thiz); in doWriteReplace()
|
D | MockMethodAdvice.java | 323 @This MockAccess thiz, in doReadObject() argument 326 … MockMethodAdvice mockMethodAdvice = (MockMethodAdvice) MockMethodDispatcher.get(identifier, thiz); in doReadObject() 328 mockMethodAdvice.interceptors.put(thiz, thiz.getMockitoInterceptor()); in doReadObject()
|
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/ |
D | agent.cc | 390 VReg* thiz = c.Alloc<VReg>(thisReg); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() local 393 addInstr(c, fi, OP_MOVE_OBJECT_FROM16, {v1, thiz}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() 410 addInstr(c, fi, OP_MOVE_OBJECT_16, {c.Alloc<VReg>(thisReg - numAdditionalRegs), thiz}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() 473 VReg* thiz = c.Alloc<VReg>(thisReg); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() local 476 addInstr(c, fi, OP_MOVE_OBJECT_FROM16, {v1, thiz}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() 490 addInstr(c, fi, OP_MOVE_OBJECT_16, {c.Alloc<VReg>(thisReg - numAdditionalRegs), thiz}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() 643 VReg* thiz = c.Alloc<VReg>(thisReg); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() local 646 addInstr(c, fi, OP_MOVE_OBJECT_FROM16, {v1, thiz}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() 653 addInstr(c, fi, OP_MOVE_OBJECT_FROM16, {v2, thiz}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() 704 addInstr(c, fi, OP_MOVE_OBJECT_FROM16, {v3, thiz}); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() [all …]
|
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/demo/app/src/main/ |
D | smartreply_jni.cc | 58 JNIEnv* env, jobject thiz, jobject model_buffer, in Java_com_example_android_smartreply_SmartReplyClient_loadJNI() argument 124 JNIEnv* env, jobject thiz, jlong storage_ptr) { in Java_com_example_android_smartreply_SmartReplyClient_unloadJNI() argument
|
/external/walt/android/WALT/app/src/main/jni/ |
D | sync_clock_jni.c | 32 __attribute__((unused)) jobject thiz, in Java_org_chromium_latency_walt_WaltUsbConnection_syncClock__III() argument
|
/external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/ |
D | agent.cc | 132 jobject thiz, in Java_com_android_dx_mockito_inline_tests_MultipleJvmtiAgentsInterference_nativeRetransformClasses() argument
|
/external/v4l2_codec2/cmds/ |
D | codec2.cpp | 115 explicit Listener(SimplePlayer* thiz) : mThis(thiz) {} in Listener() argument
|
/external/v4l2_codec2/tests/ |
D | C2VDAComponent_test.cpp | 202 explicit Listener(C2VDAComponentTest* thiz) : mThis(thiz) {} in Listener() argument
|