/kernel/linux/linux-6.6/drivers/dma/ |
H A D | mmp_pdma.c | 767 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 D | kunit_tool_test.py | 184 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 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()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | of_unittest_expect | 440 ($line =~ /^${pr_fmt}end of unittest - [0-9]+ passed, [0-9]+ failed$/ ) ) {
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | vmtest.sh | 46 can be passed as environment variables to the script:
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 480 passed = "Passed" variable in CaseResult
|
/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
|
/third_party/node/lib/internal/test_runner/ |
H A D | harness.js | 183 passed: 0,
|
/third_party/python/PCbuild/ |
H A D | rt.bat | 13 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 D | mips.s | 5 # (nr) is passed in v0.
|
H A D | mips64.s | 5 # (nr) is passed in v0.
|
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | entry.S | 31 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 D | base_test.c | 310 _exit(_metadata->passed ? EXIT_SUCCESS : EXIT_FAILURE); in TEST()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 60 can be passed as environment variables to the script:
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9mc_16bpp_neon.S | 181 @ 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 D | args.cc | 17 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 D | checkasm.S | 87 @ that were passed on the stack (if any), so we can only check after
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 42 opaque: Pointer; (* private data object passed to zalloc and zfree *)
|