Home
last modified time | relevance | path

Searched defs:ErrorCode (Results 1 – 25 of 30) sorted by relevance

12

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Derror.rs13 pub struct ErrorCode(c_int); struct
15 impl ErrorCode { implementation
41 pub fn from_raw(raw: c_int) -> ErrorCode { in from_raw()
65 pub fn code(&self) -> ErrorCode { in code()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_zlib.js20 export const ErrorCode = { variable
44 ErrorCode, property
Dohos_ability_errorCode.js15 export const ErrorCode = { variable
Dohos_ability_featureAbility.js140 ErrorCode, property
160 export const ErrorCode = { variable
Dohos_ability_particleAbility.js91 ErrorCode : { property
/third_party/cef/include/
Dcef_urlrequest.h60 typedef cef_errorcode_t ErrorCode; typedef
Dcef_load_handler.h53 typedef cef_errorcode_t ErrorCode; typedef
/third_party/lzma/CPP/Common/
DMyException.h10 HRESULT ErrorCode; member
/third_party/icu/icu4c/source/common/unicode/
Derrorcode.h90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Derrorcode.h90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
/third_party/node/deps/icu-small/source/common/unicode/
Derrorcode.h90 ErrorCode() : errorCode(U_ZERO_ERROR) {} in ErrorCode() function
/third_party/nghttp2/src/
Dshrpx_error.h33 enum ErrorCode { enum
/third_party/skia/tools/mdbviz/
DModel.h17 enum class ErrorCode { enum
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_exceptions.h72 dng_error_code ErrorCode () const in ErrorCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLockFileManager.h58 std::error_code ErrorCode; variable
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtilDarwin.cpp101 int ErrorCode = 0, ProcessStatus = 0; in ExecuteCommand() local
/third_party/skia/src/xml/
DSkXMLParser.h22 enum ErrorCode { enum
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dtarget.h73 enum class ErrorCode { None = 0, BadFormat = 1, BadArgs = 2, Failed = 3 }; enum
/third_party/vk-gl-cts/scripts/android/
Dinstall_apk.py96 class ErrorCode: class
/third_party/lzma/CPP/Windows/
DFileIO.h70 DWORD ErrorCode; member
/third_party/skia/src/gpu/
DGrDrawOpAtlas.h281 enum class ErrorCode { enum
/third_party/cups-filters/filter/
Drastertopdf.cpp126 static int lcmsErrorHandler(int ErrorCode, const char *ErrorText) in lcmsErrorHandler()
132 static void lcmsErrorHandler(cmsContext contextId, cmsUInt32Number ErrorCode, in lcmsErrorHandler()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dgl_enum_utils_autogen.h65 ErrorCode, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp909 std::string ErrorCode = in emitModuleMetadata() local
946 std::string ErrorCode = in getExplicitSectionGlobal() local
/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h284 HRESULT ErrorCode; member

12