Home
last modified time | relevance | path

Searched refs:passed (Results 76 - 100 of 153) sorted by relevance

1234567

/third_party/mbedtls/tests/scripts/
H A Drun-test-suites.pl126 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 Dpowerpc64.s5 # number (nr) is passed in r0.
H A Driscv64.s5 # (nr) is passed in a7.
H A Dmips.s5 # (nr) is passed in v0.
H A Dmips64.s5 # (nr) is passed in v0.
/third_party/ltp/testcases/kernel/fs/fs_di/
H A Dfs_di73 -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 Dutils.js141 // Load the test reporter passed to --test-reporter
268 } else if (!test.passed) {
271 harness.counters.passed++;
H A Dharness.js183 passed: 0,
/third_party/ltp/testscripts/
H A Dltp-aiodio.sh3 # 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 Dmake.bat116 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 Dbuild.bat9 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 Drt.bat13 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
/third_party/toybox/toys/pending/
H A Ddhcpd.c1544 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 Dcommand_gen.cc571 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 Dwpt.js433 * 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 Dtst_net.sh277 # -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 Dunw_create_addr_space.tex21 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 Dunw_set_reg.tex21 value passed in \Var{val}.
H A Dunw_set_fpreg.tex21 value passed in \Var{val}.
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c965 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 Des31fMultisampleTests.cpp472 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 Dsta_info.c1103 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 Ddoctest.py1165 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 Dmathtest.c938 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 Dx64-test-dwarf-expressions.S31 # passed in via rdi, rsi and I just let them flow through unchanged. Similarly

Completed in 21 milliseconds

1234567