| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| D | error.rs | 13 pub struct ErrorCode(c_int); struct 15 impl ErrorCode { impl 17 pub const ZERO_RETURN: ErrorCode = ErrorCode(ffi::SSL_ERROR_ZERO_RETURN); 22 pub const WANT_READ: ErrorCode = ErrorCode(ffi::SSL_ERROR_WANT_READ); 27 pub const WANT_WRITE: ErrorCode = ErrorCode(ffi::SSL_ERROR_WANT_WRITE); 30 pub const SYSCALL: ErrorCode = ErrorCode(ffi::SSL_ERROR_SYSCALL); 33 pub const SSL: ErrorCode = ErrorCode(ffi::SSL_ERROR_SSL); 39 pub const WANT_CLIENT_HELLO_CB: ErrorCode = ErrorCode(ffi::SSL_ERROR_WANT_CLIENT_HELLO_CB); 41 pub fn from_raw(raw: c_int) -> ErrorCode { in from_raw() argument 42 ErrorCode(raw) in from_raw() [all …]
|
| /third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
| D | target.cc | 206 ErrorCode err = ErrorCode::None; in ProcessPacket() 274 err = ErrorCode::BadFormat; in ProcessPacket() 280 err = ErrorCode::BadFormat; in ProcessPacket() 303 err = ErrorCode::BadFormat; in ProcessPacket() 310 err = ErrorCode::BadFormat; in ProcessPacket() 315 err = ErrorCode::BadArgs; in ProcessPacket() 327 err = ErrorCode::Failed; in ProcessPacket() 330 err = ErrorCode::BadArgs; in ProcessPacket() 340 err = ErrorCode::Failed; in ProcessPacket() 374 err = ErrorCode::BadFormat; in ProcessPacket() [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | errorcode.cpp | 24 ErrorCode::~ErrorCode() {} in ~ErrorCode() 26 UErrorCode ErrorCode::reset() { in reset() 32 void ErrorCode::assertSuccess() const { in assertSuccess() 38 const char* ErrorCode::errorName() const { in errorName()
|
| /third_party/icu/icu4c/source/common/ |
| D | errorcode.cpp | 24 ErrorCode::~ErrorCode() {} in ~ErrorCode() 26 UErrorCode ErrorCode::reset() { in reset() 32 void ErrorCode::assertSuccess() const { in assertSuccess() 38 const char* ErrorCode::errorName() const { in errorName()
|
| /third_party/node/deps/icu-small/source/common/ |
| D | errorcode.cpp | 24 ErrorCode::~ErrorCode() {} in ~ErrorCode() 26 UErrorCode ErrorCode::reset() { in reset() 32 void ErrorCode::assertSuccess() const { in assertSuccess() 38 const char* ErrorCode::errorName() const { in errorName()
|
| /third_party/lzma/CPP/7zip/Common/ |
| D | OutBuffer.cpp | 36 ErrorCode = S_OK; in Init() 55 result = ErrorCode; in FlushPart() 65 && (ErrorCode == S_OK) in FlushPart() 89 if (ErrorCode != S_OK) in Flush() 90 return ErrorCode; in Flush() 106 ErrorCode = result; in FlushWithCheck()
|
| D | InBuffer.cpp | 46 ErrorCode = S_OK; in Init() 54 if (ErrorCode != S_OK) in ReadBlock() 66 ErrorCode = result; in ReadBlock()
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerUtilDarwin.cpp | 101 int ErrorCode = 0, ProcessStatus = 0; in ExecuteCommand() local 103 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand() 106 if (!ErrorCode) { in ExecuteCommand() 116 } else if (ErrorCode == ENOMEM || ErrorCode == EAGAIN) { in ExecuteCommand()
|
| /third_party/skia/tools/mdbviz/ |
| D | Model.cpp | 27 Model::ErrorCode Model::load(const char* filename) { in load() 30 return ErrorCode::kCouldntOpenFile; in load() 34 return ErrorCode::kCouldntDecodeSKP; in load() 51 return ErrorCode::kOK; in load() 54 const char* Model::ErrorString(ErrorCode err) { in ErrorString()
|
| D | Model.h | 17 enum class ErrorCode { enum 26 static const char* ErrorString(ErrorCode); 31 ErrorCode load(const char* filename);
|
| /third_party/skia/src/xml/ |
| D | SkXMLParser.h | 22 enum ErrorCode { enum 34 ErrorCode getErrorCode() const { return fCode; } in getErrorCode() 41 void setCode(ErrorCode code) { fCode = code; } in setCode() 46 ErrorCode fCode;
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | errorcode.h | 84 class U_COMMON_API ErrorCode: public UMemory { 90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function 92 virtual ~ErrorCode();
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | errorcode.h | 84 class U_COMMON_API ErrorCode: public UMemory { 90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function 92 virtual ~ErrorCode();
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | errorcode.h | 84 class U_COMMON_API ErrorCode: public UMemory { 90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function 92 virtual ~ErrorCode();
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_ability_errorCode.js | 15 export const ErrorCode = { variable 22 return ErrorCode;
|
| D | ohos_zlib.js | 20 export const ErrorCode = { variable 44 ErrorCode, property
|
| /third_party/lzma/CPP/Common/ |
| D | MyException.h | 10 HRESULT ErrorCode; member 11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {} in CSystemException()
|
| /third_party/skia/src/gpu/ |
| D | GrDrawOpAtlas.cpp | 313 GrDrawOpAtlas::ErrorCode GrDrawOpAtlas::addToAtlas(GrResourceProvider* resourceProvider, in addToAtlas() 318 return ErrorCode::kError; in addToAtlas() 326 return ErrorCode::kSucceeded; in addToAtlas() 346 return ErrorCode::kError; in addToAtlas() 348 return ErrorCode::kSucceeded; in addToAtlas() 354 return ErrorCode::kError; in addToAtlas() 358 return ErrorCode::kSucceeded; in addToAtlas() 362 return ErrorCode::kError; in addToAtlas() 367 return ErrorCode::kError; in addToAtlas() 387 return ErrorCode::kTryAgain; in addToAtlas() [all …]
|
| /third_party/lzma/CPP/7zip/UI/Console/ |
| D | MainAr.cpp | 105 if (systemError.ErrorCode == E_OUTOFMEMORY) in main() 110 if (systemError.ErrorCode == E_ABORT) in main() 118 *g_ErrStream << NError::MyFormatMessage(systemError.ErrorCode) << endl; in main()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceDefs.h | 413 class ErrorCode : public std::error_code { 414 ErrorCode(const ErrorCode &) = delete; 415 ErrorCode &operator=(const ErrorCode &) = delete; 418 ErrorCode() = default;
|
| D | IceCompileServer.h | 54 virtual ErrorCode &getErrorCode() { return LastError; } in getErrorCode() 66 ErrorCode LastError;
|
| /third_party/cef/include/ |
| D | cef_load_handler.h | 53 typedef cef_errorcode_t ErrorCode; typedef 111 ErrorCode errorCode, in OnLoadError()
|
| D | cef_urlrequest.h | 60 typedef cef_errorcode_t ErrorCode; typedef 106 virtual ErrorCode GetRequestError() = 0;
|
| /third_party/node/tools/inspector_protocol/lib/ |
| D | DispatcherBase_cpp.template | 130 …ue_ptr<ProtocolError> createErrorResponse(int callId, DispatchResponse::ErrorCode code, const Stri… 140 …static std::unique_ptr<ProtocolError> createErrorNotification(DispatchResponse::ErrorCode code, co… 158 ProtocolError(DispatchResponse::ErrorCode code, const String& errorMessage) 177 DispatchResponse::ErrorCode m_code; 186 …ErrorTo(FrontendChannel* frontendChannel, int callId, DispatchResponse::ErrorCode code, const Stri… 192 static void reportProtocolErrorTo(FrontendChannel* frontendChannel, DispatchResponse::ErrorCode cod… 198 void DispatcherBase::reportProtocolError(int callId, DispatchResponse::ErrorCode code, const String…
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | LockFileManager.h | 58 std::error_code ErrorCode; variable 93 ErrorCode = EC;
|