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

1 2 3 45 6 7 8 91011>>

  /external/lzma/CPP/7zip/Common/
OffsetStream.cpp 8 HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset)
26 HRESULT result = _stream->Seek(offset, seekOrigin, &absoluteNewPosition);
ProgressUtils.h 27 HRESULT SetCur();
  /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);
  /external/chromium_org/chrome_frame/
bind_context_info.cc 21 HRESULT BindContextInfo::Initialize(IBindCtx* bind_ctx) {
24 HRESULT hr = CoCreateFreeThreadedMarshaler(GetUnknown(), ftm_.Receive());
34 HRESULT BindContextInfo::FromBindContext(IBindCtx* bind_context,
43 HRESULT hr = bind_context->GetObjectParam(kBindContextInfo,
bind_status_callback_impl.h 43 HRESULT AttachToBind(IBindCtx* original);
44 HRESULT ReleaseBind();
64 STDMETHOD(OnStopBinding)(HRESULT hresult, LPCWSTR error);
  /external/chromium_org/cloud_print/service/win/
installer.h 13 HRESULT ProcessInstallerSwitches();
service_controller.cc 53 HRESULT OpenServiceManager(ServiceHandle* service_manager) {
64 HRESULT OpenService(const base::string16& name, DWORD access,
70 HRESULT hr = OpenServiceManager(&scm);
92 HRESULT ServiceController::StartService() {
94 HRESULT hr = OpenService(name_, SERVICE_START| SERVICE_QUERY_STATUS,
108 HRESULT ServiceController::StopService() {
110 HRESULT hr = OpenService(name_, SERVICE_STOP | SERVICE_QUERY_STATUS,
131 HRESULT ServiceController::InstallConnectorService(
140 HRESULT ServiceController::InstallCheckService(
148 HRESULT ServiceController::InstallService(const base::string16& user
    [all...]
  /external/chromium_org/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);
  /external/chromium_org/third_party/skia/include/utils/win/
SkAutoCoInitialize.h 23 HRESULT fHR;
  /external/chromium_org/tools/gyp/test/win/idl-rules/
history_indexer.idl 16 HRESULT SomeFunction([in] VARIANT begin_time, [in] VARIANT end_time);
  /external/chromium_org/win8/metro_driver/
winrt_utils.h 15 void CheckHR(HRESULT hr, const char* str = nullptr);
24 HRESULT CreateActivationFactory(wchar_t const (&class_name)[size], T** object) {
30 HRESULT Create ## Name ## Property( \
47 HRESULT CompareProperties(
  /external/lzma/CPP/7zip/Archive/7z/
7zSpecStream.cpp 10 HRESULT result = _stream->Read(data, size, &realProcessedSize);
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.h 32 HRESULT Flush();
53 HRESULT CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
90 HRESULT Flush() { return _outStream.Flush(); }
101 HRESULT CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
CopyCoder.h 30 HRESULT CopyStream(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress);
  /external/skia/include/utils/win/
SkAutoCoInitialize.h 23 HRESULT fHR;
  /external/chromium_org/ui/base/dragdrop/
drag_source_win.h 35 HRESULT __stdcall QueryContinueDrag(BOOL escape_pressed, DWORD key_state);
36 HRESULT __stdcall GiveFeedback(DWORD effect);
39 HRESULT __stdcall QueryInterface(const IID& iid, void** object);
  /external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc 73 virtual HRESULT STDMETHODCALLTYPE QueryInterface(
87 HRESULT(DWORD, const TS_TEXTCHANGE*));
89 HRESULT());
91 HRESULT(TsLayoutCode, TsViewCookie));
93 HRESULT(DWORD));
95 HRESULT(LONG, LONG, ULONG, const TS_ATTRID*));
97 HRESULT(DWORD));
99 HRESULT());
101 HRESULT());
183 void SetSelectionTest(LONG acp_start, LONG acp_end, HRESULT expected_result)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 152 HRESULT LoadCodecs();
153 HRESULT LoadFormats();
154 HRESULT LoadDll(const CSysString &path, bool needCheckDll);
155 HRESULT LoadDllsFromFolder(const CSysString &folderPrefix);
157 HRESULT CreateArchiveHandler(const CArcInfoEx &ai, void **archive, bool outHandler) const
165 HRESULT Load();
185 HRESULT GetCodecId(UInt32 index, UInt64 &id);
188 HRESULT CreateInArchive(int formatIndex, CMyComPtr<IInArchive> &archive) const
202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const
230 HRESULT CreateCoder(const UString &name, bool encode, CMyComPtr<ICompressCoder> &coder) const;
    [all...]
  /external/lzma/CPP/Windows/
PropVariant.cpp 115 static HRESULT MyPropVariantClear(PROPVARIANT *prop)
142 HRESULT CPropVariant::Clear()
147 HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc)
175 HRESULT CPropVariant::Attach(PROPVARIANT *pSrc)
177 HRESULT hr = Clear();
185 HRESULT CPropVariant::Detach(PROPVARIANT *pDest)
187 HRESULT hr = MyPropVariantClear(pDest);
195 HRESULT CPropVariant::InternalClear()
197 HRESULT hr = Clear();
208 HRESULT hr = Copy(pSrc);
    [all...]
  /external/chromium/base/win/
event_trace_consumer_unittest.cc 122 HRESULT hr = consumer_.Consume();
131 HRESULT StartConsumerThread() {
139 HRESULT hr = S_OK;
168 HRESULT JoinConsumerThread() {
188 HRESULT hr = controller.StartRealtimeSession(kTestSessionName, 100 * 1024);
220 HRESULT hr = controller.StartRealtimeSession(kTestSessionName, 100 * 1024);
269 HRESULT LogEventToTempSession(PEVENT_TRACE_HEADER header) {
273 HRESULT hr = controller.StartFileSession(kTestSessionName,
295 HRESULT ConsumeEventFromTempSession() {
298 HRESULT hr = consumer_.OpenFileSession(temp_file_.value().c_str())
    [all...]
  /external/chromium_org/base/win/
event_trace_consumer_unittest.cc 148 HRESULT hr = consumer_.Consume();
157 HRESULT StartConsumerThread() {
165 HRESULT hr = S_OK;
194 HRESULT JoinConsumerThread() {
215 HRESULT hr = controller.StartRealtimeSession(session_name_.c_str(),
244 HRESULT hr = controller.StartRealtimeSession(session_name_.c_str(),
299 HRESULT LogEventToTempSession(PEVENT_TRACE_HEADER header) {
303 HRESULT hr = controller.StartFileSession(session_name_.c_str(),
325 HRESULT ConsumeEventFromTempSession() {
328 HRESULT hr = consumer_.OpenFileSession(temp_file_.value().c_str())
    [all...]
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_win.cc 72 HRESULT hresult = acc_obj->get_accName(variant_self, &msaa_variant); local
73 if (hresult == S_OK)
75 hresult = acc_obj->get_accValue(variant_self, &msaa_variant);
76 if (hresult == S_OK)
120 hresult = acc_obj->get_accDescription(variant_self, &msaa_variant);
121 if (hresult == S_OK)
124 hresult = acc_obj->get_accDefaultAction(variant_self, &msaa_variant);
125 if (hresult == S_OK)
128 hresult = acc_obj->get_accKeyboardShortcut(variant_self, &msaa_variant)
    [all...]
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 104 HRESULT RegisterPortMonitor(bool install, const base::FilePath& install_path) {
251 HRESULT InstallDriver(const base::FilePath& install_path) {
312 HRESULT UninstallDriver() {
331 HRESULT result = GetLastHResult();
338 HRESULT InstallPrinter(void) {
354 HRESULT result = GetLastHResult();
362 HRESULT UninstallPrinter(void) {
375 HRESULT result = GetLastHResult();
392 HRESULT RegisterVirtualDriver(const base::FilePath& install_path) {
393 HRESULT result = S_OK
    [all...]
  /external/chromium_org/sandbox/win/src/
app_container.cc 102 typedef HRESULT (WINAPI* AppContainerRegisterSidPtr)(PSID sid,
114 HRESULT rv = AppContainerRegisterSid(local_sid, name.c_str(), name.c_str());
129 typedef HRESULT (WINAPI* AppContainerUnregisterSidPtr)(PSID sid);
139 HRESULT rv = AppContainerUnregisterSid(local_sid);
154 typedef HRESULT (WINAPI* AppContainerLookupMonikerPtr)(PSID sid,
172 HRESULT rv = AppContainerLookupMoniker(local_sid, &buffer);
  /external/chromium_org/third_party/mesa/src/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(

Completed in 320 milliseconds

1 2 3 45 6 7 8 91011>>