Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/buildroot/package/odb/
H A D0002-Remove-gratuitous-classes.patch86 catch (const ios_base::failure& e)
92 catch (const xml::parsing& e)
101 catch (const ios_base::failure& e)
107 catch (const xml::serialization& e)
122 catch (semantics::invalid_path const& e)
129 catch (fs::error const&)
207 catch (cutl::re::format const& e)
213 - catch (validator::failed const&)
214 + catch (validator_failed const&)
220 - catch (processor::failed const&)
[all …]
/OK3568_Linux_fs/kernel/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()
95 try_catch->catch(try_catch->context); in kunit_try_catch_run()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dostream285 catch (...)
348 catch (...)
359 catch (...)
385 catch (...)
415 catch (...)
441 catch (...)
471 catch (...)
497 catch (...)
523 catch (...)
549 catch (...)
[all …]
H A Distream381 catch (...)
498 catch (...)
557 catch (...)
644 catch (...)
707 catch (...)
719 catch (...)
748 catch (...)
797 catch (...)
843 catch (...)
853 catch (...)
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dostream285 catch (...)
348 catch (...)
359 catch (...)
385 catch (...)
415 catch (...)
441 catch (...)
471 catch (...)
497 catch (...)
523 catch (...)
549 catch (...)
[all …]
H A Distream381 catch (...)
498 catch (...)
557 catch (...)
644 catch (...)
707 catch (...)
719 catch (...)
748 catch (...)
797 catch (...)
843 catch (...)
853 catch (...)
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/slang/
H A Darray_test.patch16 -catch IndexError;
17 +catch IndexError,InvalidParmError;
/OK3568_Linux_fs/kernel/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_sign.log15 [ 0.060000] # Subtest: kunit-try-catch-test
19 [ 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_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
/OK3568_Linux_fs/buildroot/package/php-zmq/
H A D0001-updates-for-php7.4-and-php8.0.patch62 } catch (ZMQSocketException $e) {
64 +} catch (TypeError $e) {
71 } catch (ZMQSocketException $e) {
73 +} catch (TypeError $e) {
131 +}catch(TypeError $e){
/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 Dexception_ptr.h198 catch(...) in make_exception_ptr()
208 catch(...) in make_exception_ptr()
H A Dexception_defines.h41 # define __catch(X) catch(X)
/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 Dexception_ptr.h198 catch(...) in make_exception_ptr()
208 catch(...) in make_exception_ptr()
H A Dexception_defines.h41 # define __catch(X) catch(X)
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dpthread.h1337 catch( ptw32_exception & ) { throw; } \
1338 catch( ... )
1342 #define catch( E ) \ macro
1343 catch( ptw32_exception & ) { throw; } \
1344 catch( E )
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.memory-test17 catch 99% of hardware related (i. e. reliably reproducible) memory
89 Note: An attempt was made once to implement such a test to catch
95 Note 2: Ironically enough, the "test_burst" did not catch any RAM
97 to catch did not happen when accessing the RAM, but when reading from
/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/pstl/
H A Dutils.h29 catch (const std::bad_alloc&) in __except_handler()
33 catch (...) in __except_handler()
/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/pstl/
H A Dutils.h29 catch (const std::bad_alloc&) in __except_handler()
33 catch (...) in __except_handler()
/OK3568_Linux_fs/buildroot/package/perl-try-tiny/
H A DConfig.in4 Minimal try/catch with proper preservation of $@.

123456789