HomeSort by relevance Sort by last modified time
    Searched refs:HRESULT (Results 1 - 25 of 604) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/Common/
MyException.h 10 HRESULT ErrorCode;
11 CSystemException(HRESULT errorCode): ErrorCode(errorCode) {}
  /external/chromium_org/remoting/tools/winext/manifest/
rdp.h 206 HRESULT OnConnecting();
207 HRESULT OnConnected();
208 HRESULT OnLoginComplete();
209 HRESULT OnDisconnected(long discReason);
210 HRESULT OnEnterFullScreenMode();
211 HRESULT OnLeaveFullScreenMode();
212 HRESULT OnChannelReceivedData(BSTR chanName, BSTR data);
213 HRESULT OnRequestGoFullScreen();
214 HRESULT OnRequestLeaveFullScreen();
215 HRESULT OnFatalError(long errorCode)
    [all...]
  /external/chromium_org/apps/app_host/
binaries_installer.h 15 HRESULT InstallBinaries();
  /external/chromium_org/cloud_print/service/win/
installer.h 13 HRESULT ProcessInstallerSwitches();
service_controller.h 35 HRESULT InstallCheckService(const string16& user,
40 HRESULT InstallConnectorService(const string16& user,
45 HRESULT UninstallService();
47 HRESULT StartService();
48 HRESULT StopService();
50 HRESULT UpdateBinaryPath();
61 HRESULT InstallService(const string16& user,
  /external/lzma/CPP/7zip/Common/
StreamUtils.h 8 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *size);
9 HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size);
10 HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size);
11 HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size_t size);
  /external/chromium_org/chrome_frame/test/
