HomeSort by relevance Sort by last modified time
    Searched refs:GetObjectArrayElement (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/base/core/jni/
android_backup_FileBackupHelperBase.cpp 57 filesUTF[i] = env->GetStringUTFChars((jstring)env->GetObjectArrayElement(files, i), NULL);
63 keysUTF[i] = env->GetStringUTFChars((jstring)env->GetObjectArrayElement(keys, i), NULL);
69 env->ReleaseStringUTFChars((jstring)env->GetObjectArrayElement(files, i), filesUTF[i]);
74 env->ReleaseStringUTFChars((jstring)env->GetObjectArrayElement(keys, i), keysUTF[i]);
android_debug_JNITest.cpp 62 arrayVal = (int) env->GetObjectArrayElement(arrayArg, arrayLen-1);
com_android_internal_os_ZygoteInit.cpp 276 jobject fdObj = env->GetObjectArrayElement(fds, i);
306 jobject fdObj = env->GetObjectArrayElement(fds, i);
android_text_format_Time.cpp 242 js_mon[i] = (jstring) env->NewGlobalRef(env->GetObjectArrayElement(ja, i));
248 js_month[i] = (jstring) env->NewGlobalRef(env->GetObjectArrayElement(ja, i));
254 js_standalone_month[i] = (jstring) env->NewGlobalRef(env->GetObjectArrayElement(ja, i));
260 js_wday[i] = (jstring) env->NewGlobalRef(env->GetObjectArrayElement(ja, i));
266 js_weekday[i] = (jstring) env->NewGlobalRef(env->GetObjectArrayElement(ja, i));
android_util_EventLog.cpp 106 jobject item = env->GetObjectArrayElement(value, copied);
android_net_LocalSocketImpl.cpp 604 jobject fdObject = env->GetObjectArrayElement(outboundFds, i);
android_server_BluetoothEventLoop.cpp 827 jstring property =(jstring) env->GetObjectArrayElement(str_array, 0);
831 (jstring) env->GetObjectArrayElement(str_array, 1);
    [all...]
  /libcore/luni/src/main/native/
TimeZones.cpp 93 jobjectArray longStdArray = (jobjectArray) env->GetObjectArrayElement(outerArray, 1);
94 jobjectArray shortStdArray = (jobjectArray) env->GetObjectArrayElement(outerArray, 2);
95 jobjectArray longDstArray = (jobjectArray) env->GetObjectArrayElement(outerArray, 3);
96 jobjectArray shortDstArray = (jobjectArray) env->GetObjectArrayElement(outerArray, 4);
103 jobjectArray zoneIds = (jobjectArray) env->GetObjectArrayElement(outerArray, 0);
106 ScopedLocalRef<jstring> id(env, reinterpret_cast<jstring>(env->GetObjectArrayElement(zoneIds, i)));
java_lang_ProcessManager.cpp 297 jstring javaEntry = (jstring) env->GetObjectArrayElement(javaArray, index);
314 jstring javaEntry = reinterpret_cast<jstring>(env->GetObjectArrayElement(javaArray, index));
  /external/webkit/WebCore/bridge/jni/v8/
JavaClassV8.cpp 53 jobject aJField = env->GetObjectArrayElement(static_cast<jobjectArray>(fields), i);
65 jobject aJMethod = env->GetObjectArrayElement(static_cast<jobjectArray>(methods), i);
  /external/webkit/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 62 jobject aJField = env->GetObjectArrayElement((jobjectArray)fields, i);
77 jobject aJMethod = env->GetObjectArrayElement((jobjectArray)methods, i);
JNIBridgeJSC.cpp 363 anObject = env->GetObjectArrayElement(objectArray, index);
  /external/webkit/WebCore/bridge/jni/
JNIBridge.cpp 83 jobject aParameter = env->GetObjectArrayElement(static_cast<jobjectArray>(jparameters), i);
jni_jsobject.mm 616 jobject anObject = env->GetObjectArrayElement ((jobjectArray)jArray, i);
  /external/webkit/WebKit/android/jni/
JavaBridge.cpp 238 jstring dir = (jstring) env->GetObjectArrayElement(array, i);
285 jstring keyStrength = (jstring) env->GetObjectArrayElement(array, i);
388 jstring dir = (jstring) env->GetObjectArrayElement(array, i);
  /cts/apps/CtsVerifier/jni/audioquality/
Wrapper.cpp 226 ja = (jshortArray) env->GetObjectArrayElement(jpcms, i);
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 488 jobject item = env->GetObjectArrayElement(result, i);
528 jstring keyStr = jstring(env->GetObjectArrayElement(keys, i));
529 jstring valueStr = jstring(env->GetObjectArrayElement(values, i));
562 jstring item = jstring(env->GetObjectArrayElement(result, i));
685 jobject inputTargetObj = env->GetObjectArrayElement(windowObjArray, i);
    [all...]
  /dalvik/libnativehelper/include/nativehelper/
jni.h 396 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h 381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h 381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h 381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
jni.h 381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
jni.h 381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
jni.h 381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
    [all...]

Completed in 300 milliseconds

1 2