Home
last modified time | relevance | path

Searched refs:errors_ (Results 1 - 25 of 28) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/
H A Dresult.cc22 errors_.emplace_back(err); in Result()
26 errors_.insert(std::end(errors_), std::begin(res.errors_), in operator +=()
27 std::end(res.errors_)); in operator +=()
32 errors_.emplace_back(err); in operator +=()
38 switch (errors_.size()) { in Error()
42 return errors_[0].size() > 0 ? errors_[0] : kNoErrorMsg; in Error()
45 ss << errors_ in Error()
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Derror_support.cc33 if (!errors_.empty()) in AddError()
34 errors_ += "; "; in AddError()
37 errors_ += "."; in AddError()
41 errors_ += s.name; in AddError()
44 errors_ += std::to_string(s.index); in AddError()
51 errors_ += ": "; in AddError()
52 errors_ += error; in AddError()
56 return SpanFrom(errors_); in Errors()
H A Derror_support.h57 std::string errors_; member in v8_crdtp::ErrorSupport
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Denum_converter_test.cc44 fail_stream_(&success_, &errors_), in SpvPipelineStageTest()
47 std::string error() const { return errors_.str(); } in error()
51 std::stringstream errors_; member in tint::reader::spirv::__anon25922::SpvPipelineStageTest
107 fail_stream_(&success_, &errors_), in SpvStorageClassTest()
110 std::string error() const { return errors_.str(); } in error()
114 std::stringstream errors_; member in tint::reader::spirv::__anon25922::SpvStorageClassTest
179 fail_stream_(&success_, &errors_), in SpvBuiltinTest()
182 std::string error() const { return errors_.str(); } in error()
186 std::stringstream errors_; member in tint::reader::spirv::__anon25922::SpvBuiltinTest
259 fail_stream_(&success_, &errors_), in SpvDimTest()
266 std::stringstream errors_; global() member in tint::reader::spirv::__anon25922::SpvDimTest
340 std::stringstream errors_; global() member in tint::reader::spirv::__anon25922::SpvImageFormatTest
[all...]
H A Dnamer_test.cc28 SpvNamerTest() : fail_stream_(&success_, &errors_) {} in SpvNamerTest()
31 std::string error() { return errors_.str(); } in error()
34 std::stringstream errors_; member in tint::reader::spirv::__anon25938::SpvNamerTest
H A Dparser_impl.h151 const std::string error() { return errors_.str(); } in error()
772 std::stringstream errors_; member in tint::reader::spirv::ParserImpl
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Dresult.h44 bool IsSuccess() const { return errors_.size() == 0; } in IsSuccess()
50 std::vector<std::string> errors_; member in amber::Result
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_reduce_mutator.cc48 errors_(), in SpirvReduceMutator()
153 util::GetBufferMessageConsumer(&errors_)); in ApplyReduction()
163 return errors_.str(); in GetErrors()
H A Dspirv_fuzz_mutator.cc37 errors_(std::make_unique<std::stringstream>()), in SpirvFuzzMutator()
57 std::move(fuzzer_context), util::GetBufferMessageConsumer(errors_.get()), in SpirvFuzzMutator()
86 return errors_->str(); in GetErrors()
H A Dspirv_opt_mutator.cc115 optimizer.SetMessageConsumer(util::GetBufferMessageConsumer(&errors_)); in Mutate()
133 return errors_.str(); in GetErrors()
H A Dspirv_fuzz_mutator.h78 std::unique_ptr<std::stringstream> errors_; member in tint::fuzzers::spvtools_fuzzer::SpirvFuzzMutator
H A Dspirv_opt_mutator.h86 std::stringstream errors_; member in tint::fuzzers::spvtools_fuzzer::SpirvOptMutator
H A Dspirv_reduce_mutator.h101 std::stringstream errors_; member in tint::fuzzers::spvtools_fuzzer::SpirvReduceMutator
/third_party/node/src/crypto/
H A Dcrypto_util.cc276 errors_.clear(); in SetFipsCrypto()
280 errors_.emplace_back(buf); in SetFipsCrypto()
282 std::reverse(std::begin(errors_), std::end(errors_)); in SetFipsCrypto()
286 return errors_.empty(); in SetFipsCrypto()
300 const std::string& last_error_string = copy.errors_.back(); in SetFipsCrypto()
309 copy.errors_.pop_back(); in SetFipsCrypto()
320 if (!ToV8Value(env->context(), errors_).ToLocal(&stack) || in SetFipsCrypto()
H A Dcrypto_util.h187 std::vector<std::string> errors_; member
199 errors_.emplace_back(SPrintF(error_string, in Insert()
398 CryptoErrorStore* errors() { return &errors_; } in errors()
408 tracker->TrackField("errors", errors_);
452 CryptoErrorStore errors_; member in node::crypto::CryptoJob
/third_party/gn/src/gn/
H A Dheader_checker.cc146 if (errors_.empty()) in Run()
148 *errors = errors_; in Run()
194 errors_.insert(errors_.end(), errors.begin(), errors.end()); in DoWork()
H A Dheader_checker.h103 // Backend for Run() that takes the list of files to check. The errors_ list
200 std::vector<Err> errors_; member in HeaderChecker
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp275 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
280 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
320 errors_.clear(); in parse()
941 errors_.push_back(info);
946 int errorCount = int(errors_.size());
950 errors_.resize(errorCount); // discard errors caused by recovery
954 errors_.resize(errorCount);
1011 for (Errors::const_iterator itError = errors_.begin();
1012 itError != errors_.end();
1027 for (Errors::const_iterator itError = errors_
[all...]
H A Djson.h1481 Errors errors_; member in Json::Reader
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp260 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
265 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
305 errors_.clear(); in parse()
948 errors_.push_back(info);
953 int errorCount = int(errors_.size());
957 errors_.resize(errorCount); // discard errors caused by recovery
961 errors_.resize(errorCount);
1026 for (Errors::const_iterator itError = errors_.begin();
1027 itError != errors_.end();
1042 for (Errors::const_iterator itError = errors_
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp260 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
265 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
305 errors_.clear(); in parse()
948 errors_.push_back(info);
953 int errorCount = int(errors_.size());
957 errors_.resize(errorCount); // discard errors caused by recovery
961 errors_.resize(errorCount);
1026 for (Errors::const_iterator itError = errors_.begin();
1027 itError != errors_.end();
1042 for (Errors::const_iterator itError = errors_
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp260 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
265 : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), in Reader()
305 errors_.clear(); in parse()
948 errors_.push_back(info);
953 int errorCount = int(errors_.size());
957 errors_.resize(errorCount); // discard errors caused by recovery
961 errors_.resize(errorCount);
1026 for (Errors::const_iterator itError = errors_.begin();
1027 itError != errors_.end();
1042 for (Errors::const_iterator itError = errors_
[all...]
/third_party/node/src/
H A Dnode.cc929 &result->args_, &result->exec_args_, &result->errors_, flags); in InitializeOncePerProcess()
941 result->errors_.emplace_back(node::LargePagesError(lp_result)); in InitializeOncePerProcess()
1037 result->errors_.emplace_back("OpenSSL configuration error:\n" + in InitializeOncePerProcess()
1051 result->errors_.emplace_back( in InitializeOncePerProcess()
H A Dnode_internals.h325 const std::vector<std::string>& errors() const { return errors_; } in errors()
331 std::vector<std::string> errors_; member in node::final
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1430 Errors errors_; member in Json::Reader

Completed in 27 milliseconds

12