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

  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 121 jstring jValue = m_env->NewStringUTF(value);
123 m_env->CallVoidMethod(m_object, m_sessionInfoID, jName, jValue);
125 m_env->DeleteLocalRef(jValue);
  /external/libjpeg-turbo/
turbojpeg-jni.c 69 && (jValue=(*env)->CallStaticObjectMethod(env, cls, mid, jName))!=NULL) \
71 if((value=(*env)->GetStringUTFChars(env, jValue, 0))!=NULL) \
74 (*env)->ReleaseStringUTFChars(env, jValue, value); \
82 jstring jName, jValue;
    [all...]
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 

Completed in 267 milliseconds