/third_party/node/deps/v8/src/trap-handler/ |
H A D | handler-inside-posix.cc | 57 #error "Unsupported platform." 130 #error "Unsupported architecture." in TryHandleSignal()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_local.h | 30 # error internal/cryptlib.h included before bio_local.h 33 # error openssl/bio.h included before bio_local.h
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | reusable_diagnostic.rs | 51 /// An error enum that represent all possible errors within your program 60 Error::MismatchType(left, right) => Diagnostic::error() in report() 70 Error::MutatingImmutable(original, mutating) => Diagnostic::error() in report()
|
/third_party/python/Tools/scripts/ |
H A D | pickle2db.py | 60 except getopt.error: 126 except bsddb.error:
|
/third_party/openssl/crypto/bio/ |
H A D | bio_local.h | 30 # error internal/cryptlib.h included before bio_local.h 33 # error openssl/bio.h included before bio_local.h
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Device.cpp | 107 egl::Error error = in getAttribute() local 110 return error; in getAttribute()
|
/third_party/skia/third_party/externals/angle2/src/common/gl/cgl/ |
H A D | FunctionsCGL.h | 53 SOFT_LINK_FUNCTION_HEADER(OpenGL, CGLErrorString, const char *, (CGLError error), (error))
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ifdef-mismatch/ |
H A D | extension.rb | 69 # First pop any non-matching conditionals and fire a mismatch error 77 # Log an error 79 logger.error message_with_context %(unmatched conditional "#{conditional.line}" with no endif), source_location: conditional.cursor 110 logger.error message_with_context %(unmatched endif - found "#{line}" with no matching conditional begin), source_location: cursor
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_clear_color_test.cc | 96 std::string error; member 121 EXPECT_EQ(std::string("13: ") + test_data.error, r.Error()) << test_data.data; in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/ |
H A D | bin_to_dot.cpp | 171 // Invalid arguments return error codes, but don't necessarily generate in BinaryToDot() 180 if (auto error = spvBinaryParse(context, &converter, words, num_words, in BinaryToDot() 182 return error; in BinaryToDot()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | Driver.cpp | 33 # error Unimplemented platform 95 # error Unimplemented platform in loadSwiftShader()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
H A D | shell_unix.go | 87 func Exec(timeout time.Duration, exe, wd string, env []string, args ...string) ([]byte, error) { 102 res := make(chan error)
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/cfg/ |
H A D | bin_to_dot.cpp | 171 // Invalid arguments return error codes, but don't necessarily generate in BinaryToDot() 180 if (auto error = spvBinaryParse(context, &converter, words, num_words, in BinaryToDot() 182 return error; in BinaryToDot()
|
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/ |
H A D | uSynergy.h | 46 #error "Can't define both USYNERGY_LITTLE_ENDIAN and USYNERGY_BIG_ENDIAN" 54 #error "Can't detect endian-nes, please defined either USYNERGY_LITTLE_ENDIAN or USYNERGY_BIG_ENDIAN";
|
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/ |
H A D | scrptrun.cpp | 118 UErrorCode error = U_ZERO_ERROR; in next() local 145 UScriptCode sc = uscript_getScript(ch, &error); in next()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/ |
H A D | main.cpp | 22 static void glfw_error_callback(int error, const char* description) in glfw_error_callback() argument 24 fprintf(stderr, "Glfw Error %d: %s\n", error, description); in glfw_error_callback() 82 // - If the file cannot be loaded, the function will return NULL. Please handle those errors in your application (e.g. use an assertion, or display an error and quit). in main()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | mdate-sh | 62 error () function 118 test $# -gt 0 || error "failed parsing '$ls_command /' output" 138 test -n "$month" || error "failed parsing '$ls_command /' output"
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_int.hpp | 270 # error "GLM error: multiple default precision requested for signed integer types" 282 # error "GLM error: multiple default precision requested for unsigned integer types"
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
H A D | HelloOboeEngine.cpp | 69 LOGE("Error calculating latency: %s", oboe::convertToText(result.error())); in getCurrentOutputLatencyMillis() 85 LOGW("Buffer size could not be changed, %d", result.error()); in setBufferSizeInBursts() 131 // The stream will have already been closed by the error callback. in restart()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.h | 53 /// Last error message that can come from the YAML parser diagnostics. 56 /// Source manager for better error messages. 76 /// Create a YAMLParseError error from an existing error generated by the YAML 78 /// If there is no error, this returns Success. 79 Error error(); 80 /// Create a YAMLParseError error referencing a specific node. 81 Error error(StringRef Message, yaml::Node &Node);
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_decl_test.cc | 65 EXPECT_EQ(p->error(), "1:12: expected ':' for variable declaration"); in TEST_F() 90 EXPECT_EQ(p->error(), "1:5: invalid storage class for variable declaration"); in TEST_F()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/gerrit-stats/ |
H A D | main.go | 52 func run() error { 54 var err error
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/snippets/ |
H A D | main.go | 49 func run() error { 51 var err error
|
/third_party/skia/third_party/externals/tint/tools/src/gerrit/ |
H A D | gerrit.go | 53 func New(cfg Config) (*G, error) { 71 func (g *G) QueryChanges(queryParts ...string) (changes []gerrit.ChangeInfo, query string, err error) {
|
/third_party/typescript/tests/baselines/reference/ |
H A D | topLevelAwait.1(module=es2022,target=es2015).js | 103 catch (e_1_1) { e_1 = { error: e_1_1 }; }
108 finally { if (e_1) throw e_1.error; }
|