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

1 2 3 4 56 7 8 91011>>

  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp 16 HRESULT CFolderOutStream::Init(
37 HRESULT CFolderOutStream::OpenFile()
57 HRESULT CFolderOutStream::CloseFileAndSetResult(Int32 res)
65 HRESULT CFolderOutStream::CloseFileAndSetResult()
74 HRESULT CFolderOutStream::ProcessEmptyFiles()
133 HRESULT CFolderOutStream::FlushCorrupted(Int32 resultEOperationResult)
7zIn.h 156 HRESULT FindAndReadSignature(IInStream *stream, const UInt64 *searchHeaderSizeLimit);
208 HRESULT ReadAndDecodePackedStreams(
216 HRESULT ReadHeader(
223 HRESULT ReadDatabase2(
231 HRESULT Open(IInStream *stream, const UInt64 *searchHeaderSizeLimit); // S_FALSE means is not archive
234 HRESULT ReadDatabase(
7zFolderInStream.cpp 30 HRESULT CFolderInStream::OpenStream()
36 HRESULT result = _updateCallback->GetStream(_fileIndices[_fileIndex], &stream);
67 HRESULT CFolderInStream::CloseStream()
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
dxgid3d10.cpp 33 HRESULT D3D10CreateDevice1(
43 HRESULT hr;
85 HRESULT WINAPI D3D10CreateDeviceAndSwapChain1(
98 HRESULT hr;
125 HRESULT D3D10CreateDevice(
137 HRESULT WINAPI D3D10CreateDeviceAndSwapChain(
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Query9.cpp 44 HRESULT result = mQuery->Issue(D3DISSUE_BEGIN);
55 HRESULT result = mQuery->Issue(D3DISSUE_END);
98 HRESULT hres = mQuery->GetData(&numPixels, sizeof(DWORD), D3DGETDATA_FLUSH);
ShaderCache.h 47 HRESULT result = createShader(function, &shader);
81 HRESULT createShader(const DWORD *function, IDirect3DVertexShader9 **shader)
86 HRESULT createShader(const DWORD *function, IDirect3DPixelShader9 **shader)
  /external/chromium_org/win8/test/
open_with_dialog_controller.cc 33 HRESULT* result_out,
35 HRESULT hr,
77 void OnInitialized(HRESULT result);
78 void OnAutomationResult(HRESULT result, std::vector<string16> choices);
79 void OnOpenWithComplete(HRESULT result);
89 HRESULT open_with_result_;
90 HRESULT automation_result_;
176 void OpenWithDialogController::Context::OnInitialized(HRESULT result) {
193 HRESULT result,
215 void OpenWithDialogController::Context::OnOpenWithComplete(HRESULT result)
    [all...]
open_with_dialog_controller.h 24 // interaction. If the HRESULT indicates success, the interaction completed
27 typedef base::Callback<void(HRESULT,
49 HRESULT RunSynchronously(HWND parent_window,
ui_automation_client.h 30 // If the HRESULT argument indicates success, the automation client has been
34 typedef base::Callback<void(HRESULT)> InitializedCallback;
36 // If the HRESULT argument indicates success, the desired item in the window
39 typedef base::Callback<void(HRESULT, std::vector<string16>)> ResultCallback;
  /external/chromium_org/chrome/browser/component_updater/
background_downloader_win.cc 127 int GetHttpStatusFromBitsError(HRESULT error) {
140 HRESULT GetFilesInJob(IBackgroundCopyJob* job,
143 HRESULT hr = job->EnumFiles(enum_files.Receive());
163 HRESULT GetJobFileProperties(IBackgroundCopyFile* file,
167 HRESULT hr = S_OK;
199 HRESULT GetJobByteCount(IBackgroundCopyJob* job,
209 HRESULT hr = job->GetProgress(&job_progress);
223 HRESULT GetJobDescription(IBackgroundCopyJob* job, const base::string16* name) {
231 HRESULT GetJobError(IBackgroundCopyJob* job, HRESULT* error_code_out)
    [all...]
background_downloader_win.h 44 void EndDownload(HRESULT hr);
62 HRESULT QueueBitsJob(const GURL& url);
63 HRESULT CreateOrOpenJob(const GURL& url);
64 HRESULT InitializeNewJob(const GURL& url);
  /external/chromium_org/chrome_frame/
ie8_types.h 18 virtual HRESULT STDMETHODCALLTYPE GetBindInfoEx(
  /external/chromium_org/chrome_frame/test/
chrome_tab_mocks.h 31 HRESULT Initialize(MockIChromeFramePrivileged** cfp) {
  /external/chromium_org/third_party/skia/src/utils/win/
SkHRESULT.cpp 13 HRESULT hr, const char* msg) {
  /external/chromium_org/win8/metro_driver/
chrome_app_view.h 69 static HRESULT Unsnap();
80 HRESULT OnActivate(winapp::Core::ICoreApplicationView* view,
83 HRESULT OnSizeChanged(winui::Core::ICoreWindow* sender,
86 HRESULT OnEdgeGestureCompleted(winui::Input::IEdgeGesture* gesture,
89 HRESULT OnShareDataRequested(
93 HRESULT OnInputPaneVisible(
97 HRESULT OnInputPaneHiding(
101 HRESULT OnPositionChanged(int x, int y);
105 HRESULT RegisterInputPaneNotifications();
devices_handler.h 21 HRESULT Initialize(winui::Core::ICoreWindow* window);
settings_handler.cc 35 HRESULT SettingsHandler::Initialize() {
38 HRESULT hr = winrt_utils::CreateActivationFactory(
57 HRESULT SettingsHandler::OnSettingsCommandsRequested(
62 HRESULT hr = winrt_utils::CreateActivationFactory(
95 HRESULT SettingsHandler::AppendNewSettingsCommand(
102 HRESULT hr = GetSettingsId(id, &settings_id);
122 HRESULT SettingsHandler::OnSettings(winui::Popups::IUICommand* command) {
124 HRESULT hr = GetSettingsId(kSettingsId, &settings_id);
169 HRESULT SettingsHandler::GetSettingsId(
  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 17 HRESULT Result;
  /external/lzma/CPP/7zip/Common/
CreateCoder.cpp 23 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UInt32 &res)
36 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, bool &res)
49 HRESULT LoadExternalCodecs(ICompressCodecsInfo *codecsInfo, CObjectVector<CCodecInfoEx> &externalCodecs)
154 HRESULT CreateCoder(
207 HRESULT result = codecsInfo->CreateEncoder(i, &IID_ICompressCoder, (void **)&coder);
227 HRESULT result = codecsInfo->CreateDecoder(i, &IID_ICompressCoder, (void **)&coder);
254 HRESULT CreateCoder(
268 HRESULT CreateCoder(
281 HRESULT CreateFilter(
LockedStream.h 17 HRESULT Read(UInt64 startPos, void *data, UInt32 size, UInt32 *processedSize);
MethodProps.h 39 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder);
  /external/lzma/CPP/7zip/UI/Common/
UpdateProduce.h 26 virtual HRESULT ShowDeleteFile(int arcIndex) = 0;
  /external/skia/src/utils/win/
SkHRESULT.cpp 13 HRESULT hr, const char* msg) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 259 virtual HRESULT STDMETHODCALLTYPE SetEvictionPriority(
267 virtual HRESULT STDMETHODCALLTYPE GetEvictionPriority(unsigned* out_eviction_priority)
273 virtual HRESULT STDMETHODCALLTYPE GetDevice(
282 virtual HRESULT STDMETHODCALLTYPE GetParent(
325 virtual HRESULT STDMETHODCALLTYPE GetUsage(
333 virtual HRESULT STDMETHODCALLTYPE GetSharedHandle(HANDLE *out_shared_handle)
406 virtual HRESULT STDMETHODCALLTYPE Map(
412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr);
431 virtual HRESULT STDMETHODCALLTYPE Map(
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 259 virtual HRESULT STDMETHODCALLTYPE SetEvictionPriority(
267 virtual HRESULT STDMETHODCALLTYPE GetEvictionPriority(unsigned* out_eviction_priority)
273 virtual HRESULT STDMETHODCALLTYPE GetDevice(
282 virtual HRESULT STDMETHODCALLTYPE GetParent(
325 virtual HRESULT STDMETHODCALLTYPE GetUsage(
333 virtual HRESULT STDMETHODCALLTYPE GetSharedHandle(HANDLE *out_shared_handle)
406 virtual HRESULT STDMETHODCALLTYPE Map(
412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr);
431 virtual HRESULT STDMETHODCALLTYPE Map(
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr)
    [all...]

Completed in 819 milliseconds

1 2 3 4 56 7 8 91011>>