HomeSort by relevance Sort by last modified time
    Searched refs:testArgs (Results 1 - 8 of 8) 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/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 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/v8/test/mjsunit/
simple-constructor.js 97 function testArgs(fun) {
120 testArgs(f5);
121 testArgs(f6);
122 testArgs(f7);
  /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,
650 String profileName, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode,
665 data.writeBundle(testArgs);

Completed in 423 milliseconds