Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 1347) sorted by relevance

12345678910>>...54

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dvalidate.c63 int f,failed = false; \
74 failed = true; \
75 if (failed || trace) {
82 failed = true; \
83 if (failed || trace) {
86 … if (failed) \
94 … if (failed) \
102 … if (failed) \
112 if (failed) \
115 if (failed) \
[all …]
/OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-no_tests_run.log40 setup_one_line failed for device 1 : Configuration failed
42 setup_one_line failed for device 2 : Configuration failed
44 setup_one_line failed for device 3 : Configuration failed
46 setup_one_line failed for device 4 : Configuration failed
48 setup_one_line failed for device 5 : Configuration failed
50 setup_one_line failed for device 6 : Configuration failed
52 setup_one_line failed for device 7 : Configuration failed
54 setup_one_line failed for device 8 : Configuration failed
56 setup_one_line failed for device 9 : Configuration failed
58 setup_one_line failed for device 10 : Configuration failed
[all …]
H A Dtest_output_isolated_correctly.log62 setup_one_line failed for device 1 : Configuration failed
64 setup_one_line failed for device 2 : Configuration failed
66 setup_one_line failed for device 3 : Configuration failed
68 setup_one_line failed for device 4 : Configuration failed
70 setup_one_line failed for device 5 : Configuration failed
72 setup_one_line failed for device 6 : Configuration failed
74 setup_one_line failed for device 7 : Configuration failed
76 setup_one_line failed for device 8 : Configuration failed
78 setup_one_line failed for device 9 : Configuration failed
80 setup_one_line failed for device 10 : Configuration failed
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dassert.hpp68 struct failed {}; struct
88 static int failed( assert<false> );
94 static int failed( void* );
109 bool operator==( failed, failed );
110 bool operator!=( failed, failed );
111 bool operator>( failed, failed );
112 bool operator>=( failed, failed );
113 bool operator<( failed, failed );
114 bool operator<=( failed, failed );
117 template< bool (*)(failed, failed), long x, long y > struct assert_relation {};
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmsr-trace.h22 TP_PROTO(unsigned msr, u64 val, int failed),
23 TP_ARGS(msr, val, failed),
27 __field( int, failed )
32 __entry->failed = failed;
37 __entry->failed ? " #GP" : "")
41 TP_PROTO(unsigned msr, u64 val, int failed),
42 TP_ARGS(msr, val, failed)
46 TP_PROTO(unsigned msr, u64 val, int failed),
47 TP_ARGS(msr, val, failed)
51 TP_PROTO(unsigned msr, u64 val, int failed),
[all …]
/OK3568_Linux_fs/kernel/drivers/net/can/softing/
H A Dsofting_fw.c158 goto failed; in softing_load_fw()
160 goto failed; in softing_load_fw()
163 goto failed; in softing_load_fw()
169 goto failed; in softing_load_fw()
179 goto failed; in softing_load_fw()
183 goto failed; in softing_load_fw()
193 goto failed; in softing_load_fw()
203 goto failed; in softing_load_fw()
208 goto failed; in softing_load_fw()
210 failed: in softing_load_fw()
[all …]
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dxattr.c53 goto failed; in squashfs_listxattr()
64 goto failed; in squashfs_listxattr()
72 goto failed; in squashfs_listxattr()
83 goto failed; in squashfs_listxattr()
91 goto failed; in squashfs_listxattr()
96 goto failed; in squashfs_listxattr()
100 failed: in squashfs_listxattr()
130 goto failed; in squashfs_xattr_get()
143 goto failed; in squashfs_xattr_get()
155 goto failed; in squashfs_xattr_get()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dspectrum_cs.c90 goto failed; in spectrum_reset()
96 goto failed; in spectrum_reset()
102 goto failed; in spectrum_reset()
111 goto failed; in spectrum_reset()
118 goto failed; in spectrum_reset()
122 failed: in spectrum_reset()
213 goto failed; in spectrum_cs_config()
219 goto failed; in spectrum_cs_config()
229 goto failed; in spectrum_cs_config()
233 goto failed; in spectrum_cs_config()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/concept/detail/
H A Dgeneral.hpp31 static void failed() { ((Model*)0)->~Model(); } in failed() function
34 struct failed {}; struct
37 struct requirement<failed ************ Model::************>
39 static void failed() { ((Model*)0)->~Model(); } in failed() function
47 static void failed() { ((Model*)0)->constraints(); } in failed() function
55 , requirement<failed ************ Model::************>
64 : requirement<failed ************ Model::************>
71 &::boost::concepts::requirement_<ModelFnPtr>::failed> \
H A Dmsvc.hpp27 virtual void failed(Model* x) in failed() function
34 struct failed {}; struct
36 struct check<failed ************ Model::************>
38 virtual void failed(Model* x) in failed() function
63 , check<failed ************ Model::************>
75 : check<failed ************ Model::************>
90 virtual void failed(Model*) in failed() function
/OK3568_Linux_fs/buildroot/package/odb/
H A D0002-Remove-gratuitous-classes.patch46 - throw generator::failed ();
55 - throw generator::failed ();
73 - throw generator::failed ();
82 - throw generator::failed ();
89 - throw failed ();
95 - throw failed ();
104 - throw failed ();
110 - throw failed ();
117 // Code generation failed. Diagnostics has already been issued.
119 - throw failed ();
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/template/
H A Dtest_report_full_text.txt5 … }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljust(maxlen['failed']) }} | {{ 'Skippe…
8 …ort.passed|string).ljust(maxlen['passed']) }} | {{ (report.failed|string).ljust(maxlen['failed']) …
11 …['passed'].ljust(maxlen['passed']) }} | {{ reporttotalvalues['failed'].ljust(maxlen['failed']) }} …
20 … }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljust(maxlen['failed']) }} | {{ 'Skippe…
23 ….ljust(maxlen['passed']) }} | {{ (ptests[machine][ptest]['failed']|string).ljust(maxlen['failed'])…
36 … }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljust(maxlen['failed']) }} | {{ 'Skippe…
39 …st(maxlen['passed']) }} | {{ (ltptests[machine][ltptest]['failed']|string).ljust(maxlen['failed'])…
52 … }} | {{ 'Passed'.ljust(maxlen['passed']) }} | {{ 'Failed'.ljust(maxlen['failed']) }} | {{ 'Skippe…
55 …'passed']) }} | {{ (ltpposixtests[machine][ltpposixtest]['failed']|string).ljust(maxlen['failed'])…
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/
H A Dqman_test_api.c135 goto failed; in qman_test_api()
140 goto failed; in qman_test_api()
145 goto failed; in qman_test_api()
151 goto failed; in qman_test_api()
155 goto failed; in qman_test_api()
161 goto failed; in qman_test_api()
169 goto failed; in qman_test_api()
174 goto failed; in qman_test_api()
179 goto failed; in qman_test_api()
187 goto failed; in qman_test_api()
[all …]
H A Dqman_test_stash.c395 goto failed; in init_handler()
406 goto failed; in init_handler()
417 goto failed; in init_handler()
425 goto failed; in init_handler()
429 failed: in init_handler()
526 goto failed; in send_first_frame()
535 goto failed; in send_first_frame()
544 goto failed; in send_first_frame()
548 failed: in send_first_frame()
577 goto failed; in qman_test_stash()
[all …]
/OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/Language/
H A DEnglish.ini73 ERROR_EXPORT_FAIL=Exporting config failed!
75 ERROR_IMPORT_FAIL=Importing config failed!
79 ERROR_INITIALIZE=Initialization of program failed!
82 ERROR_GET_DEVICE=Getting device failed,stop running!
83 ERROR_MATCH_DEVICE_TYPE=Match device type failed,stop running!
84 ERROR_CHECK_DOWNLOAD_ITEM=Checking download item failed,stop running!
88 ERROR_NO_PARTSIZE_ITEM=%s failed to get partition size,stop running!
90 ERROR_CREATE_IMAGE=Creating image object failed,stop running!
91 ERROR_CREATE_COMM=Creating comm object failed,stop running!
92 ERROR_CREATE_DEVICE=Creating device object failed,stop running!
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/tests/
H A Dunittest.h27 int failed; member
33 bool failed = !(result); \
34 if (failed) { \
35 ++unittest_results.failed; \
43 failed; \
60 unittest_results.passed, unittest_results.failed); in exec_unittests()
/OK3568_Linux_fs/kernel/arch/x86/platform/intel-quark/
H A Dimr.c151 goto failed; in imr_write()
155 goto failed; in imr_write()
159 goto failed; in imr_write()
163 goto failed; in imr_write()
167 failed: in imr_write()
343 goto failed; in imr_add_range()
349 goto failed; in imr_add_range()
351 goto failed; in imr_add_range()
360 goto failed; in imr_add_range()
385 failed: in imr_add_range()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/
H A D0001-Update-to-OpenSSL-3.0.0-alpha15.patch38 - printf("## Oops, EVP_MAC_CTX_set_params() failed: %s.\n", str);
46 printf("## Oops, EVP_MAC_init() failed: %s.\n", str);
51 - printf("## Oops, EVP_MAC_init() failed: %s.\n", str);
52 + printf("## Oops, EVP_MAC_update() failed: %s.\n", str);
58 - printf("## Oops, EVP_MAC_init() failed: %s.\n", str);
59 + printf("## Oops, EVP_MAC_final() failed: %s.\n", str);
86 printf("## Oops, EVP_MAC_init() failed: %s.\n", str);
93 - printf("## Oops, EVP_MAC_init() failed: %s.\n", str);
94 + printf("## Oops, EVP_MAC_update() failed: %s.\n", str);
101 - printf("## Oops, EVP_MAC_init() failed: %s.\n", str);
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/bluez5/
H A Drun-ptest5 failed=0
20 failed=$((failed + 1))
26 if [ "$failed" -eq 0 ] ; then
29 echo "$failed of $all tests failed"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/nettle/nettle/
H A Drun-ptest5 failed=0
25 failed=$((failed + 1))
31 if [ "$failed" -eq 0 ] ; then
34 echo "$failed of $all tests failed"
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dcpa-test.c122 int failed = 0; in pageattr_test() local
136 failed += print_split(&sa); in pageattr_test()
197 failed++; in pageattr_test()
204 failed++; in pageattr_test()
209 failed++; in pageattr_test()
215 failed += print_split(&sb); in pageattr_test()
223 failed++; in pageattr_test()
229 failed++; in pageattr_test()
235 failed++; in pageattr_test()
240 failed += print_split(&sc); in pageattr_test()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/
H A Drun-ptest7 failed=0
21 failed=$((failed + 1))
27 if [ "$failed" -eq 0 ] ; then
30 echo "$failed of $all tests failed"
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmmp.c293 goto failed; in ext4_multi_mount_protect()
298 goto failed; in ext4_multi_mount_protect()
318 goto failed; in ext4_multi_mount_protect()
331 goto failed; in ext4_multi_mount_protect()
336 goto failed; in ext4_multi_mount_protect()
341 goto failed; in ext4_multi_mount_protect()
353 goto failed; in ext4_multi_mount_protect()
360 goto failed; in ext4_multi_mount_protect()
365 goto failed; in ext4_multi_mount_protect()
370 goto failed; in ext4_multi_mount_protect()
[all …]
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Drecovery.c142 goto failed; in nilfs_read_super_root_block()
170 failed: in nilfs_read_super_root_block()
437 goto failed; in nilfs_prepare_segment_for_recovery()
442 goto failed; in nilfs_prepare_segment_for_recovery()
453 goto failed; in nilfs_prepare_segment_for_recovery()
462 goto failed; in nilfs_prepare_segment_for_recovery()
468 failed: in nilfs_prepare_segment_for_recovery()
599 goto failed; in nilfs_do_roll_forward()
606 goto failed; in nilfs_do_roll_forward()
637 goto failed; in nilfs_do_roll_forward()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/eeh/
H A Deeh-basic.sh70 failed=0
76 failed="$((failed + 1))"
81 failed="$((failed + 1))"
85 echo "$failed devices failed to recover ($dev_count tested)"
89 test "$failed" -eq 0

12345678910>>...54