/external/v8/test/mjsunit/ |
D | simple-constructor.js | 97 function testArgs(fun) { function 120 testArgs(f5); 121 testArgs(f6); 122 testArgs(f7);
|
/external/icu4c/test/intltest/ |
D | tchcfmt.cpp | 161 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0}; in TestComplexExample() local 199 testArgs[0] = Formattable((int32_t)i); in TestComplexExample() 200 testArgs[2] = testArgs[0]; in TestComplexExample() 201 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample() 263 testArgs[0] = Formattable((int32_t)i); in TestComplexExample() 264 testArgs[2] = testArgs[0]; in TestComplexExample() 265 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample()
|
D | tmsgfmt.cpp | 249 Formattable testArgs[] = { in PatternTest() local 314 form->format(testArgs, count, result, fieldpos, success); in PatternTest() 346 if (values == 0 || testArgs[j] != values[j]) { in PatternTest() 347 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j])); in PatternTest() 671 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local 678 …internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect() 693 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local 700 …internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect() 715 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local 722 …internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat… in testMsgFormatSelect() [all …]
|
D | selfmts.cpp | 295 Formattable testArgs = Formattable("other"); in selectFormatAPITest() local 296 selFmt1->format( testArgs, result1 , ignore , status1); in selectFormatAPITest()
|
D | msfmrgts.cpp | 802 Formattable testArgs [] = { in Test4105380() local 810 logln(form1->format(testArgs, 2, result, bogus, status)); in Test4105380() 813 logln(form2->format(testArgs, 2, result, bogus, status)); in Test4105380()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | tchcfmt.cpp | 161 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0}; in TestComplexExample() local 199 testArgs[0] = Formattable((int32_t)i); in TestComplexExample() 200 testArgs[2] = testArgs[0]; in TestComplexExample() 201 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample() 263 testArgs[0] = Formattable((int32_t)i); in TestComplexExample() 264 testArgs[2] = testArgs[0]; in TestComplexExample() 265 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample()
|
D | tmsgfmt.cpp | 241 Formattable testArgs[] = { in PatternTest() local 306 form->format(testArgs, count, result, fieldpos, success); in PatternTest() 338 if (values == 0 || testArgs[j] != values[j]) { in PatternTest() 339 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j])); in PatternTest()
|
D | msfmrgts.cpp | 801 Formattable testArgs [] = { in Test4105380() local 809 logln(form1->format(testArgs, 2, result, bogus, status)); in Test4105380() 812 logln(form2->format(testArgs, 2, result, bogus, status)); in Test4105380()
|
/external/icu4c/test/perf/perldriver/ |
D | PerfFramework.pm | 18 my @testArgs; # different kinds of tests we want to do
|
/external/chromium/third_party/icu/source/test/perf/perldriver/ |
D | PerfFramework.pm | 18 my @testArgs; # different kinds of tests we want to do
|