/openbmc/linux/lib/kunit/ |
H A D | try-catch-impl.h | 20 kunit_try_catch_func_t catch) in kunit_try_catch_init() argument 24 try_catch->catch = catch; in kunit_try_catch_init()
|
H A D | try-catch.c | 72 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 D | cli11_2.3.2.bb | 10 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 D | CVE-2018-5996.patch | 55 - 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 D | method.aserver.callback.hpp.mako | 114 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 D | property.server.cpp.mako | 26 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 D | property.aserver.callback.hpp.mako | 39 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 D | method.prototype.hpp.mako | 57 catch(const ${interface.errorNamespacedClass(e)}& e) 62 catch (const std::exception&)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/cli11/ |
H A D | 0001-Do-not-download-the-catch-framework-during-configure.patch | 4 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 D | array_test.patch | 16 -catch IndexError; 17 +catch IndexError,InvalidParmError;
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | NetworkGlobalSettings.vue | 225 .catch(({ message }) => this.errorToast(message)); 236 .catch(({ message }) => this.errorToast(message)); 247 .catch(({ message }) => this.errorToast(message)); 258 .catch(({ message }) => this.errorToast(message)); 269 .catch(({ message }) => this.errorToast(message)); 280 .catch(({ message }) => this.errorToast(message));
|
H A D | Network.vue | 173 .catch(({ message }) => this.errorToast(message)) 181 .catch(({ message }) => this.errorToast(message)) 189 .catch(({ message }) => this.errorToast(message)) 197 .catch(({ message }) => this.errorToast(message))
|
/openbmc/linux/tools/testing/kunit/test_data/ |
H A D | test_kernel_panic_interrupt.log | 13 [ 0.060000] # Subtest: kunit-try-catch-test 17 [ 0.060000] ok 2 - kunit-try-catch-test
|
H A D | test_config_printk_time.log | 13 [ 0.060000] # Subtest: kunit-try-catch-test 17 [ 0.060000] ok 2 - kunit-try-catch-test
|
H A D | test_output_with_prefix_isolated_correctly.log | 14 [ 0.060000] # Subtest: kunit-try-catch-test 18 [ 0.060000] ok 2 - kunit-try-catch-test
|
H A D | test_pound_no_prefix.log | 15 # Subtest: kunit-try-catch-test 19 ok 2 - kunit-try-catch-test
|
H A D | test_pound_sign.log | 15 [ 0.060000] # Subtest: kunit-try-catch-test 19 [ 0.060000] ok 2 - kunit-try-catch-test
|
H A D | test_multiple_prefixes.log | 13 [ 0.060000][ T1] # Subtest: kunit-try-catch-test 17 [ 0.060000][ T1] ok 2 - kunit-try-catch-test
|
H A D | test_interrupted_tap_output.log | 19 [ 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 D | libtry-tiny-perl_0.31.bb | 1 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 D | Makefile.target | 109 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 D | Policies.vue | 229 .catch(({ message }) => this.errorToast(message)); 235 .catch(({ message }) => this.errorToast(message)); 241 .catch(({ message }) => this.errorToast(message)); 247 .catch(({ message }) => this.errorToast(message)); 253 .catch(({ message }) => this.errorToast(message));
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ |
H A D | TableRoleGroups.vue | 214 .catch(({ message }) => this.errorToast(message)) 243 .catch(({ message }) => this.errorToast(message)) 262 .catch(({ message }) => this.errorToast(message)) 268 .catch(({ message }) => this.errorToast(message))
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-interleaved-section.json | 15 # @foobar: catch this
|
/openbmc/linux/include/kunit/ |
H A D | try-catch.h | 52 kunit_try_catch_func_t catch; member
|