/external/javasqlite/src/main/native/ |
D | sqlite_jni.h | 15 JNIEXPORT void JNICALL Java_SQLite_Database__1open 23 JNIEXPORT void JNICALL Java_SQLite_Database__1open_1aux_1file 31 JNIEXPORT void JNICALL Java_SQLite_Database__1finalize 39 JNIEXPORT void JNICALL Java_SQLite_Database__1close 47 JNIEXPORT void JNICALL Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2 55 JNIEXPORT void JNICALL Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2_3Ljava_la… 63 JNIEXPORT jlong JNICALL Java_SQLite_Database__1last_1insert_1rowid 71 JNIEXPORT void JNICALL Java_SQLite_Database__1interrupt 79 JNIEXPORT jlong JNICALL Java_SQLite_Database__1changes 87 JNIEXPORT void JNICALL Java_SQLite_Database__1busy_1handler [all …]
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvm.h | 68 JNIEXPORT jint JNICALL 77 JNIEXPORT jint JNICALL 80 JNIEXPORT void JNICALL 83 JNIEXPORT void JNICALL 86 JNIEXPORT void JNICALL 89 JNIEXPORT jobject JNICALL 95 JNIEXPORT jstring JNICALL 101 JNIEXPORT jlong JNICALL 104 JNIEXPORT jlong JNICALL 107 JNIEXPORT void JNICALL [all …]
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | graph_operation_builder_jni.h | 30 JNIEXPORT jlong JNICALL Java_org_tensorflow_GraphOperationBuilder_allocate( 38 JNIEXPORT jlong JNICALL 46 JNIEXPORT void JNICALL Java_org_tensorflow_GraphOperationBuilder_addInput( 54 JNIEXPORT void JNICALL Java_org_tensorflow_GraphOperationBuilder_addInputList( 62 JNIEXPORT void JNICALL 71 JNIEXPORT void JNICALL Java_org_tensorflow_GraphOperationBuilder_setDevice( 79 JNIEXPORT void JNICALL Java_org_tensorflow_GraphOperationBuilder_setAttrString( 87 JNIEXPORT void JNICALL Java_org_tensorflow_GraphOperationBuilder_setAttrInt( 95 JNIEXPORT void JNICALL Java_org_tensorflow_GraphOperationBuilder_setAttrIntList( 103 JNIEXPORT void JNICALL Java_org_tensorflow_GraphOperationBuilder_setAttrFloat( [all …]
|
D | eager_operation_builder_jni.h | 30 JNIEXPORT jlong JNICALL Java_org_tensorflow_EagerOperationBuilder_allocate( 38 JNIEXPORT void JNICALL 46 JNIEXPORT jlongArray JNICALL 54 JNIEXPORT void JNICALL Java_org_tensorflow_EagerOperationBuilder_addInput( 62 JNIEXPORT void JNICALL Java_org_tensorflow_EagerOperationBuilder_addInputList( 70 JNIEXPORT void JNICALL Java_org_tensorflow_EagerOperationBuilder_setDevice( 78 JNIEXPORT void JNICALL Java_org_tensorflow_EagerOperationBuilder_setAttrString( 86 JNIEXPORT void JNICALL 96 JNIEXPORT void JNICALL Java_org_tensorflow_EagerOperationBuilder_setAttrInt( 104 JNIEXPORT void JNICALL Java_org_tensorflow_EagerOperationBuilder_setAttrIntList( [all …]
|
D | tensor_jni.h | 30 JNIEXPORT jlong JNICALL Java_org_tensorflow_Tensor_allocate(JNIEnv *, jclass, 39 JNIEXPORT jlong JNICALL 47 JNIEXPORT jlong JNICALL Java_org_tensorflow_Tensor_allocateNonScalarBytes( 55 JNIEXPORT void JNICALL Java_org_tensorflow_Tensor_delete(JNIEnv *, jclass, 63 JNIEXPORT jobject JNICALL Java_org_tensorflow_Tensor_buffer(JNIEnv *, jclass, 71 JNIEXPORT jint JNICALL Java_org_tensorflow_Tensor_dtype(JNIEnv *, jclass, 79 JNIEXPORT jlongArray JNICALL Java_org_tensorflow_Tensor_shape(JNIEnv *, jclass, 90 JNIEXPORT void JNICALL Java_org_tensorflow_Tensor_setValue(JNIEnv *, jclass, 99 JNIEXPORT jfloat JNICALL Java_org_tensorflow_Tensor_scalarFloat(JNIEnv *, 107 JNIEXPORT jdouble JNICALL Java_org_tensorflow_Tensor_scalarDouble(JNIEnv *, [all …]
|
D | eager_operation_jni.h | 30 JNIEXPORT void JNICALL Java_org_tensorflow_EagerOperation_delete(JNIEnv *, 38 JNIEXPORT void JNICALL 46 JNIEXPORT jlong JNICALL 54 JNIEXPORT jint JNICALL Java_org_tensorflow_EagerOperation_outputListLength( 62 JNIEXPORT jint JNICALL Java_org_tensorflow_EagerOperation_inputListLength( 70 JNIEXPORT jint JNICALL Java_org_tensorflow_EagerOperation_dataType(JNIEnv *, 79 JNIEXPORT jint JNICALL Java_org_tensorflow_EagerOperation_numDims(JNIEnv *, 88 JNIEXPORT jlong JNICALL Java_org_tensorflow_EagerOperation_dim(JNIEnv *, jclass,
|
D | graph_jni.h | 30 JNIEXPORT jlong JNICALL Java_org_tensorflow_Graph_allocate(JNIEnv *, jclass); 37 JNIEXPORT void JNICALL Java_org_tensorflow_Graph_delete(JNIEnv *, jclass, 45 JNIEXPORT jlong JNICALL Java_org_tensorflow_Graph_operation(JNIEnv *, jclass, 53 JNIEXPORT jlongArray JNICALL Java_org_tensorflow_Graph_nextOperation(JNIEnv *, 63 JNIEXPORT void JNICALL Java_org_tensorflow_Graph_importGraphDef(JNIEnv *, 73 JNIEXPORT jbyteArray JNICALL Java_org_tensorflow_Graph_toGraphDef(JNIEnv *, 82 JNIEXPORT jlongArray JNICALL Java_org_tensorflow_Graph_addGradients( 92 JNIEXPORT jlongArray JNICALL Java_org_tensorflow_Graph_whileLoop(
|
D | graph_operation_jni.h | 30 JNIEXPORT jstring JNICALL Java_org_tensorflow_GraphOperation_name(JNIEnv *, 39 JNIEXPORT jstring JNICALL Java_org_tensorflow_GraphOperation_type(JNIEnv *, 48 JNIEXPORT jint JNICALL Java_org_tensorflow_GraphOperation_numOutputs(JNIEnv *, 57 JNIEXPORT jint JNICALL Java_org_tensorflow_GraphOperation_outputListLength( 65 JNIEXPORT jlongArray JNICALL 73 JNIEXPORT jint JNICALL Java_org_tensorflow_GraphOperation_dtype(JNIEnv *, 82 JNIEXPORT jint JNICALL Java_org_tensorflow_GraphOperation_inputListLength(
|
D | tensorflow_jni.h | 30 JNIEXPORT jstring JNICALL Java_org_tensorflow_TensorFlow_version(JNIEnv *, 38 JNIEXPORT jbyteArray JNICALL 46 JNIEXPORT jlong JNICALL Java_org_tensorflow_TensorFlow_libraryLoad(JNIEnv *, 55 JNIEXPORT void JNICALL Java_org_tensorflow_TensorFlow_libraryDelete(JNIEnv *, 64 JNIEXPORT jbyteArray JNICALL
|
D | server_jni.h | 30 JNIEXPORT jlong JNICALL 38 JNIEXPORT void JNICALL Java_org_tensorflow_Server_start(JNIEnv *, jclass, 46 JNIEXPORT void JNICALL Java_org_tensorflow_Server_stop(JNIEnv *, jclass, jlong); 53 JNIEXPORT void JNICALL Java_org_tensorflow_Server_join(JNIEnv *, jclass, jlong); 60 JNIEXPORT void JNICALL Java_org_tensorflow_Server_delete(JNIEnv *, jclass,
|
/external/oboe/apps/OboeTester/app/src/main/cpp/ |
D | jni-bridge.cpp | 37 JNIEXPORT jint JNICALL 54 JNIEXPORT void JNICALL 57 JNIEXPORT jint JNICALL 59 JNIEXPORT jint JNICALL 61 JNIEXPORT jint JNICALL 63 JNIEXPORT jint JNICALL 66 JNIEXPORT void JNICALL 69 JNIEXPORT void JNICALL 73 JNIEXPORT void JNICALL 79 JNIEXPORT void JNICALL [all …]
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | jni_native.h | 28 JNIEXPORT jobject JNICALL 32 JNIEXPORT jlong JNICALL Java_org_drrickorang_loopback_NativeAudioThread_nativeInit 36 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_nativeProcessNext 39 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_nativeDestroy 42 JNIEXPORT jintArray JNICALL 46 JNIEXPORT jint JNICALL 50 JNIEXPORT jdouble JNICALL 54 JNIEXPORT jintArray JNICALL 58 JNIEXPORT jint JNICALL 62 JNIEXPORT jdouble JNICALL [all …]
|
D | jni_native.c | 37 JNIEXPORT jobject JNICALL 57 JNIEXPORT jlong JNICALL Java_org_drrickorang_loopback_NativeAudioThread_nativeInit in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit() 94 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_nativeProcessNext in Java_org_drrickorang_loopback_NativeAudioThread_nativeProcessNext() 115 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_nativeDestroy in Java_org_drrickorang_loopback_NativeAudioThread_nativeDestroy() 124 JNIEXPORT jintArray JNICALL 139 JNIEXPORT jint JNICALL 150 JNIEXPORT jdouble JNICALL 161 JNIEXPORT jintArray 174 JNIEXPORT jint JNICALL 184 JNIEXPORT jdouble JNICALL [all …]
|
/external/oboe/samples/drumthumper/src/main/cpp/ |
D | DrumPlayerJNI.cpp | 47 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_setupAudioStreamNative( in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setupAudioStreamNative() 55 JNIEXPORT void JNICALL 64 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_teardownAudioStreamNative(… in Java_com_plausiblesoftware_drumthumper_DrumPlayer_teardownAudioStreamNative() 77 JNIEXPORT jboolean JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative( in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative() 105 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_unloadWavAssetsNative(JNIE… in Java_com_plausiblesoftware_drumthumper_DrumPlayer_unloadWavAssetsNative() 112 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_trigger(JNIEnv* env, jobje… in Java_com_plausiblesoftware_drumthumper_DrumPlayer_trigger() 119 JNIEXPORT jboolean JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_getOutputReset(JNIEnv*… in Java_com_plausiblesoftware_drumthumper_DrumPlayer_getOutputReset() 126 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_clearOutputReset(JNIEnv*, … in Java_com_plausiblesoftware_drumthumper_DrumPlayer_clearOutputReset() 133 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_restartStream(JNIEnv*, job… in Java_com_plausiblesoftware_drumthumper_DrumPlayer_restartStream() 142 JNIEXPORT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan( in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan() [all …]
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | object_tracker_jni.cc | 54 JNIEXPORT 59 JNIEXPORT 63 JNIEXPORT 68 JNIEXPORT 73 JNIEXPORT 78 JNIEXPORT 82 JNIEXPORT 87 JNIEXPORT 92 JNIEXPORT 97 JNIEXPORT [all …]
|
/external/webrtc/rtc_tools/network_tester/ |
D | jni.cpp | 12 #undef JNIEXPORT 13 #define JNIEXPORT __attribute__((visibility("default"))) macro 18 extern "C" JNIEXPORT jlong JNICALL 27 extern "C" JNIEXPORT void JNICALL 36 extern "C" JNIEXPORT bool JNICALL 45 extern "C" JNIEXPORT void JNICALL 53 extern "C" JNIEXPORT void JNICALL
|
/external/oboe/samples/RhythmGame/src/main/cpp/ |
D | native-lib.cpp | 29 JNIEXPORT void JNICALL 43 JNIEXPORT void JNICALL 49 JNIEXPORT void JNICALL 57 JNIEXPORT void JNICALL 63 JNIEXPORT void JNICALL 73 JNIEXPORT void JNICALL 79 JNIEXPORT void JNICALL 85 JNIEXPORT void JNICALL
|
/external/oboe/samples/hello-oboe/src/main/cpp/ |
D | jni_bridge.cpp | 29 JNIEXPORT jlong JNICALL 49 JNIEXPORT void JNICALL 60 JNIEXPORT void JNICALL 75 JNIEXPORT void JNICALL 92 JNIEXPORT void JNICALL 107 JNIEXPORT void JNICALL 122 JNIEXPORT void JNICALL 138 JNIEXPORT jdouble JNICALL 152 JNIEXPORT jboolean JNICALL 166 JNIEXPORT void JNICALL
|
/external/oboe/samples/LiveEffect/src/main/cpp/ |
D | jni_bridge.cpp | 28 JNIEXPORT jboolean JNICALL 38 JNIEXPORT void JNICALL 48 JNIEXPORT jboolean JNICALL 61 JNIEXPORT void JNICALL 74 JNIEXPORT void JNICALL 87 JNIEXPORT jboolean JNICALL 114 JNIEXPORT jboolean JNICALL 126 JNIEXPORT void JNICALL
|
/external/icing/icing/jni/ |
D | icing-search-engine-jni.cc | 89 JNIEXPORT jlong JNICALL 109 JNIEXPORT void JNICALL 117 JNIEXPORT jbyteArray JNICALL 129 JNIEXPORT jbyteArray JNICALL 148 JNIEXPORT jbyteArray JNICALL 159 JNIEXPORT jbyteArray JNICALL 173 JNIEXPORT jbyteArray JNICALL 191 JNIEXPORT jbyteArray JNICALL 212 JNIEXPORT jbyteArray JNICALL 230 JNIEXPORT jbyteArray JNICALL [all …]
|
/external/libwebsockets/test-apps/android/app/src/main/jni/ |
D | LwsService.cpp | 37 JNIEXPORT jboolean JNICALL jni_initLws(JNIEnv *env, jobject obj); 38 JNIEXPORT void JNICALL jni_exitLws(JNIEnv *env, jobject obj); 39 JNIEXPORT void JNICALL jni_serviceLws(JNIEnv *env, jobject obj); 40 JNIEXPORT void JNICALL jni_setConnectionParameters(JNIEnv *env, jobject obj, jstring serverAddress,… 41 JNIEXPORT jboolean JNICALL jni_connectLws(JNIEnv *env, jobject obj); 73 JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void * reserved) { in JNI_OnLoad() 87 JNIEXPORT void JNICALL JNI_OnUnload(JavaVM *vm, void *reserved) { in JNI_OnUnload() 161 JNIEXPORT jboolean JNICALL jni_initLws(JNIEnv *env, jobject obj) in jni_initLws() 205 JNIEXPORT void JNICALL jni_exitLws(JNIEnv *env, jobject obj) in jni_exitLws() 261 JNIEXPORT void JNICALL jni_serviceLws(JNIEnv *env, jobject obj) in jni_serviceLws() [all …]
|
/external/tensorflow/tensorflow/lite/java/src/main/native/ |
D | nativeinterpreterwrapper_jni.cc | 207 JNIEXPORT jobjectArray JNICALL 230 JNIEXPORT void JNICALL 248 JNIEXPORT jboolean JNICALL 271 JNIEXPORT jobjectArray JNICALL 293 JNIEXPORT jobjectArray JNICALL 306 JNIEXPORT jobjectArray JNICALL 319 JNIEXPORT jint JNICALL 329 JNIEXPORT jint JNICALL 339 JNIEXPORT jint JNICALL 347 JNIEXPORT jint JNICALL [all …]
|
/external/jline/src/src/main/native/ |
D | jline_WindowsTerminal.h | 30 JNIEXPORT jint JNICALL Java_jline_WindowsTerminal_getConsoleMode 38 JNIEXPORT void JNICALL Java_jline_WindowsTerminal_setConsoleMode 46 JNIEXPORT jint JNICALL Java_jline_WindowsTerminal_readByte 54 JNIEXPORT jint JNICALL Java_jline_WindowsTerminal_getWindowsTerminalWidth 62 JNIEXPORT jint JNICALL Java_jline_WindowsTerminal_getWindowsTerminalHeight
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcAndroidMain.cpp | 49 JNIEXPORT void JNICALL createES2CTSActivity(ANativeActivity* activity, void* savedState, size_t sav… in createES2CTSActivity() 54 JNIEXPORT void JNICALL createES3CTSActivity(ANativeActivity* activity, void* savedState, size_t sav… in createES3CTSActivity() 59 JNIEXPORT void JNICALL createES31CTSActivity(ANativeActivity* activity, void* savedState, size_t sa… in createES31CTSActivity() 64 JNIEXPORT void JNICALL createES32CTSActivity(ANativeActivity* activity, void* savedState, size_t sa… in createES32CTSActivity() 69 JNIEXPORT void JNICALL createGL45CTSActivity(ANativeActivity* activity, void* savedState, size_t sa… in createGL45CTSActivity() 74 JNIEXPORT void JNICALL createGL46CTSActivity(ANativeActivity* activity, void* savedState, size_t sa… in createGL46CTSActivity()
|
/external/perfetto/test/cts/producer/jni/ |
D | fake_producer_jni.cc | 75 extern "C" JNIEXPORT void JNICALL 84 extern "C" JNIEXPORT void JNICALL 93 extern "C" JNIEXPORT void JNICALL 101 extern "C" JNIEXPORT void JNICALL 107 extern "C" JNIEXPORT void JNICALL 114 extern "C" JNIEXPORT void JNICALL
|