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.cpp171 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()
Dtmsgfmt.cpp251 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 …]
Dselfmts.cpp315 Formattable testArgs = Formattable("other"); in selectFormatAPITest() local
316 selFmt1->format( testArgs, result1 , ignore , status1); in selectFormatAPITest()
Dmsfmrgts.cpp804 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/
DPerfFramework.pm18 my @testArgs; # different kinds of tests we want to do