/external/libultrahdr/java/jni/ |
D | ultrahdr-jni.cpp | 72 Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_init(JNIEnv *env, jobject thiz) { in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_init() 85 Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_destroy(JNIEnv *env, jobject thiz) { in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_destroy() 95 JNIEnv *env, jobject thiz, jintArray rgb_buff, jint width, jint height, jint rgb_stride, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setRawImageNative___3IIIIIIIII() 120 JNIEnv *env, jobject thiz, jlongArray rgb_buff, jint width, jint height, jint rgb_stride, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setRawImageNative___3JIIIIIIII() 145 JNIEnv *env, jobject thiz, jshortArray y_buff, jshortArray uv_buff, jint width, jint height, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setRawImageNative___3S_3SIIIIIIIII() 176 JNIEnv *env, jobject thiz, jbyteArray y_buff, jbyteArray u_buff, jbyteArray v_buff, jint width, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setRawImageNative___3B_3B_3BIIIIIIIIII() 212 JNIEnv *env, jobject thiz, jbyteArray data, jint size, jint color_gamut, jint color_transfer, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setCompressedImageNative() 236 JNIEnv *env, jobject thiz, jbyteArray data, jint size, jfloatArray max_content_boost, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setGainMapImageInfoNative() 277 Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setExifDataNative(JNIEnv *env, jobject thiz, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setExifDataNative() 295 jobject thiz, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setQualityFactorNative() [all …]
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/text/qa/ |
D | bert_question_answerer_jni.cc | 34 JNIEnv* env, jobject thiz, jlong native_handle) { in Java_org_tensorflow_lite_task_text_qa_BertQuestionAnswerer_deinitJni() 40 JNIEnv* env, jclass thiz, jobjectArray model_buffers) { in Java_org_tensorflow_lite_task_text_qa_BertQuestionAnswerer_initJniWithModelWithMetadataByteBuffers() 56 JNIEnv* env, jclass thiz, jint fd) { in Java_org_tensorflow_lite_task_text_qa_BertQuestionAnswerer_initJniWithFileDescriptor() 68 JNIEnv* env, jclass thiz, jobjectArray model_buffers) { in Java_org_tensorflow_lite_task_text_qa_BertQuestionAnswerer_initJniWithBertByteBuffers() 86 JNIEnv* env, jclass thiz, jobjectArray model_buffers) { in Java_org_tensorflow_lite_task_text_qa_BertQuestionAnswerer_initJniWithAlbertByteBuffers() 104 JNIEnv* env, jclass thiz, jlong native_handle, jstring context, in Java_org_tensorflow_lite_task_text_qa_BertQuestionAnswerer_answerNative()
|
/external/oboe/samples/drumthumper/src/main/cpp/ |
D | DrumPlayerJNI.cpp | 55 JNIEnv *env, jobject thiz) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_startAudioStreamNative() 146 JNIEnv *env, jobject thiz, jint index, jfloat pan) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan() 151 JNIEnv *env, jobject thiz, jint index) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_getPan() 156 JNIEnv *env, jobject thiz, jint index, jfloat gain) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setGain() 161 JNIEnv *env, jobject thiz, jint index) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_getGain() 166 JNIEnv *env, jobject thiz, jint index, jboolean isLoopMode) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setLoopMode()
|
/external/tflite-support/tensorflow_lite_support/cc/text/tokenizers/ |
D | bert_tokenizer_jni.cc | 34 JNIEnv* env, jobject thiz, jobject vocab_list, jint max_bytes_per_token, in Java_org_tensorflow_lite_support_text_tokenizers_BertTokenizer_nativeLoadResource() 69 JNIEnv* env, jobject thiz, jlong handle) { in Java_org_tensorflow_lite_support_text_tokenizers_BertTokenizer_nativeUnloadResource() 76 JNIEnv* env, jobject thiz, jlong handle, jstring jtext) { in Java_org_tensorflow_lite_support_text_tokenizers_BertTokenizer_nativeTokenize() 82 JNIEnv* env, jobject thiz, jlong handle, jobjectArray jtokens) { in Java_org_tensorflow_lite_support_text_tokenizers_BertTokenizer_nativeConvertTokensToIds()
|
D | sentencepiece_jni.cc | 53 JNIEnv* env, jobject thiz, jlong handle, jstring jtext) { in Java_org_tensorflow_lite_support_text_tokenizers_SentencePieceTokenizer_nativeTokenize() 59 JNIEnv* env, jobject thiz, jlong handle, jobjectArray jtokens) { in Java_org_tensorflow_lite_support_text_tokenizers_SentencePieceTokenizer_nativeConvertTokensToIds()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/text/nlclassifier/ |
D | nl_classifier_jni.cc | 87 JNIEnv* env, jobject thiz, jlong native_handle) { in Java_org_tensorflow_lite_task_text_nlclassifier_NLClassifier_deinitJni() 93 JNIEnv* env, jclass thiz, jobject nl_classifier_options, in Java_org_tensorflow_lite_task_text_nlclassifier_NLClassifier_initJniWithByteBuffer() 114 JNIEnv* env, jclass thiz, jobject nl_classifier_options, jint fd) { in Java_org_tensorflow_lite_task_text_nlclassifier_NLClassifier_initJniWithFileDescriptor() 131 JNIEnv* env, jclass thiz, jlong native_handle, jstring text) { in Java_org_tensorflow_lite_task_text_nlclassifier_NLClassifier_classifyNative()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/text/nlclassifier/bert_nlclassifier/ |
D | bert_nl_classifier_jni.cc | 42 JNIEnv* env, jobject thiz, jlong native_handle) { in Java_org_tensorflow_lite_task_text_nlclassifier_BertNLClassifier_deinitJni() 48 JNIEnv* env, jclass thiz, jobject model_buffer) { in Java_org_tensorflow_lite_task_text_nlclassifier_BertNLClassifier_initJniWithByteBuffer() 65 JNIEnv* env, jclass thiz, jint fd) { in Java_org_tensorflow_lite_task_text_nlclassifier_BertNLClassifier_initJniWithFileDescriptor()
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | jni_utils.h | 33 int64_t get(JNIEnv* env, jobject thiz) { in get() 45 void set(JNIEnv* env, jobject thiz, int64_t value) { in set()
|
D | object_tracker_jni.cc | 38 ObjectTracker* get_object_tracker(JNIEnv* env, jobject thiz) { in get_object_tracker() 45 void set_object_tracker(JNIEnv* env, jobject thiz, in set_object_tracker()
|
/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | e2e_test_jni.cpp | 24 JniConfigureCallback(JNIEnv* env, jobject thiz) : env_(env), thiz_(thiz) {} in JniConfigureCallback() 50 JNIEnv* env, jobject thiz, jboolean encode, jobjectArray test_args, int test_args_count, in Java_org_chromium_c2_test_E2eTestActivity_c2VideoTest() 102 jobject thiz, in Java_org_chromium_c2_test_E2eTestActivity_stopDecoderLoop()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/classifier/ |
D | image_classifier_jni.cc | 164 JNIEnv* env, jobject thiz, jlong native_handle) { in Java_org_tensorflow_lite_task_vision_classifier_ImageClassifier_deinitJni() 173 JNIEnv* env, jclass thiz, jint file_descriptor, in Java_org_tensorflow_lite_task_vision_classifier_ImageClassifier_initJniWithModelFdAndOptions() 192 JNIEnv* env, jclass thiz, jobject model_buffer, jobject java_options) { in Java_org_tensorflow_lite_task_vision_classifier_ImageClassifier_initJniWithByteBuffer() 207 JNIEnv* env, jclass thiz, jlong native_handle, jobject image_byte_buffer, in Java_org_tensorflow_lite_task_vision_classifier_ImageClassifier_classifyNative()
|
/external/harfbuzz_ng/src/ |
D | hb-dispatch.hh | 43 const Context* thiz () const { return static_cast<const Context *> (this); } in thiz() function 44 Context* thiz () { return static_cast< Context *> (this); } in thiz() function
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | MockMethodInterceptor.java | 106 public static int doIdentityHashCode(@This Object thiz) { in doIdentityHashCode() 116 public static boolean doIdentityEquals(@This Object thiz, @Argument(0) Object other) { in doIdentityEquals() 123 public static Object doWriteReplace(@This MockAccess thiz) throws ObjectStreamException { in doWriteReplace()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/detector/ |
D | object_detector_jni.cc | 171 JNIEnv* env, jobject thiz, jlong native_handle) { in Java_org_tensorflow_lite_task_vision_detector_ObjectDetector_deinitJni() 180 JNIEnv* env, jclass thiz, jint file_descriptor, in Java_org_tensorflow_lite_task_vision_detector_ObjectDetector_initJniWithModelFdAndOptions() 199 JNIEnv* env, jclass thiz, jobject model_buffer, jobject java_options) { in Java_org_tensorflow_lite_task_vision_detector_ObjectDetector_initJniWithByteBuffer() 210 JNIEnv* env, jclass thiz, jlong native_handle, jobject image_byte_buffer, in Java_org_tensorflow_lite_task_vision_detector_ObjectDetector_detectNative()
|
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/segmenter/ |
D | image_segmenter_jni.cc | 178 JNIEnv* env, jobject thiz, jlong native_handle) { in Java_org_tensorflow_lite_task_vision_segmenter_ImageSegmenter_deinitJni() 187 JNIEnv* env, jclass thiz, jint file_descriptor, in Java_org_tensorflow_lite_task_vision_segmenter_ImageSegmenter_initJniWithModelFdAndOptions() 206 JNIEnv* env, jclass thiz, jobject model_buffer, in Java_org_tensorflow_lite_task_vision_segmenter_ImageSegmenter_initJniWithByteBuffer() 218 JNIEnv* env, jclass thiz, jlong native_handle, jobject jimage_byte_buffer, in Java_org_tensorflow_lite_task_vision_segmenter_ImageSegmenter_segmentNative()
|
/external/oboe/samples/SoundBoard/src/main/cpp/ |
D | native-lib.cpp | 70 Java_com_google_oboe_samples_soundboard_NoteListener_noteOff(JNIEnv *env, jobject thiz, in Java_com_google_oboe_samples_soundboard_NoteListener_noteOff() 81 Java_com_google_oboe_samples_soundboard_NoteListener_noteOn(JNIEnv *env, jobject thiz, in Java_com_google_oboe_samples_soundboard_NoteListener_noteOn()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | ReferenceType.java | 234 final ObjectType thiz = (ObjectType) this; in getFirstCommonSuperclass() local 306 final ObjectType thiz = (ObjectType) this; in firstCommonSuperclass() local
|
/external/kotlinx.serialization/formats/json/nativeMain/src/kotlinx/serialization/json/ |
D | JsonSchemaCache.kt | 39 val thiz = this.ref.get() ?: return false in equals() constant
|
/external/executorch/extension/android/src/main/java/org/pytorch/executorch/ |
D | Tensor.java | 697 Tensor_uint8 thiz = (Tensor_uint8) this; in toByteArray() local 702 Tensor_int8 thiz = (Tensor_int8) this; in toByteArray() local 709 Tensor_int32 thiz = (Tensor_int32) this; in toByteArray() local 714 Tensor_int64 thiz = (Tensor_int64) this; in toByteArray() local 719 Tensor_float32 thiz = (Tensor_float32) this; in toByteArray() local 724 Tensor_float64 thiz = (Tensor_float64) this; in toByteArray() local
|
/external/bazelbuild-rules_android/src/java/com/example/sampleapp/ |
D | native.c | 20 Java_com_example_sampleapp_SampleApp_getString(JNIEnv* env, jobject thiz) { in Java_com_example_sampleapp_SampleApp_getString()
|
/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 473 VReg* thiz = c.Alloc<VReg>(thisReg); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() local 643 VReg* thiz = c.Alloc<VReg>(thisReg); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine() local 846 jobject thiz) { in Java_com_android_dx_mockito_inline_JvmtiAgent_nativeRegisterTransformerHook() 853 jobject thiz) { in Java_com_android_dx_mockito_inline_JvmtiAgent_nativeUnregisterTransformerHook() 861 jobject thiz, in Java_com_android_dx_mockito_inline_JvmtiAgent_nativeRetransformClasses()
|
/external/harfbuzz_ng/util/ |
D | main-font-text.hh | 84 main_font_text_t *thiz = (main_font_text_t *) data; in collect_rest() local
|
/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()
|
/external/perfetto/src/base/ |
D | periodic_task.cc | 128 void PeriodicTask::RunTaskAndPostNext(WeakPtr<PeriodicTask> thiz, in RunTaskAndPostNext()
|
/external/perfetto/src/shared_lib/test/ |
D | api_integrationtest.cc | 616 SharedLibDataSourceTest* thiz; member 625 auto* thiz = static_cast<SharedLibDataSourceTest*>(user_arg); in RegisterDataSource2() local 634 auto* thiz = static_cast<SharedLibDataSourceTest*>(user_arg); in RegisterDataSource2() local 641 auto* thiz = static_cast<SharedLibDataSourceTest*>(user_arg); in RegisterDataSource2() local 647 auto* thiz = static_cast<SharedLibDataSourceTest*>(user_arg); in RegisterDataSource2() local 653 auto* thiz = static_cast<SharedLibDataSourceTest*>(user_arg); in RegisterDataSource2() local 660 auto* thiz = static_cast<SharedLibDataSourceTest*>(user_arg); in RegisterDataSource2() local 675 auto* thiz = static_cast<SharedLibDataSourceTest*>(user_arg); in RegisterDataSource2() local
|