HomeSort by relevance Sort by last modified time
    Searched full:hresult (Results 26 - 50 of 669) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 41 HRESULT BeforeOpen(const wchar_t *name);
42 HRESULT OpenResult(const wchar_t *name, HRESULT result, bool encrypted);
43 HRESULT ThereAreNoFiles();
44 HRESULT ExtractResult(HRESULT result);
48 HRESULT SetPassword(const UString &password);
  /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...]
  /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 base::string16 GetErrorMessage(HRESULT hr);
  /external/lzma/CPP/7zip/Common/
OutBuffer.h 13 COutBufferException(HRESULT errorCode): CSystemException(errorCode) {}
30 HRESULT FlushPart();
33 HRESULT ErrorCode;
45 HRESULT Flush();
StreamUtils.cpp 9 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *processedSize)
17 HRESULT res = stream->Read(data, curSize, &processedSizeLoc);
28 HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size)
35 HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size)
42 HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size_t size)
48 HRESULT res = stream->Write(data, curSize, &processedSizeLoc);
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 22 virtual HRESULT SetEncodeResult(const CBenchInfo &info, bool final) = 0;
23 virtual HRESULT SetDecodeResult(const CBenchInfo &info, bool final) = 0;
31 HRESULT LzmaBench(
40 HRESULT CrcBench(UInt32 numThreads, UInt32 bufferSize, UInt64 &speed);
EnumDirItems.h 15 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path) = 0;
18 HRESULT EnumerateItems(
Update.h 154 virtual HRESULT OpenResult(const wchar_t *name, HRESULT result) x; \
155 virtual HRESULT StartScanning() x; \
156 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path) x; \
157 virtual HRESULT CanNotFindError(const wchar_t *name, DWORD systemError) x; \
158 virtual HRESULT FinishScanning() x; \
159 virtual HRESULT StartArchive(const wchar_t *name, bool updating) x; \
160 virtual HRESULT FinishArchive() x; \
167 HRESULT UpdateArchive(
  /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/chromium_org/chrome_frame/
chrome_tab.idl 22 HRESULT src([out, retval] BSTR* src);
24 HRESULT src([in] BSTR src);
27 HRESULT postMessage([in] BSTR message, [in, optional] VARIANT target);
30 HRESULT onload([out, retval] VARIANT* onload_handler);
32 HRESULT onload([in] VARIANT onload_handler);
35 HRESULT onloaderror([out, retval] VARIANT* onerror_handler);
37 HRESULT onloaderror([in] VARIANT onerror_handler);
40 HRESULT onmessage([out, retval] VARIANT* onmessage_handler);
42 HRESULT onmessage([in] VARIANT onmessage_handler);
45 HRESULT readyState([out, retval] long* ready_state)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 2 extern "C" HRESULT STDMETHODCALLTYPE D3D10CreateBlob(
7 HRESULT STDMETHODCALLTYPE D3D10CreateBlob(
40 static HRESULT dxbc_assemble_as_blob(struct dxbc_chunk_header** chunks, unsigned num_chunks, ID3D10Blob** blob)
49 HRESULT D3D10GetInputSignatureBlob(
62 HRESULT D3D10GetOutputSignatureBlob(
75 HRESULT D3D10GetInputAndOutputSignatureBlob(
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 2 extern "C" HRESULT STDMETHODCALLTYPE D3D10CreateBlob(
7 HRESULT STDMETHODCALLTYPE D3D10CreateBlob(
40 static HRESULT dxbc_assemble_as_blob(struct dxbc_chunk_header** chunks, unsigned num_chunks, ID3D10Blob** blob)
49 HRESULT D3D10GetInputSignatureBlob(
62 HRESULT D3D10GetOutputSignatureBlob(
75 HRESULT D3D10GetInputAndOutputSignatureBlob(
  /external/chromium/base/win/
event_trace_controller.cc 23 HRESULT EtwTraceProperties::SetLoggerName(const wchar_t* logger_name) {
34 HRESULT EtwTraceProperties::SetLoggerFileName(const wchar_t* logger_file_name) {
52 HRESULT EtwTraceController::Start(const wchar_t* session_name,
59 HRESULT hr = Start(session_name, prop, &session_);
66 HRESULT EtwTraceController::StartFileSession(const wchar_t* session_name,
83 HRESULT EtwTraceController::StartRealtimeSession(const wchar_t* session_name,
95 HRESULT EtwTraceController::EnableProvider(REFGUID provider, UCHAR level,
101 HRESULT EtwTraceController::DisableProvider(REFGUID provider) {
106 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) {
121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties)
    [all...]
  /external/chromium_org/base/win/
event_trace_controller.cc 23 HRESULT EtwTraceProperties::SetLoggerName(const wchar_t* logger_name) {
34 HRESULT EtwTraceProperties::SetLoggerFileName(const wchar_t* logger_file_name) {
52 HRESULT EtwTraceController::Start(const wchar_t* session_name,
59 HRESULT hr = Start(session_name, prop, &session_);
66 HRESULT EtwTraceController::StartFileSession(const wchar_t* session_name,
83 HRESULT EtwTraceController::StartRealtimeSession(const wchar_t* session_name,
95 HRESULT EtwTraceController::EnableProvider(REFGUID provider, UCHAR level,
101 HRESULT EtwTraceController::DisableProvider(REFGUID provider) {
106 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) {
121 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties)
    [all...]
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/chromium_org/remoting/host/win/
chromoting_lib_idl.templ 21 HRESULT GetConfig([out, retval] BSTR* config_out);
25 HRESULT GetVersion([out, retval] BSTR* version_out);
29 HRESULT SetConfig([in] BSTR config);
33 HRESULT SetOwnerWindow([in] LONG_PTR owner_window);
36 HRESULT StartDaemon();
39 HRESULT StopDaemon();
45 HRESULT UpdateConfig([in] BSTR config);
59 HRESULT GetUsageStatsConsent([out] BOOL* allowed,
64 HRESULT SetUsageStatsConsent([in] BOOL allowed);
77 HRESULT OnRdpConnected()
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 62 #define HRESULT LONG
63 #define FAILED(Status) ((HRESULT)(Status)<0)
67 #define S_OK ((HRESULT)0x00000000L)
68 #define S_FALSE ((HRESULT)0x00000001L)
69 #define E_NOTIMPL ((HRESULT)0x80004001L)
70 #define E_NOINTERFACE ((HRESULT)0x80004002L)
71 #define E_ABORT ((HRESULT)0x80004004L)
72 #define E_FAIL ((HRESULT)0x80004005L)
73 #define STG_E_INVALIDFUNCTION ((HRESULT)0x80030001L)
74 #define E_OUTOFMEMORY ((HRESULT)0x8007000EL)
    [all...]
  /external/chromium_org/third_party/skia/src/utils/win/
SkIStream.cpp 22 HRESULT STDMETHODCALLTYPE SkBaseIStream::QueryInterface(REFIID iid
54 HRESULT STDMETHODCALLTYPE SkBaseIStream::Read(void* pv
59 HRESULT STDMETHODCALLTYPE SkBaseIStream::Write(void const* pv
65 HRESULT STDMETHODCALLTYPE SkBaseIStream::SetSize(ULARGE_INTEGER)
68 HRESULT STDMETHODCALLTYPE SkBaseIStream::CopyTo(IStream*
74 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD)
77 HRESULT STDMETHODCALLTYPE SkBaseIStream::Revert(void)
80 HRESULT STDMETHODCALLTYPE SkBaseIStream::LockRegion(ULARGE_INTEGER
85 HRESULT STDMETHODCALLTYPE SkBaseIStream::UnlockRegion(ULARGE_INTEGER
90 HRESULT STDMETHODCALLTYPE SkBaseIStream::Clone(IStream **
    [all...]
  /external/skia/src/utils/win/
SkIStream.cpp 22 HRESULT STDMETHODCALLTYPE SkBaseIStream::QueryInterface(REFIID iid
54 HRESULT STDMETHODCALLTYPE SkBaseIStream::Read(void* pv
59 HRESULT STDMETHODCALLTYPE SkBaseIStream::Write(void const* pv
65 HRESULT STDMETHODCALLTYPE SkBaseIStream::SetSize(ULARGE_INTEGER)
68 HRESULT STDMETHODCALLTYPE SkBaseIStream::CopyTo(IStream*
74 HRESULT STDMETHODCALLTYPE SkBaseIStream::Commit(DWORD)
77 HRESULT STDMETHODCALLTYPE SkBaseIStream::Revert(void)
80 HRESULT STDMETHODCALLTYPE SkBaseIStream::LockRegion(ULARGE_INTEGER
85 HRESULT STDMETHODCALLTYPE SkBaseIStream::UnlockRegion(ULARGE_INTEGER
90 HRESULT STDMETHODCALLTYPE SkBaseIStream::Clone(IStream **
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 64 HRESULT WriteDirect(const void *data, UInt32 size);
76 HRESULT WriteFileHeader(const CFileItem &itemInfo);
101 HRESULT EncodeStream(
121 HRESULT WriteSignature();
123 HRESULT WriteFinishSignature();
125 HRESULT WriteStartHeader(const CStartHeader &h);
127 HRESULT WriteFinishHeader(const CFinishHeader &h);
134 HRESULT Create(ISequentialOutStream *stream, bool endMarker);
136 HRESULT SkipPrefixArchiveHeader();
137 HRESULT WriteDatabase(
    [all...]
  /external/chromium_org/cloud_print/service/win/
service_controller.h 35 HRESULT InstallCheckService(const base::string16& user,
40 HRESULT InstallConnectorService(const base::string16& user,
45 HRESULT UninstallService();
47 HRESULT StartService();
48 HRESULT StopService();
50 HRESULT UpdateBinaryPath();
61 HRESULT InstallService(const base::string16& user,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 158 HRESULT GetDesc(
174 HRESULT IsEqual(
183 HRESULT IsOfType(
186 HRESULT ImplementsInterface(
196 HRESULT GetDesc(
211 HRESULT GetDesc(
227 HRESULT GetDesc(
239 HRESULT GetResourceBindingDesc(
244 HRESULT GetInputParameterDesc(
249 HRESULT GetOutputParameterDes
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 158 HRESULT GetDesc(
174 HRESULT IsEqual(
183 HRESULT IsOfType(
186 HRESULT ImplementsInterface(
196 HRESULT GetDesc(
211 HRESULT GetDesc(
227 HRESULT GetDesc(
239 HRESULT GetResourceBindingDesc(
244 HRESULT GetInputParameterDesc(
249 HRESULT GetOutputParameterDes
    [all...]
  /external/chromium_org/chrome/installer/util/
self_reg_work_item.cc 30 // This is designed to unmux error codes that may be shoe-horned in to HRESULT
33 // HRESULT is then returned.
35 // This only has an effect if the customer bit is set in the HRESULT, if it is
36 // not set then *error_code will be unchanged and the original HRESULT is
40 HRESULT UnMuxHRESULTErrorCode(HRESULT hr, int* error_code) {
58 typedef HRESULT (WINAPI* RegisterFunc)();
72 HRESULT hr = register_server_func();
76 HRESULT unmuxed_hr = UnMuxHRESULTErrorCode(hr, &error_code);

Completed in 564 milliseconds

12 3 4 5 6 7 8 91011>>