/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; }
|
H A D | topLevelAwait.1(module=es2022,target=es2017).js | 103 catch (e_1_1) { e_1 = { error: e_1_1 }; }
108 finally { if (e_1) throw e_1.error; }
|
H A D | topLevelAwait.1(module=esnext,target=es2015).js | 103 catch (e_1_1) { e_1 = { error: e_1_1 }; }
108 finally { if (e_1) throw e_1.error; }
|
H A D | topLevelAwait.1(module=esnext,target=es2017).js | 103 catch (e_1_1) { e_1 = { error: e_1_1 }; }
108 finally { if (e_1) throw e_1.error; }
|
H A D | topLevelAwait.1(module=system,target=es2015).js | 108 catch (e_1_1) { e_1 = { error: e_1_1 }; }
113 finally { if (e_1) throw e_1.error; }
|
H A D | topLevelAwait.1(module=system,target=es2017).js | 108 catch (e_1_1) { e_1 = { error: e_1_1 }; }
113 finally { if (e_1) throw e_1.error; }
|
H A D | blockScopedBindingsInDownlevelGenerator.js | 84 e_1 = { error: e_1_1 };
90 finally { if (e_1) throw e_1.error; }
|
H A D | APISample_Watch.js | 70 console.error("Error", diagnostic.code, ":", 132 console.error("Error", diagnostic.code, ":", ts.flattenDiagnosticMessageText(diagnostic.messageText, formatHost.getNewLine()));
|
/third_party/python/Mac/Tools/ |
H A D | plistlib_generate_testdata.py | 85 data, error = NSPropertyListSerialization.dataWithPropertyList_format_options_error_( 88 print("Cannot serialize", fmt_name, error)
|
/third_party/python/Objects/stringlib/ |
H A D | partition.h | 4 # 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 D | GPBStruct.pbobjc.h | 21 #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 D | GPBWrappers.pbobjc.h | 21 #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 D | dbus-util.h | 34 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 D | lib.rs | 108 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 D | marshalling.h | 87 // // `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 D | low_level_alloc_test.cc | 173 console.error('Attempted to exit with status ' + $0); in main() 174 console.error('But TEST_FINSIHED is not a function.'); in main()
|