/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 141 /// // return empty string on success, or error string 153 // StringRef on success or an error string if string is malformed: 172 /// // return empty string on success, or error string 184 // StringRef on success or an error string if string is malformed: 206 /// // return empty string on success, or error string 221 // StringRef on success or an error string if string is malformed: 479 // has_FlowTraits<int> will cause an error with some compilers because 1391 // alternative error reporting. in needsQuotes() 1402 // Check if there was an syntax or semantic error during parsing. in needsQuotes() 1403 std::error_code error(); in needsQuotes() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucase.cpp | 757 # error Unknown charset family! in ucase_getCaseLocale()
|
H A D | ucnv_io.cpp | 381 # error U_CHARSET_FAMILY is not valid 881 /* else this shouldn't happen. internal program error */ in ucnv_io_countAliases() 906 /* else this shouldn't happen. internal program error */ in ucnv_io_getAliases() 931 /* else this shouldn't happen. internal program error */ in ucnv_io_getAlias()
|
/third_party/python/Lib/test/ |
H A D | test_copy.py | 21 self.assertIs(copy.Error, copy.error)
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_containers.cc | 65 #error "Python 3.0 - 3.2 are not supported." 169 // On error, returns false with an exception set. 332 // Returns 1 if equal, 0 if unequal, -1 on error. 363 if (cmp != 1) // error or not equal in DescriptorSequence_Equal() 376 // Returns 1 if equal, 0 if unequal, -1 on error. 412 if (cmp != 1) // error or not equal in DescriptorMapping_Equal()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface_unittest.cc | 257 GeneratorContext* context, std::string* error) const { in Generate() 328 // with error code 127 and no explanation message. Presumably the in RunWithArgs() 1362 // Test that --disallow_services produces an error when there are services. in TEST_F() 2005 // Test that we get an error if no inputs are given. in TEST_F() 2037 // MockCodeGenerator no longer detects an error because we actually write to in TEST_F() 2040 // ExpectErrorSubstring("MockCodeGenerator detected write error."); in TEST_F() 2129 // Test a generator plugin that returns an error. in TEST_F() 2143 // Test a generator plugin that exits with an error code. in TEST_F() 2220 CreateTempFile("error.proto", in TEST_F() 2226 "--proto_path=$tmpdir error in TEST_F() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | map.h | 60 #error "You cannot SWIG proto headers"
|
H A D | map_type_handler.h | 40 #error "You cannot SWIG proto headers"
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | require.rs | 2 use clap::{arg, error::ErrorKind, Arg, ArgAction, ArgGroup, Command}; 4 #[cfg(feature = "error-context")] 84 #[cfg(feature = "error-context")] 87 error: the following required arguments were not provided: in positional_required_with_requires() 105 #[cfg(feature = "error-context")] 108 error: the following required arguments were not provided: in positional_required_with_requires_if_no_value() 125 #[cfg(feature = "error-context")] 128 error: the following required arguments were not provided: in positional_required_with_requires_if_value() 513 #[cfg(feature = "error-context")] 516 error in missing_required_output() [all...] |
H A D | multiple_values.rs | 1 use clap::{error::ErrorKind, Arg, ArgAction, Command}; 1082 // This tests a programmer error and will only succeed with debug_assertions 1102 // This tests a programmer error and will only succeed with debug_assertions 1126 // This tests a programmer error and will only succeed with debug_assertions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | symm.rs | 56 use crate::error::ErrorStack;
|
H A D | bn.rs | 13 //! use openssl::error::ErrorStack; 34 use crate::error::ErrorStack; 142 /// # use openssl::error::ErrorStack; 237 /// When clearing a bit outside of `self`, an error is returned. 253 /// An error occurs if `self` is already shorter than `n` bits. 376 /// use openssl::error::ErrorStack; 431 /// use openssl::error::ErrorStack; 760 /// Returns `true` if `self` is prime with an error probability of less than `0.25 ^ checks`. 784 /// Returns `true` if `self` is prime with an error probability of less than `0.25 ^ checks`. 832 /// If `pad_to` is less than `self.num_bytes()` then an error i [all...] |
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_annotations.rs | 2410 // TODO test error output in test_partially_untagged_internally_tagged_enum() 2442 // TODO test error output in test_partially_untagged_adjacently_tagged_enum() 2781 // Check that #[serde(expecting = "...")] doesn't affect variant identifier error message in test_expecting_message_externally_tagged_enum() 2802 // Check that #[serde(expecting = "...")] doesn't affect variant identifier error message in test_expecting_message_internally_tagged_enum() 2828 // Check that #[serde(expecting = "...")] doesn't affect variant identifier error message in test_expecting_message_adjacently_tagged_enum()
|
/third_party/rust/crates/regex/src/ |
H A D | exec.rs | 16 use crate::error::Error;
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.hpp | 801 void setError (deUint32 error);
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 194 goto error; in r600_pipe_shader_create() 232 goto error; in r600_pipe_shader_create() 281 goto error; in r600_pipe_shader_create() 295 goto error; in r600_pipe_shader_create() 310 goto error; in r600_pipe_shader_create() 314 goto error; in r600_pipe_shader_create() 319 goto error; in r600_pipe_shader_create() 369 goto error; in r600_pipe_shader_create() 383 error: in r600_pipe_shader_create() 5867 * 1. tmp0.x = rcp (src2) = 2^32/src2 + e, where e is rounding error in tgsi_divmod() [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 578 - 2017/08/20 (1.51) - added PushStyleColor(ImGuiCol idx, ImU32 col) overload, which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix. 1036 CircleTessellationMaxError = 0.30f; // Maximum error (in pixels) allowed when using AddCircle()/AddCircleFilled() or drawing rounded corner rectangles with no explicit segment count specified. Decrease for higher quality but more geometry. in ImGuiStyle() 1651 // We handle UTF-8 decoding error by skipping forward. 1680 // Accumulate the various error conditions. in ImTextCharFromUtf8() 7236 bool error = false; in DebugCheckVersionAndDataLayout() local 7237 if (strcmp(version, IMGUI_VERSION) != 0) { error = true; IM_ASSERT(strcmp(version, IMGUI_VERSION) == 0 && "Mismatched version string!"); } in DebugCheckVersionAndDataLayout() 7238 if (sz_io != sizeof(ImGuiIO)) { error = true; IM_ASSERT(sz_io == sizeof(ImGuiIO) && "Mismatched struct layout!"); } in DebugCheckVersionAndDataLayout() 7239 if (sz_style != sizeof(ImGuiStyle)) { error = true; IM_ASSERT(sz_style == sizeof(ImGuiStyle) && "Mismatched struct layout!"); } in DebugCheckVersionAndDataLayout() 7240 if (sz_vec2 != sizeof(ImVec2)) { error = true; IM_ASSERT(sz_vec2 == sizeof(ImVec2) && "Mismatched struct layout!"); } in DebugCheckVersionAndDataLayout() 7241 if (sz_vec4 != sizeof(ImVec4)) { error in DebugCheckVersionAndDataLayout() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 80 constexpr char NTC_ERROR[] = "create error"; 87 constexpr char WEB_ERROR_CODE_CREATEFAIL[] = "error-web-delegate-000001"; 1222 // assign error code in AddJavascriptInterface() 4912 std::shared_ptr<OHOS::NWeb::NWebUrlResourceError> error) in OnErrorReceive() 4916 [weak = WeakClaim(this), request, error]() { in OnErrorReceive() 4926 AceType::MakeRefPtr<WebError>(error->ErrorInfo(), error->ErrorCode()))); in OnErrorReceive() 5109 std::string(R"("error",{"url":)").append((paramUrl + paramErrorCode + paramDesc).append("},null")); in OnPageError() 4911 OnErrorReceive(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request, std::shared_ptr<OHOS::NWeb::NWebUrlResourceError> error) OnErrorReceive() argument
|
/third_party/eudev/ |
H A D | ltmain.sh | 454 # treat the next displayed warning as a fatal error. 777 # Echo program name prefixed message to standard error. 784 func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 790 # Echo program name prefixed message to standard error, and exit. 871 # mkdir can fail with a 'File exist' error if two processes 1343 # Echo program name prefixed warning message to standard error. 1356 # Echo program name prefixed warning message to standard error. Warning 1514 'error' warnings are treated as fatal errors" 1767 *error) 1852 # Echo program name prefixed message to standard error, followe [all...] |
/third_party/curl/ |
H A D | ltmain.sh | 497 # treat the next displayed warning as a fatal error. 808 # Echo program name prefixed message to standard error. 815 func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 821 # Echo program name prefixed message to standard error, and exit. 902 # mkdir can fail with a 'File exist' error if two processes 1445 # Echo program name prefixed warning message to standard error. 1458 # Echo program name prefixed warning message to standard error. Warning 1612 'error' warnings are treated as fatal errors" 1927 *error) 2019 # Echo program name prefixed message to standard error, followe [all...] |
/third_party/mbedtls/library/ |
H A D | psa_crypto.c | 61 #include "mbedtls/error.h" 67 #include "mbedtls/error.h" 262 /* Since this error case is an internal error, it's more serious than \ 263 * any existing error code and so it's fine to overwrite the existing \ 334 /* Mbed TLS error codes can combine a high-level error code and a in mbedtls_to_psa_error() 335 * low-level error code. The low-level error usually reflects the in mbedtls_to_psa_error() 407 /* Only check CTR_DRBG error code in mbedtls_to_psa_error() [all...] |
/third_party/lame/ |
H A D | ltmain.sh | 454 # treat the next displayed warning as a fatal error. 777 # Echo program name prefixed message to standard error. 784 func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 790 # Echo program name prefixed message to standard error, and exit. 871 # mkdir can fail with a 'File exist' error if two processes 1296 # Echo program name prefixed warning message to standard error. 1309 # Echo program name prefixed warning message to standard error. Warning 1467 'error' warnings are treated as fatal errors" 1720 *error) 1805 # Echo program name prefixed message to standard error, followe [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 6 #error This header should only be included if WebAssembly is enabled. 133 // Decoder error with explicit PC and format arguments. 147 // Decoder error with explicit PC and no format arguments. 155 decoder->error(pc, str); in DecodeError() 159 // Decoder error without explicit PC, but with format arguments. 172 // Decoder error without explicit PC and without format arguments. 180 decoder->error(str); in DecodeError() 256 // Registers an error for an invalid type only if {validate} is not 2282 TRACE("wasm-error module+%-6d func+%d: %s\n\n", this->error_.offset(), in TraceFailed() 2286 TRACE("wasm-error in TraceFailed() [all...] |
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 497 # treat the next displayed warning as a fatal error. 808 # Echo program name prefixed message to standard error. 815 func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 821 # Echo program name prefixed message to standard error, and exit. 902 # mkdir can fail with a 'File exist' error if two processes 1445 # Echo program name prefixed warning message to standard error. 1458 # Echo program name prefixed warning message to standard error. Warning 1612 'error' warnings are treated as fatal errors" 1927 *error) 2019 # Echo program name prefixed message to standard error, followe [all...] |