/external/skia/src/ports/ |
D | SkImageDecoder_WIC.cpp | 116 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 …]
|
D | SkTypeface_win_dw.cpp | 290 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/ |
D | dxgid3d11.cpp | 46 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/ |
D | dxgid3d10.cpp | 43 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/ |
D | ndis_events.c | 48 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/ |
D | datetimeutil.py | 88 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/ |
D | cpu_win.cc | 229 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/ |
D | inline-html-simple.txt | 48 <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/ |
D | Inline HTML (Simple).text | 48 <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/ |
D | Inline HTML (Simple).text | 48 <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/ |
D | inline-html-simple.txt | 48 <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/ |
D | fx_win32_dwrite.cpp | 141 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/ |
D | PropVariant.cpp | 177 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/ |
D | SkDWrite.cpp | 29 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()
|
D | SkIStream.cpp | 151 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 …]
|
D | SkDWriteFontFileStream.cpp | 34 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()
|
D | SkHRESULT.cpp | 12 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/ |
D | dxgi_native.cpp | 907 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/ |
D | isindex.dat | 9 | <hr> 14 | <hr> 25 | <hr> 31 | <hr>
|
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 68 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/ |
D | plurals.txt | 1030 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/ |
D | cmscam02.c | 247 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/ |
D | d3d10x11main.cpp | 77 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()
|
D | d3d10winmain.cpp | 108 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/ |
D | hr.txt | 6 // * Source File: <path>/common/collation/hr.xml 9 hr{ 13 Sequence{"[import und-u-co-search][import hr-u-co-standard][reorder others]"}
|