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

1 2 3 45 6 7 8 91011>>

  /libcore/ojluni/src/main/native/
sun_nio_ch_InheritedChannel.h 55 (JNIEnv *, jclass, jint);
63 (JNIEnv *, jclass, jint, jint);
71 (JNIEnv *, jclass, jstring, jint);
79 (JNIEnv *, jclass, jint);
87 (JNIEnv *, jclass, jint);
95 (JNIEnv *, jclass, jint);
103 (JNIEnv *, jclass, jint);
jvm.h 103 JVM_CurrentTimeMillis(JNIEnv *env, jclass ignored);
106 JVM_NanoTime(JNIEnv *env, jclass ignored);
109 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos,
208 JVM_InitializeCompiler (JNIEnv *env, jclass compCls);
211 JVM_IsSilentCompiler(JNIEnv *env, jclass compCls);
214 JVM_CompileClass(JNIEnv *env, jclass compCls, jclass cls);
217 JVM_CompileClasses(JNIEnv *env, jclass cls, jstring jname);
220 JVM_CompilerCommand(JNIEnv *env, jclass compCls, jobject arg);
223 JVM_EnableCompiler(JNIEnv *env, jclass compCls)
    [all...]
  /external/opencv3/modules/java/generator/src/cpp/
Mat.cpp 14 jclass je = 0;
43 (JNIEnv*, jclass);
46 (JNIEnv*, jclass)
59 (JNIEnv* env, jclass, jint rows, jint cols, jint type);
62 (JNIEnv* env, jclass, jint rows, jint cols, jint type)
84 (JNIEnv* env, jclass, jdouble size_width, jdouble size_height, jint type);
87 (JNIEnv* env, jclass, jdouble size_width, jdouble size_height, jint type)
110 (JNIEnv* env, jclass, jint rows, jint cols, jint type, jdouble s_val0, jdouble s_val1, jdouble s_val2, jdouble s_val3);
114 (JNIEnv* env, jclass, jint rows, jint cols, jint type, jdouble s_val0, jdouble s_val1, jdouble s_val2, jdouble s_val3)
137 (JNIEnv* env, jclass, jdouble size_width, jdouble size_height, jint type, jdouble s_val0, jdouble s_val1, jdouble s_val (…)
    [all...]
  /external/opencv3/modules/java/src/
objdetect.cpp 25 jclass je = 0;
53 JNIEXPORT jlong JNICALL Java_org_opencv_objdetect_CascadeClassifier_CascadeClassifier_10 (JNIEnv*, jclass);
56 (JNIEnv* env, jclass )
78 JNIEXPORT jlong JNICALL Java_org_opencv_objdetect_CascadeClassifier_CascadeClassifier_11 (JNIEnv*, jclass, jstring);
81 (JNIEnv* env, jclass , jstring filename)
103 JNIEXPORT jboolean JNICALL Java_org_opencv_objdetect_CascadeClassifier_empty_10 (JNIEnv*, jclass, jlong);
106 (JNIEnv* env, jclass , jlong self)
128 JNIEXPORT jboolean JNICALL Java_org_opencv_objdetect_CascadeClassifier_load_10 (JNIEnv*, jclass, jlong, jstring);
131 (JNIEnv* env, jclass , jlong self, jstring filename)
154 JNIEXPORT void JNICALL Java_org_opencv_objdetect_CascadeClassifier_detectMultiScale_10 (JNIEnv*, jclass, jlong, jlong, jlong, jdouble, jint, jint, jdouble, jdouble, jdouble, jdouble)
    [all...]
imgcodecs.cpp 25 jclass je = 0;
53 JNIEXPORT jlong JNICALL Java_org_opencv_imgcodecs_Imgcodecs_imread_10 (JNIEnv*, jclass, jstring, jint);
56 (JNIEnv* env, jclass , jstring filename, jint flags)
74 JNIEXPORT jlong JNICALL Java_org_opencv_imgcodecs_Imgcodecs_imread_11 (JNIEnv*, jclass, jstring);
77 (JNIEnv* env, jclass , jstring filename)
99 JNIEXPORT jboolean JNICALL Java_org_opencv_imgcodecs_Imgcodecs_imreadmulti_10 (JNIEnv*, jclass, jstring, jlong, jint);
102 (JNIEnv* env, jclass , jstring filename, jlong mats_mat_nativeObj, jint flags)
123 JNIEXPORT jboolean JNICALL Java_org_opencv_imgcodecs_Imgcodecs_imreadmulti_11 (JNIEnv*, jclass, jstring, jlong);
126 (JNIEnv* env, jclass , jstring filename, jlong mats_mat_nativeObj)
151 JNIEXPORT jboolean JNICALL Java_org_opencv_imgcodecs_Imgcodecs_imwrite_10 (JNIEnv*, jclass, jstring, jlong, jlong)
    [all...]
features2d.cpp 24 jclass je = 0;
52 JNIEXPORT void JNICALL Java_org_opencv_features2d_DescriptorExtractor_compute_10 (JNIEnv*, jclass, jlong, jlong, jlong, jlong);
55 (JNIEnv* env, jclass , jlong self, jlong image_nativeObj, jlong keypoints_mat_nativeObj, jlong descriptors_nativeObj)
83 JNIEXPORT void JNICALL Java_org_opencv_features2d_DescriptorExtractor_compute_11 (JNIEnv*, jclass, jlong, jlong, jlong, jlong);
86 (JNIEnv* env, jclass , jlong self, jlong images_mat_nativeObj, jlong keypoints_mat_nativeObj, jlong descriptors_mat_nativeObj)
117 JNIEXPORT jint JNICALL Java_org_opencv_features2d_DescriptorExtractor_descriptorSize_10 (JNIEnv*, jclass, jlong);
120 (JNIEnv* env, jclass , jlong self)
142 JNIEXPORT jint JNICALL Java_org_opencv_features2d_DescriptorExtractor_descriptorType_10 (JNIEnv*, jclass, jlong);
145 (JNIEnv* env, jclass , jlong self)
167 JNIEXPORT jboolean JNICALL Java_org_opencv_features2d_DescriptorExtractor_empty_10 (JNIEnv*, jclass, jlong)
    [all...]
  /frameworks/base/core/jni/
android_opengl_EGLExt.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...]
core_jni_helpers.h 27 static inline jclass FindClassOrDie(JNIEnv* env, const char* class_name) {
28 jclass clazz = env->FindClass(class_name);
33 static inline jfieldID GetFieldIDOrDie(JNIEnv* env, jclass clazz, const char* field_name,
40 static inline jmethodID GetMethodIDOrDie(JNIEnv* env, jclass clazz, const char* method_name,
47 static inline jfieldID GetStaticFieldIDOrDie(JNIEnv* env, jclass clazz, const char* field_name,
54 static inline jmethodID GetStaticMethodIDOrDie(JNIEnv* env, jclass clazz, const char* method_name,
android_text_StaticLayout.cpp 50 static jclass gLineBreaks_class;
55 static void nSetupParagraph(JNIEnv* env, jclass, jlong nativePtr, jcharArray text, jint length,
93 static jint nComputeLineBreaks(JNIEnv* env, jclass, jlong nativePtr,
109 static jlong nNewBuilder(JNIEnv*, jclass) {
113 static void nFreeBuilder(JNIEnv*, jclass, jlong nativePtr) {
117 static void nFinishBuilder(JNIEnv*, jclass, jlong nativePtr) {
122 static jlong nLoadHyphenator(JNIEnv* env, jclass, jobject buffer, jint offset) {
136 static void nSetLocale(JNIEnv* env, jclass, jlong nativePtr, jstring javaLocaleName,
147 static void nSetIndents(JNIEnv* env, jclass, jlong nativePtr, jintArray indents) {
155 static jfloat nAddStyleRun(JNIEnv* env, jclass, jlong nativePtr
    [all...]
android_view_SurfaceControl.cpp 51 jclass clazz;
88 jclass clazz;
94 static jlong nativeCreate(JNIEnv* env, jclass clazz, jobject sessionObj,
108 static void nativeRelease(JNIEnv* env, jclass clazz, jlong nativeObject) {
113 static void nativeDestroy(JNIEnv* env, jclass clazz, jlong nativeObject) {
119 static void nativeDisconnect(JNIEnv* env, jclass clazz, jlong nativeObject) {
126 static jobject nativeScreenshotBitmap(JNIEnv* env, jclass clazz,
197 static void nativeScreenshot(JNIEnv* env, jclass clazz, jobject displayTokenObj,
222 static void nativeOpenTransaction(JNIEnv* env, jclass clazz) {
227 static void nativeCloseTransaction(JNIEnv* env, jclass clazz, jboolean sync)
    [all...]
android_os_Trace.cpp 45 static jlong android_os_Trace_nativeGetEnabledTags(JNIEnv* env, jclass clazz) {
49 static void android_os_Trace_nativeTraceCounter(JNIEnv* env, jclass clazz,
57 static void android_os_Trace_nativeTraceBegin(JNIEnv* env, jclass clazz,
67 static void android_os_Trace_nativeTraceEnd(JNIEnv* env, jclass clazz,
74 static void android_os_Trace_nativeAsyncTraceBegin(JNIEnv* env, jclass clazz,
84 static void android_os_Trace_nativeAsyncTraceEnd(JNIEnv* env, jclass clazz,
95 jclass clazz, jboolean allowed) {
102 jclass clazz, jboolean enabled) {
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp 41 static jclass egldisplayClass;
42 static jclass eglcontextClass;
43 static jclass eglsurfaceClass;
44 static jclass eglconfigClass;
65 nativeClassInit(JNIEnv *_env, jclass glImplClass)
67 jclass egldisplayClassLocal = _env->FindClass("android/opengl/EGLDisplay");
68 egldisplayClass = (jclass) _env->NewGlobalRef(egldisplayClassLocal);
69 jclass eglcontextClassLocal = _env->FindClass("android/opengl/EGLContext");
70 eglcontextClass = (jclass) _env->NewGlobalRef(eglcontextClassLocal);
71 jclass eglsurfaceClassLocal = _env->FindClass("android/opengl/EGLSurface")
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_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);
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 93 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObject, jint srcOffset, jlong length) {
105 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) {
109 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOffset, jint byteCount) {
134 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOffset, jint count, jboolean swap) {
138 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint dstOffset, jint count, jboolean swap) {
142 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstOffset, jint count, jboolean swap) {
146 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffset, jint count, jboolean swap) {
150 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOffset, jint count, jboolean swap) {
154 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstOffset, jint count, jboolean swap) {
158 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value)
    [all...]
java_util_regex_Matcher.cpp 123 static jlong Matcher_getNativeFinalizer(JNIEnv*, jclass) {
129 static jint Matcher_nativeSize(JNIEnv*, jclass) {
133 static jint Matcher_findImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint startIndex, jintArray offsets) {
142 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offsets) {
154 static jint Matcher_groupCountImpl(JNIEnv* env, jclass, jlong addr) {
159 static jint Matcher_hitEndImpl(JNIEnv* env, jclass, jlong addr) {
164 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offsets) {
173 static jint Matcher_matchesImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offsets) {
182 static jlong Matcher_openImpl(JNIEnv* env, jclass, jlong patternAddr) {
190 static jint Matcher_requireEndImpl(JNIEnv* env, jclass, jlong addr)
    [all...]
sun_misc_Unsafe.cpp 22 static jobject Unsafe_allocateInstance(JNIEnv* env, jclass, jclass c) {
  /art/test/117-nopatchoat/
nopatchoat.cc 30 static const OatFile::OatDexFile* getOatDexFile(jclass cls) {
43 static bool hasExecutableOat(jclass cls) {
49 static bool needsRelocation(jclass cls) {
62 extern "C" JNIEXPORT jboolean JNICALL Java_Main_isRelocationDeltaZero(JNIEnv*, jclass) {
66 extern "C" JNIEXPORT jboolean JNICALL Java_Main_hasExecutableOat(JNIEnv*, jclass cls) {
70 extern "C" JNIEXPORT jboolean JNICALL Java_Main_needsRelocation(JNIEnv*, jclass cls) {
  /art/runtime/native/
dalvik_system_VMDebug.cc 45 static jobjectArray VMDebug_getVmFeatureList(JNIEnv* env, jclass) {
68 static void VMDebug_startAllocCounting(JNIEnv*, jclass) {
72 static void VMDebug_stopAllocCounting(JNIEnv*, jclass) {
76 static jint VMDebug_getAllocCount(JNIEnv*, jclass, jint kind) {
80 static void VMDebug_resetAllocCount(JNIEnv*, jclass, jint kinds) {
84 static void VMDebug_startMethodTracingDdmsImpl(JNIEnv*, jclass, jint bufferSize, jint flags,
91 static void VMDebug_startMethodTracingFd(JNIEnv* env, jclass, jstring javaTraceFilename,
116 static void VMDebug_startMethodTracingFilename(JNIEnv* env, jclass, jstring javaTraceFilename,
128 static jint VMDebug_getMethodTracingMode(JNIEnv*, jclass) {
132 static void VMDebug_stopMethodTracing(JNIEnv*, jclass) {
    [all...]
  /art/test/004-JniTest/
jni_test.cc 72 jclass clazz = env->FindClass("Main");
82 extern "C" JNIEXPORT void JNICALL Java_Main_testFindClassOnAttachedNativeThread(JNIEnv*, jclass) {
87 jclass clazz = env->FindClass("Main");
99 jclass) {
104 jclass clazz = env->FindClass("Main");
108 jclass class_clazz = env->FindClass("java/lang/Class");
125 jclass field_clazz = env->FindClass("java/lang/reflect/Field");
141 JNIEnv*, jclass) {
148 jclass) {
149 jclass super_class = env->FindClass("Main$testCallStaticVoidMethodOnSubClass_SuperClass")
    [all...]
  /art/test/044-proxy/
native_proxy.cc 24 JNIEnv* env, jclass clazz ATTRIBUTE_UNUSED, jobject inf_ref) {
25 jclass native_inf_class = env->FindClass("NativeInterface");
  /art/test/051-thread/
thread_test.cc 24 jclass clazz ATTRIBUTE_UNUSED) {
30 jclass clazz ATTRIBUTE_UNUSED) {
  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
org_skia_canvasproof_CreateSkiaPicture.cpp 19 JNIEnv* env, jclass clazz, jlong ptr) {
29 (JNIEnv* env, jclass clazz, jobject inputStream, jbyteArray buffer) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
exposure.h 29 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer);
33 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer);
frametovalues.h 31 JNIEnv* env, jclass clazz, jobject imageBuffer, jobject grayBuffer );
35 JNIEnv* env, jclass clazz, jobject imageBuffer, jobject rgbBuffer );
  /frameworks/opt/net/wifi/service/jni/
jni_helper.cpp 77 jclass exClass = mEnv->FindClass(className );
89 JNIObject<jclass> cls(*this, mEnv->GetObjectClass(obj));
101 JNIObject<jclass> cls(*this, mEnv->GetObjectClass(obj));
113 JNIObject<jclass> cls(*this, mEnv->GetObjectClass(obj));
125 JNIObject<jclass> cls(*this, mEnv->GetObjectClass(obj));
148 JNIObject<jclass> cls(*this, mEnv->GetObjectClass(obj));
179 JNIObject<jclass> cls(*this, mEnv->GetObjectClass(obj));
183 jlong JNIHelper::getStaticLongField(jclass cls, const char *name)
196 JNIObject<jclass> cls(*this, mEnv->GetObjectClass(obj));
208 JNIObject<jclass> cls(*this, mEnv->GetObjectClass(obj))
    [all...]

Completed in 521 milliseconds

1 2 3 45 6 7 8 91011>>