Home
last modified time | relevance | path

Searched refs:error (Results 6701 - 6725 of 17934) sorted by relevance

1...<<261262263264265266267268269270>>...718

/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-inside-posix.cc57 #error "Unsupported platform."
130 #error "Unsupported architecture." in TryHandleSignal()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_local.h30 # 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 Dreusable_diagnostic.rs51 /// 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 Dpickle2db.py60 except getopt.error:
126 except bsddb.error:
/third_party/openssl/crypto/bio/
H A Dbio_local.h30 # 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 DDevice.cpp107 egl::Error error = in getAttribute() local
110 return error; in getAttribute()
/third_party/skia/third_party/externals/angle2/src/common/gl/cgl/
H A DFunctionsCGL.h53 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 Dextension.rb69 # 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 Dparser_clear_color_test.cc96 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 Dbin_to_dot.cpp171 // 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 DDriver.cpp33 # error Unimplemented platform
95 # error Unimplemented platform in loadSwiftShader()
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
H A Dshell_unix.go87 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 Dbin_to_dot.cpp171 // 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 DuSynergy.h46 #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 Dscrptrun.cpp118 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 Dmain.cpp22 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 Dmdate-sh62 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 Dtype_int.hpp270 # 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 DHelloOboeEngine.cpp69 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 DYAMLRemarkParser.h53 /// 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 Dparser_impl_variable_decl_test.cc65 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 Dmain.go52 func run() error {
54 var err error
/third_party/skia/third_party/externals/tint/tools/src/cmd/snippets/
H A Dmain.go49 func run() error {
51 var err error
/third_party/skia/third_party/externals/tint/tools/src/gerrit/
H A Dgerrit.go53 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 DtopLevelAwait.1(module=es2022,target=es2015).js103 catch (e_1_1) { e_1 = { error: e_1_1 }; }
108 finally { if (e_1) throw e_1.error; }

Completed in 14 milliseconds

1...<<261262263264265266267268269270>>...718