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

  /system/core/libacc/tests/data/
array.c 51 void testArgs() {
62 printf("testArgs:");
103 testArgs();
structs.c 67 void testArgs() {
72 printf("testArgs: ");
82 testArgs();
  /external/chromium/third_party/icu/source/test/intltest/
tchcfmt.cpp 161 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0};
199 testArgs[0] = Formattable((int32_t)i);
200 testArgs[2] = testArgs[0];
201 res2 = pattform->format(testArgs, 3, str, fpos, status );
263 testArgs[0] = Formattable((int32_t)i);
264 testArgs[2] = testArgs[0];
265 res2 = pattform->format(testArgs, 3, str, fpos, status );
tmsgfmt.cpp 241 Formattable testArgs[] = {
306 form->format(testArgs, count, result, fieldpos, success);
338 if (values == 0 || testArgs[j] != values[j]) {
339 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
    [all...]
msfmrgts.cpp 800 //Object[] testArgs = {new Long(12373), "MyDisk"};
801 Formattable testArgs [] = {
809 logln(form1->format(testArgs, 2, result, bogus, status));
812 logln(form2->format(testArgs, 2, result, bogus, status));
    [all...]
  /external/icu4c/test/intltest/
tchcfmt.cpp 161 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0};
199 testArgs[0] = Formattable((int32_t)i);
200 testArgs[2] = testArgs[0];
201 res2 = pattform->format(testArgs, 3, str, fpos, status );
263 testArgs[0] = Formattable((int32_t)i);
264 testArgs[2] = testArgs[0];
265 res2 = pattform->format(testArgs, 3, str, fpos, status );
tmsgfmt.cpp 249 Formattable testArgs[] = {
314 form->format(testArgs, count, result, fieldpos, success);
346 if (values == 0 || testArgs[j] != values[j]) {
347 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
671 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
678 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
693 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
700 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
715 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}
    [all...]
selfmts.cpp 295 Formattable testArgs = Formattable("other");
296 selFmt1->format( testArgs, result1 , ignore , status1);
msfmrgts.cpp 801 //Object[] testArgs = {new Long(12373), "MyDisk"};
802 Formattable testArgs [] = {
810 logln(form1->format(testArgs, 2, result, bogus, status));
813 logln(form2->format(testArgs, 2, result, bogus, status));
    [all...]
  /external/v8/test/mjsunit/
simple-constructor.js 97 function testArgs(fun) {
120 testArgs(f5);
121 testArgs(f6);
122 testArgs(f7);
  /external/chromium/third_party/icu/source/test/perf/perldriver/
PerfFramework.pm 18 my @testArgs; # different kinds of tests we want to do
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 18 my @testArgs; # different kinds of tests we want to do
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 244 Bundle testArgs = data.readBundle();
253 testArgs, testWatcher, testMode, restrictedBackupMode,
651 String profileName, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode,
666 data.writeBundle(testArgs);

Completed in 1666 milliseconds