Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/name/
DITestSample.java30 public void init(Object[] testArgs) { in init() argument
31 testName.set((String) testArgs[0]); in init()
35 public void tearDown(Object[] testArgs) { in tearDown() argument
36 Assert.assertEquals((String) testArgs[0], this.testName.get()); in tearDown()
/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp172 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0}; in TestComplexExample() local
210 testArgs[0] = Formattable((int32_t)i); in TestComplexExample()
211 testArgs[2] = testArgs[0]; in TestComplexExample()
212 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample()
276 testArgs[0] = Formattable((int32_t)i); in TestComplexExample()
277 testArgs[2] = testArgs[0]; in TestComplexExample()
278 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample()
Dtmsgfmt.cpp252 Formattable testArgs[] = { in PatternTest() local
325 form->format(testArgs, count, result, fieldpos, success); in PatternTest()
357 if (values == 0 || testArgs[j] != values[j]) { in PatternTest()
358 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j])); in PatternTest()
699 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
706 …internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
721 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
728 …internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
743 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
750 …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.cpp807 Formattable testArgs [] = { in Test4105380() local
815 logln(form1->format(testArgs, 2, result, bogus, status)); in Test4105380()
818 logln(form2->format(testArgs, 2, result, bogus, status)); in Test4105380()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java495 Object[] testArgs = {new Long(12373), "MyDisk"}; in Test4105380() local
496 logln(form1.format(testArgs)); in Test4105380()
497 logln(form2.format(testArgs)); in Test4105380()
850 Map testArgs = new HashMap(); in testBugTestsWithNamesArguments() local
851 testArgs.put("diskName", "MyDisk"); in testBugTestsWithNamesArguments()
852 testArgs.put("numberOfFiles", new Long(12373)); in testBugTestsWithNamesArguments()
853 logln(form1.format(testArgs)); in testBugTestsWithNamesArguments()
854 logln(form2.format(testArgs)); in testBugTestsWithNamesArguments()
DTestMessageFormat.java151 Object testArgs[] = { in TestPattern() local
216 form.format(testArgs, result, fieldpos); in TestPattern()
1396 Object testArgs[][] ={ in testSelectFormat() local
1408 exp[i] , msgFmt.format(testArgs[i]) ); in testSelectFormat()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java494 Object[] testArgs = {new Long(12373), "MyDisk"}; in Test4105380() local
495 logln(form1.format(testArgs)); in Test4105380()
496 logln(form2.format(testArgs)); in Test4105380()
849 Map testArgs = new HashMap(); in testBugTestsWithNamesArguments() local
850 testArgs.put("diskName", "MyDisk"); in testBugTestsWithNamesArguments()
851 testArgs.put("numberOfFiles", new Long(12373)); in testBugTestsWithNamesArguments()
852 logln(form1.format(testArgs)); in testBugTestsWithNamesArguments()
853 logln(form2.format(testArgs)); in testBugTestsWithNamesArguments()
DTestMessageFormat.java150 Object testArgs[] = { in TestPattern() local
215 form.format(testArgs, result, fieldpos); in TestPattern()
1395 Object testArgs[][] ={ in testSelectFormat() local
1407 exp[i] , msgFmt.format(testArgs[i]) ); in testSelectFormat()
/external/boringssl/src/util/
Dall_tests.go286 var testArgs [][]string
287 if err := decoder.Decode(&testArgs); err != nil {
292 for _, args := range testArgs {
/external/icu/icu4c/source/test/perf/perldriver/
DPerfFramework.pm22 my @testArgs; # different kinds of tests we want to do
/external/icu/icu4j/perf-tests/perldriver/
DPerfFramework4j.pm20 my @testArgs; # different kinds of tests we want to do