Home
last modified time | relevance | path

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

/third_party/node/tools/
Dtest-npm-package.js39 function runNPMPackageTests({ srcDir, install, rebuild, testArgs, logfile }) { property
92 ...testArgs,
114 const testArgs = [];
117 testArgs.push(arg);
136 return { srcDir, install, rebuild, testArgs, logfile };
/third_party/icu/docs/userguide/format_parse/messages/
Dexamples.md329 Formattable testArgs[] = {null, "ADisk", null};
331 testArgs[0] = i;
332 testArgs[2] = testArgs[0];
335 UnicodeString result = pattform.format(testArgs);
348 double testArgs[3]= { 100.0, 1.0, 0.0};
356 NULL, resultlength, &status, testArgs[i], str);
362 resultlength, &status, testArgs[i], str);
387 Object[] testArgs = {null,"ADisk",null};
389 testArgs[0] = new Integer(i);
390 testArgs[2] = testArgs[0];
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Drunner.dart50 final List<String> testArgs = <String>[
76 testArgs
87 await test.main(testArgs);
91 testArgs
134 printTrace('running test package with arguments: $testArgs');
135 await test.main(testArgs);
/third_party/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.cpp256 Formattable testArgs[] = { in PatternTest() local
329 form->format(testArgs, count, result, fieldpos, success); in PatternTest()
361 if (values == 0 || testArgs[j] != values[j]) { in PatternTest()
362 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j])); in PatternTest()
702 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
709 …internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
724 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
731 …internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
746 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
753 …internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat… in testMsgFormatSelect()
[all …]
Dselfmts.cpp320 Formattable testArgs = Formattable("other"); in selectFormatAPITest() local
321 selFmt1->format( testArgs, result1 , ignore , status1); in selectFormatAPITest()
Dmsfmrgts.cpp808 Formattable testArgs [] = { in Test4105380() local
816 logln(form1->format(testArgs, 2, result, bogus, status)); in Test4105380()
819 logln(form2->format(testArgs, 2, result, bogus, status)); in Test4105380()
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
Dmain.go80 testArgs := []string{"--gtest_output=json:" + testResultsPath}
82 testArgs = append(testArgs, args[1:]...)
84 switch err := exec.Command(exe, testArgs...).Run().(type) {
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDistanceTest.java62 List<Arguments> testArgs = new ArrayList<>(); in testTiming() local
65 testArgs.add(new Arguments(line)); in testTiming()
68 Arguments[] tests = testArgs.toArray(new Arguments[testArgs.size()]); in testTiming()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleDistanceTest.java65 List<Arguments> testArgs = new ArrayList<>(); in testTiming() local
68 testArgs.add(new Arguments(line)); in testTiming()
71 Arguments[] tests = testArgs.toArray(new Arguments[testArgs.size()]); in testTiming()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java498 Object[] testArgs = {new Long(12373), "MyDisk"}; in Test4105380() local
499 logln(form1.format(testArgs)); in Test4105380()
500 logln(form2.format(testArgs)); in Test4105380()
853 Map testArgs = new HashMap(); in testBugTestsWithNamesArguments() local
854 testArgs.put("diskName", "MyDisk"); in testBugTestsWithNamesArguments()
855 testArgs.put("numberOfFiles", new Long(12373)); in testBugTestsWithNamesArguments()
856 logln(form1.format(testArgs)); in testBugTestsWithNamesArguments()
857 logln(form2.format(testArgs)); in testBugTestsWithNamesArguments()
DTestMessageFormat.java156 Object testArgs[] = { in TestPattern() local
221 form.format(testArgs, result, fieldpos); in TestPattern()
1403 Object testArgs[][] ={ in testSelectFormat() local
1415 exp[i] , msgFmt.format(testArgs[i]) ); in testSelectFormat()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DMessageRegressionTest.java501 Object[] testArgs = {new Long(12373), "MyDisk"}; in Test4105380() local
502 logln(form1.format(testArgs)); in Test4105380()
503 logln(form2.format(testArgs)); in Test4105380()
856 Map testArgs = new HashMap(); in testBugTestsWithNamesArguments() local
857 testArgs.put("diskName", "MyDisk"); in testBugTestsWithNamesArguments()
858 testArgs.put("numberOfFiles", new Long(12373)); in testBugTestsWithNamesArguments()
859 logln(form1.format(testArgs)); in testBugTestsWithNamesArguments()
860 logln(form2.format(testArgs)); in testBugTestsWithNamesArguments()
DTestMessageFormat.java159 Object testArgs[] = { in TestPattern() local
224 form.format(testArgs, result, fieldpos); in TestPattern()
1406 Object testArgs[][] ={ in testSelectFormat() local
1418 exp[i] , msgFmt.format(testArgs[i]) ); in testSelectFormat()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Ddrive_test.dart49 testRunner = (List<String> testArgs, String observatoryUri) {
166 testRunner = expectAsync2((List<String> testArgs, String observatoryUri) async {
167 expect(testArgs, <String>[testFile]);
197 testRunner = (List<String> testArgs, String observatoryUri) async {
348 testRunner = (List<String> testArgs, String observatoryUri) async {
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.hpp98 std::string createTestName(const StageType& stageType, const LayoutBindingParameters& testArgs);
Des31cLayoutBindingTests.cpp3369 …utBindingTests::createTestName(const StageType& stageType, const LayoutBindingParameters& testArgs) in createTestName() argument
3372 s << testArgs.uniform_type; in createTestName()
3374 s << testArgs.access_function << "_"; in createTestName()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Ddrive.dart285 typedef TestRunner = Future<void> Function(List<String> testArgs, String observatoryUri);
291 Future<void> _runTests(List<String> testArgs, String observatoryUri) async {
300 ...testArgs,
/third_party/icu/icu4c/source/test/perf/perldriver/
DPerfFramework.pm22 my @testArgs; # different kinds of tests we want to do
/third_party/icu/icu4j/perf-tests/perldriver/
DPerfFramework4j.pm20 my @testArgs; # different kinds of tests we want to do