/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Compiler.h | 88 #error LLVM requires at least MSVC 2017. 405 # error "could not determine LLVM_PTR_SIZE as a constant int for MSVC"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 203 if (In.error()) in loadYAML() 206 In.error()); in loadYAML() 218 // FIXME: Create error types that encapsulate a bit more information than what 233 // Report the ELF load error if YAML failed. in loadInstrumentationMap() 242 // If the file is empty, we return the original error. in loadInstrumentationMap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Compiler.h | 69 #error LLVM requires at least MSVC 2015. 131 // error when __has_cpp_attribute is given a scoped attribute in C mode. 238 // error when __has_cpp_attribute is given a scoped attribute in C mode. 377 # error "could not determine LLVM_PTR_SIZE as a constant int for MSVC"
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_struct_member_test.cc | 161 EXPECT_EQ(p->error(), in TEST_F() 175 EXPECT_EQ(p->error(), "1:8: expected ';' for struct member"); in TEST_F()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/ |
H A D | lexer_test.go | 115 t.Errorf("%v returned error: %v", name, err) 141 t.Errorf(`Lex() returned error "%+v", expected error "%+v"`, gotErr, test.expect) 144 t.Errorf("Lex() returned non-nil for error")
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | usc_impl.cpp | 209 /* Release the UScriptRun if uscript_setRunText() returns an error */ in uscript_openRun() 260 UErrorCode error = U_ZERO_ERROR; in uscript_nextRun() local 293 sc = uscript_getScript(ch, &error); in uscript_nextRun()
|
/third_party/toybox/toys/posix/ |
H A D | cpio.c | 156 // archive. Since doing so overwrites errno, report error now in cpio_main() 225 unsigned nlen, error = 0, zero = 0; in cpio_main() local 267 if (!error++) perror_msg("bad read from file '%s'", name); in cpio_main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | operationsAvailableOnPromisedType.js | 128 e_1 = { error: e_1_1 };
139 if (e_1) throw e_1.error;
|
/third_party/protobuf/objectivec/ |
H A D | GPBType.pbobjc.h | 21 #error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources. 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | datapiece.cc | 50 using util::error::Code; 55 return Status(util::error::INVALID_ARGUMENT, value_str); in InvalidArgument()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.cc | 233 if (sink.error()) { in FprintF() 234 errno = sink.error(); in FprintF()
|
/third_party/rust/crates/serde/serde/src/ser/ |
H A D | mod.rs | 123 pub use core::error::Error as StdError; 126 pub use std::error::Error as StdError; 138 /// The [example data format] presented on the website shows an error 143 /// Used when a [`Serialize`] implementation encounters any error 344 /// The error type when some error occurs during serialization. 508 /// The default behavior unconditionally returns an error. 615 /// The default behavior unconditionally returns an error. 1360 /// implementation is expected to return an error.
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/ |
H A D | slowstrconv.go | 54 func ParseFloatFromBytes(s []byte) (ParseFloatResult, error) { 76 func parseFloatFromBytes(s []byte) (ret ParseFloatResult, retErr error) {
|
/third_party/rust/crates/nom/src/branch/ |
H A D | mod.rs | 6 use crate::error::ErrorKind; 7 use crate::error::ParseError; 26 /// # use nom::{Err,error::ErrorKind, Needed, IResult}; 37 /// // the first parser returns an error, so alt tries the second one 40 /// // both parsers failed, and with the default error type, alt will return the last error 45 /// With a custom error type, it is possible to have alt return the error of the parser 68 /// # use nom::{Err,error::{Error, ErrorKind}, Needed, IResult}; 90 /// # use nom::{Err, error [all...] |
/third_party/rust/crates/nom/src/sequence/ |
H A D | tests.rs | 3 use crate::error::{Error, ErrorKind}; 10 use crate::{error::ErrorKind, Err}; in single_element_tuples() 32 /*FIXME: convert code examples to new error management 43 // _ => "unrecognized error" in error_to_string() 52 "unrecognized error" in error_to_string() 66 // _ => "unrecognized error".to_string() in error_to_string()
|
/third_party/rust/crates/syn/src/ |
H A D | op.rs | 144 Err(input.error("expected binary operator")) in parse() 160 Err(lookahead.error()) in parse()
|
/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 61 // returned, SPV_SUCCESS otherwise. No error checking is performed on the 71 if (spv_result_t error = advanceLine(text, position)) return error; in advance()
|
/third_party/spirv-tools/tools/reduce/ |
H A D | reduce.cpp | 77 causes tool "foo" to exit with error code 1 and print "Fatal error: bar" to in PrintUsage() 78 standard error should: in PrintUsage() 80 - capture the return code and standard error from "bar"; in PrintUsage() 82 standard error from "bar" contained "Fatal error: bar". in PrintUsage() 93 --fail-on-validation-error in PrintUsage() 94 Stop reduction with an error if any reduction step produces a in PrintUsage() 135 fprintf(stderr, "error: "); in ReduceDiagnostic() 185 } else if (0 == strcmp(cur_arg, "--fail-on-validation-error")) { in ParseFlags() [all...] |
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | log.go | 39 func (s *loggingStream) Read(ctx context.Context) ([]byte, int64, error) { 47 func (s *loggingStream) Write(ctx context.Context, data []byte) (int64, error) { 61 Error *jsonrpc2.Error `json:"error,omitempty"`
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | wps-ap-nfc.py | 45 except OSError as error: 46 print("Could not find hostapd: ", error) 116 # override to avoid parser error in request/response.pretty() in nfcpy 127 summary("error decoding 'Hr' message: {}".format(e))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | wps-ap-nfc.py | 45 except OSError as error: 46 print("Could not find hostapd: ", error) 116 # override to avoid parser error in request/response.pretty() in nfcpy 127 summary("error decoding 'Hr' message: {}".format(e))
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 37 msg: PChar; (* last error message, NULL if no error *)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_lrc.c | 108 if (READ_ONCE(rq->fence.error)) in wait_for_reset() 114 if (rq->fence.error != -EIO) { in wait_for_reset() 588 * In order to support offline error capture for fast preempt reset, in live_hold_reset() 642 GEM_BUG_ON(rq->fence.error != -EIO); in live_hold_reset() 687 enum { GOOD = 0, BAD = -EIO } error[2]; in live_error_interrupt() member 718 for (p = phases; p->error[0] != GOOD; p++) { in live_error_interrupt() 719 struct i915_request *client[ARRAY_SIZE(phases->error)]; in live_error_interrupt() 756 if (p->error[i]) { in live_error_interrupt() 780 error_repr(p->error[i])); in live_error_interrupt() 785 error_repr(p->error[ in live_error_interrupt() [all...] |
/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_ability_callback.cpp | 1557 JsError error = NapiUtil::ConverErrorMessageForJs(result); in ReportSupplementInfo() local 1559 NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in ReportSupplementInfo() 1574 JsError error = NapiUtil::ConverErrorMessageForJs(result); in ReportSupplementInfo() local 1576 NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode)); in ReportSupplementInfo() 1615 JsError error = NapiUtil::ConverErrorMessageForJs(result); in ReportExecutionResult() local 1617 NapiCallManagerUtils::CreateErrorMessageWithErrorCode(env, error.errorMessage, error.errorCode); in ReportExecutionResult() 1634 JsError error in ReportExecutionResult() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | core.c | 72 * Return: 0 on success, -error otherwise. 76 int error; in spi_nor_spimem_exec_op() local 78 error = spi_mem_adjust_op_size(nor->spimem, op); in spi_nor_spimem_exec_op() 79 if (error) in spi_nor_spimem_exec_op() 80 return error; in spi_nor_spimem_exec_op() 105 int error; in spi_nor_spimem_read_data() local 122 error = spi_nor_spimem_exec_op(nor, &op); in spi_nor_spimem_read_data() 123 if (error) in spi_nor_spimem_read_data() 124 return error; in spi_nor_spimem_read_data() 170 int error; in spi_nor_spimem_write_data() local [all...] |