/external/libjpeg-turbo/java/ |
D | org_libjpegturbo_turbojpeg_TJCompressor.h | 31 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII 32 (JNIEnv *, jobject, jbyteArray, jint, jint, jint, jint, jbyteArray, jint, jint, jint); 39 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII 40 (JNIEnv *, jobject, jbyteArray, jint, jint, jint, jint, jint, jint, jbyteArray, jint, jint, jint); 47 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII 48 (JNIEnv *, jobject, jintArray, jint, jint, jint, jint, jbyteArray, jint, jint, jint); 55 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII 56 (JNIEnv *, jobject, jintArray, jint, jint, jint, jint, jint, jint, jbyteArray, jint, jint, jint); 63 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III… 64 (JNIEnv *, jobject, jobjectArray, jintArray, jint, jintArray, jint, jint, jbyteArray, jint, jint); [all …]
|
D | org_libjpegturbo_turbojpeg_TJDecompressor.h | 32 (JNIEnv *, jobject, jbyteArray, jint); 40 (JNIEnv *, jobject, jbyteArray, jint, jbyteArray, jint, jint, jint, jint, jint); 48 (JNIEnv *, jobject, jbyteArray, jint, jbyteArray, jint, jint, jint, jint, jint, jint, jint); 56 (JNIEnv *, jobject, jbyteArray, jint, jintArray, jint, jint, jint, jint, jint); 64 (JNIEnv *, jobject, jbyteArray, jint, jintArray, jint, jint, jint, jint, jint, jint, jint); 72 (JNIEnv *, jobject, jbyteArray, jint, jbyteArray, jint); 80 (JNIEnv *, jobject, jbyteArray, jint, jobjectArray, jintArray, jint, jintArray, jint, jint); 88 …, jobject, jobjectArray, jintArray, jintArray, jint, jbyteArray, jint, jint, jint, jint, jint, jin… 96 …*, jobject, jobjectArray, jintArray, jintArray, jint, jintArray, jint, jint, jint, jint, jint, jin…
|
D | org_libjpegturbo_turbojpeg_TJ.h | 75 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSize 76 (JNIEnv *, jclass, jint, jint, jint); 83 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII 84 (JNIEnv *, jclass, jint, jint, jint, jint); 91 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III 92 (JNIEnv *, jclass, jint, jint, jint); 99 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII 100 (JNIEnv *, jclass, jint, jint, jint, jint, jint); 107 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_planeWidth__III 108 (JNIEnv *, jclass, jint, jint, jint); [all …]
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
D | org_webrtc_voiceengine_test_AndroidTest.h | 23 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest 24 (JNIEnv *, jobject, jint, jint); 47 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Init 55 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Terminate 63 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_CreateChannel 71 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_DeleteChannel 72 (JNIEnv *, jobject, jint); 79 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_SetLocalReceiver 80 (JNIEnv *, jobject, jint, jint); 87 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_SetSendDestination [all …]
|
D | android_test.cc | 311 jint JNI_OnLoad(JavaVM* vm, void* /*reserved*/) in JNI_OnLoad() 374 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest( in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest() 377 jint testType, in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest() 378 jint extendedSel) in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest() 509 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Init( in Java_org_webrtc_voiceengine_test_AndroidTest_Init() 550 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Terminate( in Java_org_webrtc_voiceengine_test_AndroidTest_Terminate() 556 jint retVal = veData1.base->Terminate(); in Java_org_webrtc_voiceengine_test_AndroidTest_Terminate() 567 JNIEXPORT jint JNICALL 573 jint channel = veData1.base->CreateChannel(); in Java_org_webrtc_voiceengine_test_AndroidTest_CreateChannel() 596 JNIEXPORT jint JNICALL [all …]
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvm.h | 68 JNIEXPORT jint JNICALL 77 JNIEXPORT jint JNICALL 108 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos, 109 jobject dst, jint dst_pos, jint length); 124 JVM_Exit(jint code); 127 JVM_Halt(jint code); 164 JNIEXPORT jint JNICALL 177 JVM_IsSupportedJNIVersion(jint version); 191 JNIEXPORT jint JNICALL 195 JVM_GetStackTraceElement(JNIEnv *env, jobject throwable, jint index); [all …]
|
D | jvmti.h | 49 JNIEXPORT jint JNICALL 52 JNIEXPORT jint JNICALL 480 typedef jint (JNICALL *jvmtiHeapIterationCallback) 481 (jlong class_tag, jlong size, jlong* tag_ptr, jint length, void* user_data); 483 typedef jint (JNICALL *jvmtiHeapReferenceCallback) 484 … referrer_class_tag, jlong size, jlong* tag_ptr, jlong* referrer_tag_ptr, jint length, void* user_… 486 typedef jint (JNICALL *jvmtiPrimitiveFieldCallback) 489 typedef jint (JNICALL *jvmtiArrayPrimitiveValueCallback) 490 …(jlong class_tag, jlong size, jlong* tag_ptr, jint element_count, jvmtiPrimitiveType element_type,… 492 typedef jint (JNICALL *jvmtiStringPrimitiveValueCallback) [all …]
|
D | jmm.h | 189 jint gc_ext_attribute_values_size; /* set by the caller of GetGCStat */ 191 …jint num_gc_ext_attributes; /* number of GC extension attribute values s are fill… 223 jint (JNICALL *GetVersion) (JNIEnv *env); 225 jint (JNICALL *GetOptionalSupport) (JNIEnv *env, 233 jint (JNICALL *GetThreadInfo) (JNIEnv *env, 235 jint maxDepth, 257 jint (JNICALL *GetLongAttributes) (JNIEnv *env, 260 jint count, 269 jint (JNICALL *GetVMGlobals) (JNIEnv *env, 272 jint count); [all …]
|
D | jawt.h | 141 jint x; 142 jint y; 143 jint width; 144 jint height; 167 jint clipSize; 208 jint (JNICALL *Lock) 242 jint version;
|
D | jni.h | 63 typedef jint jsize; 125 jint i; 220 jint (JNICALL *GetVersion)(JNIEnv *env); 244 jint (JNICALL *Throw) 246 jint (JNICALL *ThrowNew) 257 jint (JNICALL *PushLocalFrame) 258 (JNIEnv *env, jint capacity); 272 jint (JNICALL *EnsureLocalCapacity) 273 (JNIEnv *env, jint capacity); 327 jint (JNICALL *CallIntMethod) [all …]
|
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 104 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSize in Java_org_libjpegturbo_turbojpeg_TJ_bufSize() 105 (JNIEnv *env, jclass cls, jint width, jint height, jint jpegSubsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSize() 107 jint retval=(jint)tjBufSize(width, height, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize() 115 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII() 116 (JNIEnv *env, jclass cls, jint width, jint pad, jint height, jint subsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII() 118 jint retval=(jint)tjBufSizeYUV2(width, pad, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII() 126 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III() 127 (JNIEnv *env, jclass cls, jint width, jint height, jint subsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III() 134 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII() 135 (JNIEnv *env, jclass cls, jint componentID, jint width, jint stride, in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII() [all …]
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.h | 16 (JNIEnv *, jobject, jstring, jint); 96 (JNIEnv *, jobject, jint); 128 (JNIEnv *, jobject, jstring, jint, jobject); 136 (JNIEnv *, jobject, jstring, jint, jobject); 144 (JNIEnv *, jobject, jstring, jint); 160 (JNIEnv *, jclass, jint); 232 (JNIEnv *, jobject, jint, jobject); 318 (JNIEnv *, jobject, jint); 350 (JNIEnv *, jobject, jint); 357 JNIEXPORT jint JNICALL Java_SQLite_FunctionContext_count [all …]
|
/external/tensorflow/tensorflow/examples/android/jni/ |
D | imageutils_jni.cc | 36 jint width, jint height, jboolean halfSize); 40 jintArray output, jint width, jint height, jint y_row_stride, 41 jint uv_row_stride, jint uv_pixel_stride, jboolean halfSize); 44 JNIEnv* env, jclass clazz, jbyteArray input, jbyteArray output, jint width, 45 jint height); 50 jint width, jint height); 55 jint width, jint height); 64 jint width, jint height, jboolean halfSize) { in IMAGEUTILS_METHOD() 69 jint* const o = env->GetIntArrayElements(output, &outputCopy); in IMAGEUTILS_METHOD() 87 jintArray output, jint width, jint height, jint y_row_stride, in IMAGEUTILS_METHOD() [all …]
|
/external/oj-libjdwp/src/share/back/ |
D | eventFilter.h | 34 jint index, jint exprID); 36 jint index, jint count); 38 jint index, jthread thread); 40 jint index, 45 jint index, 49 jint index, 52 jint index, 57 jint index, 60 jint index, 63 jint index, [all …]
|
D | util.h | 64 jint count; /* count of references */ 75 typedef jint FrameNumber; 79 jint type_in, 80 jint length_in, 82 jint* type_out, 83 jint* length_out, 118 jint cachedJvmtiVersion; 272 jint count; 310 #define jlong_to_jint(a) ((jint)(a)) 322 jint uniqueID(void); [all …]
|
D | ArrayReferenceImpl.c | 48 newComponents(PacketOutputStream *out, jint length, size_t nbytes) in newComponents() 53 ptr = jvmtiAllocate(length*((jint)nbytes)); in newComponents() 71 jarray array, jint index, jint length) in writeBooleanComponents() 77 jint i; in writeBooleanComponents() 88 jarray array, jint index, jint length) in writeByteComponents() 94 jint i; in writeByteComponents() 105 jarray array, jint index, jint length) in writeCharComponents() 111 jint i; in writeCharComponents() 122 jarray array, jint index, jint length) in writeShortComponents() 128 jint i; in writeShortComponents() [all …]
|
D | stepControl.h | 34 jint granularity; 35 jint depth; 41 jint fromStackDepth; /* for all but STEP_INTO STEP_INSTRUCTION */ 42 jint fromLine; /* for granularity == STEP_LINE */ 45 jint lineEntryCount; /* for granularity == STEP_LINE */ 61 jint size, jint depth, HandlerNode *node);
|
/external/libmojo/mojo/android/system/ |
D | core_impl.cc | 29 static jint WaitMany(JNIEnv* env, in WaitMany() 124 static jint Close(JNIEnv* env, in Close() 126 jint mojo_handle) { in Close() 130 static jint Wait(JNIEnv* env, in Wait() 133 jint mojo_handle, in Wait() 134 jint signals, in Wait() 147 static jint WriteMessage(JNIEnv* env, in WriteMessage() 149 jint mojo_handle, in WriteMessage() 151 jint num_bytes, in WriteMessage() 153 jint flags) { in WriteMessage() [all …]
|
/external/drrickorang/LoopbackApp/app/src/main/jni/ |
D | jni_sles.h | 29 (JNIEnv *, jobject, jint, jint, jint, jint, jint, jdouble, jobject byteBuffer, 30 jshortArray loopbackTone, jint maxRecordedLateCallbacks, jint ignoreFirstFrames); 32 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_slesProcessNext 35 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_slesDestroy 42 JNIEXPORT jint JNICALL 54 JNIEXPORT jint JNICALL 62 JNIEXPORT jint JNICALL
|
D | jni_sles.c | 24 (JNIEnv *env, jobject obj __unused, jint samplingRate, jint frameCount, jint micSource, in Java_org_drrickorang_loopback_NativeAudioThread_slesInit() 25 jint performanceMode, in Java_org_drrickorang_loopback_NativeAudioThread_slesInit() 26 jint testType, jdouble frequency1, jobject byteBuffer, jshortArray loopbackTone, in Java_org_drrickorang_loopback_NativeAudioThread_slesInit() 27 jint maxRecordedLateCallbacks, jint ignoreFirstFrames) { in Java_org_drrickorang_loopback_NativeAudioThread_slesInit() 49 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_slesProcessNext in Java_org_drrickorang_loopback_NativeAudioThread_slesProcessNext() 67 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_slesDestroy in Java_org_drrickorang_loopback_NativeAudioThread_slesDestroy() 89 JNIEXPORT jint JNICALL 123 JNIEXPORT jint JNICALL 173 JNIEXPORT jint
|
/external/libmojo/base/android/ |
D | record_histogram.cc | 86 jint j_boundary) { in EnumeratedHistogram() 106 jint j_min, in CustomCountHistogram() 107 jint j_max, in CustomCountHistogram() 108 jint j_num_buckets) { in CustomCountHistogram() 132 jint j_min, in LinearCountHistogram() 133 jint j_max, in LinearCountHistogram() 134 jint j_num_buckets) { in LinearCountHistogram() 170 jint j_min, in CustomTimesHistogram() 171 jint j_max, in CustomTimesHistogram() 172 jint j_bucket_count) { in CustomTimesHistogram() [all …]
|
/external/libtextclassifier/ |
D | textclassifier_jni.h | 71 (JNIEnv* env, jobject thiz, jint fd); 80 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, 81 jint selection_end, jobject options); 84 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin, 85 jint selection_end, jobject options); 95 (JNIEnv* env, jobject clazz, jint fd); 98 (JNIEnv* env, jobject clazz, jint fd); 103 JNI_METHOD(jint, TC_CLASS_NAME, nativeGetVersion) 104 (JNIEnv* env, jobject clazz, jint fd); 106 JNI_METHOD(jint, TC_CLASS_NAME, nativeGetVersionFromAssetFileDescriptor) [all …]
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_manager.h | 102 jint sample_rate, 103 jint channels, 108 jint output_buffer_size, 109 jint input_buffer_size, 112 jint sample_rate, 113 jint channels, 118 jint output_buffer_size, 119 jint input_buffer_size);
|
/external/sl4a/ScriptingLayerForAndroid/jni/ |
D | com_googlecode_android_scripting_Exec.h | 24 (JNIEnv *, jclass, jobject, jint, jint, jint, jint); 31 JNIEXPORT jint JNICALL Java_com_googlecode_android_1scripting_Exec_waitFor 32 (JNIEnv *, jclass, jint);
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | operation_jni.h | 46 JNIEXPORT jint JNICALL Java_org_tensorflow_Operation_numOutputs(JNIEnv *, 54 JNIEXPORT jint JNICALL Java_org_tensorflow_Operation_outputListLength(JNIEnv *, 66 jlong, jint); 73 JNIEXPORT jint JNICALL Java_org_tensorflow_Operation_dtype(JNIEnv *, jclass, 74 jlong, jlong, jint); 82 JNIEXPORT jint JNICALL Java_org_tensorflow_Operation_inputListLength(JNIEnv *,
|