Home
last modified time | relevance | path

Searched refs:testArgs (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/mjsunit/
Dsimple-constructor.js97 function testArgs(fun) { function
120 testArgs(f5);
121 testArgs(f6);
122 testArgs(f7);
/external/icu4c/test/intltest/
Dtchcfmt.cpp161 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()
Dtmsgfmt.cpp248 Formattable testArgs[] = { in PatternTest() local
313 form->format(testArgs, count, result, fieldpos, success); in PatternTest()
345 if (values == 0 || testArgs[j] != values[j]) { in PatternTest()
346 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j])); in PatternTest()
670 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
677 …internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
692 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
699 …internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
714 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
721 …internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat… in testMsgFormatSelect()
[all …]
Dselfmts.cpp313 Formattable testArgs = Formattable("other"); in selectFormatAPITest() local
314 selFmt1->format( testArgs, result1 , ignore , status1); in selectFormatAPITest()
Dmsfmrgts.cpp802 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/icu4c/test/perf/perldriver/
DPerfFramework.pm18 my @testArgs; # different kinds of tests we want to do