Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/is_valid/
H A Dfailing_reason_policy.hpp27 inline char const* validity_failure_type_message(validity_failure_type failure) in validity_failure_type_message() argument
29 switch (failure) in validity_failure_type_message()
70 validity_failure_type transform_failure_type(validity_failure_type failure) in transform_failure_type() argument
73 AllowDuplicates && failure == failure_duplicate_points)) in transform_failure_type()
77 return failure; in transform_failure_type()
81 validity_failure_type transform_failure_type(validity_failure_type failure, in transform_failure_type() argument
85 is_linear && AllowSpikes && failure == failure_spikes)) in transform_failure_type()
89 return transform_failure_type(failure); in transform_failure_type()
92 inline void set_failure_message(validity_failure_type failure) in set_failure_message() argument
96 m_oss << validity_failure_type_message(failure); in set_failure_message()
[all …]
H A Dfailure_type_policy.hpp26 validity_failure_type transform_failure_type(validity_failure_type failure) in transform_failure_type() argument
28 if (AllowDuplicates && failure == failure_duplicate_points) in transform_failure_type()
32 return failure; in transform_failure_type()
36 validity_failure_type transform_failure_type(validity_failure_type failure, in transform_failure_type() argument
39 if (is_linear && AllowSpikes && failure == failure_spikes) in transform_failure_type()
43 return transform_failure_type(failure); in transform_failure_type()
71 validity_failure_type failure() const in failure() function in boost::geometry::failure_type_policy
H A Ddefault_policy.hpp24 static inline bool is_valid(validity_failure_type failure) in is_valid() argument
26 return failure == no_failure in is_valid()
27 || (AllowDuplicates && failure == failure_duplicate_points); in is_valid()
30 static inline bool is_valid(validity_failure_type failure, bool is_linear) in is_valid() argument
32 return is_valid(failure) in is_valid()
33 || (is_linear && AllowSpikes && failure == failure_spikes); in is_valid()
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c169 goto failure; in ccdm_mmc_read()
177 goto failure; in ccdm_mmc_read()
188 goto failure; in ccdm_mmc_read()
198 goto failure; in ccdm_mmc_read()
203 failure: in ccdm_mmc_read()
404 goto failure; in compute_second_stage_hash()
408 goto failure; in compute_second_stage_hash()
420 goto failure; in compute_second_stage_hash()
426 failure: in compute_second_stage_hash()
782 goto failure; in load_sd_key_program()
[all …]
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtest_lwt_bpf.sh134 function failure { function
144 failure "test_ctx xmit: packets are dropped"
160 failure "test_ctx out: packets are dropped"
176 failure "test_ctx out: packets are dropped"
200 failure "test_data ${1}: packets are dropped"
213 failure "test_data in: packets are dropped"
231 failure "test_cb ${1}: packets are dropped"
247 failure "test_cb in: packets are dropped"
271 failure "test_drop_all ${1}: Unexpected success of ping"
284 failure "test_drop_all in: Unexpected success of ping"
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c702 goto failure; in validate_test_file_content_with_seed()
721 goto failure; in validate_test_file_content_with_seed()
729 goto failure; in validate_test_file_content_with_seed()
735 failure: in validate_test_file_content_with_seed()
960 goto failure; in load_hash_tree()
967 goto failure; in load_hash_tree()
973 goto failure; in load_hash_tree()
983 failure: in load_hash_tree()
1004 goto failure; in cant_touch_index_test()
1008 goto failure; in cant_touch_index_test()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dios.hpp39 #define BOOST_IOSTREAMS_FAILURE std::ios::failure
44 #define BOOST_IOSTREAMS_FAILURE std::ios_base::failure
51 #define BOOST_IOSTREAMS_FAILURE boost::iostreams::detail::failure
53 class failure : std::exception {
55 explicit failure(const std::string& what_arg) : what_(what_arg) { }
/OK3568_Linux_fs/u-boot/cmd/
H A Dpmic.c18 static int failure(int ret) in failure() function
36 return failure(ret); in do_dev()
97 return failure(ret); in do_dump()
131 return failure(-EFAULT); in do_read()
137 return failure(ret); in do_read()
166 return failure(-EFAULT); in do_write()
174 return failure(ret); in do_write()
H A Dregulator.c19 static int failure(int ret) in failure() function
38 return failure(ret); in do_dev()
49 return failure(ret); in do_dev()
276 return failure(ret); in do_value()
302 return failure(ret); in do_value()
324 return failure(ret); in do_current()
341 return failure(ret); in do_current()
363 return failure(ret); in do_mode()
376 return failure(ret); in do_mode()
395 return failure(ret); in do_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.c912 memory_exception_data.failure.NotPresent = 1; in kfd_signal_iommu_event()
913 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
914 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
916 memory_exception_data.failure.NotPresent = 0; in kfd_signal_iommu_event()
919 memory_exception_data.failure.ReadOnly = 1; in kfd_signal_iommu_event()
921 memory_exception_data.failure.ReadOnly = 0; in kfd_signal_iommu_event()
924 memory_exception_data.failure.NoExecute = 1; in kfd_signal_iommu_event()
926 memory_exception_data.failure.NoExecute = 0; in kfd_signal_iommu_event()
933 memory_exception_data.failure.NotPresent, in kfd_signal_iommu_event()
934 memory_exception_data.failure.NoExecute, in kfd_signal_iommu_event()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dmem.c14 char failure[100]; in check() local
21 scnprintf(failure, sizeof failure, "unexpected %s", out); in check()
22 TEST_ASSERT_VAL(failure, !strcmp(string, out)); in check()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/openipmi/files/
H A Dipmi-init-fix-the-arguments.patch6 The functions success/failure/warning defined in /etc/init.d/functions
29 failure)
31 - failure "$*"
32 + failure 1
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_vpu.c38 vpu->failure = msg->status; in mtk_mdp_vpu_ipi_handler()
39 if (!vpu->failure) { in mtk_mdp_vpu_ipi_handler()
57 msg_id, vpu->failure); in mtk_mdp_vpu_ipi_handler()
106 if (!err && vpu->failure) in mtk_mdp_vpu_send_ap_ipi()
124 if (!err && vpu->failure) in mtk_mdp_vpu_init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dinterface.hpp188 inline bool is_valid(Geometry const& geometry, validity_failure_type& failure, Strategy const& stra… in is_valid() argument
192 failure = visitor.failure(); in is_valid()
213 inline bool is_valid(Geometry const& geometry, validity_failure_type& failure) in is_valid() argument
215 return is_valid(geometry, failure, default_strategy()); in is_valid()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dios_base.h255 class _GLIBCXX_ABI_TAG_CXX11 failure : public system_error in _GLIBCXX_VISIBILITY()
259 failure(const string& __str); in _GLIBCXX_VISIBILITY()
263 failure(const string&, const error_code&); in _GLIBCXX_VISIBILITY()
266 failure(const char*, const error_code& = io_errc::stream); in _GLIBCXX_VISIBILITY()
270 ~failure() throw(); in _GLIBCXX_VISIBILITY()
276 class failure : public exception in _GLIBCXX_VISIBILITY()
282 failure(const string& __str) throw(); in _GLIBCXX_VISIBILITY()
287 ~failure() throw(); in _GLIBCXX_VISIBILITY()
297 failure(const string& __s, const error_code&) noexcept in _GLIBCXX_VISIBILITY()
298 : failure(__s) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dios_base.h255 class _GLIBCXX_ABI_TAG_CXX11 failure : public system_error in _GLIBCXX_VISIBILITY()
259 failure(const string& __str); in _GLIBCXX_VISIBILITY()
263 failure(const string&, const error_code&); in _GLIBCXX_VISIBILITY()
266 failure(const char*, const error_code& = io_errc::stream); in _GLIBCXX_VISIBILITY()
270 ~failure() throw(); in _GLIBCXX_VISIBILITY()
276 class failure : public exception in _GLIBCXX_VISIBILITY()
282 failure(const string& __str) throw(); in _GLIBCXX_VISIBILITY()
287 ~failure() throw(); in _GLIBCXX_VISIBILITY()
297 failure(const string& __s, const error_code&) noexcept in _GLIBCXX_VISIBILITY()
298 : failure(__s) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-Make-local-functions-static-to-avoid-assembler-error.patch35 /* return 1 if success, 0 if failure */
44 /* return 1 if success, 0 if failure */
53 /* return 1 if success, 0 if failure */
62 /* return 1 if success, 0 if failure */
71 /* return 1 if success, 0 if failure */
80 /* return 1 if success, 0 if failure */
89 /* return 1 if success, 0 if failure */
98 /* return 1 if success, 0 if failure */
107 /* return 1 if success, 0 if failure */
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/
H A Dvenc_vpu_if.c33 vpu->failure = 1; in handle_enc_init_msg()
57 vpu->failure = (msg->status != VENC_IPI_MSG_STATUS_OK); in vpu_enc_ipi_handler()
58 if (vpu->failure) in vpu_enc_ipi_handler()
59 goto failure; in vpu_enc_ipi_handler()
77 failure: in vpu_enc_ipi_handler()
100 if (vpu->failure) in vpu_enc_send_msg()
117 vpu->failure = 0; in vpu_enc_init()
/OK3568_Linux_fs/kernel/tools/testing/selftests/lkdtm/
H A Dtests.txt7 #EXHAUST_STACK Corrupts memory on failure
18 #OVERWRITE_ALLOCATION Corrupts memory on failure
19 #WRITE_AFTER_FREE Corrupts memory on failure
21 #WRITE_BUDDY_AFTER_FREE Corrupts memory on failure
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-uclogic-core.c181 goto failure; in uclogic_probe()
191 goto failure; in uclogic_probe()
199 goto failure; in uclogic_probe()
210 goto failure; in uclogic_probe()
216 goto failure; in uclogic_probe()
222 goto failure; in uclogic_probe()
226 failure: in uclogic_probe()
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A Dos.S84 | d1 - 0 = success, !0 = failure
115 | d1 - 0 = success, !0 = failure
147 | d1 - 0 = success, !0 = failure
170 | d1 - 0 = success, !0 = failure
181 | d1 - 0 = success, !0 = failure
206 | d1 - 0 = success, !0 = failure
217 | d1 - 0 = success, !0 = failure
241 | d1 - 0 = success, !0 = failure
263 | d1 - 0 = success, !0 = failure
287 | d1 - 0 = success, !0 = failure
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tpd-initscript-fix.patch24 - failure $"cannot start openl2tpd: openl2tpd already running.";
25 + #failure $"cannot start openl2tpd: openl2tpd already running.";
45 - failure $"cannot stop openl2tpd: openl2tpd is not running."
46 + #failure $"cannot stop openl2tpd: openl2tpd is not running."
/OK3568_Linux_fs/kernel/scripts/
H A DKconfig.include22 # $(failure,<command>)
24 failure = $(if-success,$(1),n,y) variable
39 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found)
40 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acp.c243 goto failure; in acp_hw_init()
249 goto failure; in acp_hw_init()
255 goto failure; in acp_hw_init()
352 goto failure; in acp_hw_init()
357 goto failure; in acp_hw_init()
374 goto failure; in acp_hw_init()
392 goto failure; in acp_hw_init()
402 failure: in acp_hw_init()
/OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/
H A Ddevres.rst29 sufficient bugs in ->remove and ->probe failure path. Well, yes,
37 initialization failure don't happen often enough to be noticeable.
38 Init failure path is worse because it's much less travelled while
42 and having half broken failure path implementation in ->probe() which
43 would leak resources or even cause oops when failure occurs. iomap
134 to better maintained higher layer. Also, as init failure path is
151 resources on failure. For example::
172 As resource acquisition failure usually means probe failure, constructs
174 layer) where interface function shouldn't have side effect on failure.

12345678910>>...41