/third_party/pulseaudio/src/pulsecore/ |
H A D | ohos_socket-server.c | 75 #include <pulsecore/core-error.h> 262 pa_log_warn("Failed to set DACL for socket: failed to apply DACL: error %lu.", GetLastError()); in pa_socket_server_new_unix() 266 pa_log_warn("Failed to set DACL for socket: failed to get security descriptor DACL: error %lu.", GetLastError()); in pa_socket_server_new_unix() 269 pa_log_warn("Failed to set DACL for socket: failed to parse security descriptor: error %lu.", GetLastError()); in pa_socket_server_new_unix()
|
H A D | socket-server.c | 75 #include <pulsecore/core-error.h> 243 pa_log_warn("Failed to set DACL for socket: failed to apply DACL: error %lu.", GetLastError()); in pa_socket_server_new_unix() 247 pa_log_warn("Failed to set DACL for socket: failed to get security descriptor DACL: error %lu.", GetLastError()); in pa_socket_server_new_unix() 250 pa_log_warn("Failed to set DACL for socket: failed to parse security descriptor: error %lu.", GetLastError()); in pa_socket_server_new_unix()
|
H A D | protocol-simple.c | 37 #include <pulsecore/core-error.h>
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl.h | 80 /// return a parsed value of type T, unless there was an parse error. 81 /// In the case of a parse error the called method will have called 98 /// Constructor for parse error. 122 /// Zero-initialized when there was a parse error. 126 /// True if there was a error parsing. 132 /// grammar and then hit a parse error. 135 /// In the case of a parse error the called method will have called 148 /// Constructor for parse error state. 193 /// Zero-initialized when there was a parse error. 197 /// True if there was a error parsin 329 std::string error() const { error() function in tint::reader::wgsl::ParserImpl [all...] |
/third_party/toybox/toys/pending/ |
H A D | strace.c | 63 #error unsupported architecture
|
/third_party/tzdata/ |
H A D | Makefile | 156 # "right" time than unsmeared POSIX time is (e.g., 0.5 vs 1.0 s max error). 310 -fsanitize-undefined-trap-on-error -fstack-protector 800 # top-level 'make' does not have a syntax error.
|
/third_party/python/Objects/stringlib/ |
H A D | fastsearch.h | 34 #error "LONG_BIT is smaller than 32"
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.cc | 49 #error "Python 3.0 - 3.2 are not supported." 80 // when an error collector is not passed in. 145 // Should never happen -- would indicate an internal error / bug. in PyDescriptorPool_NewWithUnderlay() 168 // Should never happen -- would indicate an internal error / bug. in PyDescriptorPool_NewWithDatabase()
|
H A D | repeated_scalar_container.cc | 51 #error "Python 3.0 - 3.2 are not supported."
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena.h | 61 #error "You cannot SWIG proto headers" 289 // compilation error will occur.
|
H A D | reflection.h | 42 #error "You cannot SWIG proto headers"
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel-sink-new.c | 32 #include <pulse/error.h>
|
H A D | module-tunnel-source-new.c | 32 #include <pulse/error.h>
|
H A D | module-udev-detect.c | 33 #include <pulsecore/core-error.h>
|
H A D | module-card-restore.c | 36 #include <pulsecore/core-error.h>
|
/third_party/python/Lib/distutils/ |
H A D | msvc9compiler.py | 31 RegError = winreg.error 647 # implies a build environment error that shouldn't go undetected.
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | json_util_test.cc | 430 // error in TEST_F() 443 // error in TEST_F() 636 util::error::INVALID_ARGUMENT); in TEST_F()
|
/third_party/rust/crates/nom/src/combinator/ |
H A D | mod.rs | 8 use crate::error::{ErrorKind, FromExternalError, ParseError}; 25 /// # use nom::error::ErrorKind; 42 /// # use nom::error::ErrorKind; 59 /// use nom::{Err,error::ErrorKind, IResult,Parser}; 87 /// # use nom::{Err,error::ErrorKind, IResult}; 125 /// # use nom::{Err,error::ErrorKind, IResult}; 163 /// # use nom::{Err,error::ErrorKind, IResult}; 194 /// # use nom::{Err,error::ErrorKind, IResult}; 223 /// To chain an error up, see [`cut`]. 226 /// # use nom::{Err,error [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 25 use crate::error::ErrorStack; 131 /// # fn main() -> Result<(), Box<dyn std::error::Error>> { 826 /// # fn main() -> Result<(), Box<dyn std::error::Error>> { 916 /// # fn main() -> Result<(), Box<dyn std::error::Error>> {
|
H A D | sign.rs | 77 use crate::error::ErrorStack; 586 ErrorStack::get(); // discard error stack in verify()
|
H A D | cipher_ctx.rs | 54 use crate::error::ErrorStack;
|
/third_party/rust/crates/nom/src/ |
H A D | traits.rs | 2 use crate::error::{ErrorKind, ParseError}; 704 /// Indicates whether a comparison was successful, an error, or 1278 /// Transform to another error type 1294 use crate::error; 1295 impl<I> ErrorConvert<error::Error<I>> for error::Error<(I, usize)> { 1296 fn convert(self) -> error::Error<I> { in convert() 1297 error::Error { in convert() 1304 impl<I> ErrorConvert<error::Error<(I, usize)>> for error [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 635 bool compare16BitFloat (deFloat16 original, deFloat16 returned, std::string& error);
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglNegativePartialUpdateTests.cpp | 66 void expectError (eglw::EGLenum error); 213 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid error"); in expectError() 474 tcu::ScopedLogSection(log, "Test6", "If pass (null, 0) to setDamageRegion(), no error"); in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.h | 217 #error Could not determine CPU byte order
|