/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | operation.pxd.pxi | 4 # you may not use this file except in compliance with the License. 18 cdef void c(self) except * 19 cdef void un_c(self) except * 32 cdef void c(self) except * 33 cdef void un_c(self) except * 42 cdef void c(self) except * 43 cdef void un_c(self) except * 50 cdef void c(self) except * 51 cdef void un_c(self) except * 64 cdef void c(self) except * [all …]
|
D | credentials.pxd.pxi | 4 # you may not use this file except in compliance with the License. 18 cdef grpc_call_credentials *c(self) except * 29 const char **error_details) except * with gil 31 cdef void _destroy(void *state) except * with gil 39 cdef grpc_call_credentials *c(self) except * 49 cdef grpc_call_credentials *c(self) except * 54 cdef grpc_channel_credentials *c(self) except * 68 cdef grpc_channel_credentials *c(self) except * 76 cdef grpc_channel_credentials *c(self) except * 83 cdef grpc_channel_credentials *c(self) except * [all …]
|
D | operation.pyx.pxi | 4 # you may not use this file except in compliance with the License. 18 cdef void c(self) except *: 21 cdef void un_c(self) except *: 34 cdef void c(self) except *: 44 cdef void un_c(self) except *: 61 cdef void c(self) except *: 71 cdef void un_c(self) except *: 83 cdef void c(self) except *: 87 cdef void un_c(self) except *: 102 cdef void c(self) except *: [all …]
|
D | credentials.pyx.pxi | 4 # you may not use this file except in compliance with the License. 33 cdef grpc_call_credentials *c(self) except *: 44 const char **error_details) except * with gil: 59 cdef void _destroy(void *state) except * with gil: 70 cdef grpc_call_credentials *c(self) except *: 105 cdef grpc_call_credentials *c(self) except *: 111 cdef grpc_channel_credentials *c(self) except *: 139 cdef grpc_channel_credentials *c(self) except *: 168 cdef grpc_channel_credentials *c(self) except *: 186 cdef grpc_channel_credentials *c(self) except *: [all …]
|
D | time.pxd.pxi | 4 # you may not use this file except in compliance with the License. 16 cdef gpr_timespec _timespec_from_time(object time) except * 19 cdef double _time_from_timespec(gpr_timespec timespec) except *
|
D | metadata.pxd.pxi | 4 # you may not use this file except in compliance with the License. 17 metadata, grpc_metadata **c_metadata, size_t *c_count) except * 20 cdef void _release_c_metadata(grpc_metadata *c_metadata, int count) except *
|
D | grpc_gevent.pyx.pxi | 4 # you may not use this file except in compliance with the License. 62 except IOError as io_error: 91 except IOError as io_error: 110 except AttributeError: 127 except IOError as io_error: 155 except IOError as io_error: 212 except gevent_socket.gaierror as e: 217 except IOError as io_error: 226 cdef void accept_callback_cython(SocketWrapper s) except *: 239 except IOError as io_error: [all …]
|
/third_party/boost/libs/serialization/test/ |
D | test_unregistered.cpp | 84 bool except = false; in save_unregistered1() local 89 except = true; in save_unregistered1() 92 BOOST_CHECK_MESSAGE(except, "lack of registration not detected !"); in save_unregistered1() 111 bool except = false; 116 except = true; 123 BOOST_CHECK_MESSAGE(except, "lack of registration not detected !"); 139 bool except = false; in save_unregistered2() local 144 except = true; in save_unregistered2() 147 BOOST_CHECK_MESSAGE(! except, "registration not detected !"); in save_unregistered2() 165 bool except = false; in load_unregistered2() local [all …]
|
/third_party/boost/libs/metaparse/doc/ |
D | except.qbk | 1 [#except] 2 [section except] 7 struct except; 20 `except` accepts the input when `P` rejects it and the result of parsing is the 21 `Result` argument. When `P` accepts the input, `except` rejects it and the 26 #include <boost/metaparse/except.hpp> 33 get_result<except<p, c, msg>, s, pos>::type 36 get_remaining<except<p, c, msg>, s, pos>::type 39 get_position<except<p, c, msg>, s, pos>::type 47 #include <boost/metaparse/except.hpp> [all …]
|
/third_party/boost/boost/coroutine2/detail/ |
D | pull_control_block_cc.ipp | 68 except = std::current_exception(); 97 except = std::current_exception(); 108 except{}, 112 if ( except) { 113 std::rethrow_exception( except); 123 except{}, 148 if ( except) { 149 std::rethrow_exception( except); 224 except = std::current_exception(); 253 except = std::current_exception(); [all …]
|
D | push_control_block_cc.ipp | 68 except = std::current_exception(); 99 except = std::current_exception(); 110 except{} { 120 except{} { 138 if ( except) { 139 std::rethrow_exception( except); 150 if ( except) { 151 std::rethrow_exception( except); 199 except = std::current_exception(); 230 except = std::current_exception(); [all …]
|
/third_party/python/Doc/tutorial/ |
D | errors.rst | 92 ... except ValueError: 99 :keyword:`except` keywords) is executed. 101 * If no exception occurs, the *except clause* is skipped and execution of the 106 :keyword:`except` keyword, the *except clause* is executed, and then execution 107 continues after the try/except block. 109 * If an exception occurs which does not match the exception named in the *except 114 A :keyword:`try` statement may have more than one *except clause*, to specify 117 not in other handlers of the same :keyword:`!try` statement. An *except clause* 120 ... except (RuntimeError, TypeError, NameError): 123 A class in an :keyword:`except` clause is compatible with an exception if it is [all …]
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
D | shmat1.c | 115 unsigned long except; /* exception type. */ in sig_handler() local 127 except = scp->trapno; in sig_handler() 131 switch (except) { in sig_handler() 134 "Exception - invalid TSS, exception #[%ld]\n", except); in sig_handler() 139 except); in sig_handler() 144 except); in sig_handler() 149 except); in sig_handler() 153 "Exception - page fault, exception #[%ld]\n", except); in sig_handler() 159 except); in sig_handler()
|
/third_party/boost/libs/metaparse/test/ |
D | except.cpp | 21 BOOST_METAPARSE_TEST_CASE(except) in BOOST_METAPARSE_TEST_CASE() argument 24 using boost::metaparse::except; in BOOST_METAPARSE_TEST_CASE() 36 apply_wrap2<except<one_char, int13, test_failure>, str_hello, start> in BOOST_METAPARSE_TEST_CASE() 45 except<fail<test_failure>, int13, test_failure>, in BOOST_METAPARSE_TEST_CASE()
|
/third_party/icu/icu4c/source/test/testdata/ |
D | numberpermutationtest.txt | 928 compact-short percent sign-accounting-except-zero 942 compact-short currency/EUR sign-accounting-except-zero 956 compact-short measure-unit/length-furlong sign-accounting-except-zero 970 scientific/+ee/sign-always percent sign-accounting-except-zero 984 scientific/+ee/sign-always currency/EUR sign-accounting-except-zero 998 scientific/+ee/sign-always measure-unit/length-furlong sign-accounting-except-zero 1600 compact-short unit-width-narrow sign-accounting-except-zero 1614 compact-short unit-width-full-name sign-accounting-except-zero 1628 scientific/+ee/sign-always unit-width-narrow sign-accounting-except-zero 1642 scientific/+ee/sign-always unit-width-full-name sign-accounting-except-zero [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberpermutationtest.txt | 928 compact-short percent sign-accounting-except-zero 942 compact-short currency/EUR sign-accounting-except-zero 956 compact-short measure-unit/length-furlong sign-accounting-except-zero 970 scientific/+ee/sign-always percent sign-accounting-except-zero 984 scientific/+ee/sign-always currency/EUR sign-accounting-except-zero 998 scientific/+ee/sign-always measure-unit/length-furlong sign-accounting-except-zero 1600 compact-short unit-width-narrow sign-accounting-except-zero 1614 compact-short unit-width-full-name sign-accounting-except-zero 1628 scientific/+ee/sign-always unit-width-narrow sign-accounting-except-zero 1642 scientific/+ee/sign-always unit-width-full-name sign-accounting-except-zero [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | numberpermutationtest.txt | 928 compact-short percent sign-accounting-except-zero 942 compact-short currency/EUR sign-accounting-except-zero 956 compact-short measure-unit/length-furlong sign-accounting-except-zero 970 scientific/+ee/sign-always percent sign-accounting-except-zero 984 scientific/+ee/sign-always currency/EUR sign-accounting-except-zero 998 scientific/+ee/sign-always measure-unit/length-furlong sign-accounting-except-zero 1600 compact-short unit-width-narrow sign-accounting-except-zero 1614 compact-short unit-width-full-name sign-accounting-except-zero 1628 scientific/+ee/sign-always unit-width-narrow sign-accounting-except-zero 1642 scientific/+ee/sign-always unit-width-full-name sign-accounting-except-zero [all …]
|
/third_party/ltp/testcases/kernel/mce-test/doc/cases/ |
D | soft-inj_recoverable_ucr.txt | 18 * mce_timeout() except if (*t <= 0) branch 37 * mce_timeout() except if (*t <= 0) branch 56 * mce_timeout() except if (*t <= 0) branch 74 * mce_timeout() except if (*t <= 0) branch 91 * mce_timeout() except if (*t <= 0) branch 109 * mce_timeout() except if (*t <= 0) branch 127 * mce_timeout() except if (*t <= 0) branch 145 * mce_timeout() except if (*t <= 0) branch 163 * mce_timeout() except if (*t <= 0) branch 181 * mce_timeout() except if (*t <= 0) branch
|
/third_party/mindspore/.jenkins/check/config/ |
D | filter_pylint.txt | 11 …e/_check_deps_version.py" "broad-except" 13 …e/_check_version.py" "broad-except" 29 …e/_extends/parse/parser.py" "broad-except" 48 …e/dataset/engine/datasets.py" "broad-except" 49 …e/dataset/transforms/py_transforms_util.py" "broad-except" 58 …t/python/train/summary/test_summary_abnormal_input.py" "bare-except" 71 …/python/dataset/test_batch.py" "broad-except" 72 …/python/dataset/test_config.py" "broad-except" 77 …/python/dataset/test_shuffle.py" "broad-except" 78 …/python/dataset/test_to_type.py" "broad-except" [all …]
|
/third_party/node/test/parallel/ |
D | test-module-readonly.js | 33 let except = null; variable 38 except = err; 48 assert.ifError(except);
|
/third_party/libxml2/test/relaxng/ |
D | tutorA.rng | 117 <element name="except"> 236 <ref name="except-name-class"/> 240 <ref name="except-name-class"/> 249 <define name="except-name-class"> 253 <element name="except"> 288 <except> 291 </except> 301 <except> 303 </except>
|
D | ambig_name-class.rng | 117 <element name="except"> 236 <ref name="except-name-class"/> 240 <ref name="except-name-class"/> 249 <define name="except-name-class"> 253 <element name="except"> 288 <except> 291 </except> 301 <except> 303 </except>
|
/third_party/boost/boost/beast/_experimental/unit_test/ |
D | suite.hpp | 283 except(F&& f, String const& reason); 286 except(F&& f) in except() function in boost::beast::unit_test::suite 288 return except(f, ""); in except() 292 except(F&& f, String const& reason); 295 except(F&& f) in except() function in boost::beast::unit_test::suite 297 return except<E>(f, ""); in except() 483 except(F&& f, String const& reason) in except() function in boost::beast::unit_test::suite 501 except(F&& f, String const& reason) in except() function in boost::beast::unit_test::suite
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/ |
D | suite.hpp | 283 except(F&& f, String const& reason); 286 except(F&& f) in except() function in boost::beast::unit_test::suite 288 return except(f, ""); in except() 292 except(F&& f, String const& reason); 295 except(F&& f) in except() function in boost::beast::unit_test::suite 297 return except<E>(f, ""); in except() 483 except(F&& f, String const& reason) in except() function in boost::beast::unit_test::suite 501 except(F&& f, String const& reason) in except() function in boost::beast::unit_test::suite
|
/third_party/flutter/skia/tools/skqp/src/ |
D | skqp_main.cpp | 107 std::string except; in main() local 109 std::tie(outcome, except) = skqp.evaluateGM(backend, gmFactory); in main() 110 if (!except.empty()) { in main() 111 out << "ERROR: " << testName << " (" << except << ")\n"; in main()
|