Home
last modified time | relevance | path

Searched refs:__throw_runtime_error (Results 1 – 25 of 177) sorted by relevance

12345678

/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dtzdb.cpp72 std::__throw_runtime_error("corrupt tzdb: expected whitespace"); in __skip_mandatory_whitespace()
99 …std::__throw_runtime_error((string("corrupt tzdb: expected character '") + __expected + '\'').c_st… in __matches()
105 …std::__throw_runtime_error((string("corrupt tzdb: expected string '") + string(__expected) + '\'')… in __matches()
120 std::__throw_runtime_error("corrupt tzdb: expected a string"); in __parse_string()
134 std::__throw_runtime_error("corrupt tzdb: expected a digit"); in __parse_integral()
137 std::__throw_runtime_error("corrupt tzdb: expected a non-zero digit"); in __parse_integral()
156 std::__throw_runtime_error("corrupt tzdb: integral too large"); in __parse_integral()
170 std::__throw_runtime_error("corrupt tzdb day: value too large"); in __parse_day()
213 std::__throw_runtime_error("corrupt tzdb weekday: invalid name"); in __parse_weekday()
282 std::__throw_runtime_error("corrupt tzdb month: invalid name"); in __parse_month()
[all …]
H A Dtz.cpp61 std::__throw_runtime_error("corrupt tzdb: expected whitespace"); in __skip_mandatory_whitespace()
68 …std::__throw_runtime_error((string("corrupt tzdb: expected character '") + __expected + '\'').c_st… in __matches()
74 …std::__throw_runtime_error((string("corrupt tzdb: expected string '") + string(__expected) + '\'')… in __matches()
89 std::__throw_runtime_error("corrupt tzdb: expected a string"); in __parse_string()
H A Dlocale.cpp537 …: __locale_(name ? new __imp(name) : (__throw_runtime_error("locale constructed with null"), nullp… in locale()
545 : (__throw_runtime_error("locale constructed with null"), nullptr)) { in locale()
605 __throw_runtime_error( in collate_byname()
615 __throw_runtime_error( in collate_byname()
649 __throw_runtime_error( in collate_byname()
659 __throw_runtime_error( in collate_byname()
1047 __throw_runtime_error( in ctype_byname()
1057 __throw_runtime_error( in ctype_byname()
1092 __throw_runtime_error( in ctype_byname()
1102 __throw_runtime_error( in ctype_byname()
[all …]
H A Dstdexcept.cpp22 _LIBCPP_NORETURN void __throw_runtime_error(const char* msg) { in __throw_runtime_error() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
Dhypergeometric.tcc97 std::__throw_runtime_error(__N("Series failed to converge " in __conf_hyperg_series()
202 std::__throw_runtime_error(__N("Iteration failed to converge " in __conf_hyperg_luke()
285 std::__throw_runtime_error(__N("Series failed to converge " in __hyperg_series()
394 std::__throw_runtime_error(__N("Iteration failed to converge " in __hyperg_luke()
505 std::__throw_runtime_error(__N("Overflow of gamma functions" in __hyperg_reflect()
568 std::__throw_runtime_error(__N("Sum F2 failed to converge " in __hyperg_reflect()
649 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
664 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
680 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
688 std::__throw_runtime_error(__N("Underflow of gamma functions " in __hyperg_reflect()
Dmodified_bessel_func.tcc134 std::__throw_runtime_error(__N("Argument x too large " in __bessel_ik()
187 std::__throw_runtime_error(__N("Bessel k series failed to converge " in __bessel_ik()
223 std::__throw_runtime_error(__N("Steed's method failed " in __bessel_ik()
Dbessel_function.tcc196 std::__throw_runtime_error(__N("Argument x too large in __bessel_jn; " in __bessel_jn()
253 std::__throw_runtime_error(__N("Bessel y series failed to converge " in __bessel_jn()
304 std::__throw_runtime_error(__N("Lentz's method failed " in __bessel_jn()
Dexp_integral.tcc178 std::__throw_runtime_error(__N("Series summation failed " in __expint_En_series()
222 std::__throw_runtime_error(__N("Continued fraction failed " in __expint_En_cont_frac()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/tr1/
Dhypergeometric.tcc97 std::__throw_runtime_error(__N("Series failed to converge " in __conf_hyperg_series()
202 std::__throw_runtime_error(__N("Iteration failed to converge " in __conf_hyperg_luke()
285 std::__throw_runtime_error(__N("Series failed to converge " in __hyperg_series()
394 std::__throw_runtime_error(__N("Iteration failed to converge " in __hyperg_luke()
505 std::__throw_runtime_error(__N("Overflow of gamma functions" in __hyperg_reflect()
568 std::__throw_runtime_error(__N("Sum F2 failed to converge " in __hyperg_reflect()
649 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
664 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
680 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
688 std::__throw_runtime_error(__N("Underflow of gamma functions " in __hyperg_reflect()
Dmodified_bessel_func.tcc134 std::__throw_runtime_error(__N("Argument x too large " in __bessel_ik()
187 std::__throw_runtime_error(__N("Bessel k series failed to converge " in __bessel_ik()
223 std::__throw_runtime_error(__N("Steed's method failed " in __bessel_ik()
Dbessel_function.tcc196 std::__throw_runtime_error(__N("Argument x too large in __bessel_jn; " in __bessel_jn()
253 std::__throw_runtime_error(__N("Bessel y series failed to converge " in __bessel_jn()
304 std::__throw_runtime_error(__N("Lentz's method failed " in __bessel_jn()
Dexp_integral.tcc178 std::__throw_runtime_error(__N("Series summation failed " in __expint_En_series()
222 std::__throw_runtime_error(__N("Continued fraction failed " in __expint_En_cont_frac()
/aosp_15_r20/external/libcxx/src/
H A Dlocale.cpp133 _LIBCPP_NORETURN static void __throw_runtime_error(const string &msg) in __throw_runtime_error() function
681 __throw_runtime_error("collate_byname<char>::collate_byname" in collate_byname()
690 __throw_runtime_error("collate_byname<char>::collate_byname" in collate_byname()
729 __throw_runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)" in collate_byname()
738 __throw_runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)" in collate_byname()
1197 __throw_runtime_error("ctype_byname<char>::ctype_byname" in ctype_byname()
1206 __throw_runtime_error("ctype_byname<char>::ctype_byname" in ctype_byname()
1250 __throw_runtime_error("ctype_byname<wchar_t>::ctype_byname" in ctype_byname()
1259 __throw_runtime_error("ctype_byname<wchar_t>::ctype_byname" in ctype_byname()
1521 __throw_runtime_error("codecvt_byname<wchar_t, char, mbstate_t>::codecvt_byname" in codecvt()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/
Dcodecvt_specializations.h164 std::__throw_runtime_error(__N("encoding_state::_M_init " in _GLIBCXX_VISIBILITY()
171 std::__throw_runtime_error(__N("encoding_state::_M_init " in _GLIBCXX_VISIBILITY()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
Dcodecvt_specializations.h164 std::__throw_runtime_error(__N("encoding_state::_M_init " in _GLIBCXX_VISIBILITY()
171 std::__throw_runtime_error(__N("encoding_state::_M_init " in _GLIBCXX_VISIBILITY()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dfunctexcept.h78 __throw_runtime_error(const char*) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dfunctexcept.h78 __throw_runtime_error(const char*) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__chrono/
Dtzdb.h64 std::__throw_runtime_error("tzdb: requested time zone not found"); in locate_zone()
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__chrono/
Dtzdb.h66 std::__throw_runtime_error("tzdb: requested time zone not found"); in locate_zone()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libcxx/include/
D__locale216 __throw_runtime_error("locale::combine: locale missing facet");
1233 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_runtime_error(const char*);
1282 __throw_runtime_error("locale not supported");
1316 __throw_runtime_error("locale not supported");
1372 __throw_runtime_error("locale not supported");
1406 __throw_runtime_error("locale not supported");
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/
D__locale216 __throw_runtime_error("locale::combine: locale missing facet");
1233 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_runtime_error(const char*);
1282 __throw_runtime_error("locale not supported");
1316 __throw_runtime_error("locale not supported");
1372 __throw_runtime_error("locale not supported");
1406 __throw_runtime_error("locale not supported");
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/
D__locale216 __throw_runtime_error("locale::combine: locale missing facet");
1233 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_runtime_error(const char*);
1282 __throw_runtime_error("locale not supported");
1316 __throw_runtime_error("locale not supported");
1372 __throw_runtime_error("locale not supported");
1406 __throw_runtime_error("locale not supported");
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/
D__locale216 __throw_runtime_error("locale::combine: locale missing facet");
1233 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_runtime_error(const char*);
1282 __throw_runtime_error("locale not supported");
1316 __throw_runtime_error("locale not supported");
1372 __throw_runtime_error("locale not supported");
1406 __throw_runtime_error("locale not supported");
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/
D__locale216 __throw_runtime_error("locale::combine: locale missing facet");
1233 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_runtime_error(const char*);
1282 __throw_runtime_error("locale not supported");
1316 __throw_runtime_error("locale not supported");
1372 __throw_runtime_error("locale not supported");
1406 __throw_runtime_error("locale not supported");
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/
D__locale216 __throw_runtime_error("locale::combine: locale missing facet");
1233 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_runtime_error(const char*);
1282 __throw_runtime_error("locale not supported");
1316 __throw_runtime_error("locale not supported");
1372 __throw_runtime_error("locale not supported");
1406 __throw_runtime_error("locale not supported");

12345678