Home
last modified time | relevance | path

Searched refs:ErrorCode (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Derror.rs13 pub struct ErrorCode(c_int); struct
15 impl ErrorCode { implementation
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/
Dtarget.cc206 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/
Derrorcode.cpp24 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/
Derrorcode.cpp24 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/
Derrorcode.cpp24 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/
DOutBuffer.cpp36 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()
DInBuffer.cpp46 ErrorCode = S_OK; in Init()
54 if (ErrorCode != S_OK) in ReadBlock()
66 ErrorCode = result; in ReadBlock()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilDarwin.cpp101 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/
DModel.cpp27 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()
DModel.h17 enum class ErrorCode { enum
26 static const char* ErrorString(ErrorCode);
31 ErrorCode load(const char* filename);
/third_party/skia/src/xml/
DSkXMLParser.h22 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/
Derrorcode.h84 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/
Derrorcode.h84 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/
Derrorcode.h84 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/
Dohos_ability_errorCode.js15 export const ErrorCode = { variable
22 return ErrorCode;
Dohos_zlib.js20 export const ErrorCode = { variable
44 ErrorCode, property
/third_party/lzma/CPP/Common/
DMyException.h10 HRESULT ErrorCode; member
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {} in CSystemException()
/third_party/skia/src/gpu/
DGrDrawOpAtlas.cpp313 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/
DMainAr.cpp105 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/
DIceDefs.h413 class ErrorCode : public std::error_code {
414 ErrorCode(const ErrorCode &) = delete;
415 ErrorCode &operator=(const ErrorCode &) = delete;
418 ErrorCode() = default;
DIceCompileServer.h54 virtual ErrorCode &getErrorCode() { return LastError; } in getErrorCode()
66 ErrorCode LastError;
/third_party/cef/include/
Dcef_load_handler.h53 typedef cef_errorcode_t ErrorCode; typedef
111 ErrorCode errorCode, in OnLoadError()
Dcef_urlrequest.h60 typedef cef_errorcode_t ErrorCode; typedef
106 virtual ErrorCode GetRequestError() = 0;
/third_party/node/tools/inspector_protocol/lib/
DDispatcherBase_cpp.template130 …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/
DLockFileManager.h58 std::error_code ErrorCode; variable
93 ErrorCode = EC;

123456