Home
last modified time | relevance | path

Searched refs:exception_message (Results 1 – 25 of 30) sorted by relevance

12

/external/grpc-grpc/src/ruby/spec/
Ddebug_message_spec.rb60 exception_message = ''
65 exception_message = e.message
67 expect(exception_message.empty?).to be(false)
68 expect(exception_message.include?('debug_error_string')).to be(false)
85 exception_message = e.message
91 expect(exception_message.include?('. debug_error_string:{')).to be(true)
101 exception_message = ''
106 exception_message = e.message
113 expect(exception_message.include?('. debug_error_string:{')).to be(true)
114 expect(exception_message.include?(TEST_DEBUG_MESSAGE)).to be(false)
[all …]
/external/python/timeout-decorator/timeout_decorator/
Dtimeout_decorator.py38 def _raise_exception(exception, exception_message): argument
44 if exception_message is None:
47 raise exception(exception_message)
50 def timeout(seconds=None, use_signals=True, timeout_exception=TimeoutError, exception_message=None): argument
69 _raise_exception(timeout_exception, exception_message)
91 timeout_wrapper = _Timeout(function, timeout_exception, exception_message, seconds)
121 def __init__(self, function, timeout_exception, exception_message, limit): argument
126 self.__exception_message = exception_message
/external/cronet/stable/build/android/pylib/utils/
Dlogdog_helper.py22 exception_message=('Ignore this exception. '
43 exception_message=('Ignore this exception. '
59 exception_message=('Ignore this exception. '
79 exception_message=('Ignore this exception. '
Ddecorators.py21 def NoRaiseException(default_return_value=None, exception_message=''): argument
34 logging.exception(exception_message)
/external/angle/build/android/pylib/utils/
Dlogdog_helper.py22 exception_message=('Ignore this exception. '
43 exception_message=('Ignore this exception. '
59 exception_message=('Ignore this exception. '
79 exception_message=('Ignore this exception. '
Ddecorators.py21 def NoRaiseException(default_return_value=None, exception_message=''): argument
34 logging.exception(exception_message)
/external/cronet/tot/build/android/pylib/utils/
Dlogdog_helper.py22 exception_message=('Ignore this exception. '
43 exception_message=('Ignore this exception. '
59 exception_message=('Ignore this exception. '
79 exception_message=('Ignore this exception. '
Ddecorators.py21 def NoRaiseException(default_return_value=None, exception_message=''): argument
34 logging.exception(exception_message)
/external/autotest/utils/frozen_chromite/lib/
Dfailure_message_lib.py61 stage_failure_message.exception_message,
113 self.exception_message = stage_failure.exception_message
135 self.exception_message, self.extra_info))
/external/autotest/client/common_lib/cros/
Dretry.py216 exception_message = ('retry exception (%s), timeout = %ds' %
256 raise exception_to_raise(exception_message)
258 raise error.TimeoutException(exception_message)
/external/grpc-grpc/src/ruby/lib/grpc/
Derrors.rb44 exception_message = "#{code}:#{details}"
46 exception_message += ". debug_error_string:{#{debug_error_string}}"
48 super(exception_message)
/external/python/timeout-decorator/tests/
Dtest_timeout_decorator.py100 @timeout(seconds=1, exception_message="Custom fail message")
108 @timeout(seconds=1, timeout_exception=RuntimeError, exception_message="Custom fail message")
/external/aws-crt-java/src/native/
Dhttp_request_utils.c414 const char *exception_message = NULL; in aws_http_request_new_from_java_http_request() local
434exception_message = "aws_http_request_new_from_java_http_request: Invalid marshalled request data.… in aws_http_request_new_from_java_http_request()
442 exception_message = "aws_fill_out_request: Error building body stream"; in aws_http_request_new_from_java_http_request()
454 if (exception_message) { in aws_http_request_new_from_java_http_request()
455 aws_jni_throw_runtime_exception(env, exception_message); in aws_http_request_new_from_java_http_request()
/external/pytorch/.github/scripts/
Dget_workflow_job_id.py65 exception_message = (
70 raise RuntimeError(exception_message) from err
/external/grpc-grpc/src/python/grpcio/grpc/
D_common.py83 exception_message: str,
91 _LOGGER.exception(exception_message)
/external/pytorch/test/lazy/
Dtest_extract_compiled_graph.py143 exception_message = str(e)
144 if not re.search(exception_msg_pattern, exception_message):
/external/pytorch/torch/csrc/jit/frontend/
Dsugared_value.h802 auto exception_message = insertConstant(*m.graph(), message_ + ": ", loc); in call() local
809 exception_message = emitBuiltinCall( in call()
810 loc, *m.graph(), aten::add, {exception_message, input_str}, {}); in call()
812 return std::make_shared<ExceptionMessageValue>(exception_message); in call()
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp9324exception_message(input_format, concat("expected end of input; last byte: 0x", get_token_string())… in sax_parse()
9401exception_message(input_format_t::bson, concat("string length must be at least 1, is ", std::to_st… in get_bson_string()
9423exception_message(input_format_t::bson, concat("byte array length cannot be negative, is ", std::t… in get_bson_binary()
9909exception_message(input_format_t::cbor, concat("invalid byte: 0x", last_token), "value"), nullptr)… in parse_cbor_internal()
10067exception_message(input_format_t::cbor, concat("invalid byte: 0x", last_token), "value"), nullptr)… in parse_cbor_internal()
10163exception_message(input_format_t::cbor, concat("expected length specification (0x60-0x7B) or indef… in get_cbor_string()
10263exception_message(input_format_t::cbor, concat("expected length specification (0x40-0x5B) or indef… in get_cbor_binary()
10734exception_message(input_format_t::msgpack, concat("invalid byte: 0x", last_token), "value"), nullp… in parse_msgpack_internal()
10817exception_message(input_format_t::msgpack, concat("expected length specification (0xA0-0xBF, 0xD9-… in get_msgpack_string()
11109 …_error(chars_read, last_token, parse_error::create(113, chars_read, exception_message(input_format… in get_ubjson_string()
[all …]
/external/ublksrv/include/nlohmann/
Djson.hpp9040exception_message(input_format, concat("expected end of input; last byte: 0x", get_token_string())… in sax_parse()
9117exception_message(input_format_t::bson, concat("string length must be at least 1, is ", std::to_st… in get_bson_string()
9139exception_message(input_format_t::bson, concat("byte array length cannot be negative, is ", std::t… in get_bson_binary()
9625exception_message(input_format_t::cbor, concat("invalid byte: 0x", last_token), "value"), nullptr)… in parse_cbor_internal()
9783exception_message(input_format_t::cbor, concat("invalid byte: 0x", last_token), "value"), nullptr)… in parse_cbor_internal()
9879exception_message(input_format_t::cbor, concat("expected length specification (0x60-0x7B) or indef… in get_cbor_string()
9979exception_message(input_format_t::cbor, concat("expected length specification (0x40-0x5B) or indef… in get_cbor_binary()
10450exception_message(input_format_t::msgpack, concat("invalid byte: 0x", last_token), "value"), nullp… in parse_msgpack_internal()
10533exception_message(input_format_t::msgpack, concat("expected length specification (0xA0-0xBF, 0xD9-… in get_msgpack_string()
10825 …_error(chars_read, last_token, parse_error::create(113, chars_read, exception_message(input_format… in get_ubjson_string()
[all …]
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2081 internal::String* exception_message = FormatSehExceptionMessage( in HandleSehExceptionsInMethodIfSupported() local
2084 *exception_message); in HandleSehExceptionsInMethodIfSupported()
2085 delete exception_message; in HandleSehExceptionsInMethodIfSupported()
/external/mesa3d/src/gtest/src/
Dgtest.cc2612 std::string* exception_message = in HandleSehExceptionsInMethodIfSupported() local
2615 *exception_message); in HandleSehExceptionsInMethodIfSupported()
2616 delete exception_message; in HandleSehExceptionsInMethodIfSupported()
/external/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc2590 std::string* exception_message = in HandleSehExceptionsInMethodIfSupported() local
2593 *exception_message); in HandleSehExceptionsInMethodIfSupported()
2594 delete exception_message; in HandleSehExceptionsInMethodIfSupported()
/external/libva-utils/test/gtest/src/
Dgtest.cc2598 std::string* exception_message = FormatSehExceptionMessage( in HandleSehExceptionsInMethodIfSupported() local
2601 *exception_message); in HandleSehExceptionsInMethodIfSupported()
2602 delete exception_message; in HandleSehExceptionsInMethodIfSupported()
/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/
Dgtest.cc2590 std::string* exception_message = in HandleSehExceptionsInMethodIfSupported() local
2593 *exception_message); in HandleSehExceptionsInMethodIfSupported()
2594 delete exception_message; in HandleSehExceptionsInMethodIfSupported()
/external/libvpx/third_party/googletest/src/src/
Dgtest.cc2590 std::string* exception_message = in HandleSehExceptionsInMethodIfSupported() local
2593 *exception_message); in HandleSehExceptionsInMethodIfSupported()
2594 delete exception_message; in HandleSehExceptionsInMethodIfSupported()

12