Home
last modified time | relevance | path

Searched refs:jName (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp120 jstring jName = m_env->NewStringUTF(name); in sessionInfo() local
123 m_env->CallVoidMethod(m_object, m_sessionInfoID, jName, jValue); in sessionInfo()
124 m_env->DeleteLocalRef(jName); in sessionInfo()
/external/libjpeg-turbo/
Dturbojpeg-jni.c91 if ((jName = (*env)->NewStringUTF(env, property)) != NULL && \
93 jName)) != NULL) { \
105 jstring jName, jValue; in ProcessSystemProperties() local