/external/testng/src/test/java/test/name/ |
D | ITestSample.java | 30 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/ |
D | simple-constructor.js | 97 function testArgs(fun) { function 120 testArgs(f5); 121 testArgs(f6); 122 testArgs(f7);
|
/external/icu/icu4c/source/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 | 249 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 …]
|
D | selfmts.cpp | 313 Formattable testArgs = Formattable("other"); in selectFormatAPITest() local 314 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessageRegression.java | 483 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()
|
D | TestMessageFormat.java | 150 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/ |
D | MessageRegression.java | 479 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()
|
D | TestMessageFormat.java | 146 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/ |
D | simple_mock_unittest.py | 24 def testArgs(self): member in SimpleMockUnitTest
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | PerfFramework.pm | 18 my @testArgs; # different kinds of tests we want to do
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | PerfFramework4j.pm | 18 my @testArgs; # different kinds of tests we want to do
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/ |
D | test_mox.py | 863 def testArgs(self): member in MethodCheckerTest
|
/external/chromium-trace/catapult/third_party/mox3/mox3/tests/ |
D | test_mox.py | 863 def testArgs(self): member in MethodCheckerTest
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |