Home
last modified time | relevance | path

Searched full:hr (Results 1 – 25 of 1869) sorted by relevance

12345678910>>...75

/external/markdown/MarkdownTest/Tests_2007/
DHorizontal rules.html3 <hr />
5 <hr />
7 <hr />
9 <hr />
14 <hr />
16 <hr />
18 <hr />
20 <hr />
27 <hr />
29 <hr />
[all …]
DInline HTML (Simple).text48 <hr />
50 Hr's:
52 <hr>
54 <hr/>
56 <hr />
58 <hr>
60 <hr/>
62 <hr />
64 <hr class="foo" id="bar" />
66 <hr class="foo" id="bar"/>
[all …]
DInline HTML (Simple).html51 <pre><code>&lt;hr /&gt;
54 <p>Hr's:</p>
56 <hr>
58 <hr/>
60 <hr />
62 <hr>
64 <hr/>
66 <hr />
68 <hr class="foo" id="bar" />
70 <hr class="foo" id="bar"/>
[all …]
/external/markdown/tests/markdown-test/
Dhorizontal-rules.html2 <hr />
3 <hr />
4 <hr />
5 <hr />
8 <hr />
9 <hr />
10 <hr />
11 <hr />
15 <hr />
16 <hr />
[all …]
Dinline-html-simple.txt48 <hr />
50 Hr's:
52 <hr>
54 <hr/>
56 <hr />
58 <hr>
60 <hr/>
62 <hr />
64 <hr class="foo" id="bar" />
66 <hr class="foo" id="bar"/>
[all …]
Dinline-html-simple.html39 <pre><code>&lt;hr /&gt;
41 <p>Hr's:</p>
42 <hr>
44 <hr/>
46 <hr />
48 <hr>
50 <hr/>
52 <hr />
54 <hr class="foo" id="bar" />
56 <hr class="foo" id="bar"/>
[all …]
/external/markdown/MarkdownTest/Tests_2004/
DHorizontal rules.html3 <hr />
5 <hr />
7 <hr />
9 <hr />
14 <hr />
16 <hr />
18 <hr />
20 <hr />
27 <hr />
29 <hr />
[all …]
DHorizontal rules.text-res10 <hr>
11 <hr>
12 <hr>
13 <hr>
18 <hr>
19 <hr>
20 <hr>
21 <hr>
27 <hr>
28 <hr>
[all …]
DHorizontal rules.text-out10 <hr>
11 <hr>
12 <hr>
13 <hr>
18 <hr>
19 <hr>
20 <hr>
21 <hr>
27 <hr>
28 <hr>
[all …]
DInline HTML (Simple).text48 <hr />
50 Hr's:
52 <hr>
54 <hr/>
56 <hr />
58 <hr>
60 <hr/>
62 <hr />
64 <hr class="foo" id="bar" />
66 <hr class="foo" id="bar"/>
[all …]
DInline HTML (Simple).html51 <pre><code>&lt;hr /&gt;
54 <p>Hr's:</p>
56 <hr>
58 <hr/>
60 <hr />
62 <hr>
64 <hr/>
66 <hr />
68 <hr class="foo" id="bar" />
70 <hr class="foo" id="bar"/>
[all …]
/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_ds.cc86 HRESULT hr = CoCreateInstance(CLSID_FilterGraph, NULL, in Init() local
89 if (FAILED(hr)) in Init()
96 hr = _graphBuilder->QueryInterface(IID_IMediaControl, in Init()
98 if (FAILED(hr)) in Init()
104 hr = _graphBuilder->AddFilter(_captureFilter, CAPTURE_FILTER_NAME); in Init()
105 if (FAILED(hr)) in Init()
115 _sinkFilter = new CaptureSinkFilter(SINK_FILTER_NAME, NULL, &hr, in Init()
117 if (hr != S_OK) in Init()
125 hr = _graphBuilder->AddFilter(_sinkFilter, SINK_FILTER_NAME); in Init()
126 if (FAILED(hr)) in Init()
[all …]
Ddevice_info_ds.cc80 …HRESULT hr = CoInitializeEx(NULL, COINIT_MULTITHREADED); // Use COINIT_MULTITHREADED since Voice E… in DeviceInfoDS() local
81 if (FAILED(hr)) in DeviceInfoDS()
86 if (hr == RPC_E_CHANGED_MODE) in DeviceInfoDS()
90 // Details: hr = 0x80010106 <=> "Cannot change thread mode after it is set". in DeviceInfoDS()
96 hr); in DeviceInfoDS()
113 HRESULT hr = CoCreateInstance(CLSID_SystemDeviceEnum, NULL, CLSCTX_INPROC, in Init() local
115 if (hr != NOERROR) in Init()
118 "Failed to create CLSID_SystemDeviceEnum, error 0x%x", hr); in Init()
161 HRESULT hr = in GetDeviceInfo() local
164 if (hr != NOERROR) in GetDeviceInfo()
[all …]
/external/webrtc/webrtc/base/
Dwin32regkey.cc147 HRESULT hr = GetValueStaticHelper(full_key_name, value_name, in GetValue() local
149 if (SUCCEEDED(hr)) { in GetValue()
155 return hr; in GetValue()
166 HRESULT hr = GetValueStaticHelper(full_key_name, value_name, in GetValue() local
168 if (SUCCEEDED(hr)) { in GetValue()
174 return hr; in GetValue()
193 HRESULT hr = RegKey::GetValue(full_key_name, value_name, buffer.accept()); in GetValue() local
194 if (SUCCEEDED(hr)) { in GetValue()
197 return hr; in GetValue()
226 HRESULT hr = HRESULT_FROM_WIN32(res); in DeleteSubKey() local
[all …]
Dwinfirewall.cc46 HRESULT hr = CoCreateInstance(__uuidof(NetFwMgr), in Initialize() local
50 if (SUCCEEDED(hr) && (mgr_ != NULL)) in Initialize()
51 hr = mgr_->get_LocalPolicy(&policy_); in Initialize()
52 if (SUCCEEDED(hr) && (policy_ != NULL)) in Initialize()
53 hr = policy_->get_CurrentProfile(&profile_); in Initialize()
56 *result = hr; in Initialize()
57 return SUCCEEDED(hr) && (profile_ != NULL); in Initialize()
91 HRESULT hr = profile_->get_AuthorizedApplications(&apps); in QueryAuthorizedW() local
92 if (SUCCEEDED(hr) && (apps != NULL)) { in QueryAuthorizedW()
94 hr = apps->Item(bfilename, &app); in QueryAuthorizedW()
[all …]
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c48 HRESULT hr; in call_IWbemServices_ExecQuery() local
53 hr = IWbemServices_ExecQuery(pSvc, bsQueryLanguage, bsQuery, lFlags, in call_IWbemServices_ExecQuery()
59 return hr; in call_IWbemServices_ExecQuery()
68 HRESULT hr; in call_IWbemServices_ExecNotificationQueryAsync() local
73 hr = IWbemServices_ExecNotificationQueryAsync(pSvc, bsQueryLanguage, in call_IWbemServices_ExecNotificationQueryAsync()
80 return hr; in call_IWbemServices_ExecNotificationQueryAsync()
90 HRESULT hr; in call_IWbemLocator_ConnectServer() local
98 hr = IWbemLocator_ConnectServer(pLoc, bsNetworkResource, bsUser, in call_IWbemLocator_ConnectServer()
108 return hr; in call_IWbemLocator_ConnectServer()
244 HRESULT hr; in ndis_events_media_specific() local
[all …]
/external/skia/src/ports/
DSkImageEncoder_WIC.cpp122 HRESULT hr = S_OK; in SkEncodeImageWithWIC() local
126 if (SUCCEEDED(hr)) { in SkEncodeImageWithWIC()
127 hr = CoCreateInstance( in SkEncodeImageWithWIC()
137 if (SUCCEEDED(hr)) { in SkEncodeImageWithWIC()
138 hr = SkWIStream::CreateFromSkWStream(stream, &piStream); in SkEncodeImageWithWIC()
143 if (SUCCEEDED(hr)) { in SkEncodeImageWithWIC()
144 hr = piImagingFactory->CreateEncoder(type, nullptr, &piEncoder); in SkEncodeImageWithWIC()
147 if (SUCCEEDED(hr)) { in SkEncodeImageWithWIC()
148 hr = piEncoder->Initialize(piStream.get(), WICBitmapEncoderNoCache); in SkEncodeImageWithWIC()
154 if (SUCCEEDED(hr)) { in SkEncodeImageWithWIC()
[all …]
DSkImageGeneratorWIC.cpp24 HRESULT hr = CoCreateInstance(CLSID_WICImagingFactory, nullptr, CLSCTX_INPROC_SERVER, in NewFromEncodedWIC() local
26 if (FAILED(hr)) { in NewFromEncodedWIC()
34 hr = SkIStream::CreateFromSkStream(new SkMemoryStream(sk_ref_sp(data)), true, &iStream); in NewFromEncodedWIC()
35 if (FAILED(hr)) { in NewFromEncodedWIC()
41 hr = imagingFactory->CreateDecoderFromStream(iStream.get(), nullptr, in NewFromEncodedWIC()
43 if (FAILED(hr)) { in NewFromEncodedWIC()
49 hr = decoder->GetFrame(0, &imageFrame); in NewFromEncodedWIC()
50 if (FAILED(hr)) { in NewFromEncodedWIC()
56 hr = imageFrame->QueryInterface(IID_PPV_ARGS(&imageSource)); in NewFromEncodedWIC()
57 if (FAILED(hr)) { in NewFromEncodedWIC()
[all …]
/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc115 HRESULT hr = CoInitializeEx(NULL, COINIT_MULTITHREADED); in Init() local
116 need_couninitialize_ = SUCCEEDED(hr); in Init()
117 if (FAILED(hr)) { in Init()
118 LOG(LS_ERROR) << "CoInitialize failed, hr=" << hr; in Init()
119 if (hr != RPC_E_CHANGED_MODE) { in Init()
184 HRESULT hr; in GetDevices() local
191 if (FAILED(hr = sys_dev_enum.CoCreateInstance(CLSID_SystemDeviceEnum)) || in GetDevices()
192 FAILED(hr = sys_dev_enum->CreateClassEnumerator(catid, &cam_enum, 0))) { in GetDevices()
193 LOG(LS_ERROR) << "Failed to create device enumerator, hr=" << hr; in GetDevices()
199 if (hr == S_OK) { in GetDevices()
[all …]
/external/mdnsresponder/mDNSWindows/DLLX/
DTXTRecord.cpp50 HRESULT hr = S_OK; in SetValue() local
68 require_action( ok, exit, hr = S_FALSE ); in SetValue()
74 require_action( ok, exit, hr = S_FALSE ); in SetValue()
80 require_action( !err, exit, hr = S_FALSE ); in SetValue()
88 return hr; in SetValue()
98 HRESULT hr = S_OK; in RemoveValue() local
116 require_action( ok, exit, hr = S_FALSE ); in RemoveValue()
122 require_action( !err, exit, hr = S_FALSE ); in RemoveValue()
132 return hr; in RemoveValue()
196 HRESULT hr = S_OK; in GetValueForKey() local
[all …]
DDLLX.cpp113 HRESULT hr = PrxDllCanUnloadNow(); in DllCanUnloadNow() local
115 if (hr != S_OK) in DllCanUnloadNow()
117 return hr; in DllCanUnloadNow()
159 HRESULT hr = _AtlModule.DllRegisterServer(); in DllRegisterServer() local
163 if (FAILED(hr)) in DllRegisterServer()
165 return hr; in DllRegisterServer()
167 hr = PrxDllRegisterServer(); in DllRegisterServer()
171 return hr; in DllRegisterServer()
185 HRESULT hr = _AtlModule.DllUnregisterServer(); in DllUnregisterServer() local
189 if (FAILED(hr)) in DllUnregisterServer()
[all …]
D_IDNSSDEvents_CP.h15 HRESULT hr = S_OK; in Fire_DomainFound() local
37hr = pConnection->Invoke(1, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, N… in Fire_DomainFound()
40 return hr; in Fire_DomainFound()
44 HRESULT hr = S_OK; in Fire_DomainLost() local
66hr = pConnection->Invoke(2, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, N… in Fire_DomainLost()
69 return hr; in Fire_DomainLost()
73 HRESULT hr = S_OK; in Fire_ServiceFound() local
99hr = pConnection->Invoke(3, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, N… in Fire_ServiceFound()
102 return hr; in Fire_ServiceFound()
106 HRESULT hr = S_OK; in Fire_ServiceLost() local
[all …]
/external/markdown/tests/safe_mode/
Dinline-html-simple.txt48 <hr />
50 Hr's:
52 <hr>
54 <hr/>
56 <hr />
58 <hr>
60 <hr/>
62 <hr />
64 <hr class="foo" id="bar" />
66 <hr class="foo" id="bar"/>
[all …]
/external/libxml2/doc/devhelp/
Dlibxml2-xmlversion.html104 <hr/>
108 <hr/>
112 <hr/>
116 <hr/>
120 <hr/>
124 <hr/>
128 <hr/>
132 <hr/>
136 <hr/>
140 <hr/>
[all …]
/external/pdfium/core/fxge/win32/
Dfx_win32_dwrite.cpp158 HRESULT hr = S_OK; in DwCreateFontFaceFromStream() local
159 hr = pDwFactory->CreateCustomFontFileReference( in DwCreateFontFaceFromStream()
162 if (FAILED(hr)) { in DwCreateFontFaceFromStream()
165 hr = pDwFontFile->Analyze(&isSupportedFontType, &fontFileType, &fontFaceType, in DwCreateFontFaceFromStream()
167 if (FAILED(hr) || !isSupportedFontType || in DwCreateFontFaceFromStream()
171 hr = pDwFactory->CreateFontFace(fontFaceType, 1, &pDwFontFile, 0, fontStyle, in DwCreateFontFaceFromStream()
173 if (FAILED(hr)) { in DwCreateFontFaceFromStream()
192 HRESULT hr = S_OK; in DwCreateRenderingTarget() local
193 hr = pDwFactory->GetGdiInterop(&pGdiInterop); in DwCreateRenderingTarget()
194 if (FAILED(hr)) { in DwCreateRenderingTarget()
[all …]

12345678910>>...75