Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 899) sorted by relevance

12345678910>>...36

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonGSUBBuilder.java365 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/
DExceptionHandler.java45 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/
DExceptionHandler.java46 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/json/docs/mkdocs/docs/api/basic_json/
Dexception.md8 member `id` for exception ids. It is used as the base class for all exceptions thrown by the `basic…
9 class can hence be used as "wildcard" to catch exceptions, see example below.
33 - [`parse_error`](parse_error.md) for exceptions indicating a parse error
34 - [`invalid_iterator`](invalid_iterator.md) for exceptions indicating errors with iterators
35 - [`type_error`](type_error.md) for exceptions indicating executing a member function with a wrong …
36 - [`out_of_range`](out_of_range.md) for exceptions indicating access out of the defined range
37 - [`other_error`](other_error.md) for exceptions indicating other library errors
49 To have nothrow-copy-constructible exceptions, we internally use `std::runtime_error` which can cop…
57 The following code shows how arbitrary library exceptions can be caught.
71 [List of exceptions](127.0.0.1:8000/home/exceptions/)
Dat.md60 1. The function can throw the following exceptions:
61 …- Throws [`type_error.304`](../../home/exceptions.md#jsonexceptiontype_error304) if the JSON value…
63 …- Throws [`out_of_range.401`](../../home/exceptions.md#jsonexceptionout_of_range401) if the index …
65 2. The function can throw the following exceptions:
66 …- Throws [`type_error.304`](../../home/exceptions.md#jsonexceptiontype_error304) if the JSON value…
68 …- Throws [`out_of_range.403`](../../home/exceptions.md#jsonexceptionout_of_range403) if the key `k…
71 4. The function can throw the following exceptions:
72 …- Throws [`parse_error.106`](../../home/exceptions.md#jsonexceptionparse_error106) if an array ind…
74 …- Throws [`parse_error.109`](../../home/exceptions.md#jsonexceptionparse_error109) if an array ind…
76 …- Throws [`out_of_range.401`](../../home/exceptions.md#jsonexceptionout_of_range401) if an array i…
[all …]
Dinsert.md61 1. The function can throw the following exceptions:
62 …- Throws [`type_error.309`](../../home/exceptions.md#jsonexceptiontype_error309) if called on JSON…
64 …- Throws [`invalid_iterator.202`](../../home/exceptions.md#jsonexceptioninvalid_iterator202) if ca…
66 2. The function can throw the following exceptions:
67 …- Throws [`type_error.309`](../../home/exceptions.md#jsonexceptiontype_error309) if called on JSON…
69 …- Throws [`invalid_iterator.202`](../../home/exceptions.md#jsonexceptioninvalid_iterator202) if ca…
71 3. The function can throw the following exceptions:
72 …- Throws [`type_error.309`](../../home/exceptions.md#jsonexceptiontype_error309) if called on JSON…
74 …- Throws [`invalid_iterator.202`](../../home/exceptions.md#jsonexceptioninvalid_iterator202) if ca…
76 …- Throws [`invalid_iterator.210`](../../home/exceptions.md#jsonexceptioninvalid_iterator210) if `f…
[all …]
Dother_error.md9 Exceptions have ids 5xx (see [list of other errors](../../home/exceptions.md#further-exceptions)).
59 - [List of other errors](../../home/exceptions.md#further-exceptions)
60 - [`parse_error`](parse_error.md) for exceptions indicating a parse error
61 - [`invalid_iterator`](invalid_iterator.md) for exceptions indicating errors with iterators
62 - [`type_error`](type_error.md) for exceptions indicating executing a member function with a wrong …
63 - [`out_of_range`](out_of_range.md) for exceptions indicating access out of the defined range
Dinvalid_iterator.md9 Exceptions have ids 2xx (see [list of iterator errors](../../home/exceptions.md#iterator-errors)).
59 - [List of iterator errors](../../home/exceptions.md#iterator-errors)
60 - [`parse_error`](parse_error.md) for exceptions indicating a parse error
61 - [`type_error`](type_error.md) for exceptions indicating executing a member function with a wrong …
62 - [`out_of_range`](out_of_range.md) for exceptions indicating access out of the defined range
63 - [`other_error`](other_error.md) for exceptions indicating other library errors
Dtype_error.md10 Exceptions have ids 3xx (see [list of type errors](../../home/exceptions.md#type-errors)).
60 - [List of type errors](../../home/exceptions.md#type-errors)
61 - [`parse_error`](parse_error.md) for exceptions indicating a parse error
62 - [`invalid_iterator`](invalid_iterator.md) for exceptions indicating errors with iterators
63 - [`out_of_range`](out_of_range.md) for exceptions indicating access out of the defined range
64 - [`other_error`](other_error.md) for exceptions indicating other library errors
Dout_of_range.md10 Exceptions have ids 4xx (see [list of out-of-range errors](../../home/exceptions.md#out-of-range)).
60 - [List of out-of-range errors](../../home/exceptions.md#out-of-range)
61 - [`parse_error`](parse_error.md) for exceptions indicating a parse error
62 - [`invalid_iterator`](invalid_iterator.md) for exceptions indicating errors with iterators
63 - [`type_error`](type_error.md) for exceptions indicating executing a member function with a wrong …
64 - [`other_error`](other_error.md) for exceptions indicating other library errors
Derase.md82 1. The function can throw the following exceptions:
83 …- Throws [`type_error.307`](../../home/exceptions.md#jsonexceptiontype_error307) if called on a `n…
85 …- Throws [`invalid_iterator.202`](../../home/exceptions.md#jsonexceptioninvalid_iterator202) if ca…
87 …- Throws [`invalid_iterator.205`](../../home/exceptions.md#jsonexceptioninvalid_iterator205) if ca…
90 2. The function can throw the following exceptions:
91 …- Throws [`type_error.307`](../../home/exceptions.md#jsonexceptiontype_error307) if called on a `n…
93 …- Throws [`invalid_iterator.203`](../../home/exceptions.md#jsonexceptioninvalid_iterator203) if ca…
95 …- Throws [`invalid_iterator.204`](../../home/exceptions.md#jsonexceptioninvalid_iterator204) if ca…
98 3. The function can throw the following exceptions:
99 …- Throws [`type_error.307`](../../home/exceptions.md#jsonexceptiontype_error307) when called on a …
[all …]
/third_party/json/docs/mkdocs/docs/api/macros/
Djson_throw_user.md12 Controls how exceptions are handled by the library.
16exceptions internally to rethrow them as [`json::out_of_range`](../../home/exceptions.md#out-of-ra…
38 When exceptions are switched off, the `#!cpp try` block is executed unconditionally, and throwing e…
52 …The code below switches off exceptions and creates a log entry with a detailed error message in ca…
70 - [Switch off exceptions](../../home/exceptions.md#switch-off-exceptions) for more information how …
71 - [JSON_NOEXCEPTION](JSON_NOEXCEPTION) - switch off exceptions
Djson_noexception.md11 The same effect is achieved by setting the compiler flag `-fno-exceptions`.
23 …tory [`what()`](https://en.cppreference.com/w/cpp/error/exception/what) string of exceptions is not
24 available for MSVC if exceptions are disabled, see [#2824](https://github.com/nlohmann/json/discuss…
30 The code below switches off exceptions in the library.
41 - [Switch off exceptions](../../home/exceptions.md#switch-off-exceptions) for more information how …
/third_party/python/Tools/c-analyzer/
DTODO91 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/skia/third_party/externals/jinja2/
D__init__.py14 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/node/deps/v8/third_party/jinja2/
D__init__.py14 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/jinja2/
D__init__.py10 from .exceptions import TemplateAssertionError as TemplateAssertionError
11 from .exceptions import TemplateError as TemplateError
12 from .exceptions import TemplateNotFound as TemplateNotFound
13 from .exceptions import TemplateRuntimeError as TemplateRuntimeError
14 from .exceptions import TemplatesNotFound as TemplatesNotFound
15 from .exceptions import TemplateSyntaxError as TemplateSyntaxError
16 from .exceptions import UndefinedError as UndefinedError
/third_party/node/lib/internal/
Dpromise_hooks.js26 const exceptions = [];
33 ArrayPrototypePush(exceptions, err);
38 for (let i = 0; i < exceptions.length; i++) {
39 const err = exceptions[i];
47 const exceptions = [];
54 ArrayPrototypePush(exceptions, err);
59 for (let i = 0; i < exceptions.length; i++) {
60 const err = exceptions[i];
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java75 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/
DUCaseProps.java79 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/python/Lib/asyncio/
Dstaggered.py9 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
Dfutures.py14 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/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dmetadata.py55 exceptions: List[Exception]
57 def __init__(self, message: str, exceptions: List[Exception]) -> None:
59 self.exceptions = exceptions
678 exceptions: List[Exception] = []
683 exceptions.append(metadata_version_exc)
701 exceptions.append(exc)
713 exceptions.append(exc)
717 exceptions.append(exc)
719 if exceptions:
720 raise ExceptionGroup("invalid metadata", exceptions)
[all …]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
Dtest_corpus.js14 const exceptions = require('../exceptions.js'); constant
20 sandbox.stub(exceptions, 'getSoftSkipped').callsFake(() => {
69 sandbox.stub(exceptions, 'getGeneratedSoftSkipped').callsFake(
92 sandbox.stub(exceptions, 'getSoftSkipped').callsFake(
97 sandbox.stub(exceptions, 'getGeneratedSoftSkipped').callsFake(
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv393 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 …]

12345678910>>...36