/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Instance.cpp | 126 // This is just a wrapper around the real logic that uses Error.h error handling. 248 std::unique_ptr<ErrorData> error = maybeError.AcquireError(); in ConsumedError() local 250 ASSERT(error != nullptr); in ConsumedError() 251 dawn::InfoLog() << error->GetFormattedMessage(); in ConsumedError()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftcolor.h | 25 #error "freetype.h of FreeType 1 has been loaded!" 26 #error "Please fix the directory search order for header files" 27 #error "so that freetype.h of FreeType 2 is found first." 199 * FreeType error code. 0~means success. 204 * This function always returns an error if the config macro 251 * FreeType error code. 0~means success. 257 * This function always returns an error if the config macro 286 * FreeType error code. 0~means success. 295 * This function always returns an error if the config macro 402 * are no layers at all), value~0 gets returned. In case of an error, [all...] |
H A D | t1tables.h | 27 #error "freetype.h of FreeType 1 has been loaded!" 28 #error "Please fix the directory search order for header files" 29 #error "so that freetype.h of FreeType 2 is found first." 496 * FreeType error code. 0~means success. 504 * return the `FT_Err_Invalid_Argument` error code. 530 * FreeType error code. 0~means success. 537 * the `FT_Err_Invalid_Argument` error code. 753 * the `FT_Err_Invalid_Argument` error code.
|
H A D | tttables.h | 27 #error "freetype.h of FreeType 1 has been loaded!" 28 #error "Please fix the directory search order for header files" 29 #error "so that freetype.h of FreeType 2 is found first." 662 * error, or if the corresponding table was not found **OR** loaded from 719 * Return an error code if it fails. 728 * FreeType error code. 0~means success. 738 * error = FT_Load_Sfnt_Table( face, tag, 0, NULL, &length ); 739 * if ( error ) { ... table does not exist ... } 744 * error = FT_Load_Sfnt_Table( face, tag, 0, buffer, &length ); 745 * if ( error ) { [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_struct_decl_test.cc | 123 EXPECT_EQ(p->error(), "1:8: expected identifier for struct declaration"); in TEST_F() 139 EXPECT_EQ(p->error(), "1:10: expected '{' for struct declaration"); in TEST_F() 154 EXPECT_EQ(p->error(), "1:9: expected ']]' for decoration list"); in TEST_F()
|
/third_party/typescript/tests/ts_extra_tests/ |
H A D | run_ts_case.py | 31 parsers.error("The directory or file '%s' does not exist" % arg)
37 parsers.error("The file '%s' does not exist" % arg)
44 parsers.error("The directory '%s' does not exist" % arg)
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_generator.cc | 59 std::string* error) const { in Generate() 112 *error = "Unknown generator option: " + options[i].first; in Generate() 120 *error = in Generate()
|
/third_party/python/Lib/ |
H A D | xdrlib.py | 45 except struct.error as e: 81 except (TypeError, struct.error) as e: 85 except (TypeError, struct.error) as e:
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | error.rs | 9 //! use openssl::error::ErrorStack; 23 use std::error; 42 /// Returns the contents of the OpenSSL error stack. 51 /// Pushes the errors back onto the OpenSSL error stack. 53 for error in self.errors() { in put() 54 error.put(); in put() 69 return fmt.write_str("OpenSSL error"); in fmt() 84 impl error::Error for ErrorStack {} 98 /// An error reported from OpenSSL. 112 /// Returns the first error o [all...] |
/third_party/rust/crates/nom/src/bits/ |
H A D | complete.rs | 4 use crate::error::{ErrorKind, ParseError}; 15 /// # use nom::error::{Error, ErrorKind}; 114 /// # use nom::error::{Error, ErrorKind}; 155 Err(crate::Err::Error(crate::error::Error { in test_take_eof() 191 Err(crate::Err::Error(crate::error::Error { in test_bool_eof()
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | lcssa.cpp | 35 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate() local 36 if (error != 0) spvDiagnosticPrint(diagnostic); in Validate() 39 return error == 0; in Validate()
|
/third_party/spirv-tools/test/val/ |
H A D | val_fixtures.h | 124 std::string result(diagnostic->error); in CompileFailure() 138 << "ERROR: " << diagnostic->error in CompileSuccessfully() 179 : std::string(diagnostic_->error); in getDiagnosticString() 196 // is then split here to check if one VUID was in the error message 197 MATCHER_P(AnyVUID, vuid_set, "VUID from the set is in error message") { in MATCHER_P()
|
/third_party/spirv-tools/utils/vscode/src/tools/ |
H A D | gen-grammar.go | 83 func run() error { 184 func parseGrammar(def grammarDefinition) (grammar.Root, error) { 200 func getOrDownload(name, url string) ([]byte, error) {
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOArrayLengthTests.cpp | 183 bool error = false; in iterate() local 217 error = true; in iterate() 228 if (!error) in iterate()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deMemory.c | 183 # error "Invalid DE_ALIGNED_MALLOC" in deAlignedMalloc() 235 # error "Invalid DE_ALIGNED_MALLOC" in deAlignedRealloc() 255 # error "Invalid DE_ALIGNED_MALLOC" in deAlignedFree()
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 71 * GetBufferForVerticalBlankingLine() will return an error when invalid 768 * in C++ code (compiler error C4576) */ in get_pkt_pts() 1232 goto error; in ff_decklink_read_header() 1238 goto error; in ff_decklink_read_header() 1245 goto error; in ff_decklink_read_header() 1253 goto error; in ff_decklink_read_header() 1261 goto error; in ff_decklink_read_header() 1268 goto error; in ff_decklink_read_header() 1278 goto error; in ff_decklink_read_header() 1285 goto error; in ff_decklink_read_header() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | aviobuf.c | 109 s->error = 0; in ffio_init_context() 160 if (!s->error) { in writeout() 170 s->error = ret; in writeout() 584 s->error= len; in fill_buffer() 659 s->error= len; in avio_read() 685 if (s->error) return s->error; in avio_read() 737 if (s->error) return s->error; in avio_read_partial() 858 if (!c && s->error) in read_string_to_bprint() 1259 int ret, error; avio_close() local [all...] |
H A D | id3v2.c | 203 * Return 1 if the tag of length len at the given offset is valid, 0 if not, -1 on error 241 * @returns 0 if no error occurred, dst is uninitialized on error 436 goto error; in read_uslt() 442 goto error; in read_uslt() 447 goto error; in read_uslt() 450 goto error; in read_uslt() 458 goto error; in read_uslt() 465 error: in read_uslt() 916 goto error; in id3v2_parse() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 175 O->error("Cannot specify more than one option with cl::ConsumeAfter!"); in addOption() 557 return Handler->error("requires a value!"); in ProvideOption() 565 return Handler->error("multi-valued option specified" in ProvideOption() 569 return Handler->error("does not allow a value! '" + Twine(Value) + in ProvideOption() 592 return Handler->error("not enough values!"); in ProvideOption() 1094 Opt->error("error - this positional option will never be matched, " in ParseCommandLineOptions() 1105 Opt->error("error - option can never match, because " in ParseCommandLineOptions() 1199 // in the upcoming error in ParseCommandLineOptions() 1360 bool Option::error(const Twine &Message, StringRef ArgName) { error() function in Option [all...] |
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 24 import urllib.error namespace 39 for module in 'request', 'response', 'parse', 'error', 'robotparser': 83 err = urllib.error.URLError('reason') 280 def error(self, proto, *args): member in MockOpener 421 elif action.startswith("error"): 428 return self.parent.error("http", args[0], res, code, "", {}) 430 raise urllib.error.URLError("blah") 508 return self.parent.error( 577 from urllib.error import URLError 643 self.assertRaises(urllib.error [all...] |
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | scheduler.py | 35 from _core.error import ErrorMessage 182 LOG.error("Queue monitor thread is dead.") 216 LOG.error("Spt is empty", error_no="00108") 229 LOG.error("The device %s spt is %s, " 365 LOG.error("%s not in data reports" % module_name) 441 except Exception as error: 442 LOG.debug("Do task kit teardown: %s" % error) 624 except ParamError as error: 625 LOG.error(error, error_n [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdec.c | 621 av_log(m->avctx, AV_LOG_ERROR, "restart header checksum error\n"); in read_restart_header() 768 goto error; in read_matrix_params() 781 goto error; in read_matrix_params() 786 goto error; in read_matrix_params() 808 error: in read_matrix_params() 1164 * @return negative on error, 0 if not enough data is present in the input stream, 1196 goto error; in read_access_unit() 1225 goto error; in read_access_unit() 1233 goto error; in read_access_unit() 1238 goto error; in read_access_unit() [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getdwarf.c | 78 Dwfl_Error error = open_elf_file (&file->elf, &file->fd, &file->name); in open_elf() local 79 if (error != DWFL_E_NOERROR) in open_elf() 80 return error; in open_elf() 183 case -1: /* ELF error. */ in mod_verify_build_id() 578 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd, in find_debug_altlink() local 580 if (error == DWFL_E_NOERROR) in find_debug_altlink() 972 Dwfl_Error error; in find_aux_sym() 975 error = __libdw_unlzma (-1, 0, rawdata->d_buf, rawdata->d_size, in find_aux_sym() 977 if (error == DWFL_E_NOERROR) in find_aux_sym() 1165 /* Try to uncompress, but it might already have been, an error in find_symtab() [all...] |
/third_party/curl/projects/ |
H A D | build-openssl.bat | 133 goto error
142 goto error
691 goto error
696 goto error
701 goto error
706 goto error
713 goto error
720 goto error
725 goto error
730 goto error
732 :error global() label [all...] |
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | u3g.c | 675 int error, type, nports; in u3g_attach() local 724 error = usbd_transfer_setup(uaa->device, &i, in u3g_attach() 727 if (error) { in u3g_attach() 749 error = ucom_attach(&sc->sc_super_ucom, sc->sc_ucom, in u3g_attach() 751 if (error) { in u3g_attach() 844 u3g_write_callback(struct usb_xfer *xfer, usb_error_t error) in u3g_write_callback() argument 887 if (error != USB_ERR_CANCELLED) { in u3g_write_callback() 897 u3g_read_callback(struct usb_xfer *xfer, usb_error_t error) in u3g_read_callback() argument 919 if (error != USB_ERR_CANCELLED) { in u3g_read_callback() 986 u3g_intr_callback(struct usb_xfer *xfer, usb_error_t error) in u3g_intr_callback() argument [all...] |