Searched defs:result (Results 1 - 2 of 2) sorted by relevance

/libnativehelper/
H A DJNIHelp.cpp122 char* result = NULL; local
125 asprintf(&result, "%s: %s", classNameChars, messageChars);
129 asprintf(&result, "%s: <error getting message>", classNameChars);
133 return result;
138 char* result = getExceptionSummary0(env, exception); local
139 if (result == NULL) {
141 result = strdup("<error getting class name>");
143 return result;
201 char* result = strdup(utfChars); local
203 return result;
385 jbyte* result = (*env)->GetByteArrayElements(e, byteArray, reinterpret_cast<jboolean*>(&noCopy)); local
[all...]
/libnativehelper/include/nativehelper/
H A Djni.h559 jobject PopLocalFrame(jobject result) argument
560 { return functions->PopLocalFrame(this, result); }
587 jobject result = functions->NewObjectV(this, clazz, methodID, args); local
589 return result;
610 _jtype result; \
613 result = functions->Call##_jname##MethodV(this, obj, methodID, \
616 return result; \
658 _jtype result; \
661 result = functions->CallNonvirtual##_jname##MethodV(this, obj, \
664 return result; \
[all...]

Completed in 56 milliseconds