HomeSort by relevance Sort by last modified time
    Searched defs:_h (Results 1 - 16 of 16) sorted by null

  /external/clang/test/CXX/over/over.oper/over.literal/
p2.cpp 31 template<char...> void operator "" _h() {} function
33 template<> void operator "" _h<'a', 'b', 'c'>() {} function
35 template void operator "" _h<'a', 'b', 'c', 'd'>();
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 89 HwcTestDim(): _w(0), _h(0) {};
90 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {}
92 uint32_t height(void) const { return _h; }
94 void setHeight(uint32_t h) { _h = h; }
101 uint32_t _h; member in class:HwcTestDim
  /external/chromium_org/third_party/libjpeg_turbo/
jpegut.c 238 const char *pixformat; int _w=0, _h=0; double t; local
252 _catch(tjDecompressHeader(hnd, jpegbuf, jpegsize, &_w, &_h));
253 if(_w!=w || _h!=h)
tjbench.c 470 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, local
532 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
538 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
558 _w=h; _h=w; _tilew=tileh; _tileh=tilew;
565 _h=_h-(_h%tjMCUHeight[_subsamp]);
569 _h=_h-(_h%tjMCUWidth[_subsamp])
    [all...]
  /external/chromium_org/third_party/skia/experimental/DrawingBoard/
SkColorPalette.cpp 149 float _h,r,g,b; local
153 _h = h * 6;
154 _i = (int)_h;
156 _2 = v * (1 - s * (_h - _i));
157 _3 = v * (1 - s * (1 - (_h - _i)));
  /external/skia/experimental/DrawingBoard/
SkColorPalette.cpp 149 float _h,r,g,b; local
153 _h = h * 6;
154 _i = (int)_h;
156 _2 = v * (1 - s * (_h - _i));
157 _3 = v * (1 - s * (1 - (_h - _i)));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 1296 def _h(self): member in class:FooBar
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 1296 def _h(self): member in class:FooBar
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 141 function _h(b,a){return b.removeChild(a)}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 792 milliseconds