/external/grpc-grpc/src/ruby/spec/ |
D | debug_message_spec.rb | 60 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/ |
D | timeout_decorator.py | 38 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/ |
D | logdog_helper.py | 22 exception_message=('Ignore this exception. ' 43 exception_message=('Ignore this exception. ' 59 exception_message=('Ignore this exception. ' 79 exception_message=('Ignore this exception. '
|
D | decorators.py | 21 def NoRaiseException(default_return_value=None, exception_message=''): argument 34 logging.exception(exception_message)
|
/external/angle/build/android/pylib/utils/ |
D | logdog_helper.py | 22 exception_message=('Ignore this exception. ' 43 exception_message=('Ignore this exception. ' 59 exception_message=('Ignore this exception. ' 79 exception_message=('Ignore this exception. '
|
D | decorators.py | 21 def NoRaiseException(default_return_value=None, exception_message=''): argument 34 logging.exception(exception_message)
|
/external/cronet/tot/build/android/pylib/utils/ |
D | logdog_helper.py | 22 exception_message=('Ignore this exception. ' 43 exception_message=('Ignore this exception. ' 59 exception_message=('Ignore this exception. ' 79 exception_message=('Ignore this exception. '
|
D | decorators.py | 21 def NoRaiseException(default_return_value=None, exception_message=''): argument 34 logging.exception(exception_message)
|
/external/autotest/utils/frozen_chromite/lib/ |
D | failure_message_lib.py | 61 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/ |
D | retry.py | 216 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/ |
D | errors.rb | 44 exception_message = "#{code}:#{details}" 46 exception_message += ". debug_error_string:{#{debug_error_string}}" 48 super(exception_message)
|
/external/python/timeout-decorator/tests/ |
D | test_timeout_decorator.py | 100 @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/ |
D | http_request_utils.c | 414 const char *exception_message = NULL; in aws_http_request_new_from_java_http_request() local 434 …exception_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/ |
D | get_workflow_job_id.py | 65 exception_message = ( 70 raise RuntimeError(exception_message) from err
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _common.py | 83 exception_message: str, 91 _LOGGER.exception(exception_message)
|
/external/pytorch/test/lazy/ |
D | test_extract_compiled_graph.py | 143 exception_message = str(e) 144 if not re.search(exception_msg_pattern, exception_message):
|
/external/pytorch/torch/csrc/jit/frontend/ |
D | sugared_value.h | 802 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/ |
D | json-json.hpp | 9324 …exception_message(input_format, concat("expected end of input; last byte: 0x", get_token_string())… in sax_parse() 9401 …exception_message(input_format_t::bson, concat("string length must be at least 1, is ", std::to_st… in get_bson_string() 9423 …exception_message(input_format_t::bson, concat("byte array length cannot be negative, is ", std::t… in get_bson_binary() 9909 …exception_message(input_format_t::cbor, concat("invalid byte: 0x", last_token), "value"), nullptr)… in parse_cbor_internal() 10067 …exception_message(input_format_t::cbor, concat("invalid byte: 0x", last_token), "value"), nullptr)… in parse_cbor_internal() 10163 …exception_message(input_format_t::cbor, concat("expected length specification (0x60-0x7B) or indef… in get_cbor_string() 10263 …exception_message(input_format_t::cbor, concat("expected length specification (0x40-0x5B) or indef… in get_cbor_binary() 10734 …exception_message(input_format_t::msgpack, concat("invalid byte: 0x", last_token), "value"), nullp… in parse_msgpack_internal() 10817 …exception_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/ |
D | json.hpp | 9040 …exception_message(input_format, concat("expected end of input; last byte: 0x", get_token_string())… in sax_parse() 9117 …exception_message(input_format_t::bson, concat("string length must be at least 1, is ", std::to_st… in get_bson_string() 9139 …exception_message(input_format_t::bson, concat("byte array length cannot be negative, is ", std::t… in get_bson_binary() 9625 …exception_message(input_format_t::cbor, concat("invalid byte: 0x", last_token), "value"), nullptr)… in parse_cbor_internal() 9783 …exception_message(input_format_t::cbor, concat("invalid byte: 0x", last_token), "value"), nullptr)… in parse_cbor_internal() 9879 …exception_message(input_format_t::cbor, concat("expected length specification (0x60-0x7B) or indef… in get_cbor_string() 9979 …exception_message(input_format_t::cbor, concat("expected length specification (0x40-0x5B) or indef… in get_cbor_binary() 10450 …exception_message(input_format_t::msgpack, concat("invalid byte: 0x", last_token), "value"), nullp… in parse_msgpack_internal() 10533 …exception_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/ |
D | gtest.cc | 2081 internal::String* exception_message = FormatSehExceptionMessage( in HandleSehExceptionsInMethodIfSupported() local 2084 *exception_message); in HandleSehExceptionsInMethodIfSupported() 2085 delete exception_message; in HandleSehExceptionsInMethodIfSupported()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 2612 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/ |
D | gtest.cc | 2590 std::string* exception_message = in HandleSehExceptionsInMethodIfSupported() local 2593 *exception_message); in HandleSehExceptionsInMethodIfSupported() 2594 delete exception_message; in HandleSehExceptionsInMethodIfSupported()
|
/external/libva-utils/test/gtest/src/ |
D | gtest.cc | 2598 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/ |
D | gtest.cc | 2590 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/ |
D | gtest.cc | 2590 std::string* exception_message = in HandleSehExceptionsInMethodIfSupported() local 2593 *exception_message); in HandleSehExceptionsInMethodIfSupported() 2594 delete exception_message; in HandleSehExceptionsInMethodIfSupported()
|