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

  /external/chromium_org/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 248 Formattable testArgs[] = {
313 form->format(testArgs, count, result, fieldpos, success);
345 if (values == 0 || testArgs[j] != values[j]) {
346 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
670 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
677 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
692 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
699 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
714 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}
    [all...]
selfmts.cpp 313 Formattable testArgs = Formattable("other");
314 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/icu4c/test/intltest/
tchcfmt.cpp 171 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0};
209 testArgs[0] = Formattable((int32_t)i);
210 testArgs[2] = testArgs[0];
211 res2 = pattform->format(testArgs, 3, str, fpos, status );
275 testArgs[0] = Formattable((int32_t)i);
276 testArgs[2] = testArgs[0];
277 res2 = pattform->format(testArgs, 3, str, fpos, status );
tmsgfmt.cpp 249 Formattable testArgs[] = {
322 form->format(testArgs, count, result, fieldpos, success);
354 if (values == 0 || testArgs[j] != values[j]) {
355 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
696 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
703 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
718 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
725 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
740 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}
    [all...]
selfmts.cpp 315 Formattable testArgs = Formattable("other");
316 selFmt1->format( testArgs, result1 , ignore , status1);
msfmrgts.cpp 803 //Object[] testArgs = {new Long(12373), "MyDisk"};
804 Formattable testArgs [] = {
812 logln(form1->format(testArgs, 2, result, bogus, status));
815 logln(form2->format(testArgs, 2, result, bogus, status));
    [all...]
  /external/chromium_org/v8/test/mjsunit/
simple-constructor.js 97 function testArgs(fun) {
120 testArgs(f5);
121 testArgs(f6);
122 testArgs(f7);
  /external/v8/test/mjsunit/
simple-constructor.js 97 function testArgs(fun) {
120 testArgs(f5);
121 testArgs(f6);
122 testArgs(f7);
  /external/chromium_org/tools/telemetry/telemetry/unittest/
simple_mock_unittest.py 24 def testArgs(self):
  /external/chromium_org/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 272 Bundle testArgs = data.readBundle();
288 testArgs, testWatcher, uiAutomationConnection, testMode,
    [all...]

Completed in 1015 milliseconds