Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 25 of 38) sorted by relevance

12

/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
62 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
77 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
92 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
106 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; in getTestObjects() local
126 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; in getTestObjects() local
146 IllegalIcuArgumentException[] exceptions = { in getTestObjects() local
157 SkeletonSyntaxException[] exceptions = { in getTestObjects() local
/third_party/musl/src/ctype/
Dcasemap.h246 static const unsigned char exceptions[][2] = { variable
Dtowctrans.c8 static const unsigned char exceptions[][2]; variable
/third_party/boost/boost/format/
Dparsing.hpp88 inline void maybe_throw_exception(unsigned char exceptions, in maybe_throw_exception()
110 std::size_t offset, unsigned char exceptions) in parse_printf_directive()
423 unsigned char exceptions) in upper_bound_from_fstring()
Dformat_implementation.hpp98 unsigned char basic_format<Ch,Tr, Alloc>:: exceptions() const { in exceptions() function in boost::basic_format
103 unsigned char basic_format<Ch,Tr, Alloc>:: exceptions(unsigned char newexcept) { in exceptions() function in boost::basic_format
/third_party/python/Doc/library/
Dexceptions.rst668 .. _warning-categories-as-exceptions:
/third_party/node/deps/npm/node_modules/spdx-expression-parse/
Dscan.js6 var exceptions = require('spdx-exceptions') variable
/third_party/python/Doc/reference/
Dexecutionmodel.rst209 .. _exceptions: target
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestStringPrep.java275 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in TestStringPrepParseException() local
/third_party/node/deps/npm/test/tap/
Dconfig-meta.js19 var exceptions = [ variable
/third_party/boost/libs/geometry/doc/
Dmake_qbk.py121 exceptions = ["exception", "centroid_exception"]; variable
/third_party/json/benchmarks/thirdparty/benchmark/
Dmingw.py173 exceptions = None, revision = None, log = EmptyLogger()): argument
/third_party/protobuf/conformance/
DConformanceJava.java166 ArrayList <InvalidProtocolBufferException> exceptions = in parseBinary() local
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/i386/
Dinterrupt.c34 static char *exceptions[] = { variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Deloop.c115 struct eloop_sock_table exceptions; member
519 struct eloop_sock_table *exceptions, in eloop_sock_table_set_fds()
628 struct eloop_sock_table *exceptions, in eloop_sock_table_dispatch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Deloop.c115 struct eloop_sock_table exceptions; member
519 struct eloop_sock_table *exceptions, in eloop_sock_table_set_fds()
628 struct eloop_sock_table *exceptions, in eloop_sock_table_dispatch()
/third_party/boringssl/src/crypto/x509v3/
Dv3name_test.cc90 static const char *const exceptions[] = { variable
/third_party/python/Lib/test/
Dtest_doctest.py900 def exceptions(): r""" member in test_DocTestRunner
Dtest_funcattrs.py29 def cannot_set_attr(self, obj, name, value, exceptions): argument
/third_party/boost/boost/log/expressions/
Dformatter.hpp197 BOOST_FORCEINLINE iostate exceptions() const { return this->get().exceptions(); } in exceptions() function in boost::expressions::aux::stream_ref
198 BOOST_FORCEINLINE void exceptions(iostate s) const { this->get().exceptions(s); } in exceptions() function in boost::expressions::aux::stream_ref
/third_party/openssl/test/
Dv3nametest.c41 static const char *const exceptions[] = { variable
/third_party/json/doc/mkdocs/docs/home/
Dexceptions.md823 ### json.exception.other_error.501
/third_party/boost/libs/fiber/examples/
Dwait_stuff.cpp411 exception_list exceptions("wait_first_success() produced only errors"); in wait_first_success() local
830 exception_list exceptions("wait_all_collect_errors() exceptions"); in wait_all_collect_errors() local
/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp334 iostate exceptions() const { return m_stream.exceptions(); } in exceptions() function in boost::basic_formatting_ostream
335 void exceptions(iostate s) { m_stream.exceptions(s); } in exceptions() function in boost::basic_formatting_ostream
/third_party/icu/icu4c/source/common/
Dfilteredbrk.cpp493 …LocalUResourceBundlePointer exceptions(ures_getByKeyWithFallback(b.getAlias(), "exceptions", NULL,… in SimpleFilteredBreakIteratorBuilder() local

12