Home
last modified time | relevance | path

Searched refs:error_ (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dparser.js30 this.error_ = "";
33 get error() { return this.error_; }
58 this.error_ = token.line() + ": " + token.data();
70 this.error_ = token.line + ": expected = after result id";
78 this.error_ = token.line + ": expected Op got " + token.type;
90 this.error_ = token.line + ": expected result id";
132 this.error_ = token.line + ": Only GLSL.std.450 external instructions supported";
182 this.error_ = t.line + ": expected result id";
191 this.error_ = t.line + ": expected string not found";
200 this.error_ = t.line + ": expected integer not found";
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dparser.js30 this.error_ = "";
33 get error() { return this.error_; }
58 this.error_ = token.line() + ": " + token.data();
70 this.error_ = token.line + ": expected = after result id";
78 this.error_ = token.line + ": expected Op got " + token.type;
90 this.error_ = token.line + ": expected result id";
132 this.error_ = token.line + ": Only GLSL.std.450 external instructions supported";
182 this.error_ = t.line + ": expected result id";
191 this.error_ = t.line + ": expected string not found";
200 this.error_ = t.line + ": expected integer not found";
[all …]
/third_party/spirv-tools/tools/sva/src/
Dparser.js30 this.error_ = "";
33 get error() { return this.error_; }
58 this.error_ = token.line() + ": " + token.data();
70 this.error_ = token.line + ": expected = after result id";
78 this.error_ = token.line + ": expected Op got " + token.type;
90 this.error_ = token.line + ": expected result id";
132 this.error_ = token.line + ": Only GLSL.std.450 external instructions supported";
182 this.error_ = t.line + ": expected result id";
191 this.error_ = t.line + ": expected string not found";
200 this.error_ = t.line + ": expected integer not found";
[all …]
/third_party/boost/libs/contract/example/meyer97/
Dstack3.cpp40 stack_(0), error_(no_error) { in stack3()
53 else error_ = size_error; in stack3()
84 error_ = no_error; in item()
87 error_ = underflow_error; in item()
98 return error_; in error()
134 if(full()) error_ = overflow_error; in put()
137 error_ = no_error; in put()
161 if(empty()) error_ = underflow_error; in remove()
164 error_ = no_error; in remove()
170 mutable error_code error_; member in stack3
/third_party/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h43 SpyHashStateImpl() : error_(std::make_shared<absl::optional<std::string>>()) { in SpyHashStateImpl()
57 error_ = other.error_;
66 error_ = other.error_; in SpyHashStateImpl()
83 *s.error_ = "AbslHashValue should not be invoked directly."; in combine()
85 *s.error_ = "Used moved-from instance of the hash state object."; in combine()
174 return *error_; in error()
190 std::shared_ptr<absl::optional<std::string>> error_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
Dspy_hash_state.h43 SpyHashStateImpl() : error_(std::make_shared<absl::optional<std::string>>()) { in SpyHashStateImpl()
57 error_ = other.error_;
66 error_ = other.error_; in SpyHashStateImpl()
83 *s.error_ = "AbslHashValue should not be invoked directly."; in combine()
85 *s.error_ = "Used moved-from instance of the hash state object."; in combine()
174 return *error_; in error()
190 std::shared_ptr<absl::optional<std::string>> error_; variable
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Ddiagnostic.h34 : position_(position), consumer_(consumer), error_(error) {} in DiagnosticStream()
40 error_(other.error_) {} in DiagnosticStream()
52 operator spv_result_t() { return error_; } in spv_result_t()
58 spv_result_t error_; variable
/third_party/boost/libs/asio/example/cpp11/timeouts/
Dblocking_token_tcp_client.cpp71 *error_ = error; in operator ()()
78 boost::system::error_code* error_; member in boost::asio::async_result::completion_handler_type
88 h.error_ = &error_; in async_result()
128 return error_ ? throw std::system_error(error_) : t_; in get()
134 boost::system::error_code error_; member in boost::asio::async_result
/third_party/boost/doc/html/boost_asio/example/cpp11/timeouts/
Dblocking_token_tcp_client.cpp71 *error_ = error; in operator ()()
78 boost::system::error_code* error_; member in boost::asio::async_result::completion_handler_type
88 h.error_ = &error_; in async_result()
128 return error_ ? throw std::system_error(error_) : t_; in get()
134 boost::system::error_code error_; member in boost::asio::async_result
/third_party/skia/third_party/externals/libwebp/src/utils/
Dbit_writer_utils.c32 bw->error_ = 1; in BitWriterResize()
42 bw->error_ = 1; in BitWriterResize()
169 bw->error_ = 0; in VP8BitWriterInit()
214 bw->error_ = 1; in VP8LBitWriterResize()
224 bw->error_ = 1; in VP8LBitWriterResize()
250 dst->error_ = src->error_; in VP8LBitWriterClone()
268 bw->error_ = bw_init->error_; in VP8LBitWriterReset()
284 bw->error_ = 1; in VP8LPutBitsFlushBits()
320 bw->error_ = 1; in VP8LPutBitsInternal()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dbit_writer_utils.c32 bw->error_ = 1; in BitWriterResize()
42 bw->error_ = 1; in BitWriterResize()
169 bw->error_ = 0; in VP8BitWriterInit()
214 bw->error_ = 1; in VP8LBitWriterResize()
224 bw->error_ = 1; in VP8LBitWriterResize()
250 dst->error_ = src->error_; in VP8LBitWriterClone()
268 bw->error_ = bw_init->error_; in VP8LBitWriterReset()
284 bw->error_ = 1; in VP8LPutBitsFlushBits()
320 bw->error_ = 1; in VP8LPutBitsInternal()
/third_party/skia/third_party/externals/tint/src/writer/
Dwriter.h29 const std::string& error() const { return error_; } in error()
38 void set_error(const std::string& msg) { error_ = msg; } in set_error()
41 std::string error_; variable
/third_party/spirv-tools/source/
Ddiagnostic.cpp78 error_(other.error_) { in DiagnosticStream()
80 other.error_ = SPV_FAILED_MATCH; in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
90 switch (error_) { in ~DiagnosticStream()
Ddiagnostic.h37 error_(error) {} in DiagnosticStream()
57 operator spv_result_t() { return error_; } in spv_result_t()
64 spv_result_t error_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Ddiagnostic.cpp78 error_(other.error_) { in DiagnosticStream()
80 other.error_ = SPV_FAILED_MATCH; in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
90 switch (error_) { in ~DiagnosticStream()
Ddiagnostic.h37 error_(error) {} in DiagnosticStream()
57 operator spv_result_t() { return error_; } in spv_result_t()
64 spv_result_t error_; variable
/third_party/skia/third_party/externals/spirv-tools/source/
Ddiagnostic.cpp78 error_(other.error_) { in DiagnosticStream()
80 other.error_ = SPV_FAILED_MATCH; in DiagnosticStream()
88 if (error_ != SPV_FAILED_MATCH && consumer_ != nullptr) { in ~DiagnosticStream()
90 switch (error_) { in ~DiagnosticStream()
Ddiagnostic.h37 error_(error) {} in DiagnosticStream()
57 operator spv_result_t() { return error_; } in spv_result_t()
64 spv_result_t error_; variable
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_error.cc179 grpc_error* error() const { return error_.get(); } in error()
183 ErrorPtr error_{GRPC_ERROR_CREATE_FROM_STATIC_STRING("Error")}; member in SimpleError
189 grpc_error* error() const { return error_.get(); } in error()
193 ErrorPtr error_{grpc_error_set_int( member in ErrorWithGrpcStatus
201 grpc_error* error() const { return error_.get(); } in error()
205 ErrorPtr error_{grpc_error_set_int( member in ErrorWithHttpError
213 grpc_error* error() const { return error_.get(); } in error()
221 ErrorPtr error_{GRPC_ERROR_CREATE_REFERENCING_FROM_STATIC_STRING( member in ErrorWithNestedGrpcStatus
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h104 return ConvParser(format, args_, error_, arg_position_, is_positional_); in SetFormat()
108 return ConvParser(format_, args, error_, arg_position_, is_positional_); in SetArgs()
112 return ConvParser(format_, args_, error_ || error, arg_position_, in SetError()
117 return ConvParser(format_, args_, error_, arg_position, is_positional_); in SetArgPosition()
192 error_(error), in ConvParser()
200 error_(false), in ConvParser()
218 constexpr bool error() const { return error_; } in error()
226 bool error_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h118 return ConvParser(format, args_, error_, arg_position_, is_positional_); in SetFormat()
122 return ConvParser(format_, args, error_, arg_position_, is_positional_); in SetArgs()
126 return ConvParser(format_, args_, error_ || error, arg_position_, in SetError()
131 return ConvParser(format_, args_, error_, arg_position, is_positional_); in SetArgPosition()
206 error_(error), in ConvParser()
214 error_(false), in ConvParser()
232 constexpr bool error() const { return error_; } in error()
240 bool error_; variable
/third_party/grpc/src/core/ext/filters/http/message_compress/
Dmessage_decompress_filter.cc109 grpc_error* error_ = GRPC_ERROR_NONE; member in grpc_core::__anonf27666340111::CallData
202 GPR_DEBUG_ASSERT(calld->error_ == GRPC_ERROR_NONE); in OnRecvMessageReady()
203 calld->error_ = grpc_error_set_int( in OnRecvMessageReady()
207 GRPC_ERROR_REF(calld->error_)); in OnRecvMessageReady()
262 GPR_DEBUG_ASSERT(error_ == GRPC_ERROR_NONE); in FinishRecvMessage()
263 error_ = GRPC_ERROR_CREATE_FROM_COPIED_STRING( in FinishRecvMessage()
283 ContinueRecvMessageReadyCallback(GRPC_ERROR_REF(error_)); in FinishRecvMessage()
316 error = grpc_error_add_child(GRPC_ERROR_REF(error), calld->error_); in OnRecvTrailingMetadataReady()
317 calld->error_ = GRPC_ERROR_NONE; in OnRecvTrailingMetadataReady()
/third_party/boost/boost/process/
Derror.hpp93 struct error_ struct
95 constexpr error_() = default;
202 constexpr boost::process::detail::error_ error;
204 constexpr boost::process::detail::error_ error_ref;
206 constexpr boost::process::detail::error_ error_code;
/third_party/re2/re2/testing/
Dtester.h58 bool error() { return error_; } in error()
78 bool error_; // error during constructor? variable
97 bool error() { return error_; } in error()
111 bool error_;
/third_party/cef/libcef/browser/extensions/api/tabs/
Dtabs_api.cc113 cef_details_.GetBrowserForTabIdFirstTime(tab_id, &error_); in GetWebContents()
128 return RespondNow(Error(std::move(error_))); in Run()
139 if (!UpdateURL(updated_url, tab_id_, &error_)) in Run()
140 return RespondNow(Error(std::move(error_))); in Run()
422 return RespondNow(Error(std::move(error_))); in Run()
425 if (extension()->permissions_data()->IsRestrictedUrl(url, &error_)) in Run()
426 return RespondNow(Error(std::move(error_))); in Run()
452 return RespondNow(Error(std::move(error_))); in Run()
471 return RespondNow(Error(std::move(error_))); in Run()
475 if (extension()->permissions_data()->IsRestrictedUrl(url, &error_)) in Run()
[all …]

12345