HomeSort by relevance Sort by last modified time
    Searched refs:HRESULT (Results 226 - 250 of 609) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/Archive/Common/
InStreamWithCRC.cpp 10 HRESULT result = _stream->Read(data, size, &realProcessedSize);
23 HRESULT result = _stream->Read(data, size, &realProcessedSize);
ParseProperties.cpp 10 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
40 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize)
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
115 HRESULT SetBoolProperty(bool &dest, const PROPVARIANT &value)
150 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads)
  /external/lzma/CPP/7zip/Common/
InBuffer.h 13 CInBufferException(HRESULT errorCode): CSystemException(errorCode) {}
32 HRESULT ErrorCode;
MethodProps.cpp 14 HRESULT SetMethodProperties(const CMethod &method, const UInt64 *inSizeForReduce, IUnknown *coder)
53 HRESULT res = S_OK;
LimitedStreams.cpp 12 HRESULT result = S_OK;
40 HRESULT res = _stream->Read(data, size, &size);
90 HRESULT res = Stream->Read(data, size, &size);
118 HRESULT CreateLimitedInStream(IInStream *inStream, UInt64 pos, UInt64 size, ISequentialInStream **resStream)
132 HRESULT result = S_OK;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumcom.idl 44 HRESULT OpenGalliumResource(
  /external/skia/include/utils/win/
SkHRESULT.h 14 HRESULT hr, const char* msg);
23 HRESULT _hr = _ex;\
32 These macros are for reporting HRESULT errors.
34 If the resulting HRESULT SUCCEEDED then execution will continue normally.
35 If the HRESULT FAILED then the macro will return from the current function.
37 The HR variants will return the HRESULT when FAILED.
  /external/chromium_org/chrome/test/logging/win/
