| /third_party/node/test/parallel/ |
| H A D | test-http-expect-handling.js | 7 const tests = [417, 417]; 24 if (testIdx === tests.length) { 28 const test = tests[testIdx];
|
| H A D | test-http-status-code.js | 31 const tests = [200, 202, 300, 404, 451, 500]; 33 const countdown = new Countdown(tests.length, () => s.close()); 46 test = tests.shift();
|
| H A D | test-http-upgrade-advertise.js | 7 const tests = [ 17 if (tests.length === 0) 20 const test = tests.shift();
|
| H A D | test-repl-uncaught-exception.js | 39 const tests = [ 74 assert.strictEqual(count, tests.length); 77 tests.forEach(run);
|
| /third_party/node/test/fixtures/wpt/resources/ |
| H A D | testharnessreport.js | 6 * testharness.js tests with their own test systems. 11 * add_completion_callback(callback(tests, harness_status)). 17 function dump_test_results(tests, status) { 21 var test_results = tests.map(function(x) { 25 tests:test_results,
|
| /third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
| H A D | semctl05.c | 34 } tests[] = { variable 42 struct tcases *tc = &tests[n]; in verify_semctl() 67 .tcnt = ARRAY_SIZE(tests),
|
| /third_party/googletest/googletest/test/ |
| H A D | googletest-shuffle-test.py | 93 A list where the i-th element is the list of tests run in the i-th 100 tests = [] 101 test_iterations.append(tests) 103 tests.append(line.strip()) # 'TestCaseName.TestName' 108 def GetTestCases(tests): 112 tests: a list of full test names 115 A list of test cases from 'tests', in their original order. 120 for test in tests: 129 """Calculates the list of tests run under different flags.""" 243 def _VerifyTestCasesDoNotInterleave(self, tests) [all...] |
| /third_party/skia/tests/ |
| H A D | PathOpsLineIntersectionTest.cpp | 9 #include "tests/PathOpsTestCommon.h" 10 #include "tests/Test.h" 12 // FIXME: add tests for intersecting, non-intersecting, degenerate, coincident 13 static const SkDLine tests[][2] = { variable 44 static const size_t tests_count = SK_ARRAY_COUNT(tests); 210 const SkDLine& line1 = tests[index][0]; in DEF_TEST() 211 const SkDLine& line2 = tests[index][1]; in DEF_TEST() 228 testOne(reporter, tests[index][0], tests[index][1], true); in DEF_TEST() 234 testOne(reporter, tests[inde [all...] |
| H A D | TopoSortTest.cpp | 10 #include "tests/Test.h" 168 } tests[] = { in DEF_TEST() local 178 for (size_t i = 0; i < SK_ARRAY_COUNT(tests); ++i) { in DEF_TEST() 181 (tests[i].fCreate)(&graph); in DEF_TEST() 188 REPORTER_ASSERT(reporter, actualResult == tests[i].fExpectedResult); in DEF_TEST() 191 if (tests[i].fExpectedResult) { in DEF_TEST()
|
| /third_party/typescript/tests/baselines/reference/tsbuild/sample1/ |
| H A D | can-detect-when-and-what-to-rebuild.js | 242 //// [/src/tests/index.d.ts]
247 //// [/src/tests/index.js]
259 //// [/src/tests/index.ts]
270 //// [/src/tests/tsconfig.json]
285 //// [/src/tests/tsconfig.tsbuildinfo]
288 //// [/src/tests/tsconfig.tsbuildinfo.readable.baseline.txt]
389 /lib/tsc --b /src/tests --verbose 393 * src/tests/tsconfig.json
399 [[90m12:00:29 AM[0m] Project 'src/tests/tsconfig.json' is up to date because newest input 'src/tests/inde [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_base64.py | 178 tests = {b"d3d3LnB5dGhvbi5vcmc=": b"www.python.org", 192 for data, res in tests.items(): 212 for data, res in tests.items(): 237 tests = ((b'%3d==', b'\xdd'), 252 for bstr, res in tests: 282 tests = {b'': b'', 290 for data, res in tests.items(): 299 tests = {b'': b'', 313 for data, res in tests.items(): 339 tests [all...] |
| /third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
| H A D | main.c | 26 struct tests { struct 183 struct tests tests[] = { variable 535 for (n = 0; n < (int)LWS_ARRAY_SIZE(tests); n++) { in main() 537 struct expected *exp = tests[n].exp; in main() 540 ts.start = tests[n].string; in main() 542 ts.flags = (uint16_t)tests[n].flags; in main() 553 if (m == (int)tests[n].count) { in main() 595 p, (int)LWS_ARRAY_SIZE(tests) + 1, in main() 596 (int)LWS_ARRAY_SIZE(tests) in main() [all...] |
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | Makefile | 1 # libavcodec tests 38 # libavfilter tests 50 # swscale tests 55 # libavutil tests 67 CHECKASMOBJS := $(sort $(CHECKASMOBJS:%=tests/checkasm/%)) 75 tests/checkasm/checkasm.o: CFLAGS += -Umain 77 CHECKASM := tests/checkasm/checkasm$(EXESUF) 87 $(RM) $(CHECKASM) $(CLEANSUFFIXES:%=tests/checkasm/%) $(CLEANSUFFIXES:%=tests/checkasm/$(ARCH)/%)
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | RBNFParseTest.java | 85 String[] tests = allrules[j]; in TestParse() 86 boolean except = tests == exceptrules; in TestParse() 87 for (int i = 0; i < tests.length; ++i) { in TestParse() 89 logln("rules: '" + tests[i] + "'"); in TestParse() 92 RuleBasedNumberFormat fmt = new RuleBasedNumberFormat(tests[i], Locale.US); in TestParse()
|
| H A D | PluralRangesTest.java | 41 String[][] tests = { in TestLocaleData() 51 for (String[] test : tests) { in TestLocaleData() 65 String[][] tests = { in TestRangePattern() 69 for (String[] test : tests) { in TestRangePattern() 83 Object[][] tests = { in TestFormatting() 105 for (Object[] test : tests) { in TestFormatting()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | RBNFParseTest.java | 82 String[] tests = allrules[j]; in TestParse() 83 boolean except = tests == exceptrules; in TestParse() 84 for (int i = 0; i < tests.length; ++i) { in TestParse() 86 logln("rules: '" + tests[i] + "'"); in TestParse() 89 RuleBasedNumberFormat fmt = new RuleBasedNumberFormat(tests[i], Locale.US); in TestParse()
|
| /third_party/libsnd/tests/ |
| H A D | compression_size_test.c | 178 { int all_tests = 0, tests = 0 ; in main() local 188 " all - perform all tests\n", in main() 200 tests ++ ; in main() 203 puts (" No Ogg Vorbis tests because support was not compiled in.") ; in main() 209 tests ++ ; in main() 212 puts (" No FLAC tests because support was not compiled in.") ; in main() 218 tests ++ ; in main() 221 puts (" No Opus tests because support was not compiled in.") ; in main() 227 tests ++ ; in main() 230 puts (" No MPEG tests becaus in main() [all...] |
| /third_party/libabigail/tests/ |
| H A D | test-abidiff.cc | 188 string(abigail::tests::get_build_dir()) + "/tests/" + specs->out_path; in main() 199 string(abigail::tests::get_src_dir()) + "/tests/" + s->first_in_path; in main() 201 string(abigail::tests::get_src_dir()) + "/tests/" + s->second_in_path; in main() 203 string(abigail::tests::get_src_dir()) + "/tests/" + s->ref_diff_path; in main() 205 string(abigail::tests::get_build_dir()) + "/tests/" in main() [all...] |
| H A D | test-read-dwarf.cc | 25 using abigail::tests::read_common::InOutSpec; 26 using abigail::tests::read_common::test_task; 27 using abigail::tests::read_common::display_usage; 28 using abigail::tests::read_common::options; 29 using abigail::tests::get_build_dir; 576 /// Task specialization to perform DWARF tests. 594 /// abigail::tests::read_common::InOutSpec. 596 /// @param InOutSpec the array containing set of tests. 612 /// abigail::tests::read_common::InOutSpec. 658 /// @param s the @ref abigail::tests [all...] |
| H A D | test-read-write.cc | 34 using abigail::tests::get_build_dir; 272 string(abigail::tests::get_src_dir()) + "/tests/" + input_suffix; in perform() 282 string(abigail::tests::get_src_dir()) in perform() 283 + "/tests/" + ref_out_path_suffix; in perform() 295 string(abigail::tests::get_src_dir()) in perform() 296 + "/tests/" in perform() 316 string(abigail::tests::get_build_dir()) + "/tests/" + output_suffix; in perform()
|
| /third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/ |
| H A D | main.rs | 222 fn run_tests(tests: StrtodTests) { in run_tests() 223 let formatting_tests_count = tests.FormattingTests.len(); in run_tests() 224 let conversion_tests_count = tests.ConversionTests.len(); in run_tests() 225 for test in tests.FormattingTests { in run_tests() 228 for test in tests.ConversionTests { in run_tests() 231 println!("Ran {} formatting tests.", formatting_tests_count); in run_tests() 232 println!("Ran {} conversion tests.", conversion_tests_count); in run_tests()
|
| /third_party/python/Lib/idlelib/idle_test/ |
| H A D | test_editor.py | 46 tests = (('no spaces', (0, 0)), 62 for line, expected in tests: 71 tests = (('no spaces', (0, 0)), 87 for line, expected in tests: 131 tests = (TestInfo('Empty line inserts with no indent.', 169 for test in tests:
|
| /third_party/optimized-routines/string/ |
| H A D | Dir.mk | 25 string-tests := \ 61 $(string-tests) \ 65 all-string: $(string-libs) $(string-tests) $(string-benches) $(string-includes) 92 string-tests-out = $(string-tests:build/bin/test/%=build/string/test/%.out) 98 check-string: $(string-tests-out)
|
| /third_party/PyYAML/ |
| H A D | Makefile | 27 ${PYTHON} tests/lib/test_build.py ${TEST} 30 ${PYTHON} tests/lib/test_build_ext.py ${TEST} 49 tests/lib/__pycache__/ \
|
| /third_party/node/deps/npm/node_modules/cli-columns/ |
| H A D | test.js | 7 const tests = []; 10 tests.push([msg, fn]); 14 for (const [msg, fn] of tests) {
|