Home
last modified time | relevance | path

Searched refs:passed (Results 126 - 150 of 227) sorted by relevance

12345678910

/kernel/linux/linux-6.6/drivers/dma/
H A Dmmp_pdma.c767 bool passed = false; in mmp_pdma_residue() local
794 * 'passed' will be latched once we found the descriptor which in mmp_pdma_residue()
801 if (passed) { in mmp_pdma_residue()
805 passed = true; in mmp_pdma_residue()
828 passed = false; in mmp_pdma_residue()
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_tool_test.py184 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=10, errors=0))
205 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=1, errors=1))
226 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=4, skipped=1))
323 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=3))
/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()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dof_unittest_expect440 ($line =~ /^${pr_fmt}end of unittest - [0-9]+ passed, [0-9]+ failed$/ ) ) {
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A Dvmtest.sh46 can be passed as environment variables to the script:
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py480 passed = "Passed" variable in CaseResult
/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
/third_party/node/lib/internal/test_runner/
H A Dharness.js183 passed: 0,
/third_party/python/PCbuild/
H A Drt.bat13 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dmips.s5 # (nr) is passed in v0.
H A Dmips64.s5 # (nr) is passed in v0.
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H A Dentry.S31 successful in its emulation, jumps to ret_from_exception (passed in
34 it returns via _fpundefinstr (passed via lr) and the kernel halts the
76 cmp r0, #ARM_OPCODE_CONDTEST_PASS @ condition passed?
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/
H A Dbase_test.c310 _exit(_metadata->passed ? EXIT_SUCCESS : EXIT_FAILURE); in TEST()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dvmtest.sh60 can be passed as environment variables to the script:
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9mc_16bpp_neon.S181 @ The actual width (in bytes) is passed in r5, the height in r4 and
449 @ The height is passed in r4, the width in r5 and the filter coefficients
/third_party/gn/src/gn/
H A Dargs.cc17 Build arguments are variables passed in from outside of the build that build
68 passed to all buildfiles. Individual build files can also specify arguments
/third_party/ffmpeg/tests/checkasm/arm/
H A Dcheckasm.S87 @ that were passed on the stack (if any), so we can only check after
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas42 opaque: Pointer; (* private data object passed to zalloc and zfree *)

Completed in 21 milliseconds

12345678910