Searched refs:HRESULT (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/lzma/CPP/Common/
H A DMyException.h10 HRESULT ErrorCode;
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {}
/external/curl/lib/
H A Dcurl_sspi.h92 # define SEC_E_INSUFFICIENT_MEMORY ((HRESULT)0x80090300L)
95 # define SEC_E_INVALID_HANDLE ((HRESULT)0x80090301L)
98 # define SEC_E_UNSUPPORTED_FUNCTION ((HRESULT)0x80090302L)
101 # define SEC_E_TARGET_UNKNOWN ((HRESULT)0x80090303L)
104 # define SEC_E_INTERNAL_ERROR ((HRESULT)0x80090304L)
107 # define SEC_E_SECPKG_NOT_FOUND ((HRESULT)0x80090305L)
110 # define SEC_E_NOT_OWNER ((HRESULT)0x80090306L)
113 # define SEC_E_CANNOT_INSTALL ((HRESULT)0x80090307L)
116 # define SEC_E_INVALID_TOKEN ((HRESULT)0x80090308L)
119 # define SEC_E_CANNOT_PACK ((HRESULT)
[all...]
/external/lzma/CPP/7zip/Common/
H A DStreamUtils.h8 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *size) throw();
9 HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size) throw();
10 HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size) throw();
11 HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size_t size) throw();
H A DCWrappers.h13 HRESULT Res;
22 HRESULT Res;
32 HRESULT Res;
41 HRESULT Res;
47 HRESULT SResToHRESULT(SRes res) throw();
59 HRESULT Res;
91 HRESULT Res;
105 HRESULT Flush() throw();
/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.h8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
H A DHashCalc.h54 HRESULT SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &methods);
68 virtual HRESULT StartScanning() x; \
69 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) x; \
70 virtual HRESULT CanNotFindError(const wchar_t *name, DWORD systemError) x; \
71 virtual HRESULT FinishScanning() x; \
72 virtual HRESULT SetNumFiles(UInt64 numFiles) x; \
73 virtual HRESULT SetTotal(UInt64 size) x; \
74 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
75 virtual HRESULT CheckBreak() x; \
76 virtual HRESULT BeforeFirstFil
[all...]
H A DIFileExtractCallback.h37 virtual HRESULT BeforeOpen(const wchar_t *name) = 0;
38 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted) = 0;
39 virtual HRESULT SetError(int level, const wchar_t *name,
42 virtual HRESULT ThereAreNoFiles() = 0;
43 virtual HRESULT ExtractResult(HRESULT result) = 0;
44 virtual HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType) = 0;
47 virtual HRESULT SetPassword(const UString &password) = 0;
H A DOpenArchive.h12 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw();
13 HRESULT Archive_IsItem_Folder(IInArchive *arc, UInt32 index, bool &result) throw();
14 HRESULT Archive_IsItem_Aux(IInArchive *arc, UInt32 index, bool &result) throw();
15 HRESULT Archive_IsItem_AltStream(IInArchive *arc, UInt32 index, bool &result) throw();
16 HRESULT Archive_IsItem_Deleted(IInArchive *arc, UInt32 index, bool &deleted) throw();
217 HRESULT PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive);
218 HRESULT CheckZerosTail(const COpenOptions &op, UInt64 offset);
219 HRESULT OpenStream2(const COpenOptions &options);
279 HRESULT ReadBasicProps(IInArchive *archive, UInt64 startPos, HRESULT openRe
[all...]
H A DUpdateCallback.h15 virtual HRESULT SetTotal(UInt64 size) x; \
16 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
17 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \
18 virtual HRESULT CheckBreak() x; \
19 virtual HRESULT Finilize() x; \
20 virtual HRESULT SetNumFiles(UInt64 numFiles) x; \
21 virtual HRESULT GetStream(const wchar_t *name, bool isAnti) x; \
22 virtual HRESULT OpenFileError(const wchar_t *name, DWORD systemError) x; \
23 virtual HRESULT SetOperationResult(Int32 operationResult) x; \
24 virtual HRESULT CryptoGetTextPassword
[all...]
H A DEnumDirItems.h17 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) = 0;
20 HRESULT EnumerateItems(
H A DWorkDir.h22 HRESULT CreateTempFile(const FString &originalPath);
23 HRESULT MoveToOriginal(bool deleteOriginal);
/external/webrtc/webrtc/base/
H A Dwin32regkey.h45 HRESULT Create(HKEY parent_key, const wchar_t* key_name);
47 HRESULT Create(HKEY parent_key,
56 HRESULT Open(HKEY parent_key, const wchar_t* key_name);
58 HRESULT Open(HKEY parent_key, const wchar_t* key_name, REGSAM sam_desired);
61 HRESULT Close();
77 HRESULT GetValueNameAt(int index, std::wstring* value_name, DWORD* type);
91 HRESULT GetSubkeyNameAt(int index, std::wstring* key_name);
96 HRESULT SetValue(const wchar_t* value_name, DWORD value) const;
99 HRESULT SetValue(const wchar_t* value_name, DWORD64 value) const;
102 HRESULT SetValu
[all...]
H A Dwinfirewall.h16 typedef long HRESULT; // Can't forward declare typedef, but don't need all win typedef
34 bool Initialize(HRESULT* result);
42 bool authorized, HRESULT* result);
44 bool authorized, HRESULT* result);
/external/skia/include/utils/win/
H A DSkIStream.h37 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid
44 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
46 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
52 virtual HRESULT STDMETHODCALLTYPE SetSize(ULARGE_INTEGER);
54 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*
59 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
61 virtual HRESULT STDMETHODCALLTYPE Revert(void);
63 virtual HRESULT STDMETHODCALLTYPE LockRegion(ULARGE_INTEGER
67 virtual HRESULT STDMETHODCALLTYPE UnlockRegion(ULARGE_INTEGER
71 virtual HRESULT STDMETHODCALLTYP
[all...]
H A DSkAutoCoInitialize.h21 HRESULT fHR;
/external/lzma/CPP/7zip/UI/Console/
H A DOpenCallbackConsole.cpp10 HRESULT COpenCallbackConsole::Open_CheckBreak()
17 HRESULT COpenCallbackConsole::Open_SetTotal(const UInt64 *, const UInt64 *)
22 HRESULT COpenCallbackConsole::Open_SetCompleted(const UInt64 *, const UInt64 *)
29 HRESULT COpenCallbackConsole::Open_CryptoGetTextPassword(BSTR *password)
41 HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password)
H A DBenchCon.h11 HRESULT BenchCon(DECL_EXTERNAL_CODECS_LOC_VARS
H A DUpdateCallbackConsole.cpp30 HRESULT CUpdateCallbackConsole::OpenResult(const wchar_t *name, HRESULT result, const wchar_t *errorArcType)
45 HRESULT CUpdateCallbackConsole::StartScanning()
51 HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UInt64 /* numFiles */, UInt64 /* totalSize */, const wchar_t * /* path */, bool /* isDir */)
56 HRESULT CCallbackConsoleBase::CanNotFindError_Base(const wchar_t *name, DWORD systemError)
74 HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWORD systemError)
79 HRESULT CUpdateCallbackConsole::FinishScanning()
85 HRESULT CUpdateCallbackConsole::StartArchive(const wchar_t *name, bool updating)
99 HRESULT CUpdateCallbackConsole::FinishArchive()
105 HRESULT CUpdateCallbackConsol
[all...]
H A DExtractCallbackConsole.h45 HRESULT BeforeOpen(const wchar_t *name);
46 HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted);
47 HRESULT SetError(int level, const wchar_t *name,
51 HRESULT ThereAreNoFiles();
52 HRESULT ExtractResult(HRESULT result);
53 HRESULT OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType);
57 HRESULT SetPassword(const UString &password);
H A DBenchCon.cpp16 HRESULT CheckBreak();
29 HRESULT CPrintBenchCallback::CheckBreak()
34 HRESULT BenchCon(DECL_EXTERNAL_CODECS_LOC_VARS
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.h8 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderOutStream.h33 HRESULT OpenFile();
34 HRESULT CloseFileAndSetResult(Int32 res);
35 HRESULT CloseFileAndSetResult();
36 HRESULT ProcessEmptyFiles();
45 HRESULT Init(
51 HRESULT FlushCorrupted(Int32 resultEOperationResult);
52 HRESULT WasWritingFinished() const
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Ddxgi.idl137 HRESULT SetPrivateData(
142 HRESULT SetPrivateDataInterface(
146 HRESULT GetPrivateData(
151 HRESULT GetParent(
164 HRESULT GetDevice(
177 HRESULT GetDesc(
180 HRESULT Map(
184 HRESULT Unmap(
195 HRESULT GetDesc(
198 HRESULT GetDisplayModeLis
[all...]
/external/lzma/CPP/7zip/UI/GUI/
H A DHashGUI.h8 HRESULT HashCalcGUI(
/external/skia/include/device/xps/
H A DSkXPSDevice.h152 friend static HRESULT subset_typeface(TypefaceUse* current);
176 HRESULT createId(wchar_t* buffer, size_t bufferSize, wchar_t sep = '-');
181 HRESULT initXpsDocumentWriter(IXpsOMImageResource* image);
183 HRESULT createXpsPage(
187 HRESULT createXpsThumbnail(
197 HRESULT createXpsBrush(
202 HRESULT createXpsSolidColorBrush(
206 HRESULT createXpsImageBrush(
213 HRESULT createXpsLinearGradient(
220 HRESULT createXpsRadialGradien
[all...]

Completed in 444 milliseconds

12345678910