Home
last modified time | relevance | path

Searched refs:HandleError (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DEncodingContext.h48 void HandleError(std::unique_ptr<ErrorData> error);
52 HandleError(maybeError.AcquireError()); in ConsumedError()
74 HandleError(std::move(error)); in ConsumedError()
83 HandleError( in CheckCurrentEncoder()
87 HandleError(DAWN_FORMAT_VALIDATION_ERROR( in CheckCurrentEncoder()
90 HandleError(DAWN_FORMAT_VALIDATION_ERROR( in CheckCurrentEncoder()
H A DEncodingContext.cpp45 HandleError(DAWN_FORMAT_VALIDATION_ERROR("Destroyed encoder cannot be finished.")); in Destroy()
72 void EncodingContext::HandleError(std::unique_ptr<ErrorData> error) { in HandleError() function in dawn_native::EncodingContext
88 mDevice->HandleError(error->GetType(), error->GetFormattedMessage().c_str()); in HandleError()
151 HandleError(DAWN_FORMAT_VALIDATION_ERROR( in EnsurePassExited()
H A DTintUtils.cpp28 tlDevice->HandleError(InternalErrorType::Validation, diagnostics.str().c_str()); in TintICEReporter()
H A DErrorScope.h49 bool HandleError(wgpu::ErrorType type, const char* message);
H A DErrorScope.cpp62 bool ErrorScopeStack::HandleError(wgpu::ErrorType type, const char* message) { in HandleError() function in dawn_native::ErrorScopeStack
H A DDevice.cpp406 void DeviceBase::HandleError(InternalErrorType type, const char* message) { in HandleError() function in dawn_native::DeviceBase
460 mErrorScopeStack->HandleError(ToWGPUErrorType(type), message); in HandleError()
465 bool captured = mErrorScopeStack->HandleError(ToWGPUErrorType(type), message); in HandleError()
475 HandleError(error->GetType(), error->GetFormattedMessage().c_str()); in ConsumeError()
567 HandleError(InternalErrorType::Internal, "Device lost for testing"); in APILoseForTesting()
1217 HandleError(InternalErrorType::Validation,
1222 HandleError(FromWGPUErrorType(type), message);
H A DDevice.h62 void HandleError(InternalErrorType type, const char* message);
H A DCommandEncoder.cpp935 mEncodingContext.HandleError(DAWN_VALIDATION_ERROR(message)); in APIInjectValidationError()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.cc398 HandleError(
419 HandleError(
470 void HandleError(Status error) override {
832 out->HandleError(tokenizer->Status()); in ParseEnvelope()
843 out->HandleError(Status{Error::CBOR_MAP_OR_ARRAY_EXPECTED_IN_ENVELOPE, in ParseEnvelope()
850 out->HandleError(Status{Error::CBOR_ENVELOPE_CONTENTS_LENGTH_MISMATCH, in ParseEnvelope()
861 out->HandleError( in ParseValue()
867 out->HandleError(tokenizer->Status()); in ParseValue()
870 out->HandleError(Status{Error::CBOR_UNEXPECTED_EOF_EXPECTED_VALUE, in ParseValue()
910 out->HandleError( in ParseValue()
[all...]
H A Djson.cc341 void HandleError(Status error) override {
414 HandleError(Error::JSON_PARSER_UNPROCESSED_INPUT_REMAINS, tokenEnd); in Parse()
836 HandleError(Error::JSON_PARSER_STACK_LIMIT_EXCEEDED, start); in ParseValue()
844 HandleError(Error::JSON_PARSER_NO_INPUT, token_start); in ParseValue()
847 HandleError(Error::JSON_PARSER_INVALID_TOKEN, token_start); in ParseValue()
861 HandleError(Error::JSON_PARSER_INVALID_NUMBER, token_start); in ParseValue()
876 HandleError(Error::JSON_PARSER_INVALID_STRING, token_start); in ParseValue()
898 HandleError(Error::JSON_PARSER_UNEXPECTED_ARRAY_END, token_start); in ParseValue()
903 HandleError(Error::JSON_PARSER_COMMA_OR_ARRAY_END_EXPECTED, in ParseValue()
917 HandleError(Erro in ParseValue()
971 void HandleError(Error error, const Char* pos) { HandleError() function in v8_crdtp::json::__anon15266::JsonParser
[all...]
H A Dparser_handler.h35 virtual void HandleError(Status error) = 0;
H A Djson_test.cc295 // When an error is sent via HandleError, it saves it in the provided in TEST()
302 writer->HandleError(Status{Error::JSON_PARSER_VALUE_EXPECTED, 42}); in TEST()
358 void HandleError(Status status) override { status_ = status; }
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc534 HandleError(
555 HandleError(
606 void HandleError(Status error) override {
955 out->HandleError( in ParseValue()
964 out->HandleError(tokenizer->Status()); in ParseValue()
967 out->HandleError(Status{Error::CBOR_UNEXPECTED_EOF_EXPECTED_VALUE, in ParseValue()
1005 out->HandleError( in ParseValue()
1022 out->HandleError( in ParseArray()
1027 out->HandleError(tokenizer->Status()); in ParseArray()
1050 out->HandleError( in ParseMap()
2106 void HandleError(Error error, const Char* pos) { HandleError() function in v8_inspector_protocol_encoding::json::__anon15493::JsonParser
[all...]
H A Dencoding.h157 virtual void HandleError(Status error) = 0;
410 // |out|. If an error occurs, sends |out->HandleError|, and parsing stops.
462 // |status->ok()| will be false iff the handler routine HandleError() is called.
464 // Except for calling the HandleError routine at any time, the client
H A Dencoding_test.cc1433 // When an error is sent via HandleError, it saves it in the provided in TEST()
1441 writer->HandleError(Status{Error::JSON_PARSER_VALUE_EXPECTED, 42}); in TEST()
1522 void HandleError(Status status) override { status_ = status; }
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DSwapChainGL.cpp39 GetDevice()->HandleError(InternalErrorType::Internal, error); in GetNextTextureImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DDevice.h54 void HandleError(WGPUErrorType errorType, const char* message);
H A DClientDoers.cpp40 device->HandleError(errorType, message); in DoDeviceUncapturedErrorCallback()
H A DDevice.cpp70 void Device::HandleError(WGPUErrorType errorType, const char* message) { in HandleError() function in dawn_wire::client::Device
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1577 function_ref<ErrorPolicy(Error)> HandleError) in DWARFObjInMemory()
1604 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory()
1625 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory()
1729 if (HandleError(SymInfoOrErr.takeError()) == ErrorPolicy::Halt) in DWARFObjInMemory()
1750 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory()
1761 ErrorPolicy EP = HandleError( in DWARFObjInMemory()
1893 function_ref<ErrorPolicy(Error)> HandleError, in create()
1895 auto DObj = std::make_unique<DWARFObjInMemory>(Obj, L, HandleError); in create()
1576 DWARFObjInMemory(const object::ObjectFile &Obj, const LoadedObjectInfo *L, function_ref<ErrorPolicy(Error)> HandleError) DWARFObjInMemory() argument
1892 create(const object::ObjectFile &Obj, const LoadedObjectInfo *L, function_ref<ErrorPolicy(Error)> HandleError, std::string DWPName) create() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DSwapChainD3D12.cpp101 device->HandleError(InternalErrorType::Internal, error); in GetNextTextureImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h351 function_ref<ErrorPolicy(Error)> HandleError = defaultErrorHandler,
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dast.py709 def HandleError(self, msg, token): member in AstBuilder
734 self.HandleError('exception', token)
1078 self.HandleError('unexpected token', modifier_token)
1596 self.HandleError('non-typedef token', token)
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSwapChainVk.cpp61 GetDevice()->HandleError(InternalErrorType::Internal, error); in GetNextTextureImpl()

Completed in 26 milliseconds