/external/lzma/CPP/Common/ |
Types.h | 8 typedef int HRes;
|
/external/chromium/base/ |
resource_util.cc | 25 HGLOBAL hres = LoadResource(module, hres_info); local 26 if (!hres) 29 void* resource = LockResource(hres);
|
/external/chromium_org/base/win/ |
resource_util.cc | 30 HGLOBAL hres = LoadResource(module, hres_info); local 31 if (!hres) 34 void* resource = LockResource(hres);
|
/external/chromium_org/printing/ |
print_settings_initializer_mac.cc | 34 if (resolution.hRes > best_resolution.hRes) 38 int dpi = best_resolution.hRes;
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Query9.cpp | 98 HRESULT hres = mQuery->GetData(&numPixels, sizeof(DWORD), D3DGETDATA_FLUSH); local 99 if (hres == S_OK) 113 else if (d3d9::isDeviceLostError(hres))
|
/external/lzma/CPP/7zip/Archive/Common/ |
CrossThreadProgress.h | 21 HRes Create()
|
/external/lzma/CPP/7zip/Common/ |
StreamBinder.h | 20 HRes CreateEvents();
|
StreamBinder.cpp | 54 HRes CStreamBinder::CreateEvents()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
PixMapWrapper.py | 31 'hRes':'l', # horizontal pixels per inch 54 'hRes':22, 78 72<<16, 72<<16, # hRes, vRes 113 elif attr == 'hRes' or attr == 'vRes': 133 elif attr == 'hRes' or attr == 'vRes':
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
MediaDescr.py | 91 'width', 'height', ('hRes', _tofixed, _fromfixed), ('vRes', _tofixed, _fromfixed),
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
navier-stokes.js | 397 this.setResolution = function (hRes, wRes) 399 var res = wRes * hRes; 400 if (res > 0 && res < 1000000 && (wRes != width || hRes != height)) { 402 height = hRes;
|
/external/chromium_org/v8/benchmarks/ |
navier-stokes.js | 375 this.setResolution = function (hRes, wRes) 377 var res = wRes * hRes; 378 if (res > 0 && res < 1000000 && (wRes != width || hRes != height)) { 380 height = hRes;
|
/external/v8/benchmarks/ |
navier-stokes.js | 375 this.setResolution = function (hRes, wRes) 377 var res = wRes * hRes; 378 if (res > 0 && res < 1000000 && (wRes != width || hRes != height)) { 380 height = hRes;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 580 HRESULT hres = this->device->get_immediate_context()->Map(this, 0, d3d_map, 0, &d3d_mapped); local 583 return hres;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 580 HRESULT hres = this->device->get_immediate_context()->Map(this, 0, d3d_map, 0, &d3d_mapped); local 583 return hres;
|
/frameworks/av/media/libstagefright/wifi-display/ |
VideoFormats.cpp | 435 // max-hres (none or 2 byte)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 1504 HRESULT hres = factory->QueryInterface(riid, out_factory); local [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
dxgi_native.cpp | 1504 HRESULT hres = factory->QueryInterface(riid, out_factory); local [all...] |
/external/lzma/ |
lzma.txt | 540 HRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
|