Home
last modified time | relevance | path

Searched refs:catch (Results 1 – 25 of 218) sorted by relevance

123456789

/openbmc/linux/lib/kunit/
H A Dtry-catch-impl.h20 kunit_try_catch_func_t catch) in kunit_try_catch_init() argument
24 try_catch->catch = catch; in kunit_try_catch_init()
H A Dtry-catch.c72 try_catch->catch(try_catch->context); in kunit_try_catch_run()
100 try_catch->catch(try_catch->context); in kunit_try_catch_run()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/
H A Dcli11_2.3.2.bb10 https://github.com/philsquared/Catch/releases/download/v2.13.7/catch.hpp \
11 file://0001-Do-not-download-the-catch-framework-during-configure.patch"
18 cp ${DL_DIR}/catch.hpp ${S}/tests/catch2/catch.hpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p7zip/files/
H A DCVE-2018-5996.patch55 - catch(const CInBufferException &e) { return e.ErrorCode; }
56 - catch(const CLzOutWindowException &e) { return e.ErrorCode; }
57 - catch(...) { return S_FALSE; }
58 + catch(const CInBufferException &e) { _errorMode = true; return e.ErrorCode; }
59 + catch(const CLzOutWindowException &e) { _errorMode = true; return e.ErrorCode; }
60 + catch(...) { _errorMode = true; return S_FALSE; }
200 - catch(const CInBufferException &e) { return e.ErrorCode; }
201 - catch(...) { return S_FALSE; }
202 + catch(const CInBufferException &e) { _errorMode = true; return e.ErrorCode; }
203 + catch(...) { _errorMode = true; return S_FALSE; }
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.aserver.callback.hpp.mako114 catch(const ${interface.errorNamespacedClass(e)}& e)
120 catch(const std::exception&)
208 catch(const ${interface.errorNamespacedClass(e)}& e)
214 catch(const std::exception&)
232 catch(const ${interface.errorNamespacedClass(e)}& e)
237 catch(const std::exception&)
H A Dproperty.server.cpp.mako26 catch(const ${interface.errorNamespacedClass(e)}& e)
31 catch (const std::exception&)
80 catch(const ${interface.errorNamespacedClass(e)}& e)
85 catch (const std::exception&)
H A Dproperty.aserver.callback.hpp.mako39 catch (const ${interface.errorNamespacedClass(e)}& e)
44 catch (const std::exception&)
83 catch (const ${interface.errorNamespacedClass(e)}& e)
88 catch (const std::exception&)
H A Dmethod.prototype.hpp.mako57 catch(const ${interface.errorNamespacedClass(e)}& e)
62 catch (const std::exception&)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/cli11/
H A D0001-Do-not-download-the-catch-framework-during-configure.patch4 Subject: [PATCH] Do not download the catch framework during configure.
26 - set(url https://github.com/philsquared/Catch/releases/download/v2.13.7/catch.hpp)
28 - DOWNLOAD ${url} "${CMAKE_CURRENT_BINARY_DIR}/catch2/catch.hpp"
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Darray_test.patch16 -catch IndexError;
17 +catch IndexError,InvalidParmError;
/openbmc/webui-vue/src/views/Settings/Network/
H A DNetworkGlobalSettings.vue223 .catch(({ message }) => this.errorToast(message));
234 .catch(({ message }) => this.errorToast(message));
245 .catch(({ message }) => this.errorToast(message));
256 .catch(({ message }) => this.errorToast(message));
267 .catch(({ message }) => this.errorToast(message));
278 .catch(({ message }) => this.errorToast(message));
H A DNetwork.vue171 .catch(({ message }) => this.errorToast(message))
179 .catch(({ message }) => this.errorToast(message))
187 .catch(({ message }) => this.errorToast(message))
195 .catch(({ message }) => this.errorToast(message))
/openbmc/linux/tools/testing/kunit/test_data/
H A Dtest_kernel_panic_interrupt.log13 [ 0.060000] # Subtest: kunit-try-catch-test
17 [ 0.060000] ok 2 - kunit-try-catch-test
H A Dtest_config_printk_time.log13 [ 0.060000] # Subtest: kunit-try-catch-test
17 [ 0.060000] ok 2 - kunit-try-catch-test
H A Dtest_output_with_prefix_isolated_correctly.log14 [ 0.060000] # Subtest: kunit-try-catch-test
18 [ 0.060000] ok 2 - kunit-try-catch-test
H A Dtest_pound_no_prefix.log15 # Subtest: kunit-try-catch-test
19 ok 2 - kunit-try-catch-test
H A Dtest_pound_sign.log15 [ 0.060000] # Subtest: kunit-try-catch-test
19 [ 0.060000] ok 2 - kunit-try-catch-test
H A Dtest_multiple_prefixes.log13 [ 0.060000][ T1] # Subtest: kunit-try-catch-test
17 [ 0.060000][ T1] ok 2 - kunit-try-catch-test
H A Dtest_interrupted_tap_output.log19 [ 0.060000] # Subtest: kunit-try-catch-test
23 [ 0.060000] ok 2 - kunit-try-catch-test
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibtry-tiny-perl_0.31.bb1 SUMMARY = "Try::Tiny - Minimal try/catch with proper preservation of $@"
2 DESCRIPTION = "This module provides bare bones try/catch/finally statements \
/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target109 run-gdbstub-catch-syscalls: catch-syscalls
113 --bin $< --test $(MULTIARCH_SRC)/gdbstub/catch-syscalls.py, \
137 run-gdbstub-catch-syscalls run-gdbstub-follow-fork-mode-child \
/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/
H A DPolicies.vue226 .catch(({ message }) => this.errorToast(message));
232 .catch(({ message }) => this.errorToast(message));
238 .catch(({ message }) => this.errorToast(message));
244 .catch(({ message }) => this.errorToast(message));
250 .catch(({ message }) => this.errorToast(message));
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DTableRoleGroups.vue211 .catch(({ message }) => this.errorToast(message))
240 .catch(({ message }) => this.errorToast(message))
259 .catch(({ message }) => this.errorToast(message))
265 .catch(({ message }) => this.errorToast(message))
/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryReset.vue95 .catch(({ message }) => {
109 .catch(({ message }) => {
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-interleaved-section.json15 # @foobar: catch this

123456789