/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 14 # error To use volk, you need to define VK_NO_PROTOTYPES before including vulkan.h
|
/third_party/openssl/test/ |
H A D | igetest.c | 27 # error BIG_TEST_SIZE is smaller than TEST_SIZE
|
/third_party/python/Lib/test/ |
H A D | test_pyexpat.py | 270 with self.assertRaises(expat.error) as cm:
|
/third_party/python/Include/internal/ |
H A D | pycore_ast.h | 10 # error "this header requires Py_BUILD_CORE define"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | raw_ostream.cpp | 630 // has_error() and clear the error flag with clear_error() before in ~raw_fd_ostream() 633 report_fatal_error("IO failure on output stream: " + error().message(), in ~raw_fd_ostream() 715 // If it's a recoverable error, swallow it and retry the write. in write_impl() 730 // Otherwise it's a non-recoverable error. Note it and quit. in write_impl() 880 /// errs() - This returns a reference to a raw_ostream for standard error. 883 // Set standard error to be unbuffered by default. in errs()
|
/third_party/toybox/generated/ |
H A D | globals.h | 506 int error; // Set if lexical error. member
|
/third_party/python/Modules/ |
H A D | getpath.c | 27 #error "PREFIX, EXEC_PREFIX, VERSION, VPATH and PLATLIBDIR macros must be defined" 809 Py_SetPath(). The only error should be due to failed memory allocation. 860 return PyStatus_Error("error reading frozen getpath.py"); in _PyConfig_InitPathConfig() 872 return PyStatus_Error("error importing winreg module"); in _PyConfig_InitPathConfig() 918 _PyErr_WriteUnraisableMsg("error evaluating initial values", NULL); in _PyConfig_InitPathConfig() 919 return PyStatus_Error("error evaluating initial values"); in _PyConfig_InitPathConfig() 927 _PyErr_WriteUnraisableMsg("error evaluating path", NULL); in _PyConfig_InitPathConfig() 928 return PyStatus_Error("error evaluating path"); in _PyConfig_InitPathConfig() 952 return PyStatus_Error("error getting getpath results"); in _PyConfig_InitPathConfig()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | backend-ofono.c | 30 #include <pulsecore/core-error.h> 125 /* Report error from write call */ in sco_transport_write()
|
/third_party/python/Lib/ |
H A D | pstats.py | 334 except re.error:
|
H A D | threading.py | 44 ThreadError = _thread.error 765 Useful in case of error. Any currently waiting threads and threads 773 # An internal error was detected. The barrier is set to 1099 thread as that would cause a deadlock. It is also an error to join() a
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-sink.c | 54 #include <pulsecore/core-error.h>
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_field.h | 54 #error "You cannot SWIG proto headers" 64 GOOGLE_LOG(FATAL) << "Protocol Buffer map usage error:\n" \ 91 GOOGLE_LOG(FATAL) << "Protocol Buffer map usage error:\n" in type() 691 GOOGLE_LOG(FATAL) << "Protocol Buffer map usage error:\n" in type()
|
H A D | map_entry_lite.h | 50 #error "You cannot SWIG proto headers"
|
H A D | message.h | 133 #error "You cannot SWIG proto headers" 263 // a nice error message. 269 // have already determined that an error exists by calling IsInitialized(). 764 // template matching error at compile time (e.g. GetRepeatedPtrField<File>).
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | charconv.cc | 35 #error ABSL_BIT_PACK_FLOATS cannot be directly set 220 // truncation error in Power10Mantissa(n). 325 // error code in *result is set. Otherwise, the calculated floating point 353 // If `input_exact` is false, then a nonzero error epsilon is assumed. For 355 // input value. The error may represent a single lost carry bit. 362 // strictly greater than one half (due to the error epsilon), and so ties are 401 // In inexact mode, the nonzero error means the actual value is greater in ShiftRightAndRound() 409 // Rounding direction is unclear, due to error. in ShiftRightAndRound() 554 // Discard bits that are inaccurate due to truncation error. The magic in CalculateFromParsedDecimal() 557 // in `wide_binary_mantissa` that are guaranteed to be unaffected by error in CalculateFromParsedDecimal() [all...] |
/third_party/rust/crates/nom/src/bytes/ |
H A D | tests.rs | 6 use crate::error::ErrorKind;
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | lib.rs | 169 use std::error::Error; 959 /// need to handle an error case, use
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkey_ctx.rs | 69 use crate::error::ErrorStack; 97 /// The digest, key and salt values must be set before a key is derived or an error occurs. 104 /// The digest, key and info values must be set before a key is derived or an error occurs. 212 /// Returns `Ok(true)` if the signature is valid, `Ok(false)` if the signature is invalid, and `Err` if an error
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 50 * -- The http error code generation is pretty bogus, hopefully no one cares. 370 wpa_printf(MSG_INFO, "WPS UPnP: Resolve error %d (%s) on: %s", in subscr_addr_add_url() 690 * Returns: %NULL on error, or pointer to new subscription structure. 936 #error MAC address fetch not implemented in get_netif_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 50 * -- The http error code generation is pretty bogus, hopefully no one cares. 383 wpa_printf(MSG_INFO, "WPS UPnP: Resolve error %d (%s) on: %s", in subscr_addr_add_url() 712 * Returns: %NULL on error, or pointer to new subscription structure. 972 #error MAC address fetch not implemented in get_netif_info()
|
/third_party/zlib/ |
H A D | configure | 14 # an error. 384 #error error 392 echo - using any output from compiler to indicate an error >> configure.log 431 echo "Compiler error reporting is too harsh for $0 (perhaps remove -Werror)." | tee -a configure.log
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | attrib.c | 273 ntfs_log_debug(ESTR ": unknown error\n"); in ntfs_get_attribute_value() 308 ntfs_log_debug(ESTR ": unknown error\n"); in ntfs_get_attribute_value() 403 * @name, and @name_len, then return it. Return NULL on error with 404 * errno set to the error code. 609 * Return 0 on success and -1 on error with errno set to the error code. 748 * Return 0 on success and -1 on error with errno set to the error code. 814 /* Only one extent or error, which we catch below. */ in ntfs_attr_map_whole_runlist() 875 * -4 = LCN_EINVAL Input parameter error [all...] |
/third_party/toybox/toys/pending/ |
H A D | awk.c | 50 int error; // Set if lexical error. 360 // Don't bump error count for warnings in zzerr() 426 if (newcap <= cap) error_exit("mem req error"); in zlist_expand() 541 // heap-use-after-free error when the zlist_append relocated the zvalue being 766 // FIXME TODO or check for error? feof() vs. ferror() in get_char() 847 // gawk accepts 12.E+ and 12.E- as 12; nawk & mawk say syntax error. in get_number() 856 TT.scs->error = 1; in get_number() 964 TT.scs->error = 3; in ascan_opt_div() 1023 TT.scs->error in ascan_opt_div() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageLoadStoreTests.cpp | 6872 /* Clean previous error */ in Setup() 7132 * @return GL_NO_ERROR if operation was successful, GL error code otherwise 7159 * @return GL_NO_ERROR if operation was successful, GL error code otherwise 7190 * @return GL_NO_ERROR if operation was successful, GL error code otherwise 7637 * @return GL_NO_ERROR if operation was successful, GL error code otherwise 7668 * @return GL_NO_ERROR if operation was successful, GL error code otherwise 7723 * @return GL_NO_ERROR if operation was successful, GL error code otherwise 8016 /* Clean previous error */ in Setup() 8351 * @return GL_NO_ERROR if operation was successful, GL error code otherwise 8432 * @return GL_NO_ERROR if operation was successful, GL error cod [all...] |
/third_party/glfw/src/ |
H A D | x11_init.c | 1079 // X error handler 1095 // Sets the X error handler callback 1104 // Clears the X error handler callback 1114 // Reports the specified error, appending information about the last X error 1116 void _glfwInputErrorX11(int error, const char* message) in _glfwInputErrorX11() argument 1122 _glfwInputError(error, "%s: %s", message, buffer); in _glfwInputErrorX11()
|