urlmon_moniker_tests.h 23 HRESULT (DWORD reserved, IBinding* binding)); // NOLINT
26 HRESULT (LONG* priority)); // NOLINT
29 HRESULT (DWORD reserved)); // NOLINT
32 HRESULT (ULONG progress, // NOLINT
38 HRESULT (HRESULT hr, // NOLINT
42 HRESULT (DWORD* flags, // NOLINT
46 HRESULT (DWORD flags, // NOLINT
52 HRESULT (REFIID riid, // NOLINT
65 HRESULT (IUnknown* object)); // NOLIN
    [all...]
  /external/chromium_org/cloud_print/common/win/
cloud_print_utils.h 14 // Similar to the Windows API call GetLastError but returns an HRESULT.
15 HRESULT GetLastHResult();
17 // Convert an HRESULT to a localized string.
18 string16 GetErrorMessage(HRESULT hr);
  /external/chromium_org/win8/metro_driver/
devices_handler.cc 18 HRESULT DevicesHandler::Initialize(winui::Core::ICoreWindow* window) {
19 HRESULT hr = print_handler_.Initialize(window);
  /external/lzma/CPP/7zip/UI/Common/
SetProperties.h 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
UpdateCallback.h 16 virtual HRESULT SetTotal(UInt64 size) x; \
17 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
18 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \
19 virtual HRESULT CheckBreak() x; \
20 virtual HRESULT Finilize() x; \
21 virtual HRESULT SetNumFiles(UInt64 numFiles) x; \
22 virtual HRESULT GetStream(const wchar_t *name, bool isAnti) x; \
23 virtual HRESULT OpenFileError(const wchar_t *name, DWORD systemError) x; \
24 virtual HRESULT SetOperationResult(Int32 operationResult) x; \
25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
    [all...]
IFileExtractCallback.h 36 virtual HRESULT BeforeOpen(const wchar_t *name) = 0;
37 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted) = 0;
38 virtual HRESULT ThereAreNoFiles() = 0;
39 virtual HRESULT ExtractResult(HRESULT result) = 0;
42 virtual HRESULT SetPassword(const UString &password) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.h 61 HRESULT Create(HKEY parent_key, const wchar_t* key_name);
63 HRESULT Create(HKEY parent_key,
72 HRESULT Open(HKEY parent_key, const wchar_t* key_name);
74 HRESULT Open(HKEY parent_key, const wchar_t* key_name, REGSAM sam_desired);
77 HRESULT Close();
93 HRESULT GetValueNameAt(int index, std::wstring* value_name, DWORD* type);
107 HRESULT GetSubkeyNameAt(int index, std::wstring* key_name);
112 HRESULT SetValue(const wchar_t* value_name, DWORD value) const;
115 HRESULT SetValue(const wchar_t* value_name, DWORD64 value) const;
118 HRESULT SetValue(const wchar_t* value_name, const wchar_t* value) const
    [all...]
winfirewall.h 33 typedef long HRESULT; // Can't forward declare typedef, but don't need all win
51 bool Initialize(HRESULT* result);
59 bool authorized, HRESULT* result);
61 bool authorized, HRESULT* result);
  /external/chromium_org/third_party/skia/include/utils/win/
SkIStream.h 33 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid
40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
42 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
48 virtual HRESULT STDMETHODCALLTYPE SetSize(ULARGE_INTEGER);
50 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*
55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
57 virtual HRESULT STDMETHODCALLTYPE Revert(void);
59 virtual HRESULT STDMETHODCALLTYPE LockRegion(ULARGE_INTEGER
63 virtual HRESULT STDMETHODCALLTYPE UnlockRegion(ULARGE_INTEGER
67 virtual HRESULT STDMETHODCALLTYPE Clone(IStream **)
    [all...]
  /external/skia/include/utils/win/
SkIStream.h 33 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid
40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
42 virtual HRESULT STDMETHODCALLTYPE Write(void const* pv
48 virtual HRESULT STDMETHODCALLTYPE SetSize(ULARGE_INTEGER);
50 virtual HRESULT STDMETHODCALLTYPE CopyTo(IStream*
55 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD);
57 virtual HRESULT STDMETHODCALLTYPE Revert(void);
59 virtual HRESULT STDMETHODCALLTYPE LockRegion(ULARGE_INTEGER
63 virtual HRESULT STDMETHODCALLTYPE UnlockRegion(ULARGE_INTEGER
67 virtual HRESULT STDMETHODCALLTYPE Clone(IStream **)
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
ParseProperties.h 9 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
10 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize);
11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
14 HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value);
16 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads);
  /external/lzma/CPP/7zip/UI/Console/
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(UString &password)
  /external/lzma/CPP/7zip/Archive/7z/
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/chromium/base/win/
event_trace_controller.h 55 HRESULT SetLoggerName(const wchar_t* logger_name);
61 HRESULT SetLoggerFileName(const wchar_t* logger_file_name);
94 HRESULT Start(const wchar_t* session_name, EtwTraceProperties* prop);
97 HRESULT StartFileSession(const wchar_t* session_name,
102 HRESULT StartRealtimeSession(const wchar_t* session_name,
108 HRESULT EnableProvider(const GUID& provider, UCHAR level,
111 HRESULT DisableProvider(const GUID& provider);
115 HRESULT Stop(EtwTraceProperties* properties);
119 HRESULT Flush(EtwTraceProperties* properties);
123 static HRESULT Start(const wchar_t* session_name
    [all...]
  /external/chromium_org/base/win/
event_trace_controller.h 54 HRESULT SetLoggerName(const wchar_t* logger_name);
60 HRESULT SetLoggerFileName(const wchar_t* logger_file_name);
93 HRESULT Start(const wchar_t* session_name, EtwTraceProperties* prop);
96 HRESULT StartFileSession(const wchar_t* session_name,
101 HRESULT StartRealtimeSession(const wchar_t* session_name,
107 HRESULT EnableProvider(const GUID& provider, UCHAR level,
110 HRESULT DisableProvider(const GUID& provider);
114 HRESULT Stop(EtwTraceProperties* properties);
118 HRESULT Flush(EtwTraceProperties* properties);
122 static HRESULT Start(const wchar_t* session_name
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
directx.h 23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
27 #define S_OK (HRESULT)0x00000000L
31 #define SUCCEEDED(x) ((HRESULT)(x) >= 0)
34 #define FAILED(x) ((HRESULT)(x)<0)
38 #define E_FAIL (HRESULT)0x80000008L
41 #define E_NOINTERFACE (HRESULT)0x80004002L
44 #define E_OUTOFMEMORY (HRESULT)0x8007000EL
47 #define E_INVALIDARG (HRESULT)0x80070057L
50 #define E_NOTIMPL (HRESULT)0x80004001L
53 #define REGDB_E_CLASSNOTREG (HRESULT)0x80040154
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
directx.h 23 ((HRESULT)(((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))))
27 #define S_OK (HRESULT)0x00000000L
31 #define SUCCEEDED(x) ((HRESULT)(x) >= 0)
34 #define FAILED(x) ((HRESULT)(x)<0)
38 #define E_FAIL (HRESULT)0x80000008L
41 #define E_NOINTERFACE (HRESULT)0x80004002L
44 #define E_OUTOFMEMORY (HRESULT)0x8007000EL
47 #define E_INVALIDARG (HRESULT)0x80070057L
50 #define E_NOTIMPL (HRESULT)0x80004001L
53 #define REGDB_E_CLASSNOTREG (HRESULT)0x80040154
    [all...]
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl 330 [propget] HRESULT relationType
339 [propget] HRESULT localizedRelationType
348 [propget] HRESULT nTargets
362 [propget] HRESULT target
381 [propget] HRESULT targets
479 HRESULT nActions
491 HRESULT doAction
506 [propget] HRESULT description
546 [propget] HRESULT keyBinding
562 [propget] HRESULT nam
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.h 33 typedef long HRESULT; // Can't forward declare typedef, but don't need all win
51 bool Initialize(HRESULT* result);
59 bool authorized, HRESULT* result);
61 bool authorized, HRESULT* result);

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>