HomeSort by relevance Sort by last modified time
    Searched defs:_h (Results 1 - 14 of 14) 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/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)));
  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 248 int32_t _h = listSize / STRING_LIST_BUFFER_SIZE; local
250 if (_h > 100) {
251 _h = 100;
254 _histogram[_h] += 1;
  /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/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 635 milliseconds