HomeSort by relevance Sort by last modified time
    Searched defs:_h (Results 1 - 9 of 9) 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 90 HwcTestDim(): _w(0), _h(0) {};
91 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {}
93 uint32_t height(void) const { return _h; }
95 void setHeight(uint32_t h) { _h = h; }
102 uint32_t _h; member in class:HwcTestDim
  /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...]
  /dalvik/vm/analysis/
CodeVerify.cpp 147 #define _h kRegTypeConstPosShort macro
148 #define _H kRegTypeConstShort
192 { /*0*/ _X,_X,_X,_0,_Z,_Z,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X },
193 { /*1*/ _X,_X,_X,_Z,_1,_Z,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X },
194 { /*Z*/ _X,_X,_X,_Z,_Z,_Z,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X },
195 { /*y*/ _X,_X,_X,_y,_y,_y,_y,_Y,_h,_H,_c,_i,_b,_B,_s,_S,_C,_I,_F,_X,_X,_X,_X,_X,_X }
224 #undef _h macro
    [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 

Completed in 191 milliseconds