Searched refs:testArgs (Results 1 – 6 of 6) sorted by relevance
/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 | 171 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0}; in TestComplexExample() local 209 testArgs[0] = Formattable((int32_t)i); in TestComplexExample() 210 testArgs[2] = testArgs[0]; in TestComplexExample() 211 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample() 275 testArgs[0] = Formattable((int32_t)i); in TestComplexExample() 276 testArgs[2] = testArgs[0]; in TestComplexExample() 277 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample()
|
D | tmsgfmt.cpp | 251 Formattable testArgs[] = { in PatternTest() local 324 form->format(testArgs, count, result, fieldpos, success); in PatternTest() 356 if (values == 0 || testArgs[j] != values[j]) { in PatternTest() 357 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j])); in PatternTest() 698 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local 705 …internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect() 720 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local 727 …internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect() 742 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local 749 …internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat… in testMsgFormatSelect() [all …]
|
D | selfmts.cpp | 315 Formattable testArgs = Formattable("other"); in selectFormatAPITest() local 316 selFmt1->format( testArgs, result1 , ignore , status1); in selectFormatAPITest()
|
D | msfmrgts.cpp | 804 Formattable testArgs [] = { in Test4105380() local 812 logln(form1->format(testArgs, 2, result, bogus, status)); in Test4105380() 815 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
|