Searched defs:ErrorCode (Results 1 - 25 of 42) sorted by relevance

12

/external/giflib/
H A Dgif_err.c16 GifErrorString(int ErrorCode) argument
20 switch (ErrorCode) {
/external/lzma/CPP/Common/
H A DMyException.h10 HRESULT ErrorCode; member in struct:CSystemException
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {}
/external/icu4c/common/
H A Derrorcode.cpp22 ErrorCode::~ErrorCode() {}
24 UErrorCode ErrorCode::reset() {
30 void ErrorCode::assertSuccess() const {
36 const char* ErrorCode::errorName() const {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Derrorcode.h22 * \brief C++ API: ErrorCode class intended to make it easier to use
50 * The ErrorCode base class destructor does nothing.
58 * class IcuErrorCode: public icu::ErrorCode {
79 class U_COMMON_API ErrorCode: public UMemory { class in inherits:UMemory
85 ErrorCode() : errorCode(U_ZERO_ERROR) {} function in class:ErrorCode
87 virtual ~ErrorCode() {}
/external/chromium/chrome/browser/ui/cocoa/applescript/
H A Derror_applescript.h12 enum ErrorCode { enum in namespace:AppleScript
38 void SetError(ErrorCode errorCode);
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
H A Derror_applescript.h12 enum ErrorCode { enum in namespace:AppleScript
38 void SetError(ErrorCode errorCode);
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.h39 enum ErrorCode { enum in struct:JtlCompiler::CompileError
52 ErrorCode error_code)
57 ErrorCode error_code;
/external/chromium_org/remoting/protocol/
H A Derrors.h14 enum ErrorCode { enum in namespace:remoting::protocol
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.cc10 ErrorCode::ErrorCode(int err) { function in class:sandbox::ErrorCode
21 SANDBOX_DIE("Invalid use of ErrorCode object");
25 ErrorCode::ErrorCode(Trap::TrapFnc fnc, const void* aux, bool safe, uint16_t id) function in class:sandbox::ErrorCode
32 ErrorCode::ErrorCode(int argno, function in class:sandbox::ErrorCode
36 const ErrorCode* passed,
37 const ErrorCode* failed)
51 bool ErrorCode
[all...]
H A Derrorcode.h17 // We can either wrap a symbolic ErrorCode (i.e. ERR_XXX enum values), an
21 // that is using the ErrorCode class typically operates on a single 32bit
23 class ErrorCode { class in namespace:sandbox
110 // We allow the default constructor, as it makes the ErrorCode class
111 // much easier to use. But if we ever encounter an invalid ErrorCode
115 ErrorCode() : error_type_(ET_INVALID), err_(SECCOMP_RET_INVALID) {} function in class:sandbox::ErrorCode
116 explicit ErrorCode(int err);
126 ~ErrorCode() {}
128 bool Equals(const ErrorCode& err) const;
129 bool LessThan(const ErrorCode
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationError.h38 enum ErrorCode { enum in class:WebCore::GeolocationError
43 static PassRefPtr<GeolocationError> create(ErrorCode code, const String& message) { return adoptRef(new GeolocationError(code, message)); }
45 ErrorCode code() const { return m_code; }
49 GeolocationError(ErrorCode code, const String& message)
55 ErrorCode m_code;
H A DPositionError.h38 enum ErrorCode { enum in class:WebCore::PositionError
44 static PassRefPtr<PositionError> create(ErrorCode code, const String& message) { return adoptRef(new PositionError(code, message)); }
46 ErrorCode code() const { return m_code; }
52 PositionError(ErrorCode code, const String& message)
60 ErrorCode m_code;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSpeechRecognizerClient.h40 enum ErrorCode { enum in class:blink::WebSpeechRecognizerClient
83 virtual void didReceiveError(const WebSpeechRecognitionHandle&, const WebString& message, ErrorCode) = 0;
/external/icu4c/common/unicode/
H A Derrorcode.h22 * \brief C++ API: ErrorCode class intended to make it easier to use
50 * The ErrorCode base class destructor does nothing.
58 * class IcuErrorCode: public icu::ErrorCode {
79 class U_COMMON_API ErrorCode: public UMemory { class in inherits:UMemory
85 ErrorCode() : errorCode(U_ZERO_ERROR) {} function in class:ErrorCode
87 virtual ~ErrorCode();
/external/chromium_org/content/public/common/
H A Dgeoposition.h23 enum ErrorCode { enum in struct:content::Geoposition
59 ErrorCode error_code;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionError.h44 enum ErrorCode { enum in class:WebCore::SpeechRecognitionError
58 static PassRefPtr<SpeechRecognitionError> create(ErrorCode, const String&);
/external/chromium_org/third_party/angle/src/compiler/
H A DDetectCallDepth.h21 enum ErrorCode { enum in class:DetectCallDepth
35 ErrorCode detectCallDepth();
65 ErrorCode detectCallDepthForFunction(FunctionNode* func);
/external/chromium/chrome/browser/policy/
H A Ddevice_management_backend.h25 enum ErrorCode { enum in class:policy::DeviceManagementBackend
53 virtual void OnError(ErrorCode code) = 0;
67 virtual void OnError(ErrorCode code) = 0;
82 virtual void OnError(ErrorCode code) = 0;
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h127 enum ErrorCode { enum in class:clang::GlobalModuleIndex
146 static std::pair<GlobalModuleIndex *, ErrorCode>
194 static ErrorCode writeIndex(FileManager &FileMgr, StringRef Path);
/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp13 CXCompilationDatabase_Error *ErrorCode)
26 if (ErrorCode)
27 *ErrorCode = Err;
12 clang_CompilationDatabase_fromDirectory(const char *BuildDir, CXCompilationDatabase_Error *ErrorCode) argument
/external/lzma/CPP/7zip/Common/
H A DInBuffer.h32 HRESULT ErrorCode; member in class:CInBuffer
H A DOutBuffer.h33 HRESULT ErrorCode; member in class:COutBuffer
/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dlocally_managed_user_creation_controller.h42 enum ErrorCode { enum in class:chromeos::LocallyManagedUserCreationController
55 virtual void OnCreationError(ErrorCode code) = 0;
/external/chromium_org/chrome/browser/value_store/
H A Dvalue_store.h19 enum ErrorCode { enum in class:ValueStore
42 // Bundles an ErrorCode with further metadata.
44 Error(ErrorCode code,
49 static scoped_ptr<Error> Create(ErrorCode code,
56 const ErrorCode code;
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc37 enum ErrorCode { enum in namespace:__anon7074::errors
51 const wchar_t* GetErrorMessage(ErrorCode error_code) {
62 errors::ErrorCode error_code,

Completed in 674 milliseconds

12