HomeSort by relevance Sort by last modified time
    Searched refs:j_type (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/java/generator/
gen_java.py 183 # "simple" : { j_type : "?", jn_type : "?", jni_type : "?", suffix : "?" },
184 "" : { "j_type" : "", "jn_type" : "long", "jni_type" : "jlong" }, # c-tor ret_type
185 "void" : { "j_type" : "void", "jn_type" : "void", "jni_type" : "void" },
186 "env" : { "j_type" : "", "jn_type" : "", "jni_type" : "JNIEnv*"},
187 "cls" : { "j_type" : "", "jn_type" : "", "jni_type" : "jclass"},
188 "bool" : { "j_type" : "boolean", "jn_type" : "boolean", "jni_type" : "jboolean", "suffix" : "Z" },
189 "int" : { "j_type" : "int", "jn_type" : "int", "jni_type" : "jint", "suffix" : "I" },
190 "long" : { "j_type" : "int", "jn_type" : "int", "jni_type" : "jint", "suffix" : "I" },
191 "float" : { "j_type" : "float", "jn_type" : "float", "jni_type" : "jfloat", "suffix" : "F" },
192 "double" : { "j_type" : "double", "jn_type" : "double", "jni_type" : "jdouble", "suffix" : "D" }
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 89 unsigned int j_type = joining_type(u); local
90 if (likely (j_type != JOINING_TYPE_X))
91 return j_type;
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 486 jobject j_type = jni->CallStaticObjectMethod( local
495 j_sdp_class, j_sdp_ctor, j_type, j_description);
673 jstring j_type = JavaStringFromStdString(jni, report->TypeToString()); local
678 j_type,
1711 jobject j_type = GetObjectField(jni, j_sdp, j_type_id); local
    [all...]

Completed in 243 milliseconds