Home
last modified time | relevance | path

Searched refs:hr (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/external/skia/src/ports/
DSkImageDecoder_WIC.cpp116 HRESULT hr = S_OK; in decodeStream() local
120 if (SUCCEEDED(hr)) { in decodeStream()
121 hr = CoCreateInstance( in decodeStream()
131 if (SUCCEEDED(hr)) { in decodeStream()
132 hr = SkIStream::CreateFromSkStream(stream, false, &piStream); in decodeStream()
136 if (SUCCEEDED(hr)) { in decodeStream()
138 hr = piStream->Seek(liBeginning, STREAM_SEEK_SET, NULL); in decodeStream()
143 if (SUCCEEDED(hr)) { in decodeStream()
144 hr = piImagingFactory->CreateDecoderFromStream( in decodeStream()
155 if (SUCCEEDED(hr)) { in decodeStream()
[all …]
DSkTypeface_win_dw.cpp290 HRESULT hr = S_OK; in populate_glyph_to_unicode() local
297 hr = fontFace->GetGlyphIndices(&c, 1, &glyph); in populate_glyph_to_unicode()
313 HRESULT hr = fontFace->GetDesignGlyphMetrics(&glyphId, 1, &gm); in getWidthAdvance() local
315 if (FAILED(hr)) { in getWidthAdvance()
331 HRESULT hr = S_OK; in onGetAdvancedTypefaceMetrics() local
348 hr = fDWriteFontFamily->GetFamilyNames(&familyNames); in onGetAdvancedTypefaceMetrics()
351 hr = familyNames->GetStringLength(0, &familyNameLen); in onGetAdvancedTypefaceMetrics()
354 hr = familyNames->GetString(0, familyName.get(), familyNameLen+1); in onGetAdvancedTypefaceMetrics()
356 hr = sk_wchar_to_skstring(familyName.get(), familyNameLen, &info->fFontName); in onGetAdvancedTypefaceMetrics()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
Ddxgid3d11.cpp46 HRESULT hr; in D3D11CreateDevice() local
51 hr = CreateDXGIFactory1(IID_IDXGIFactory1, (void**)&factory); in D3D11CreateDevice()
52 if(!SUCCEEDED(hr)) in D3D11CreateDevice()
53 return hr; in D3D11CreateDevice()
54 hr = factory->EnumAdapters1(0, &adapter_to_release); in D3D11CreateDevice()
55 if(!SUCCEEDED(hr)) in D3D11CreateDevice()
56 return hr; in D3D11CreateDevice()
60 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D11CreateDevice()
61 if(!SUCCEEDED(hr)) in D3D11CreateDevice()
62 return hr; in D3D11CreateDevice()
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
Ddxgid3d10.cpp43 HRESULT hr; in D3D10CreateDevice1() local
48 hr = CreateDXGIFactory1(IID_IDXGIFactory1, (void**)&factory); in D3D10CreateDevice1()
49 if(!SUCCEEDED(hr)) in D3D10CreateDevice1()
50 return hr; in D3D10CreateDevice1()
51 hr = factory->EnumAdapters1(0, &adapter_to_release); in D3D10CreateDevice1()
52 if(!SUCCEEDED(hr)) in D3D10CreateDevice1()
53 return hr; in D3D10CreateDevice1()
57 hr = adapter->QueryInterface(IID_IGalliumAdapter, (void**)&gallium_adapter); in D3D10CreateDevice1()
58 if(!SUCCEEDED(hr)) in D3D10CreateDevice1()
59 return hr; in D3D10CreateDevice1()
[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/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Ddatetimeutil.py88 hr = 0.0
92 hr = int(val.pop())
95 if len(val) > 0 and not hr:
96 hr = int(val.pop())
97 return timedelta(hours=hr, minutes=mi)
111 hr = val.seconds/3600
113 return "%d.%02d" % (hr, mn * 100/60)
121 hr = mi = 0
129 hr = int(val[0])
137 hr = tm[3]
[all …]
/external/webrtc/src/system_wrappers/source/
Dcpu_win.cc229 HRESULT hr = CoCreateInstance(CLSID_WbemLocator, NULL, in CreateWmiConnection() local
232 if (FAILED(hr)) in CreateWmiConnection()
244 hr = service_locator->ConnectServer(wmi_namespace, NULL, NULL, NULL, 0L, in CreateWmiConnection()
248 return !FAILED(hr); in CreateWmiConnection()
255 HRESULT hr = CoCreateInstance(CLSID_WbemRefresher, NULL, in CreatePerfOsRefresher() local
258 if (FAILED(hr)) in CreatePerfOsRefresher()
264 hr = wbem_refresher_->QueryInterface( in CreatePerfOsRefresher()
267 if (FAILED(hr)) in CreatePerfOsRefresher()
276 hr = CoCopyProxy(static_cast<IUnknown*> (wbem_service_), in CreatePerfOsRefresher()
278 if(FAILED(hr)) in CreatePerfOsRefresher()
[all …]
/external/markdown/tests/markdown-test/
Dinline-html-simple.txt48 <hr />
52 <hr>
54 <hr/>
56 <hr />
58 <hr>
60 <hr/>
62 <hr />
64 <hr class="foo" id="bar" />
66 <hr class="foo" id="bar"/>
68 <hr class="foo" id="bar" >
/external/markdown/MarkdownTest/Tests_2004/
DInline HTML (Simple).text48 <hr />
52 <hr>
54 <hr/>
56 <hr />
58 <hr>
60 <hr/>
62 <hr />
64 <hr class="foo" id="bar" />
66 <hr class="foo" id="bar"/>
68 <hr class="foo" id="bar" >
/external/markdown/MarkdownTest/Tests_2007/
DInline HTML (Simple).text48 <hr />
52 <hr>
54 <hr/>
56 <hr />
58 <hr>
60 <hr/>
62 <hr />
64 <hr class="foo" id="bar" />
66 <hr class="foo" id="bar"/>
68 <hr class="foo" id="bar" >
/external/markdown/tests/safe_mode/
Dinline-html-simple.txt48 <hr />
52 <hr>
54 <hr/>
56 <hr />
58 <hr>
60 <hr/>
62 <hr />
64 <hr class="foo" id="bar" />
66 <hr class="foo" id="bar"/>
68 <hr class="foo" id="bar" >
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp141 HRESULT hr = S_OK; in DwCreateFontFaceFromStream() local
142 hr = pDwFactory->CreateCustomFontFileReference( in DwCreateFontFaceFromStream()
148 if (FAILED(hr)) { in DwCreateFontFaceFromStream()
151 hr = pDwFontFile->Analyze( in DwCreateFontFaceFromStream()
157 if (FAILED(hr) || !isSupportedFontType || fontFaceType == DWRITE_FONT_FACE_TYPE_UNKNOWN) { in DwCreateFontFaceFromStream()
160 hr = pDwFactory->CreateFontFace( in DwCreateFontFaceFromStream()
168 if (FAILED(hr)) { in DwCreateFontFaceFromStream()
186 HRESULT hr = S_OK; in DwCreateRenderingTarget() local
187 hr = pDwFactory->GetGdiInterop(&pGdiInterop); in DwCreateRenderingTarget()
188 if (FAILED(hr)) { in DwCreateRenderingTarget()
[all …]
/external/lzma/CPP/Windows/
DPropVariant.cpp177 HRESULT hr = Clear(); in Attach() local
178 if (FAILED(hr)) in Attach()
179 return hr; in Attach()
187 HRESULT hr = MyPropVariantClear(pDest); in Detach() local
188 if (FAILED(hr)) in Detach()
189 return hr; in Detach()
197 HRESULT hr = Clear(); in InternalClear() local
198 if (FAILED(hr)) in InternalClear()
201 scode = hr; in InternalClear()
203 return hr; in InternalClear()
[all …]
/external/skia/src/utils/win/
DSkDWrite.cpp29 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in create_dwrite_factory() local
30 if (!IS_ERROR(hr)) { in create_dwrite_factory()
31 hr = ERROR_PROC_NOT_FOUND; in create_dwrite_factory()
33 HRVM(hr, "Could not get DWriteCreateFactory proc."); in create_dwrite_factory()
117 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in SkGetGetUserDefaultLocaleNameProc() local
118 if (!IS_ERROR(hr)) { in SkGetGetUserDefaultLocaleNameProc()
119 hr = ERROR_PROC_NOT_FOUND; in SkGetGetUserDefaultLocaleNameProc()
121 return hr; in SkGetGetUserDefaultLocaleNameProc()
DSkIStream.cpp151 HRESULT hr = S_OK; in Seek() local
156 hr = E_FAIL; in Seek()
163 hr = E_FAIL; in Seek()
174 hr = E_FAIL; in Seek()
180 hr = E_FAIL; in Seek()
189 hr = E_FAIL; in Seek()
195 hr = STG_E_INVALIDFUNCTION; in Seek()
202 return hr; in Seek()
248 HRESULT hr = S_OK; in Write() local
254 hr = S_FALSE; in Write()
[all …]
DSkDWriteFontFileStream.cpp34 HRESULT hr = S_OK; in read() local
51 hr = fFontFileStream->ReadFileFragment(&start, fPos, size, &fragmentLock); in read()
52 if (SUCCEEDED(hr)) { in read()
67 hr = fFontFileStream->ReadFileFragment(&start, fPos, read, &fragmentLock); in read()
68 if (SUCCEEDED(hr)) { in read()
112 HRESULT hr = S_OK; in getLength() local
114 hr = fFontFileStream->GetFileSize(&realFileSize); in getLength()
DSkHRESULT.cpp12 void SkTraceHR(const char* file, unsigned long line, HRESULT hr, const char* msg) { in SkTraceHR() argument
16 SkDebugf("%s(%lu) : error 0x%x: ", file, line, hr); in SkTraceHR()
23 hr, in SkTraceHR()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp907 HRESULT hr; in GalliumDXGISwapChain() local
909 hr = p_device->QueryInterface(IID_IGalliumDevice, (void**)&gallium_device); in GalliumDXGISwapChain()
910 if(!SUCCEEDED(hr)) in GalliumDXGISwapChain()
911 throw hr; in GalliumDXGISwapChain()
913 hr = p_device->QueryInterface(IID_IDXGIDevice, (void**)&dxgi_device); in GalliumDXGISwapChain()
914 if(!SUCCEEDED(hr)) in GalliumDXGISwapChain()
915 throw hr; in GalliumDXGISwapChain()
917 hr = dxgi_device->GetAdapter((IDXGIAdapter**)&adapter); in GalliumDXGISwapChain()
918 if(!SUCCEEDED(hr)) in GalliumDXGISwapChain()
919 throw hr; in GalliumDXGISwapChain()
[all …]
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/
Disindex.dat9 | <hr>
14 | <hr>
25 | <hr>
31 | <hr>
/external/libvpx/libvpx/vp8/common/
Donyx.h68 static void Scale2Ratio(int mode, int *hr, int *hs) in Scale2Ratio() argument
73 *hr = 1; in Scale2Ratio()
77 *hr = 4; in Scale2Ratio()
81 *hr = 3; in Scale2Ratio()
85 *hr = 1; in Scale2Ratio()
89 *hr = 1; in Scale2Ratio()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
Dplurals.txt1030 hr za sljedeći broj mjeseci: 0.0
1031 hr za sljedeći broj mjeseci: 0.00
1032 hr za sljedeći broj mjeseci: 0.000
1033 hr za sljedeći broj mjeseci: 0.001
1034 hr za sljedeći broj mjeseci: 0.002
1035 hr za sljedeći broj mjeseci: 0.005
1036 hr za sljedeći broj mjeseci: 0.01
1037 hr za sljedeći broj mjeseci: 0.010
1038 hr za sljedeći broj mjeseci: 0.011
1039 hr za sljedeći broj mjeseci: 0.012
[all …]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscam02.c247 cmsFloat64Number t, e, p1, p2, p3, p4, p5, hr, d2r; in InverseCorrelates() local
264 hr = clr.h * d2r; in InverseCorrelates()
266 if (fabs(sin(hr)) >= fabs(cos(hr))) { in InverseCorrelates()
267 p4 = p1 / sin(hr); in InverseCorrelates()
270 (cos(hr) / sin(hr)) - (27.0 / 1403.0) + in InverseCorrelates()
272 clr.a = clr.b * (cos(hr) / sin(hr)); in InverseCorrelates()
275 p5 = p1 / cos(hr); in InverseCorrelates()
279 (sin(hr) / cos(hr))); in InverseCorrelates()
280 clr.b = clr.a * (sin(hr) / cos(hr)); in InverseCorrelates()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
Dd3d10x11main.cpp77 HRESULT hr; in main() local
80 hr = D3D10CreateDeviceAndSwapChain( in main()
92 hr = D3D10CreateDeviceAndSwapChain1( in main()
103 if(!SUCCEEDED(hr)) in main()
105 fprintf(stderr, "Failed to create D3D10 device (hresult %08x)\n", hr); in main()
Dd3d10winmain.cpp108 HRESULT hr; in main() local
111 hr = D3D10CreateDeviceAndSwapChain( in main()
123 hr = D3D10CreateDeviceAndSwapChain1( in main()
135 if(!SUCCEEDED(hr)) in main()
137 fprintf(stderr, "Failed to create D3D10 device (hresult %08x)\n", hr); in main()
/external/icu/icu4c/source/data/coll/
Dhr.txt6 // * Source File: <path>/common/collation/hr.xml
9 hr{
13 Sequence{"[import und-u-co-search][import hr-u-co-standard][reorder others]"}

12345678910>>...16