file_logger.cc 97 HRESULT hr = S_OK;
116 HRESULT hr = S_OK;
138 HRESULT hr = base::win::EtwTraceController::Stop(kChromeTestSession,
150 HRESULT hr =
175 HRESULT hr = S_OK;
  /external/chromium_org/chrome_frame/test/perf/
silverlight.cc 114 HRESULT CreateWndAndHost(RECT* r) {
119 HRESULT hr = CAxHostWindow::_CreatorClass::CreateInstance(NULL,
131 HRESULT CreateControl() {
132 HRESULT hr = host_->CreateControl(L"AgControl.AgControl", m_hWnd, NULL);
166 HRESULT hr = host.QueryControl(disp.Receive());
  /external/chromium_org/chrome_frame/
vtable_patch_manager.cc 63 HRESULT PatchInterfaceMethods(void* unknown, MethodPatchInfo* patches) {
119 HRESULT hr = AtlHresultFromLastError();
154 HRESULT UnpatchInterfaceMethods(MethodPatchInfo* patches) {
189 HRESULT DynamicPatchManager::PatchObject(void* unknown) {
211 HRESULT hr;
protocol_sink_wrap.cc 80 HRESULT hr,
129 HRESULT hr = E_FAIL;
141 HRESULT hr = prot_data_->ReportProgress(delegate_, status_code, status_text);
151 HRESULT hr = prot_data_->ReportData(delegate_, flags, progress, max_progress);
155 STDMETHODIMP ProtocolSinkWrap::ReportResult(HRESULT result, DWORD error,
161 HRESULT hr = prot_data_->ReportResult(delegate_, result, error, result_text);
198 HRESULT hr = DoQueryService(GUID_NULL, sink, http_negotiate.Receive());
299 HRESULT hr = info->QueryInfo(HTTP_QUERY_CUSTOM, buffer, &len, &flags, NULL);
362 HRESULT ProtData::Read(void* buffer, ULONG size, ULONG* size_read) {
375 HRESULT hr = S_OK
    [all...]
bind_status_callback_impl.h 43 HRESULT AttachToBind(IBindCtx* original);
44 HRESULT ReleaseBind();
64 STDMETHOD(OnStopBinding)(HRESULT hresult, LPCWSTR error);
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 21 static inline HRESULT SetPropString(const char *s, unsigned int size, PROPVARIANT *value)
28 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value)
33 static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value)
43 static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool isFilter, bool &encode, int &index)
111 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10_1.idl 141 HRESULT CreateShaderResourceView1(
147 HRESULT CreateBlendState1(
159 HRESULT D3D10CreateDevice1(
169 typedef HRESULT (* PFN_D3D10_CREATE_DEVICE_AND_SWAP_CHAIN1)(
181 HRESULT D3D10CreateDeviceAndSwapChain1(
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10_1.idl 141 HRESULT CreateShaderResourceView1(
147 HRESULT CreateBlendState1(
159 HRESULT D3D10CreateDevice1(
169 typedef HRESULT (* PFN_D3D10_CREATE_DEVICE_AND_SWAP_CHAIN1)(
181 HRESULT D3D10CreateDeviceAndSwapChain1(
  /external/chromium_org/remoting/base/
dispatch_win.h 55 HRESULT Wrap(const VARIANT& param) {
60 HRESULT Wrap(VARIANT* const & param) {
119 HRESULT Invoke(IDispatch* object,
125 HRESULT hr = object->GetIDsOfNames(IID_NULL, &name, 1, LOCALE_USER_DEFAULT,
163 HRESULT Invoke(IDispatch* object,
170 HRESULT hr = object->GetIDsOfNames(IID_NULL, &name, 1, LOCALE_USER_DEFAULT,
215 HRESULT Invoke(IDispatch* object,
223 HRESULT hr = object->GetIDsOfNames(IID_NULL, &name, 1, LOCALE_USER_DEFAULT,
272 HRESULT Invoke(IDispatch* object,
281 HRESULT hr = object->GetIDsOfNames(IID_NULL, &name, 1, LOCALE_USER_DEFAULT
    [all...]
  /external/chromium_org/win8/metro_driver/
file_picker_ash.cc 31 HRESULT RuntimeClassInitialize(const std::vector<string16>& list) {
104 HRESULT hr = ChromeAppViewAsh::Unsnap();
128 HRESULT OpenFilePickerSession::SinglePickerDone(SingleFileAsyncOp* async,
132 HRESULT hr = async->GetResults(file.GetAddressOf());
161 HRESULT OpenFilePickerSession::MultiPickerDone(MultiFileAsyncOp* async,
165 HRESULT hr = async->GetResults(files.GetAddressOf());
212 HRESULT OpenFilePickerSession::StartFilePicker() {
218 HRESULT hr = ::Windows::Foundation::ActivateInstance(
311 HRESULT OpenFilePickerSession::ComposeMultiFileResult(
320 HRESULT hr = files->get_Size(&num_files)
    [all...]
metro_driver.cc 93 HRESULT hr = winrt_utils::CreateActivationFactory(
116 HRESULT ActivateApplication(const wchar_t* app_id) {
118 HRESULT hr = activator.CreateInstance(CLSID_ApplicationActivationManager);
  /external/chromium_org/win8/test/
ui_automation_client.cc 61 HRESULT InstallWindowObserver();
62 HRESULT RemoveWindowObserver();
68 HRESULT InvokeDesiredItem(
70 HRESULT GetInvokableItems(
144 HRESULT UIAutomationClient::Context::EventHandler::HandleAutomationEvent(
176 HRESULT result = automation_->RemoveAllEventHandlers();
198 HRESULT result = automation_.CreateInstance(CLSID_CUIAutomation, NULL,
214 HRESULT UIAutomationClient::Context::InstallWindowObserver() {
219 HRESULT result = S_OK;
268 HRESULT UIAutomationClient::Context::RemoveWindowObserver()
    [all...]
  /external/chromium_org/chrome_frame/test/
ie_event_sink.h 79 HRESULT LaunchIEAndNavigate(const std::wstring& navigate_url,
83 HRESULT Navigate(const std::wstring& navigate_url);
90 HRESULT Attach(IWebBrowser2* browser);
98 HRESULT CloseWebBrowser();
218 HRESULT OnLoad(const VARIANT* param);
219 HRESULT OnLoadError(const VARIANT* param);
220 HRESULT OnMessage(const VARIANT* param);
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.cpp 34 HRESULT hr = S_OK;
112 HRESULT hr = S_OK;
136 HRESULT SkDWriteFontFileStreamWrapper::Create(SkStream* stream, SkDWriteFontFileStreamWrapper** streamFontFileStream) {
148 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::QueryInterface(REFIID iid, void** ppvObject) {
171 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::ReadFileFragment(
223 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::GetFileSize(UINT64* fileSize) {
228 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::GetLastWriteTime(UINT64* lastWriteTime) {
  /external/skia/src/utils/win/
SkDWriteFontFileStream.cpp 34 HRESULT hr = S_OK;
112 HRESULT hr = S_OK;
136 HRESULT SkDWriteFontFileStreamWrapper::Create(SkStream* stream, SkDWriteFontFileStreamWrapper** streamFontFileStream) {
148 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::QueryInterface(REFIID iid, void** ppvObject) {
171 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::ReadFileFragment(
223 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::GetFileSize(UINT64* fileSize) {
228 HRESULT STDMETHODCALLTYPE SkDWriteFontFileStreamWrapper::GetLastWriteTime(UINT64* lastWriteTime) {
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 76 HRESULT Create(DECL_EXTERNAL_CODECS_LOC_VARS
79 HRESULT Code(const CHeader &header, ISequentialOutStream *outStream, ICompressProgressInfo *progress);
85 HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize)
91 HRESULT CDecoder::Create(
123 HRESULT CDecoder::Code(const CHeader &header, ISequentialOutStream *outStream,
151 HRESULT res = _lzmaDecoderSpec->CodeResume(outStream, Size, progress);
159 HRESULT res2 = flush->Flush();
163 HRESULT res2 = setOutStream->ReleaseOutStream();
360 HRESULT result = decoder.Create(
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 68 HRESULT hr = CoImpersonateClient();
96 HRESULT ReadConfig(const base::FilePath& filename,
146 HRESULT WriteConfigFileToTemp(const base::FilePath& filename,
194 HRESULT MoveConfigFileFromTemp(const base::FilePath& filename) {
212 HRESULT WriteConfig(const char* content, size_t length, HWND owner_window) {
264 HRESULT hr = WriteConfigFileToTemp(full_config_file_path,
303 HRESULT ElevatedController::FinalConstruct() {
315 HRESULT hr = ReadConfig(config_dir.Append(kUnprivilegedConfigFileName),
374 HRESULT hr = OpenService(&service);
414 HRESULT hr = OpenService(&service)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexBuffer11.cpp 54 HRESULT result = dxDevice->CreateBuffer(&bufferDesc, NULL, &mBuffer);
88 HRESULT result = dxContext->Map(mBuffer, 0, D3D11_MAP_WRITE_NO_OVERWRITE, 0, &mappedResource);
149 HRESULT result = dxContext->Map(mBuffer, 0, D3D11_MAP_WRITE_DISCARD, 0, &mappedResource);

Completed in 739 milliseconds

1 2 3 4 5 6 7 8 91011>>