Home
last modified time | relevance | path

Searched refs:testArgs (Results 1 – 21 of 21) 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/v8/test/mjsunit/
Dsimple-constructor.js97 function testArgs(fun) { function
120 testArgs(f5);
121 testArgs(f6);
122 testArgs(f7);
/external/icu/icu4c/source/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.cpp249 Formattable testArgs[] = { in PatternTest() local
322 form->format(testArgs, count, result, fieldpos, success); in PatternTest()
354 if (values == 0 || testArgs[j] != values[j]) { in PatternTest()
355 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j])); in PatternTest()
696 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
703 …internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
718 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
725 …internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
740 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
747 …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.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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegression.java483 Object[] testArgs = {new Long(12373), "MyDisk"}; in Test4105380() local
484 logln(form1.format(testArgs)); in Test4105380()
485 logln(form2.format(testArgs)); in Test4105380()
830 Map testArgs = new HashMap(); in testBugTestsWithNamesArguments() local
831 testArgs.put("diskName", "MyDisk"); in testBugTestsWithNamesArguments()
832 testArgs.put("numberOfFiles", new Long(12373)); in testBugTestsWithNamesArguments()
833 logln(form1.format(testArgs)); in testBugTestsWithNamesArguments()
834 logln(form2.format(testArgs)); in testBugTestsWithNamesArguments()
DTestMessageFormat.java150 Object testArgs[] = { in TestPattern() local
215 form.format(testArgs, result, fieldpos); in TestPattern()
1369 Object testArgs[][] ={ in testSelectFormat() local
1381 exp[i] , msgFmt.format(testArgs[i]) ); in testSelectFormat()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegression.java479 Object[] testArgs = {new Long(12373), "MyDisk"}; in Test4105380() local
480 logln(form1.format(testArgs)); in Test4105380()
481 logln(form2.format(testArgs)); in Test4105380()
826 Map testArgs = new HashMap(); in testBugTestsWithNamesArguments() local
827 testArgs.put("diskName", "MyDisk"); in testBugTestsWithNamesArguments()
828 testArgs.put("numberOfFiles", new Long(12373)); in testBugTestsWithNamesArguments()
829 logln(form1.format(testArgs)); in testBugTestsWithNamesArguments()
830 logln(form2.format(testArgs)); in testBugTestsWithNamesArguments()
DTestMessageFormat.java146 Object testArgs[] = { in TestPattern() local
211 form.format(testArgs, result, fieldpos); in TestPattern()
1365 Object testArgs[][] ={ in testSelectFormat() local
1377 exp[i] , msgFmt.format(testArgs[i]) ); in testSelectFormat()
/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsimple_mock_unittest.py24 def testArgs(self): member in SimpleMockUnitTest
/external/icu/icu4c/source/test/perf/perldriver/
DPerfFramework.pm18 my @testArgs; # different kinds of tests we want to do
/external/icu/icu4j/perf-tests/perldriver/
DPerfFramework4j.pm18 my @testArgs; # different kinds of tests we want to do
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
Dtest_mox.py863 def testArgs(self): member in MethodCheckerTest
/external/chromium-trace/catapult/third_party/mox3/mox3/tests/
Dtest_mox.py863 def testArgs(self): member in MethodCheckerTest
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...