Home
last modified time | relevance | path

Searched refs:allow_exceptions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/tests/
H A Dreference_test_base.py49 self.allow_exceptions = False
164 if not self.allow_exceptions:
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp6562 : root(r), allow_exceptions(allow_exceptions_) in json_sax_dom_parser()
6674 if (allow_exceptions) in parse_error()
6726 const bool allow_exceptions = true; member in nlohmann::detail::json_sax_dom_parser
6744 : root(r), callback(cb), allow_exceptions(allow_exceptions_) in json_sax_dom_callback_parser()
6924 if (allow_exceptions) in parse_error()
7031 const bool allow_exceptions = true; member in nlohmann::detail::json_sax_dom_callback_parser
11951 , allow_exceptions(allow_exceptions_) in parser()
11971 json_sax_dom_callback_parser<BasicJsonType> sdp(result, callback, allow_exceptions); in parse()
11999 json_sax_dom_parser<BasicJsonType> sdp(result, allow_exceptions); in parse()
12377 const bool allow_exceptions = true; member in nlohmann::detail::parser
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/
H A Dtensorflow.bzl376 allow_exceptions = False):
395 (if_not_windows(["-fno-exceptions"]) if not allow_exceptions else []) +
1588 # Adding an explicit `-fexceptions` because `allow_exceptions = True`
1873 # Adding an explicit `-fexceptions` because `allow_exceptions = True`