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

1 2 3 4 5 6 7 8 9

  /libcore/luni/src/main/native/
ExecStrings.h 21 ExecStrings(JNIEnv* env, jobjectArray java_string_array);
29 jobjectArray java_array_;
IcuUtilities.h 24 extern jobjectArray fromStringEnumeration(JNIEnv* env, UErrorCode& status, const char* provider, icu::StringEnumeration*);
IcuUtilities.cpp 30 jobjectArray fromStringEnumeration(JNIEnv* env, UErrorCode& status, const char* provider, icu::StringEnumeration* se) {
40 jobjectArray result = env->NewObjectArray(count, JniConstants::stringClass, NULL);
libcore_icu_TimeZoneNames.cpp 48 static bool setStringArrayElement(JNIEnv* env, jobjectArray array, int i, const icu::UnicodeString& s) {
64 static void TimeZoneNames_fillZoneStrings(JNIEnv* env, jclass, jstring javaLocaleName, jobjectArray result) {
82 ScopedLocalRef<jobjectArray> java_row(env,
83 reinterpret_cast<jobjectArray>(env->GetObjectArrayElement(result, i)));
  /external/libjpeg-turbo/java/
org_libjpegturbo_turbojpeg_TJTransformer.h 24 (JNIEnv *, jobject, jbyteArray, jint, jobjectArray, jobjectArray, jint);
org_libjpegturbo_turbojpeg_TJCompressor.h 64 (JNIEnv *, jobject, jobjectArray, jintArray, jint, jintArray, jint, jint, jbyteArray, jint, jint);
80 (JNIEnv *, jobject, jbyteArray, jint, jint, jint, jint, jint, jint, jobjectArray, jintArray, jintArray, jint, jint);
96 (JNIEnv *, jobject, jintArray, jint, jint, jint, jint, jint, jint, jobjectArray, jintArray, jintArray, jint, jint);
org_libjpegturbo_turbojpeg_TJDecompressor.h 80 (JNIEnv *, jobject, jbyteArray, jint, jobjectArray, jintArray, jint, jintArray, jint, jint);
88 (JNIEnv *, jobject, jobjectArray, jintArray, jintArray, jint, jbyteArray, jint, jint, jint, jint, jint, jint, jint);
96 (JNIEnv *, jobject, jobjectArray, jintArray, jintArray, jint, jintArray, jint, jint, jint, jint, jint, jint, jint);
  /art/runtime/native/
java_lang_reflect_Proxy.cc 29 static jclass Proxy_generateProxy(JNIEnv* env, jclass, jstring name, jobjectArray interfaces,
30 jobject loader, jobjectArray methods, jobjectArray throws) {
java_lang_reflect_AbstractMethod.cc 30 static jobjectArray AbstractMethod_getDeclaredAnnotations(JNIEnv* env, jobject javaMethod) {
39 return soa.AddLocalReference<jobjectArray>(empty_array);
41 return soa.AddLocalReference<jobjectArray>(method->GetDexFile()->GetAnnotationsForMethod(method));
44 static jobjectArray AbstractMethod_getSignatureAnnotation(JNIEnv* env, jobject javaMethod) {
51 return soa.AddLocalReference<jobjectArray>(
java_lang_reflect_Method.cc 53 static jobjectArray Method_getExceptionTypes(JNIEnv* env, jobject javaMethod) {
69 return soa.AddLocalReference<jobjectArray>(declared_exceptions->Clone(soa.Self()));
83 return soa.AddLocalReference<jobjectArray>(empty_array);
85 return soa.AddLocalReference<jobjectArray>(result_array);
90 static jobjectArray Method_getParameterAnnotationsNative(JNIEnv* env, jobject javaMethod) {
96 return soa.AddLocalReference<jobjectArray>(method->GetDexFile()->GetParameterAnnotations(method));
java_lang_Throwable.cc 30 static jobjectArray Throwable_nativeGetStackTrace(JNIEnv* env, jclass, jobject javaStackState) {
java_lang_reflect_Constructor.cc 46 static jobjectArray Constructor_getDeclaredAnnotations(JNIEnv* env, jobject javaMethod) {
58 return soa.AddLocalReference<jobjectArray>(empty_array);
60 return soa.AddLocalReference<jobjectArray>(
65 static jobjectArray Constructor_getExceptionTypes(JNIEnv* env, jobject javaMethod) {
81 return soa.AddLocalReference<jobjectArray>(empty_array);
83 return soa.AddLocalReference<jobjectArray>(result_array);
87 static jobjectArray Constructor_getParameterAnnotationsNative(JNIEnv* env, jobject javaMethod) {
93 return soa.AddLocalReference<jobjectArray>(
116 static jobject Constructor_newInstance0(JNIEnv* env, jobject javaMethod, jobjectArray javaArgs) {
  /external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.h 16 (JNIEnv *, jclass, jstring, jobjectArray, jobjectArray, jstring, jintArray);
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.h 124 jobjectArray key_array_positive,
126 jobjectArray key_array_negative,
134 jobjectArray key_array,
142 jobjectArray key_array_weight,
151 jobjectArray key_array_param,
152 jobjectArray value_array_param,
165 jobjectArray key_array_model,
  /libnativehelper/include/nativehelper/
toStringArray.h 26 jobjectArray newStringArray(JNIEnv* env, size_t count);
29 jobjectArray toStringArray(JNIEnv* env, Counter* counter, Getter* getter) {
31 jobjectArray result = newStringArray(env, count);
63 inline jobjectArray toStringArray(JNIEnv* env, const std::vector<std::string>& strings) {
69 JNIEXPORT jobjectArray toStringArray(JNIEnv* env, const char* const* strings);
  /libnativehelper/
toStringArray.cpp 20 jobjectArray newStringArray(JNIEnv* env, size_t count) {
44 jobjectArray toStringArray(JNIEnv* env, const char* const* strings) {
  /libcore/ojluni/src/main/native/
sun_nio_ch_ServerSocketChannelImpl.h 49 (JNIEnv *, jobject, jobject, jobject, jobjectArray);
java_net_Inet4AddressImpl.h 51 JNIEXPORT jobjectArray JNICALL Inet4AddressImpl_lookupAllHostAddr
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/
com.badlogic.gdx.controllers.desktop.ois.Ois.h 23 JNIEXPORT jobjectArray JNICALL Java_com_badlogic_gdx_controllers_desktop_ois_Ois_getJoystickNames
com.badlogic.gdx.controllers.desktop.ois.Ois.cpp 26 JNIEXPORT jobjectArray JNICALL Java_com_badlogic_gdx_controllers_desktop_ois_Ois_getJoystickNames(JNIEnv* env, jobject object, jlong inputManagerPtr) {
34 jobjectArray names = (jobjectArray)env->NewObjectArray(joystickCount, env->FindClass("java/lang/String"), env->NewStringUTF(""));
  /frameworks/base/media/jni/
android_media_Utils.h 104 JNIEnv *env, jobjectArray keys, jobjectArray values,
112 JNIEnv *env, jobjectArray keys, jobjectArray values,
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetDebugMessageLog.cpp 18 static jobjectArray
26 static jobjectArray
glGetDebugMessageLogKHR.cpp 18 static jobjectArray
26 static jobjectArray
  /frameworks/base/services/core/jni/
com_android_server_UsbDeviceManager.cpp 44 static void set_accessory_string(JNIEnv *env, int fd, int cmd, jobjectArray strArray, int index)
58 static jobjectArray android_server_UsbDeviceManager_getAccessoryStrings(JNIEnv *env,
67 jobjectArray strArray = env->NewObjectArray(6, stringClass, NULL);
  /frameworks/opt/net/wifi/service/jni/
jni_helper.cpp 206 JNIObject<jobjectArray> JNIHelper::getArrayField(jobject obj, const char *name, const char *type)
212 return JNIObject<jobjectArray>(*this, NULL);
215 return JNIObject<jobjectArray>(*this, (jobjectArray)mEnv->GetObjectField(obj, field));
304 JNIObject<jobjectArray> array(*this, (jobjectArray)mEnv->GetObjectField(obj, field));
604 JNIObject<jobjectArray> JNIHelper::createObjectArray(const char *className, int num)
609 return JNIObject<jobjectArray>(*this, NULL);
615 return JNIObject<jobjectArray>(*this, NULL);
618 return JNIObject<jobjectArray>(*this, (jobjectArray)array.detach())
    [all...]

Completed in 1651 milliseconds

1 2 3 4 5 6 7 8 9