| /OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-all_passed.log | 5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 7 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed 9 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 11 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 13 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed 15 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed 17 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed 19 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed 21 kunit sysctl_test: all tests passed 27 # example_simple_test: example_simple_test passed [all …]
|
| H A D | test_is_test_passed-failure.log | 5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 7 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed 9 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 11 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 13 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed 15 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed 17 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed 19 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed 21 kunit sysctl_test: all tests passed 34 # example_mock_test: example_mock_test passed
|
| H A D | test_is_test_passed-crash.log | 7 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 9 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed 11 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 13 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 15 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed 17 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed 19 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed 21 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed 23 kunit sysctl_test: all tests passed 66 # example_mock_test: example_mock_test passed
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | unittest.c | 35 int passed; member 45 unittest_results.passed++; \ 397 bool passed = true; in of_unittest_parse_phandle_with_args() local 406 passed &= !rc; in of_unittest_parse_phandle_with_args() 407 passed &= (args.args_count == 1); in of_unittest_parse_phandle_with_args() 408 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args() 411 passed &= !rc; in of_unittest_parse_phandle_with_args() 412 passed &= (args.args_count == 2); in of_unittest_parse_phandle_with_args() 413 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args() 414 passed &= (args.args[1] == 0); in of_unittest_parse_phandle_with_args() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/template/ |
| H A D | test_report_full_text.txt | 5 …) }} | {{ 'ID'.ljust(maxlen['result_id']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed… 8 …eport.result_id.ljust(maxlen['result_id']) }} | {{ (report.passed|string).ljust(maxlen['passed']) … 11 …count'].ljust(maxlen['result_id']) }} | {{ reporttotalvalues['passed'].ljust(maxlen['passed']) }} … 20 {{ 'Recipe'.ljust(maxlen['ptest']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljust(… 23 …t.ljust(maxlen['ptest']) }} | {{ (ptests[machine][ptest]['passed']|string).ljust(maxlen['passed'])… 36 {{ 'Recipe'.ljust(maxlen['ltptest']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljus… 39 …t(maxlen['ltptest']) }} | {{ (ltptests[machine][ltptest]['passed']|string).ljust(maxlen['passed'])… 52 {{ 'Recipe'.ljust(maxlen['ltpposixtest']) }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'… 55 …sixtest']) }} | {{ (ltpposixtests[machine][ltpposixtest]['passed']|string).ljust(maxlen['passed'])…
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | kselftest_harness.h | 132 _metadata->passed = 1; \ 382 if (!_metadata->passed) \ 684 if (_metadata->passed && _metadata->step < 253) \ 730 _metadata->passed = 0; \ 742 _metadata->passed = 0; \ 820 int passed; member 888 t->passed = 0; in __wait_for_test() 900 t->passed = 0; in __wait_for_test() 909 t->passed = 0; in __wait_for_test() 914 t->passed = 0; in __wait_for_test() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A D | pci-endpoint-test.rst | 32 should be passed as argument. 37 to be tested should be passed as argument. 40 to be tested should be passed as argument. 43 should be passed as argument (0: Legacy, 1:MSI, 2:MSI-X). 47 Perform write tests. The size of the buffer should be passed 50 Perform read tests. The size of the buffer should be passed 53 Perform read tests. The size of the buffer should be passed
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-vmx-unavail.c | 25 int passed; variable 76 passed = 0; in worker() 96 passed = 1; in tm_vmx_unavail_test() 111 return passed ? EXIT_SUCCESS : EXIT_FAILURE; in tm_vmx_unavail_test()
|
| H A D | tm-tmspr.c | 37 int passed = 1; variable 59 passed = 0; in tfiar_tfhar() 85 passed = 0; in texasr() 126 if (passed) in test_tmspr()
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | selftest.c | 112 int passed = 0; in kcsan_selftest() local 119 ++passed; \ in kcsan_selftest() 128 pr_info("selftest: %d/%d tests passed\n", passed, total); in kcsan_selftest() 129 if (passed != total) in kcsan_selftest()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libevent/libevent/ |
| H A D | run-ptest | 19 passed=`grep PASS: ${LOG}|wc -l` 22 all=$((passed + failed + skipped)) 26 echo "PASSED: ${passed}"
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/tests/ |
| H A D | unittest.h | 26 int passed; member 39 ++unittest_results.passed; \ 60 unittest_results.passed, unittest_results.failed); in exec_unittests()
|
| /OK3568_Linux_fs/buildroot/fs/ubifs/ |
| H A D | Config.in | 13 passed to the -e/--leb-size option of mkfs.ubifs. 19 Minimum I/O unit size. The value provided here is passed 27 here is passed to the -c/--max-leb-cnt option of mkfs.ubifs. 34 the ubifs file system. The choice made here is passed to
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | run-ptest | 86 passed=`grep PASS: ${LOG}|wc -l` 89 all=$((passed + failed + skipped)) 93 echo "PASSED: ${passed}"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_vblank_work.c | 113 bool passed, inmodeset, rescheduling = false, wake = false; in drm_vblank_work_schedule() local 139 passed = drm_vblank_passed(cur_vbl, count); in drm_vblank_work_schedule() 140 if (passed) in drm_vblank_work_schedule() 145 if (!nextonmiss && passed) { in drm_vblank_work_schedule()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_bpf2bpf.c | 44 bool passed = false; in test_xdp_bpf2bpf() local 90 pb_opts.ctx = &passed; in test_xdp_bpf2bpf() 113 CHECK_FAIL(!passed); in test_xdp_bpf2bpf()
|
| H A D | kfree_skb.c | 71 bool passed = false; in test_kfree_skb() local 117 pb_opts.ctx = &passed; in test_kfree_skb() 137 CHECK_FAIL(!passed); in test_kfree_skb()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | runtest.sh | 18 passed=`grep PASSED results/*.result | wc -l`; \ 19 echo "TEST SUMMARY: $passed tests PASSED, $failed2 tests FAILED" ;\
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_js_unit_tests.py | 32 passed = self.find("#qunit-testresult .passed").text 36 passed,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | decorators.py | 147 passed = True 182 passed = False 187 passed = False 191 passed = False 192 if passed:
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | customize-post-image.txt | 23 output directory is passed as the first argument to each script. If the 25 arguments will be passed to the script too. All the scripts will be 26 passed the exact same set of arguments, it is not possible to pass
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-ftrace.txt | 77 can be a glob pattern. It will be passed to 'set_ftrace_filter' 85 passed to 'set_ftrace_notrace' in tracefs. 97 than once to specify multiple functions. It will be passed to 106 specify multiple functions. It will be passed to 'set_graph_notrace'
|
| /OK3568_Linux_fs/buildroot/fs/ubi/ |
| H A D | Config.in | 32 Minimum I/O unit size. The value provided here is passed 41 here is passed to the -p/--peb-size option of ubinize. 50 The value provided here is passed to the -s/--sub-page-size
|
| /OK3568_Linux_fs/buildroot/package/openblas/ |
| H A D | 0002-Makefile-fix-support-for-passing-FFLAGS-on-the-make-.patch | 9 Makefile but _only_ those passed in FFLAGS. 11 This can lead to build failure, e.g. because -fPIC is not passed to the 24 lapack-netlib/make.inc. The flags passed on the command-line are already
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/ |
| H A D | fw_search_path.rst | 14 The module parameter ''path'' can be passed to the firmware_class module 16 only be up to 256 characters long. The kernel parameter passed would be:
|