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

  /frameworks/base/core/java/android/debug/
JNITest.java 27 public int test(int intArg, double doubleArg, String stringArg) {
30 return part1(intArg, doubleArg, stringArg, intArray);
33 private native int part1(int intArg, double doubleArg, String stringArg,
  /frameworks/base/core/jni/
android_debug_JNITest.cpp 30 * native int part1(int intArg, double doubleArg, String stringArg,
34 jint intArg, jdouble doubleArg, jstring stringArg, jobjectArray arrayArg)
42 LOGI("JNI test: in part1, intArg=%d, doubleArg=%.3f\n", intArg, doubleArg);
  /external/icu4c/common/
utrace.c 192 int32_t intArg;
232 intArg =(int32_t)va_arg(args, int32_t); /* Length */
233 outputUString((const UChar *)ptrArg, intArg, outBuf, &outIx, capacity, indent);
238 intArg = va_arg(args, int);
239 outputHexBytes(intArg, 2, outBuf, &outIx, capacity);
244 intArg = va_arg(args, int);
245 outputHexBytes(intArg, 4, outBuf, &outIx, capacity);
250 intArg = va_arg(args, int);
251 outputHexBytes(intArg, 8, outBuf, &outIx, capacity);
  /external/icu4c/i18n/
transreg.cpp 436 int32_t intArg; // For COMPOUND_RBT, LOCALE_RULES
    [all...]

Completed in 403 milliseconds