/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | CanonGSUBBuilder.java | 365 ClassTable exceptions = new ClassTable(); in buildCombiningClassTable() local 369 exceptions.addMapping(0x05C1, 10); // Point Shin Dot in buildCombiningClassTable() 370 exceptions.addMapping(0x05C2, 11); // Point Sin Dot in buildCombiningClassTable() 371 exceptions.addMapping(0x05BC, 21); // Point Dagesh or Mapiq in buildCombiningClassTable() 372 exceptions.addMapping(0x05BF, 23); // Point Rafe in buildCombiningClassTable() 373 exceptions.addMapping(0x05B9, 27); // Point Holam in buildCombiningClassTable() 374 exceptions.addMapping(0x0323, 220); // Comb. Dot Below (low punctum) in buildCombiningClassTable() 375 exceptions.addMapping(0x0591, 220); // Accent Etnahta in buildCombiningClassTable() 376 exceptions.addMapping(0x0596, 220); // Accent Tipeha in buildCombiningClassTable() 377 exceptions.addMapping(0x059B, 220); // Accent Tevir in buildCombiningClassTable() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | ExceptionHandler.java | 45 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local 48 exceptions[i] = new ArabicShapingException(locales[i].toString()); in getTestObjects() 51 return exceptions; in getTestObjects() 61 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local 64 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i); in getTestObjects() 67 return exceptions; in getTestObjects() 76 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local 79 exceptions[i] = new UResourceTypeMismatchException(locales[i].toString()); in getTestObjects() 82 return exceptions; in getTestObjects() 91 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | ExceptionHandler.java | 46 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local 49 exceptions[i] = new ArabicShapingException(locales[i].toString()); in getTestObjects() 52 return exceptions; in getTestObjects() 62 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local 65 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i); in getTestObjects() 68 return exceptions; in getTestObjects() 77 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local 80 exceptions[i] = new UResourceTypeMismatchException(locales[i].toString()); in getTestObjects() 83 return exceptions; in getTestObjects() 92 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local [all …]
|
/third_party/jinja2/ |
D | __init__.py | 14 from .exceptions import TemplateAssertionError 15 from .exceptions import TemplateError 16 from .exceptions import TemplateNotFound 17 from .exceptions import TemplateRuntimeError 18 from .exceptions import TemplatesNotFound 19 from .exceptions import TemplateSyntaxError 20 from .exceptions import UndefinedError
|
/third_party/skia/third_party/externals/jinja2/ |
D | __init__.py | 14 from .exceptions import TemplateAssertionError 15 from .exceptions import TemplateError 16 from .exceptions import TemplateNotFound 17 from .exceptions import TemplateRuntimeError 18 from .exceptions import TemplatesNotFound 19 from .exceptions import TemplateSyntaxError 20 from .exceptions import UndefinedError
|
/third_party/boost/boost/format/ |
D | parsing.hpp | 88 inline void maybe_throw_exception(unsigned char exceptions, in maybe_throw_exception() argument 91 if(exceptions & io::bad_format_string_bit) in maybe_throw_exception() 110 std::size_t offset, unsigned char exceptions) in parse_printf_directive() argument 122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive() 129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive() 143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive() 152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive() 204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive() 217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive() 259 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive() [all …]
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 91 Objects/exceptions.c:memerrors_freelist static PyBaseExceptionObject *meme… 92 Objects/exceptions.c:memerrors_numfree static int memerrors_numfree 128 Objects/exceptions.c:errnomap static PyObject *errnomap 195 Objects/exceptions.c:_check_for_legacy_statements():exec_prefix static PyObject *exec_prefix 196 Objects/exceptions.c:_check_for_legacy_statements():print_prefix static PyObject *print_prefix 365 Objects/exceptions.c:ImportError_getstate():PyId_name _Py_IDENTIFIER(name) 366 Objects/exceptions.c:ImportError_getstate():PyId_path _Py_IDENTIFIER(path) 709 Objects/exceptions.c:PyExc_ArithmeticError static PyTypeObject PyExc_Arithmet… 710 Objects/exceptions.c:PyExc_AssertionError static PyTypeObject PyExc_Assertio… 711 Objects/exceptions.c:PyExc_AttributeError static PyTypeObject PyExc_Attribut… [all …]
|
/third_party/json/benchmarks/thirdparty/benchmark/ |
D | mingw.py | 81 exceptions = threading.setdefault(value[3].strip(), {}) 82 revision = exceptions.setdefault(int(value[4].strip()[3:]), 173 exceptions = None, revision = None, log = EmptyLogger()): argument 180 if not (arch and version and threading and exceptions and revision): 199 if not exceptions: 202 exceptions = 'seh' 204 exceptions = 'sjlj' 206 exceptions = keys[0] 208 revision = max(versions[version][arch][threading][exceptions].keys()) 213 url = versions[version][arch][threading][exceptions][revision] [all …]
|
/third_party/boost/libs/variant/test/ |
D | Jamfile.v2 | 17 <toolset>msvc:<asynch-exceptions>on 45 <toolset>gcc-4.3:<cxxflags>-fno-exceptions 46 <toolset>gcc-4.4:<cxxflags>-fno-exceptions 47 <toolset>gcc-4.5:<cxxflags>-fno-exceptions 48 <toolset>gcc-4.6:<cxxflags>-fno-exceptions 49 <toolset>gcc-4.7:<cxxflags>-fno-exceptions 50 <toolset>gcc-4.8:<cxxflags>-fno-exceptions 51 <toolset>clang:<cxxflags>-fno-exceptions
|
/third_party/json/doc/mkdocs/docs/features/ |
D | macros.md | 11 … `std::out_of_range` exceptions internally to rethrow them as [`json::out_of_range`](../home/excep… 13 See [Switch off exceptions](../home/exceptions.md#switch-off-exceptions) for an example. 21 The same effect is achieved by setting the compiler flag `-fno-exceptions`. 31 See [Switch off exceptions](../home/exceptions.md#switch-off-exceptions) for an example. 37 See [Switch off exceptions](../home/exceptions.md#switch-off-exceptions) for an example.
|
/third_party/python/Lib/asyncio/ |
D | staggered.py | 9 from . import exceptions as exceptions_mod 79 exceptions = [] 103 exceptions.append(None) 104 assert len(exceptions) == this_index + 1 111 exceptions[this_index] = e 145 return winner_result, winner_index, exceptions
|
D | futures.py | 14 from . import exceptions 136 exc = exceptions.CancelledError() 138 exc = exceptions.CancelledError(self._cancel_message) 198 raise exceptions.InvalidStateError('Result is not ready.') 216 raise exceptions.InvalidStateError('Exception is not set.') 258 raise exceptions.InvalidStateError(f'{self._state}: {self!r}') 270 raise exceptions.InvalidStateError(f'{self._state}: {self!r}') 318 return exceptions.CancelledError(*exc.args) 320 return exceptions.TimeoutError(*exc.args) 322 return exceptions.InvalidStateError(*exc.args)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCaseProps.java | 75 exceptions=ICUBinary.getString(bytes, count, 0); in readData() 162 value=exceptions.charAt(excOffset); in getSlotValueAndOffset() 165 value=exceptions.charAt(excOffset++); in getSlotValueAndOffset() 166 value=(value<<16)|exceptions.charAt(excOffset); in getSlotValueAndOffset() 176 value=exceptions.charAt(excOffset); in getSlotValue() 179 value=exceptions.charAt(excOffset++); in getSlotValue() 180 value=(value<<16)|exceptions.charAt(excOffset); in getSlotValue() 195 int excWord=exceptions.charAt(excOffset++); in tolower() 215 int excWord=exceptions.charAt(excOffset++); in toupper() 235 int excWord=exceptions.charAt(excOffset++); in totitle() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCaseProps.java | 79 exceptions=ICUBinary.getString(bytes, count, 0); in readData() 166 value=exceptions.charAt(excOffset); in getSlotValueAndOffset() 169 value=exceptions.charAt(excOffset++); in getSlotValueAndOffset() 170 value=(value<<16)|exceptions.charAt(excOffset); in getSlotValueAndOffset() 180 value=exceptions.charAt(excOffset); in getSlotValue() 183 value=exceptions.charAt(excOffset++); in getSlotValue() 184 value=(value<<16)|exceptions.charAt(excOffset); in getSlotValue() 199 int excWord=exceptions.charAt(excOffset++); in tolower() 219 int excWord=exceptions.charAt(excOffset++); in toupper() 239 int excWord=exceptions.charAt(excOffset++); in totitle() [all …]
|
/third_party/boost/libs/outcome/doc/src/content/motivation/ |
D | exceptions.md | 37 first is connected with storing the exceptions on the side. Stack unwinding works 39 a number of exceptions (even though only one exception can be active in one thread). 40 This requires being prepared for storing an arbitrary number of exceptions of arbitrary 48 The worst case time required for matching exceptions against handlers cannot be easily 49 predicted and therefore exceptions are not suitable for real-time or low-latency 52 Another problem connected with exceptions is that while they are good for program 60 failed. When failures are reported by exceptions, the semantics of canceling all 64 For these reasons in some projects using exceptions is forbidden. Compilers offer 65 switches to disable exceptions altogether (they refuse to compile a `throw`, and turn
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 393 Objects/exceptions.c ImportError_init kwlist - 710 Objects/exceptions.c - BaseException_methods - 711 Objects/exceptions.c - ImportError_methods - 712 Objects/exceptions.c - OSError_methods - 834 Objects/exceptions.c - BaseException_members - 835 Objects/exceptions.c - StopIteration_members - 836 Objects/exceptions.c - SystemExit_members - 837 Objects/exceptions.c - ImportError_members - 838 Objects/exceptions.c - OSError_members - 839 Objects/exceptions.c - SyntaxError_members - [all …]
|
/third_party/boost/libs/python/doc/reference/ |
D | exception_translator.qbk | 3 …exceptions thrown by C++ code do not pass into the Python interpreter core. By default, Boost.Pyth… 14 …terpreter. The new translator will get "first shot" at translating all exceptions matching the cat… 26 char const* what() throw() { return "One of my exceptions"; }
|
/third_party/boost/libs/io/test/ |
D | ios_state_unit_test.cpp | 152 BOOST_TEST_EQ(std::ios_base::goodbit, ss.exceptions()); in ios_exception_saver_unit_test() 155 BOOST_TEST_EQ(std::ios_base::goodbit, ss.exceptions()); in ios_exception_saver_unit_test() 156 ss.exceptions(std::ios_base::failbit); in ios_exception_saver_unit_test() 157 BOOST_TEST_EQ(std::ios_base::failbit, ss.exceptions()); in ios_exception_saver_unit_test() 160 ss.exceptions(std::ios_base::failbit | std::ios_base::badbit); in ios_exception_saver_unit_test() 169 BOOST_TEST_EQ(std::ios_base::goodbit, ss.exceptions()); in ios_exception_saver_unit_test() 172 BOOST_TEST_EQ(std::ios_base::eofbit, ss.exceptions()); in ios_exception_saver_unit_test() 173 ss.exceptions(std::ios_base::badbit); in ios_exception_saver_unit_test() 174 BOOST_TEST_EQ(std::ios_base::badbit, ss.exceptions()); in ios_exception_saver_unit_test() 181 BOOST_TEST_EQ(std::ios_base::goodbit, ss.exceptions()); in ios_exception_saver_unit_test() [all …]
|
/third_party/boost/tools/build/src/tools/features/ |
D | exception-feature.jam | 15 Disables exceptions. 25 [[bbv2.builtin.features.asynch-exceptions]]`asynch-exceptions`:: 32 feature.feature asynch-exceptions
|
/third_party/boost/libs/iostreams/test/ |
D | seekable_filter_test.cpp | 42 io.exceptions(BOOST_IOS::failbit | BOOST_IOS::badbit); in seekable_filter_test() 54 io.exceptions(BOOST_IOS::failbit | BOOST_IOS::badbit); in seekable_filter_test() 66 io.exceptions(BOOST_IOS::failbit | BOOST_IOS::badbit); in seekable_filter_test() 78 io.exceptions(BOOST_IOS::failbit | BOOST_IOS::badbit); in seekable_filter_test()
|
/third_party/json/doc/mkdocs/docs/features/parsing/ |
D | parse_exceptions.md | 1 # Parsing and exceptions 3 …exceptions.md#parse-errors) is thrown. This exception contains the position in the input where the… 17 In case exceptions are undesired or not supported by the environment, there are different ways to p… 20 ## Switch off exceptions
|
/third_party/boost/libs/dynamic_bitset/test/ |
D | dyn_bitset_unit_tests4.cpp | 122 try { not_good_stream.exceptions(masks[mi]); } catch(...) {} in run_test_cases() 133 file.exceptions(masks[mi]); in run_test_cases() 147 file.exceptions(masks[mi]); in run_test_cases() 255 try { not_good_stream.exceptions(masks[mi]); } catch(...) {} in run_test_cases() 270 f.exceptions(masks[mi]); in run_test_cases() 279 stream.exceptions(masks[mi]); in run_test_cases() 297 f.exceptions(masks[mi]); in run_test_cases() 307 wstream.exceptions(masks[mi]); in run_test_cases()
|
/third_party/skia/bench/ |
D | check_bench_regressions.py | 153 exceptions = ({}, {}) 173 exceptions[SLOWER].setdefault(off_ratio, []).append(exception) 175 exceptions[FASTER].setdefault(off_ratio, []).append(exception) 178 if exceptions[i]: 179 ratios = exceptions[i].keys() 183 li.extend(exceptions[i][ratio])
|
/third_party/flutter/skia/bench/ |
D | check_bench_regressions.py | 149 exceptions = ({}, {}) 169 exceptions[SLOWER].setdefault(off_ratio, []).append(exception) 171 exceptions[FASTER].setdefault(off_ratio, []).append(exception) 174 if exceptions[i]: 175 ratios = exceptions[i].keys() 179 li.extend(exceptions[i][ratio])
|
/third_party/python/Doc/tutorial/ |
D | errors.rst | 9 distinguishable kinds of errors: *syntax errors* and *exceptions*. 34 .. _tut-exceptions: 41 are called *exceptions* and are not unconditionally fatal: you will soon learn 42 how to handle them in Python programs. Most exceptions are not handled by 62 that occurred. This is true for all built-in exceptions, but need not be true 63 for user-defined exceptions (although it is a useful convention). Standard 74 :ref:`bltin-exceptions` lists the built-in exceptions and their meanings. 82 It is possible to write programs that handle selected exceptions. Look at the 115 handlers for different exceptions. At most one handler will be executed. 116 Handlers only handle exceptions that occur in the corresponding *try clause*, [all …]
|