/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | memory.cpp | 127 #error "Page based allocation not implemented for this platform"
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceBrowserCompileServer.cpp | 168 return strdup(Error.empty() ? "Some error occurred" : Error.c_str()); in onEndCallback() 193 // server thread to remain alive in order to respond with the error message. in fatalErrorHandler() 197 // error in other threads, and either get stuck waiting on input from a in fatalErrorHandler() 227 #error "Unknown architecture" in getTargetArch() 256 // If there was an earlier error, do not attempt to push bytes to the in pushInputBytes() 276 // LastError is not EC_None. We don't know the type of error so just pick in getErrorCode() 277 // some error category. in getErrorCode()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | crc32_simd.c | 199 #error ARM CRC32 SIMD extensions only supported for Clang and GCC
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | utypes.h | 118 # error "Don't know what to do with little endian EBCDIC!" 392 * Standard ICU4C error code type, a substitute for exceptions. 398 * // call ICU API that needs an error code parameter. 400 * // An error occurred. Handle it here. 414 * so that in a chain of such functions the first one that sets an error code 425 U_USING_FALLBACK_WARNING = -128, /**< A resource bundle lookup returned a fallback result (not an error) */ 429 U_USING_DEFAULT_WARNING = -127, /**< A resource bundle lookup returned a result from the root locale (not an error) */ 443 U_PLUGIN_CHANGED_LEVEL_WARNING = -120, /**< A plugin caused a level change. May not be an error, but later plugins may not load. */ 453 U_ZERO_ERROR = 0, /**< No error, no warning. */ 461 U_MEMORY_ALLOCATION_ERROR = 7, /**< Memory allocation error */ [all...] |
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
H A D | when-pkg-references-sibling-package-through-indirect-symlink-moduleCaseChange.js | 81 Found 1 error in pkg3/src/keys.ts[90m:2[0m
|
H A D | when-pkg-references-sibling-package-through-indirect-symlink.js | 81 Found 1 error in pkg3/src/keys.ts[90m:2[0m
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
H A D | jsxImportSource-option-changed-incremental.js | 181 Found 1 error in index.tsx[90m:1[0m
|
/third_party/vixl/src/aarch64/ |
H A D | cpu-aarch64.h | 38 // Throw an explicit error now to avoid a harder-to-debug linker error later. 44 #error cpu-aarch64.h requires VIXL_INCLUDE_TARGET_AARCH64 (scons target=a64).
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | toplevel.mk | 43 $(error FreeType's build system needs a Make program which supports $$(value))
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_database.h | 50 #error "You cannot SWIG proto headers" 169 // with a file already in the database, in which case an error will have 294 // remain valid for the life of the database. Returns false and logs an error
|
H A D | generated_message_util.h | 63 #error "You cannot SWIG proto headers"
|
H A D | inlined_string_field.h | 44 #error "You cannot SWIG proto headers"
|
H A D | map_field_lite.h | 45 #error "You cannot SWIG proto headers"
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message_factory.cc | 43 #error "Python 3.0 - 3.2 are not supported."
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.h | 175 // names or relative to the current directory. If any errors occur, error 176 // messages should be written to stderr. If an error is fatal, the plugin 188 // Returns the error code which should be returned by main(). 219 // in proto_path_. Returns false if an error occurred. 225 // directories in proto_path_. Returns false if an error occurred. 296 GeneratorContext* generator_context, std::string* error); 394 ERROR_FORMAT_GCC, // GCC error output format (default).
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | endianmacros.h | 27 #error "Please include config.h before including this file!"
|
/third_party/pulseaudio/src/modules/ |
H A D | module-detect.c | 35 #include <pulsecore/core-error.h>
|
/third_party/python/Lib/test/ |
H A D | test_ossaudiodev.py | 197 except (ossaudiodev.error, OSError) as msg:
|
H A D | test_getpass.py | 135 tcsetattr.side_effect = termios.error
|
/third_party/python/Lib/urllib/ |
H A D | robotparser.py | 63 except urllib.error.HTTPError as err:
|
/third_party/python/Lib/ |
H A D | timeit.py | 266 except getopt.error as err:
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hashtablez_sampler.h | 144 #error ABSL_INTERNAL_HASHTABLEZ_SAMPLE cannot be directly set
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
H A D | spy_hash_state.h | 170 absl::optional<std::string> error() const { in error() function in absl::hash_internal::SpyHashStateImpl 188 // SpyHashState run to share the field. This way we can set the error for 219 // - Second, it triggers a SFINAE error disabling the overload to prevent
|
/third_party/skia/infra/wasm-common/perf/ |
H A D | wasm_perf_aggregator.go | 145 func createOutputFile(p string) (*os.File, error) {
|
/third_party/rust/crates/nom/tests/ |
H A D | json.rs | 8 error::ParseError,
|