/third_party/mbedtls/tests/scripts/ |
H A D | run-test-suites.pl | 126 my ($passed, $tests, $skipped) = $result =~ /([0-9]*) \/ ([0-9]*) tests.*?([0-9]*) skipped/; 130 print "(test cases passed:", $suite_cases_passed, 156 print " test cases passed :", $total_cases_passed, "\n";
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | powerpc64.s | 5 # number (nr) is passed in r0.
|
H A D | riscv64.s | 5 # (nr) is passed in a7.
|
H A D | mips.s | 5 # (nr) is passed in v0.
|
H A D | mips64.s | 5 # (nr) is passed in v0.
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
H A D | fs_di | 73 -S SIZE in Mb Size of usable partition (in MBs) on which the testing is carried out (needs to be passed
|
/third_party/node/lib/internal/test_runner/ |
H A D | utils.js | 141 // Load the test reporter passed to --test-reporter 268 } else if (!test.passed) { 271 harness.counters.passed++;
|
H A D | harness.js | 183 passed: 0,
|
/third_party/ltp/testscripts/ |
H A D | ltp-aiodio.sh | 3 # A valid large file should be passed to the test. 48 -a = test all supported filesystems, this will override any other filesystem flags passed. 52 - A Large file should be passed to fully stress the test. You must pass at least one filesystem to test, you can pass any combination 129 echo "No filesystems passed to test"
|
/third_party/python/Doc/ |
H A D | make.bat | 116 echo.All arguments past the first one are passed through to sphinx-build as
124 echo.be passed by setting the SPHINXOPTS environment variable.
|
/third_party/python/PCbuild/ |
H A D | build.bat | 9 echo.After the flags recognized by this script, up to 9 arguments to be passed
10 echo.directly to MSBuild may be passed. If the argument contains an '=', the
|
H A D | rt.bat | 13 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
|
/third_party/toybox/toys/pending/ |
H A D | dhcpd.c | 1544 uint32_t passed, ip; in read_leasefile() local 1556 passed = time(NULL) - timestamp; in read_leasefile() 1557 if ((uint64_t)passed > 12 * 60 * 60) goto lease_error_exit; in read_leasefile() 1562 tmp_time = ntohl(dls->expires) - passed; in read_leasefile() 1575 uint32_t passed; in read_lease6file() local 1587 passed = time(NULL) - timestamp; in read_lease6file() 1588 if ((uint64_t)passed > 12 * 60 * 60) goto lease6_error_exit; in read_lease6file() 1593 tmp_time = ntohl(dls6->expires) - passed; in read_lease6file()
|
/third_party/gn/src/gn/ |
H A D | command_gen.cc | 571 This string is passed without any quoting to the ninja invocation 618 This string is passed without any quoting to the ninja invocation 660 Optional second argument that will be passed to executed script. 686 Optional second argument that will be passed to executed script.
|
/third_party/node/test/common/ |
H A D | wpt.js | 433 * Sets the Node.js flags passed to the worker. 702 const passed = ran - expectedFailures - failures.length; 704 `${passed} passed, ${expectedFailures} expected failures,`,
|
/third_party/ltp/testcases/lib/ |
H A D | tst_net.sh | 277 # -l LPARAM: parameter passed to CMD in lhost 278 # -r RPARAM: parameter passed to CMD in rhost 337 tst_res_ TPASS "$* passed as expected" 354 tst_res_ TFAIL "$* passed unexpectedly" 802 local passed=0 843 passed=$((passed + 1)) 855 tst_res_ TPASS "netstress passed, median time $median ms, data:$results"
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 21 passed via the \Var{ap} pointer and the specified \Var{byteorder}. 136 address of the word to be accessed is passed in argument \Var{addr}. 155 index of the register to be accessed is passed in argument 174 register to be accessed is passed in argument \Var{regnum}. To read a
|
H A D | unw_set_reg.tex | 21 value passed in \Var{val}.
|
H A D | unw_set_fpreg.tex | 21 value passed in \Var{val}.
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_context.c | 965 uint64_t passed = 0; in panfrost_get_query_result() local 967 passed += result[i]; in panfrost_get_query_result() 970 passed /= 4; in panfrost_get_query_result() 972 vresult->u64 = passed; in panfrost_get_query_result()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fMultisampleTests.cpp | 472 bool passed = tcu::pixelThresholdCompare(log, in iterate() local 480 if (passed) in iterate() 483 m_context.getTestContext().setTestResult(passed ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate() 484 passed ? "Passed" : "Failed"); in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.c | 1103 struct os_reltime now, passed; in ap_check_sa_query_timeout() local 1105 os_reltime_sub(&now, &sta->sa_query_start, &passed); in ap_check_sa_query_timeout() 1106 tu = (passed.sec * 1000000 + passed.usec) / 1024; in ap_check_sa_query_timeout()
|
/third_party/python/Lib/ |
H A D | doctest.py | 1165 4 items passed all tests: 1171 7 passed and 0 failed. 1172 Test passed. 1191 First, an output function (`out) can be passed to 1527 passed = [] 1538 passed.append( (name, t) ) 1547 if passed: 1548 print(len(passed), "items passed all tests:") 1549 passed [all...] |
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 938 test_pass /* was a test, and passed */ 1493 int passed, failed, declined; variable 1514 ++passed; in runtests() 1674 passed = failed = declined = 0; in main() 1688 passed, failed, passed+failed); in main() 1692 if (failed || passed == 0) in main()
|
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 31 # passed in via rdi, rsi and I just let them flow through unchanged. Similarly
|