HomeSort by relevance Sort by last modified time
    Searched full:jclass (Results 76 - 100 of 676) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/ojluni/src/main/native/
sun_nio_ch_Net.h 49 (JNIEnv *, jclass);
57 (JNIEnv *, jclass);
65 (JNIEnv *, jclass);
73 (JNIEnv *, jclass);
81 (JNIEnv *, jclass, jboolean, jboolean, jboolean);
89 (JNIEnv *, jclass, jobject, jboolean, jboolean, jobject, jint);
97 (JNIEnv *, jclass, jobject, jint);
105 (JNIEnv *, jclass, jboolean, jobject, jobject, jint);
113 (JNIEnv *, jclass, jobject, jint);
121 (JNIEnv *, jclass, jobject)
    [all...]
sun_nio_ch_FileDispatcherImpl.h 51 (JNIEnv *, jclass, jobject, jlong, jint);
59 (JNIEnv *, jclass, jobject, jlong, jint, jlong);
67 (JNIEnv *, jclass, jobject, jlong, jint);
75 (JNIEnv *, jclass, jobject, jlong, jint);
83 (JNIEnv *, jclass, jobject, jlong, jint, jlong);
91 (JNIEnv *, jclass, jobject, jlong, jint);
99 (JNIEnv *, jclass, jobject, jboolean);
107 (JNIEnv *, jclass, jobject, jlong);
115 (JNIEnv *, jclass, jobject);
123 (JNIEnv *, jclass, jobject, jboolean, jlong, jlong, jboolean)
    [all...]
