Home
last modified time | relevance | path

Searched refs:error (Results 6651 - 6675 of 17664) sorted by relevance

1...<<261262263264265266267268269270>>...707

/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; }
H A DtopLevelAwait.1(module=es2022,target=es2017).js103 catch (e_1_1) { e_1 = { error: e_1_1 }; }
108 finally { if (e_1) throw e_1.error; }
H A DtopLevelAwait.1(module=esnext,target=es2015).js103 catch (e_1_1) { e_1 = { error: e_1_1 }; }
108 finally { if (e_1) throw e_1.error; }
H A DtopLevelAwait.1(module=esnext,target=es2017).js103 catch (e_1_1) { e_1 = { error: e_1_1 }; }
108 finally { if (e_1) throw e_1.error; }
H A DtopLevelAwait.1(module=system,target=es2015).js108 catch (e_1_1) { e_1 = { error: e_1_1 }; }
113 finally { if (e_1) throw e_1.error; }
H A DtopLevelAwait.1(module=system,target=es2017).js108 catch (e_1_1) { e_1 = { error: e_1_1 }; }
113 finally { if (e_1) throw e_1.error; }
H A DblockScopedBindingsInDownlevelGenerator.js84 e_1 = { error: e_1_1 };
90 finally { if (e_1) throw e_1.error; }
H A DAPISample_Watch.js70 console.error("Error", diagnostic.code, ":",
132 console.error("Error", diagnostic.code, ":", ts.flattenDiagnosticMessageText(diagnostic.messageText, formatHost.getNewLine()));
/third_party/python/Mac/Tools/
H A Dplistlib_generate_testdata.py85 data, error = NSPropertyListSerialization.dataWithPropertyList_format_options_error_(
88 print("Cannot serialize", fmt_name, error)
/third_party/python/Objects/stringlib/
H A Dpartition.h4 # error must include "stringlib/fastsearch.h" before including this module
8 # error "STRINGLIB_GET_EMPTY must be defined if STRINGLIB_MUTABLE is zero"
/third_party/protobuf/objectivec/
H A DGPBStruct.pbobjc.h21 #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.
132 * variants, absence of any variant indicates an error.
H A DGPBWrappers.pbobjc.h21 #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/pulseaudio/src/pulsecore/
H A Ddbus-util.h34 pa_dbus_wrap_connection* pa_dbus_wrap_connection_new(pa_mainloop_api *mainloop, bool use_rtclock, DBusBusType type, DBusError *error);
43 int pa_dbus_add_matches(DBusConnection *c, DBusError *error, ...) PA_GCC_SENTINEL;
69 * DBusMessage may or may not contain an error message (a human-readable
70 * explanation of what went wrong). Extracting the error message from the
72 * that. If the DBusMessage doesn't contain any error message,
76 /* Sends an error message as the reply to the given message. */
109 * invalid keys, an error reply is sent and NULL is returned. The iterator must
/third_party/rust/crates/clap/clap_derive/src/
H A Dlib.rs108 error: syn::Error, in to_compile_error()
111 let compile_errors = error.to_compile_error(); in to_compile_error()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dmarshalling.h87 // // `true` and sets `*mode` on success; returns `false` and sets `*error`
91 // std::string* error) {
100 // *error = "unknown value for enumeration";
193 // Comment on next line provides a good compiler error message if T in InvokeParseFlag()
206 // Comment on next line provides a good compiler error message if T does not in Unparse()
236 inline bool ParseFlag(absl::string_view input, T* dst, std::string* error) { in ParseFlag() argument
237 return flags_internal::InvokeParseFlag(input, dst, error); in ParseFlag()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc_test.cc173 console.error('Attempted to exit with status ' + $0); in main()
174 console.error('But TEST_FINSIHED is not a function.'); in main()

Completed in 11 milliseconds

1...<<261262263264265266267268269270>>...707