/external/lzma/CPP/Common/ |
H A D | MyException.h | 10 HRESULT ErrorCode;
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {}
|
/external/curl/lib/ |
H A D | curl_sspi.h | 92 # 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 D | StreamUtils.h | 8 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 D | CWrappers.h | 13 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 D | SetProperties.h | 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
|
H A D | HashCalc.h | 54 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 D | IFileExtractCallback.h | 37 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 D | OpenArchive.h | 12 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 D | UpdateCallback.h | 15 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 D | EnumDirItems.h | 17 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) = 0;
20 HRESULT EnumerateItems(
|
H A D | WorkDir.h | 22 HRESULT CreateTempFile(const FString &originalPath);
23 HRESULT MoveToOriginal(bool deleteOriginal);
|
/external/webrtc/webrtc/base/ |
H A D | win32regkey.h | 45 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 D | winfirewall.h | 16 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 D | SkIStream.h | 37 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 D | SkAutoCoInitialize.h | 21 HRESULT fHR;
|
/external/lzma/CPP/7zip/UI/Console/ |
H A D | OpenCallbackConsole.cpp | 10 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 D | BenchCon.h | 11 HRESULT BenchCon(DECL_EXTERNAL_CODECS_LOC_VARS
|
H A D | UpdateCallbackConsole.cpp | 30 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 D | ExtractCallbackConsole.h | 45 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 D | BenchCon.cpp | 16 HRESULT CheckBreak();
29 HRESULT CPrintBenchCallback::CheckBreak()
34 HRESULT BenchCon(DECL_EXTERNAL_CODECS_LOC_VARS
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractEngine.h | 8 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
|
/external/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zFolderOutStream.h | 33 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 D | dxgi.idl | 137 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 D | HashGUI.h | 8 HRESULT HashCalcGUI(
|
/external/skia/include/device/xps/ |
H A D | SkXPSDevice.h | 152 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...] |