Character.cpp 33 Character_isLowerCaseImpl(JNIEnv* env, jclass, jint codePoint) {
38 Character_isUpperCaseImpl(JNIEnv* env, jclass, jint codePoint) {
43 Character_isTitleCaseImpl(JNIEnv* env, jclass, jint codePoint) {
48 Character_isDigitImpl(JNIEnv* env, jclass, jint codePoint) {
53 Character_isLetterImpl(JNIEnv* env, jclass, jint codePoint) {
58 Character_isLetterOrDigitImpl(JNIEnv* env, jclass, jint codePoint) {
63 Character_isAlphabeticImpl(JNIEnv* env, jclass, jint codePoint) {
68 Character_isIdeographicImpl(JNIEnv* env, jclass, jint codePoint) {
73 Character_getTypeImpl(JNIEnv* env, jclass, jint codePoint) {
78 Character_isUnicodeIdentifierStartImpl(JNIEnv* env, jclass, jint codePoint)
    [all...]
StrictMath.c 36 StrictMath_cos(JNIEnv *env, jclass unused, jdouble d)
42 StrictMath_sin(JNIEnv *env, jclass unused, jdouble d)
48 StrictMath_tan(JNIEnv *env, jclass unused, jdouble d)
54 StrictMath_asin(JNIEnv *env, jclass unused, jdouble d)
60 StrictMath_acos(JNIEnv *env, jclass unused, jdouble d)
66 StrictMath_atan(JNIEnv *env, jclass unused, jdouble d)
72 StrictMath_exp(JNIEnv *env, jclass unused, jdouble d)
78 StrictMath_log(JNIEnv *env, jclass unused, jdouble d)
84 StrictMath_log10(JNIEnv *env, jclass unused, jdouble d)
90 StrictMath_sqrt(JNIEnv *env, jclass unused, jdouble d
    [all...]
java_net_NetworkInterface.h 43 (JNIEnv *, jclass);
51 (JNIEnv *, jclass, jstring);
59 (JNIEnv *, jclass, jint);
67 (JNIEnv *, jclass, jobject);
75 (JNIEnv *, jclass, jstring, jint);
83 (JNIEnv *, jclass, jstring, jint);
91 (JNIEnv *, jclass, jstring, jint);
99 (JNIEnv *, jclass, jstring, jint);
107 (JNIEnv *, jclass, jbyteArray, jstring, jint);
115 (JNIEnv *, jclass, jstring, jint)
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGLExtcHeader.cpp 42 static jclass egldisplayClass;
43 static jclass eglcontextClass;
44 static jclass eglsurfaceClass;
45 static jclass eglconfigClass;
66 nativeClassInit(JNIEnv *_env, jclass glImplClass)
68 jclass egldisplayClassLocal = _env->FindClass("android/opengl/EGLDisplay");
69 egldisplayClass = (jclass) _env->NewGlobalRef(egldisplayClassLocal);
70 jclass eglcontextClassLocal = _env->FindClass("android/opengl/EGLContext");
71 eglcontextClass = (jclass) _env->NewGlobalRef(eglcontextClassLocal);
72 jclass eglsurfaceClassLocal = _env->FindClass("android/opengl/EGLSurface")
    [all...]
  /libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.cpp 23 static void NativeTestTarget_emptyJniMethod6(JNIEnv*, jclass, int, int, int, int, int, int) { }
24 static void NativeTestTarget_emptyJniMethod6L(JNIEnv*, jclass, jobject, jarray, jarray, jobject, jarray, jarray) { }
25 static void NativeTestTarget_emptyJniStaticMethod0(JNIEnv*, jclass) { }
26 static void NativeTestTarget_emptyJniStaticMethod6(JNIEnv*, jclass, int, int, int, int, int, int) { }
27 static void NativeTestTarget_emptyJniStaticMethod6L(JNIEnv*, jclass, jobject, jarray, jarray, jobject, jarray, jarray) { }
28 static void NativeTestTarget_emptyJniStaticSynchronizedMethod0(JNIEnv*, jclass) { }
29 static void NativeTestTarget_emptyJniSynchronizedMethod0(JNIEnv*, jclass) { }
  /external/opencv3/modules/java/src/
core.cpp 27 jclass je = 0;
55 JNIEXPORT jdouble JNICALL Java_org_opencv_core_Core_getTickFrequency_10 (JNIEnv*, jclass);
58 (JNIEnv* env, jclass )
80 JNIEXPORT jlong JNICALL Java_org_opencv_core_Core_getCPUTickCount_10 (JNIEnv*, jclass);
83 (JNIEnv* env, jclass )
105 JNIEXPORT void JNICALL Java_org_opencv_core_Core_setErrorVerbosity_10 (JNIEnv*, jclass, jboolean);
108 (JNIEnv* env, jclass , jboolean verbose)
130 JNIEXPORT void JNICALL Java_org_opencv_core_Core_mulSpectrums_10 (JNIEnv*, jclass, jlong, jlong, jlong, jint, jboolean);
133 (JNIEnv* env, jclass , jlong a_nativeObj, jlong b_nativeObj, jlong c_nativeObj, jint flags, jboolean conjB)
153 JNIEXPORT void JNICALL Java_org_opencv_core_Core_mulSpectrums_11 (JNIEnv*, jclass, jlong, jlong, jlong, jint)
    [all...]
video.cpp 25 jclass je = 0;
53 JNIEXPORT void JNICALL Java_org_opencv_video_DualTVL1OpticalFlow_delete(JNIEnv*, jclass, jlong);
56 (JNIEnv*, jclass, jlong self)
66 JNIEXPORT void JNICALL Java_org_opencv_video_DenseOpticalFlow_calc_10 (JNIEnv*, jclass, jlong, jlong, jlong, jlong);
69 (JNIEnv* env, jclass , jlong self, jlong I0_nativeObj, jlong I1_nativeObj, jlong flow_nativeObj)
94 JNIEXPORT void JNICALL Java_org_opencv_video_DenseOpticalFlow_collectGarbage_10 (JNIEnv*, jclass, jlong);
97 (JNIEnv* env, jclass , jlong self)
119 JNIEXPORT void JNICALL Java_org_opencv_video_DenseOpticalFlow_delete(JNIEnv*, jclass, jlong);
122 (JNIEnv*, jclass, jlong self)
132 JNIEXPORT void JNICALL Java_org_opencv_video_BackgroundSubtractor_getBackgroundImage_10 (JNIEnv*, jclass, jlong, jlong)
    [all...]
ml.cpp 24 jclass je = 0;
52 JNIEXPORT jint JNICALL Java_org_opencv_ml_EM_getClustersNumber_10 (JNIEnv*, jclass, jlong);
55 (JNIEnv* env, jclass , jlong self)
77 JNIEXPORT void JNICALL Java_org_opencv_ml_EM_setClustersNumber_10 (JNIEnv*, jclass, jlong, jint);
80 (JNIEnv* env, jclass , jlong self, jint val)
102 JNIEXPORT jint JNICALL Java_org_opencv_ml_EM_getCovarianceMatrixType_10 (JNIEnv*, jclass, jlong);
105 (JNIEnv* env, jclass , jlong self)
127 JNIEXPORT void JNICALL Java_org_opencv_ml_EM_setCovarianceMatrixType_10 (JNIEnv*, jclass, jlong, jint);
130 (JNIEnv* env, jclass , jlong self, jint val)
152 JNIEXPORT jdoubleArray JNICALL Java_org_opencv_ml_EM_getTermCriteria_10 (JNIEnv*, jclass, jlong)
    [all...]
videoio.cpp 25 jclass je = 0;
53 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_10 (JNIEnv*, jclass);
56 (JNIEnv* env, jclass )
78 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_11 (JNIEnv*, jclass, jstring);
81 (JNIEnv* env, jclass , jstring filename)
103 JNIEXPORT jlong JNICALL Java_org_opencv_videoio_VideoCapture_VideoCapture_12 (JNIEnv*, jclass, jint);
106 (JNIEnv* env, jclass , jint device)
128 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_open_10 (JNIEnv*, jclass, jlong, jstring);
131 (JNIEnv* env, jclass , jlong self, jstring filename)
154 JNIEXPORT jboolean JNICALL Java_org_opencv_videoio_VideoCapture_open_11 (JNIEnv*, jclass, jlong, jint)
    [all...]
imgproc.cpp 25 jclass je = 0;
53 JNIEXPORT void JNICALL Java_org_opencv_imgproc_LineSegmentDetector_detect_10 (JNIEnv*, jclass, jlong, jlong, jlong, jlong, jlong, jlong);
56 (JNIEnv* env, jclass , jlong self, jlong _image_nativeObj, jlong _lines_nativeObj, jlong width_nativeObj, jlong prec_nativeObj, jlong nfa_nativeObj)
79 JNIEXPORT void JNICALL Java_org_opencv_imgproc_LineSegmentDetector_detect_11 (JNIEnv*, jclass, jlong, jlong, jlong);
82 (JNIEnv* env, jclass , jlong self, jlong _image_nativeObj, jlong _lines_nativeObj)
106 JNIEXPORT void JNICALL Java_org_opencv_imgproc_LineSegmentDetector_drawSegments_10 (JNIEnv*, jclass, jlong, jlong, jlong);
109 (JNIEnv* env, jclass , jlong self, jlong _image_nativeObj, jlong lines_nativeObj)
133 JNIEXPORT jint JNICALL Java_org_opencv_imgproc_LineSegmentDetector_compareSegments_10 (JNIEnv*, jclass, jlong, jdouble, jdouble, jlong, jlong, jlong);
136 (JNIEnv* env, jclass , jlong self, jdouble size_width, jdouble size_height, jlong lines1_nativeObj, jlong lines2_nativeObj, jlong _image_nativeObj)
158 JNIEXPORT jint JNICALL Java_org_opencv_imgproc_LineSegmentDetector_compareSegments_11 (JNIEnv*, jclass, jlong, jdouble, jdouble, jlong, jlong)
    [all...]
photo.cpp 25 jclass je = 0;
53 JNIEXPORT jint JNICALL Java_org_opencv_photo_CalibrateRobertson_getMaxIter_10 (JNIEnv*, jclass, jlong);
56 (JNIEnv* env, jclass , jlong self)
78 JNIEXPORT void JNICALL Java_org_opencv_photo_CalibrateRobertson_setMaxIter_10 (JNIEnv*, jclass, jlong, jint);
81 (JNIEnv* env, jclass , jlong self, jint max_iter)
103 JNIEXPORT jfloat JNICALL Java_org_opencv_photo_CalibrateRobertson_getThreshold_10 (JNIEnv*, jclass, jlong);
106 (JNIEnv* env, jclass , jlong self)
128 JNIEXPORT void JNICALL Java_org_opencv_photo_CalibrateRobertson_setThreshold_10 (JNIEnv*, jclass, jlong, jfloat);
131 (JNIEnv* env, jclass , jlong self, jfloat threshold)
153 JNIEXPORT jlong JNICALL Java_org_opencv_photo_CalibrateRobertson_getRadiance_10 (JNIEnv*, jclass, jlong)
    [all...]
  /external/libgdx/gdx/jni/
com.badlogic.gdx.graphics.glutils.ETC1.cpp 7 JNIEXPORT jint JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_getCompressedDataSize(JNIEnv* env, jclass clazz, jint width, jint height) {
17 JNIEXPORT void JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_formatHeader(JNIEnv* env, jclass clazz, jobject obj_header, jint offset, jint width, jint height) {
29 (JNIEnv* env, jclass clazz, jobject obj_header, jint offset, char* header) {
37 JNIEXPORT jint JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_getWidthPKM(JNIEnv* env, jclass clazz, jobject obj_header, jint offset) {
47 (JNIEnv* env, jclass clazz, jobject obj_header, jint offset, char* header) {
55 JNIEXPORT jint JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_getHeightPKM(JNIEnv* env, jclass clazz, jobject obj_header, jint offset) {
65 (JNIEnv* env, jclass clazz, jobject obj_header, jint offset, char* header) {
73 JNIEXPORT jboolean JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_isValidPKM(JNIEnv* env, jclass clazz, jobject obj_header, jint offset) {
82 JNIEXPORT void JNICALL Java_com_badlogic_gdx_graphics_glutils_ETC1_decodeImage(JNIEnv* env, jclass clazz, jobject obj_compressedData, jint offset, jobject obj_decodedData, jint offsetDec, jint width, jint height, jint pixelSize) {
95 (JNIEnv* env, jclass clazz, jobject obj_imageData, jint offset, jint width, jint height, jint pixelSize, char* imageDat (…)
    [all...]
  /art/runtime/
well_known_classes.cc 32 jclass WellKnownClasses::com_android_dex_Dex;
33 jclass WellKnownClasses::dalvik_system_DexFile;
34 jclass WellKnownClasses::dalvik_system_DexPathList;
35 jclass WellKnownClasses::dalvik_system_DexPathList__Element;
36 jclass WellKnownClasses::dalvik_system_PathClassLoader;
37 jclass WellKnownClasses::dalvik_system_VMRuntime;
38 jclass WellKnownClasses::java_lang_annotation_Annotation__array;
39 jclass WellKnownClasses::java_lang_BootClassLoader;
40 jclass WellKnownClasses::java_lang_ClassLoader;
41 jclass WellKnownClasses::java_lang_ClassNotFoundException
    [all...]
  /art/test/139-register-natives/
regnative.cc 22 static void foo(JNIEnv*, jclass) {
29 extern "C" JNIEXPORT jint JNICALL Java_Main_registerNatives(JNIEnv* env, jclass, jclass trg) {
  /prebuilts/misc/common/swig/include/2.0.11/gcj/
cni.i 7 extern jobject JvAllocObject (jclass cls);
9 extern jobject JvAllocObject (jclass cls, jsize sz);
11 extern void JvInitClass (jclass cls);
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_StaticNonce.c 29 static void StaticNonce_nop(JNIEnv *env, jclass clazz) {
34 static jboolean StaticNonce_returnBoolean(JNIEnv *env, jclass clazz) {
39 static jbyte StaticNonce_returnByte(JNIEnv *env, jclass clazz) {
44 static jshort StaticNonce_returnShort(JNIEnv *env, jclass clazz) {
49 static jchar StaticNonce_returnChar(JNIEnv *env, jclass clazz) {
54 static jint StaticNonce_returnInt(JNIEnv *env, jclass clazz) {
59 static jlong StaticNonce_returnLong(JNIEnv *env, jclass clazz) {
64 static jfloat StaticNonce_returnFloat(JNIEnv *env, jclass clazz) {
69 static jdouble StaticNonce_returnDouble(JNIEnv *env, jclass clazz) {
74 static jobject StaticNonce_returnNull(JNIEnv *env, jclass clazz)
    [all...]
  /external/opencv3/samples/android/face-detection/jni/
DetectionBasedTracker_jni.cpp 69 (JNIEnv * jenv, jclass, jstring jFileName, jint faceSize)
94 jclass je = jenv->FindClass("org/opencv/core/CvException");
102 jclass je = jenv->FindClass("java/lang/Exception");
112 (JNIEnv * jenv, jclass, jlong thiz)
127 jclass je = jenv->FindClass("org/opencv/core/CvException");
135 jclass je = jenv->FindClass("java/lang/Exception");
142 (JNIEnv * jenv, jclass, jlong thiz)
153 jclass je = jenv->FindClass("org/opencv/core/CvException");
161 jclass je = jenv->FindClass("java/lang/Exception");
168 (JNIEnv * jenv, jclass, jlong thiz
    [all...]
  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
org_skia_canvasproof_CreateSkiaPicture.h 22 (JNIEnv *, jclass, jlong);
30 (JNIEnv *, jclass, jobject, jbyteArray);
  /frameworks/base/core/jni/
android_animation_PropertyValuesHolder.cpp 33 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName)
42 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName)
50 static jlong getMultiparameterMethod(JNIEnv* env, jclass targetClass, jstring methodName,
65 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName, jint parameterCount)
71 JNIEnv* env, jclass pvhClass, jclass targetClass, jstring methodName, jint parameterCount)
77 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jint arg
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
dynamics_wrap.cpp 202 jclass excep;
521 jclass throwclz = jenv->GetObjectClass(throwable);
546 jclass throwclz = jenv->GetObjectClass(throwable);
548 jclass clzclz = jenv->GetObjectClass(throwclz);
589 jclass throwableclass = 0;
638 jclass clz = jenv->FindClass(classname);
640 jclass classclz = jenv->GetObjectClass(clz);
661 jclass jclass_DynamicsJNI = NULL;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.h 31 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
35 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
39 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
43 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
  /external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxPool.i 24 SWIGINTERN inline jclass gdx_getTempClass##JTYPE(JNIEnv * jenv) {
25 static jclass cls = NULL;
27 cls = (jclass) jenv->NewGlobalRef(jenv->FindClass(CLAZZ));
33 jclass tempClass = gdx_getTempClass##JTYPE(jenv);
41 jclass poolClass = jenv->GetObjectClass(poolObject);
57 jclass tempClass = gdx_getTempClass##JTYPE(jenv);
65 jclass poolClass = jenv->GetObjectClass(poolObject);
  /external/libjpeg-turbo/java/
org_libjpegturbo_turbojpeg_TJ.h 76 (JNIEnv *, jclass, jint, jint, jint);
84 (JNIEnv *, jclass, jint, jint, jint, jint);
92 (JNIEnv *, jclass, jint, jint, jint);
100 (JNIEnv *, jclass, jint, jint, jint, jint, jint);
108 (JNIEnv *, jclass, jint, jint, jint);
116 (JNIEnv *, jclass, jint, jint, jint);
124 (JNIEnv *, jclass);

Completed in 646 milliseconds

1 2 34 5 6 7 8 91011>>