/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | jni-bridge.cpp | 38 Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative(JNIEnv *env, jobject, 55 Java_com_google_sample_oboe_manualtest_OboeAudioStream_close(JNIEnv *env, jobject, jint); 58 Java_com_google_sample_oboe_manualtest_OboeAudioStream_setThresholdInFrames(JNIEnv *env, jobject, j… 60 Java_com_google_sample_oboe_manualtest_OboeAudioStream_getThresholdInFrames(JNIEnv *env, jobject, j… 62 …oogle_sample_oboe_manualtest_OboeAudioStream_getBufferCapacityInFrames(JNIEnv *env, jobject, jint); 64 Java_com_google_sample_oboe_manualtest_OboeAudioStream_setNativeApi(JNIEnv *env, jobject, jint, jin… 80 Java_com_google_sample_oboe_manualtest_OboeAudioOutputStream_setToneEnabled(JNIEnv *env, jobject, j… 82 Java_com_google_sample_oboe_manualtest_OboeAudioOutputStream_setToneType(JNIEnv *env, jobject, jint… 84 Java_com_google_sample_oboe_manualtest_OboeAudioOutputStream_setAmplitude(JNIEnv *env, jobject, jdo… 114 JNIEnv *env, jobject synth, in Java_com_google_sample_oboe_manualtest_OboeAudioStream_openNative() [all …]
|
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/ |
D | DrumPlayerJNI.cpp | 48 JNIEnv* env, jobject, jint numChannels) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setupAudioStreamNative() argument 57 JNIEnv *env, jobject thiz) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_startAudioStreamNative() 64 …LL Java_com_plausiblesoftware_drumthumper_DrumPlayer_teardownAudioStreamNative(JNIEnv* , jobject) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_teardownAudioStreamNative() argument 78 JNIEnv* env, jobject, jbyteArray bytearray, jint index, jfloat pan, jint channels) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative() argument 105 …ALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_unloadWavAssetsNative(JNIEnv* env, jobject) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_unloadWavAssetsNative() argument 112 …ICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_trigger(JNIEnv* env, jobject, jint index) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_trigger() argument 119 …oolean JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_getOutputReset(JNIEnv*, jobject) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_getOutputReset() argument 126 …void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_clearOutputReset(JNIEnv*, jobject) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_clearOutputReset() argument 133 …RT void JNICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_restartStream(JNIEnv*, jobject) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_restartStream() argument 143 JNIEnv *env, jobject thiz, jint index, jfloat pan) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan() [all …]
|
/third_party/skia/modules/androidkit/src/ |
D | Canvas.cpp | 19 jint Canvas_GetWidth(JNIEnv* env, jobject, jlong native_instance) { in Canvas_GetWidth() argument 24 jint Canvas_GetHeight(JNIEnv* env, jobject, jlong native_instance) { in Canvas_GetHeight() argument 29 jint Canvas_Save(JNIEnv* env, jobject, jlong native_instance) { in Canvas_Save() argument 36 void Canvas_Restore(JNIEnv* env, jobject, jlong native_instance) { in Canvas_Restore() argument 42 void Canvas_RestoreToCount(JNIEnv* env, jobject, jlong native_instance, jint count) { in Canvas_RestoreToCount() argument 48 jint Canvas_SaveLayer(JNIEnv* env, jobject, jlong native_instance, jlong native_paint) { in Canvas_SaveLayer() argument 56 jlong Canvas_LocalToDevice(JNIEnv* env, jobject, jlong native_instance) { in Canvas_LocalToDevice() argument 64 void Canvas_Concat(JNIEnv* env, jobject, jlong native_instance, jlong native_matrix) { in Canvas_Concat() argument 73 void Canvas_Concat16f(JNIEnv* env, jobject, jlong native_instance, jfloatArray jmatrix) { in Canvas_Concat16f() argument 83 void Canvas_Translate(JNIEnv* env, jobject, jlong native_instance, in Canvas_Translate() argument [all …]
|
D | Surface.cpp | 55 ThreadedSurface::ThreadedSurface(JNIEnv* env, jobject surface) in ThreadedSurface() 90 BitmapSurface(JNIEnv* env, jobject bitmap) { in BitmapSurface() 157 jobject fBitmap; 162 static jlong Surface_CreateBitmap(JNIEnv* env, jobject, jobject bitmap) { in Surface_CreateBitmap() argument 166 static jlong Surface_CreateThreadedSurface(JNIEnv* env, jobject, jobject surface) { in Surface_CreateThreadedSurface() argument 170 static jlong Surface_CreateVK(JNIEnv* env, jobject, jobject jsurface) { in Surface_CreateVK() argument 189 static jlong Surface_CreateGL(JNIEnv* env, jobject, jobject jsurface) { in Surface_CreateGL() argument 208 static void Surface_Release(JNIEnv* env, jobject, jlong native_surface) { in Surface_Release() argument 215 static jlong Surface_GetNativeCanvas(JNIEnv* env, jobject, jlong native_surface) { in Surface_GetNativeCanvas() argument 222 static void Surface_FlushAndSubmit(JNIEnv* env, jobject, jlong native_surface) { in Surface_FlushAndSubmit() argument [all …]
|
D | Paint.cpp | 17 static jlong Paint_Create(JNIEnv*, jobject) { in Paint_Create() argument 21 static void Paint_Release(JNIEnv*, jobject, jlong native_paint) { in Paint_Release() argument 25 static void Paint_SetColor(JNIEnv*, jobject, jlong native_paint, in Paint_SetColor() argument 32 static void Paint_SetStroke(JNIEnv*, jobject, jlong native_paint, jboolean stroke) { in Paint_SetStroke() argument 38 static void Paint_SetStrokeWidth(JNIEnv*, jobject, jlong native_paint, jfloat width) { in Paint_SetStrokeWidth() argument 44 static void Paint_SetStrokeCap(JNIEnv* env, jobject, jlong native_paint, jint native_cap) { in Paint_SetStrokeCap() argument 63 static void Paint_SetStrokeJoin(JNIEnv* env, jobject, jlong native_paint, jint native_join) { in Paint_SetStrokeJoin() argument 82 static void Paint_SetStrokeMiter(JNIEnv* env, jobject, jlong native_paint, jfloat limit) { in Paint_SetStrokeMiter() argument 88 static void Paint_SetColorFilter(JNIEnv*, jobject, jlong native_paint, jlong native_cf) { in Paint_SetColorFilter() argument 94 static void Paint_SetShader(JNIEnv*, jobject, jlong native_paint, jlong native_shader) { in Paint_SetShader() argument [all …]
|
D | Matrix.cpp | 14 static jlong Matrix_Create(JNIEnv* env, jobject, jfloat m0, jfloat m4, jfloat m8, jfloat m12, in Matrix_Create() argument 24 static jlong Matrix_CreateLookAt(JNIEnv* env, jobject, float eyeX, float eyeY, float eyeZ, in Matrix_CreateLookAt() argument 32 static jlong Matrix_CreatePerspective(JNIEnv* env, jobject, float near, float far, float angle) { in Matrix_CreatePerspective() argument 36 static jfloatArray Matrix_GetRowMajor(JNIEnv* env, jobject, jlong native_matrix) { in Matrix_GetRowMajor() argument 50 static void Matrix_Release(JNIEnv* env, jobject, jlong native_matrix) { in Matrix_Release() argument 54 static void Matrix_PreConcat(JNIEnv* env, jobject, jlong native_matrixA, jlong native_matrixB) { in Matrix_PreConcat() argument 61 static jlong Matrix_Inverse(JNIEnv* env, jobject, jlong native_matrix) { in Matrix_Inverse() argument 71 static jlong Matrix_Transpose(JNIEnv* env, jobject, jlong native_matrix) { in Matrix_Transpose() argument 79 static jlong Matrix_Concat(JNIEnv* env, jobject, jlong native_matrixA, jlong native_matrixB) { in Matrix_Concat() argument 87 static void Matrix_Translate(JNIEnv* env, jobject, jlong native_matrix, jfloat x, jfloat y, jfloat … in Matrix_Translate() argument [all …]
|
D | SkottieAnimation.cpp | 17 static jlong Animation_Create(JNIEnv* env, jobject, jstring jjson) { in Animation_Create() argument 26 static void Animation_Release(JNIEnv, jobject, jlong native_animation) { in Animation_Release() argument 30 static jdouble Animation_GetDuration(JNIEnv, jobject, jlong native_animation) { in Animation_GetDuration() argument 35 static jdouble Animation_GetFrameCnt(JNIEnv, jobject, jlong native_animation) { in Animation_GetFrameCnt() argument 40 static jfloat Animation_GetWidth(JNIEnv, jobject, jlong native_animation) { in Animation_GetWidth() argument 45 static jfloat Animation_GetHeight(JNIEnv, jobject, jlong native_animation) { in Animation_GetHeight() argument 50 static void Animation_SeekFrame(JNIEnv, jobject, jlong native_animation, jdouble frame) { in Animation_SeekFrame() argument 56 static void Animation_SeekTime(JNIEnv, jobject, jlong native_animation, jdouble t) { in Animation_SeekTime() argument 62 static void Animation_Render(JNIEnv, jobject, jlong native_animation, jlong native_canvas) { in Animation_Render() argument
|
D | PathBuilder.cpp | 14 static jlong PathBuilder_Create(JNIEnv* env, jobject) { in PathBuilder_Create() argument 18 static void PathBuilder_Release(JNIEnv* env, jobject, jlong native_pathBuilder) { in PathBuilder_Release() argument 22 static void PathBuilder_MoveTo(JNIEnv* env, jobject, jlong native_pathBuilder, jfloat x, jfloat y) { in PathBuilder_MoveTo() argument 28 static void PathBuilder_LineTo(JNIEnv* env, jobject, jlong native_pathBuilder, jfloat x, jfloat y) { in PathBuilder_LineTo() argument 34 static void PathBuilder_QuadTo(JNIEnv* env, jobject, jlong native_pathBuilder, jfloat x1, jfloat y1… in PathBuilder_QuadTo() argument 40 static void PathBuilder_ConicTo(JNIEnv* env, jobject, jlong native_pathBuilder, jfloat x1, jfloat y… in PathBuilder_ConicTo() argument 46 static void PathBuilder_CubicTo(JNIEnv* env, jobject, jlong native_pathBuilder, jfloat x1, jfloat y… in PathBuilder_CubicTo() argument 54 static void PathBuilder_Close(JNIEnv* env, jobject, jlong native_pathBuilder) { in PathBuilder_Close() argument 60 static void PathBuilder_SetFillType(JNIEnv* env, jobject, jlong native_pathBuilder, jint fill) { in PathBuilder_SetFillType() argument 79 static jlong PathBuilder_MakePath(JNIEnv* env, jobject, jlong native_pathBuilder) { in PathBuilder_MakePath() argument
|
D | RuntimeShaderBuilder.cpp | 17 static jlong ShaderBuilder_Create(JNIEnv* env, jobject, jstring jsksl) { in ShaderBuilder_Create() argument 31 static void ShaderBuilder_Release(JNIEnv* env, jobject, jlong native_instance) { in ShaderBuilder_Release() argument 37 static void ShaderBuilder_SetUniformFloat(JNIEnv* env, jobject, jlong native_instance, jstring jnam… in ShaderBuilder_SetUniformFloat() argument 43 static void ShaderBuilder_SetUniformFloat3(JNIEnv* env, jobject, jlong native_instance, jstring jna… in ShaderBuilder_SetUniformFloat3() argument 49 static void ShaderBuilder_SetUniformMatrix(JNIEnv* env, jobject, jlong native_instance, jstring jna… in ShaderBuilder_SetUniformMatrix() argument 57 static jlong ShaderBuilder_MakeShader(JNIEnv* env, jobject, jlong native_instance) { in ShaderBuilder_MakeShader() argument
|
D | ImageFilter.cpp | 17 static void ImageFilter_Release(JNIEnv* env, jobject, jlong native_imageFilter) { in ImageFilter_Release() argument 21 static long ImageFilter_DistantLitDiffuse(JNIEnv* env, jobject, jfloat x, jfloat y, jfloat z, in ImageFilter_DistantLitDiffuse() argument 32 static long ImageFilter_Blur(JNIEnv* env, jobject, jfloat sigmaX, jfloat sigmaY, in ImageFilter_Blur() argument 41 static long ImageFilter_DropShadow(JNIEnv* env, jobject, jfloat dx, jfloat dy, in ImageFilter_DropShadow() argument 51 static long ImageFilter_Blend(JNIEnv* env, jobject, jint bm, jlong background, jlong foreground) { in ImageFilter_Blend() argument 58 static long ImageFilter_Image(JNIEnv* env, jobject, jlong native_image) { in ImageFilter_Image() argument
|
D | FontChainAdapter.cpp | 23 FontChainAdapter(JNIEnv* env, jobject jFontChain) in FontChainAdapter() 56 jobject fFontChainImpl; 59 static jlong FontChain_Create(JNIEnv* env, jobject, jobject jFontChain) { in FontChain_Create() argument 63 static void FontChain_Release(JNIEnv* env, jobject, jlong native_FontChain) { in FontChain_Release() argument
|
D | Image.cpp | 16 jlong Image_Create(JNIEnv* env, jobject, jbyteArray jdata) { in Image_Create() argument 26 void Image_Release(JNIEnv*, jobject, jlong native_instance) { in Image_Release() argument 30 jint Image_GetWidth(JNIEnv*, jobject, jlong native_instance) { in Image_GetWidth() argument 35 jint Image_GetHeight(JNIEnv*, jobject, jlong native_instance) { in Image_GetHeight() argument 40 jlong Image_MakeShader(JNIEnv*, jobject, jlong native_instance, jint jtmx, jint jtmy, in Image_MakeShader() argument
|
D | ColorFilters.cpp | 15 static jlong MakeMatrix(JNIEnv* env, jobject, jfloatArray jcm) { in MakeMatrix() argument 23 static jlong MakeHSLAMatrix(JNIEnv* env, jobject, jfloatArray jcm) { in MakeHSLAMatrix() argument 31 static jlong MakeCompose(JNIEnv*, jobject, jlong outer, jlong inner) { in MakeCompose() argument 38 static void ColorFilter_Release(JNIEnv*, jobject, jlong native_cf) { in ColorFilter_Release() argument
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
D | native-lib.cpp | 38 jobject /* this */) { in Java_com_mobileer_androidfxlab_NativeInterface_createAudioEngine() argument 44 jobject /* this */) { in Java_com_mobileer_androidfxlab_NativeInterface_destroyAudioEngine() argument 51 Java_com_mobileer_androidfxlab_NativeInterface_getEffects(JNIEnv *env, jobject) { in Java_com_mobileer_androidfxlab_NativeInterface_getEffects() argument 66 jobject j = env->NewObject(jparamcl, jparamMethodId, in Java_com_mobileer_androidfxlab_NativeInterface_getEffects() 72 jobject j = env->NewObject(jcl, jMethodId, in Java_com_mobileer_androidfxlab_NativeInterface_getEffects() 86 Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative(JNIEnv *, jobject, jint jid) { in Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative() argument 101 Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative(JNIEnv *, jobject, jint jind) { in Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative() argument 109 Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative(JNIEnv *, jobject, in Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative() argument 122 JNIEnv *env, jobject, jint jid, jint jindex, jfloatArray params) { in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative() argument 142 JNIEnv *, jobject, jint jindex, jboolean jenable) { in Java_com_mobileer_androidfxlab_NativeInterface_enableEffectNative() argument [all …]
|
/third_party/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); 96 static jobject gLwsServiceObj; 161 JNIEXPORT jboolean JNICALL jni_initLws(JNIEnv *env, jobject obj) in jni_initLws() 200 static inline void sendMessage(int id, jobject obj) in sendMessage() 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 …]
|
/third_party/skia/tools/sk_app/android/ |
D | surface_glue_android.cpp | 33 static void config_resource_mgr(JNIEnv* env, jobject assetManager) { in config_resource_mgr() 71 SkiaAndroidApp::SkiaAndroidApp(JNIEnv* env, jobject androidApp) { in SkiaAndroidApp() 239 jobject application, in Java_org_skia_viewer_ViewerApplication_createNativeApp() 240 jobject assetManager) { in Java_org_skia_viewer_ViewerApplication_createNativeApp() 247 JNIEnv* env, jobject application, jlong handle) { in Java_org_skia_viewer_ViewerApplication_destroyNativeApp() 253 JNIEnv* env, jobject activity, jlong handle, jobject surface) { in Java_org_skia_viewer_ViewerActivity_onSurfaceCreated() 261 JNIEnv* env, jobject activity, jlong handle, jobject surface) { in Java_org_skia_viewer_ViewerActivity_onSurfaceChanged() 269 JNIEnv* env, jobject activity, jlong handle) { in Java_org_skia_viewer_ViewerActivity_onSurfaceDestroyed() 275 jobject activity, in Java_org_skia_viewer_ViewerActivity_onKeyPressed() 285 JNIEnv* env, jobject activity, jlong handle, jint owner, jint state, jfloat x, jfloat y) { in Java_org_skia_viewer_ViewerActivity_onTouched() [all …]
|
/third_party/skia/tools/skqp/src/ |
D | jni_skqp.cpp | 23 JNIEXPORT void JNICALL Java_org_skia_skqp_SkQP_nInit(JNIEnv*, jobject, jobject, jstring); 24 JNIEXPORT jlong JNICALL Java_org_skia_skqp_SkQP_nExecuteGM(JNIEnv*, jobject, jint, jint); 25 JNIEXPORT jobjectArray JNICALL Java_org_skia_skqp_SkQP_nExecuteUnitTest(JNIEnv*, jobject, jint); 26 JNIEXPORT void JNICALL Java_org_skia_skqp_SkQP_nMakeReport(JNIEnv*, jobject); 103 void Java_org_skia_skqp_SkQP_nInit(JNIEnv* env, jobject object, jobject assetManager, in Java_org_skia_skqp_SkQP_nInit() 137 jobject object, in Java_org_skia_skqp_SkQP_nExecuteGM() 158 jobject object, in Java_org_skia_skqp_SkQP_nExecuteUnitTest() 178 void Java_org_skia_skqp_SkQP_nMakeReport(JNIEnv*, jobject) { in Java_org_skia_skqp_SkQP_nMakeReport() argument
|
/third_party/json/tests/src/ |
D | unit-element_access2.cpp | 835 Json jobject = {{"a", "a"}, {"b", 1}, {"c", 17u}}; variable 836 typename Json::iterator it2 = jobject.erase(jobject.begin()); 837 CHECK(jobject == Json({{"b", 1}, {"c", 17u}})); 841 Json jobject = {{"a", "a"}, {"b", 1}, {"c", 17u}}; variable 842 typename Json::const_iterator it2 = jobject.erase(jobject.cbegin()); 843 CHECK(jobject == Json({{"b", 1}, {"c", 17u}})); 851 Json jobject = {{"a", "a"}, {"b", 1}, {"c", 17u}}; variable 852 typename Json::iterator it2 = jobject.erase(jobject.begin(), jobject.end()); 853 CHECK(jobject == Json::object()); 854 CHECK(it2 == jobject.end()); [all …]
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidUtil.cpp | 87 LocalRef (JNIEnv* env, jobject ref); 90 jobject operator* (void) const { return m_ref; } in operator *() 98 const jobject m_ref; 101 LocalRef::LocalRef (JNIEnv* env, jobject ref) in LocalRef() 133 jclass getObjectClass (JNIEnv* env, jobject object) in getObjectClass() 163 string getIntentStringExtra (JNIEnv* env, jobject activity, const char* name) in getIntentStringExtra() 186 void setRequestedOrientation (JNIEnv* env, jobject activity, ScreenOrientation orientation) in setRequestedOrientation() 283 FieldType getFieldValue (JNIEnv* env, jobject obj, jfieldID fieldId); 286 deInt64 getFieldValue<deInt64> (JNIEnv* env, jobject obj, jfieldID fieldId) in getFieldValue() 293 FieldType getField (JNIEnv* env, jobject obj, const char* fieldName) in getField()
|
D | tcuAndroidJNI.cpp | 40 static jfieldID getExecServiceField (JNIEnv* env, jobject obj) in getExecServiceField() 51 static tcu::Android::ExecService* getExecService (JNIEnv* env, jobject obj) in getExecService() 57 static void setExecService (JNIEnv* env, jobject obj, tcu::Android::ExecService* service) in setExecService() 70 …Java_com_drawelements_deqp_execserver_ExecService_startServer (JNIEnv* env, jobject obj, jint port) in Java_com_drawelements_deqp_execserver_ExecService_startServer() 95 …oid JNICALL Java_com_drawelements_deqp_execserver_ExecService_stopServer (JNIEnv* env, jobject obj) in Java_com_drawelements_deqp_execserver_ExecService_stopServer()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
D | decoder_jni.cc | 43 JNIEXPORT jobject JNICALL 45 JNIEnv* env, jobject /*jobj*/, jlongArray ctx) { in Java_org_brotli_wrapper_dec_DecoderJNI_nativeCreate() argument 108 JNIEnv* env, jobject /*jobj*/, jlongArray ctx, jint input_length) { in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush() argument 161 JNIEXPORT jobject JNICALL 163 JNIEnv* env, jobject /*jobj*/, jlongArray ctx) { in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull() argument 191 JNIEnv* env, jobject /*jobj*/, jlongArray ctx) { in Java_org_brotli_wrapper_dec_DecoderJNI_nativeDestroy() argument
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
D | encoder_jni.cc | 43 JNIEXPORT jobject JNICALL 45 JNIEnv* env, jobject /*jobj*/, jlongArray ctx) { in Java_org_brotli_wrapper_enc_EncoderJNI_nativeCreate() argument 112 JNIEnv* env, jobject /*jobj*/, jlongArray ctx, jint input_length) { in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() argument 161 JNIEXPORT jobject JNICALL 163 JNIEnv* env, jobject /*jobj*/, jlongArray ctx) { in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull() argument 184 JNIEnv* env, jobject /*jobj*/, jlongArray ctx) { in Java_org_brotli_wrapper_enc_EncoderJNI_nativeDestroy() argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg-jni.c | 58 jobject _excobj; \ 200 (JNIEnv *env, jobject obj) in Java_org_libjpegturbo_turbojpeg_TJCompressor_init() 218 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_compress() 264 (JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII() 274 (JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII() 284 (JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII() 303 (JNIEnv *env, jobject obj, jintArray src, jint width, jint stride, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII() 322 (JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 403 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_encodeYUV() 486 (JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III() [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
D | native-lib.cpp | 30 Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStart(JNIEnv *env, jobject instance, in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStart() 31 jobject jAssetManager) { in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStart() 45 jobject instance) { in Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceCreated() 80 Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStop(JNIEnv *env, jobject instance) { in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1onStop()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_android.c | 36 static jobject android_connectivity_manager = NULL; 93 int ares_library_init_android(jobject connectivity_manager) in ares_library_init_android() 267 jobject active_network = NULL; in ares_get_android_server_list() 268 jobject link_properties = NULL; in ares_get_android_server_list() 269 jobject server_list = NULL; in ares_get_android_server_list() 270 jobject server = NULL; in ares_get_android_server_list() 391 jobject active_network = NULL; in ares_get_android_search_domains_list() 392 jobject link_properties = NULL; in ares_get_android_search_domains_list()
|