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

  /frameworks/base/opengl/tests/hwc/
hwcTestLib.h 93 HwcTestDim(): _w(0), _h(0) {};
94 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {}
96 uint32_t height(void) const { return _h; }
98 void setHeight(uint32_t h) { _h = h; }
105 uint32_t _h; member in class:HwcTestDim
  /external/icu4c/i18n/
colldata.cpp 243 int32_t _h = listSize / STRING_LIST_BUFFER_SIZE; local
245 if (_h > 100) {
246 _h = 100;
249 _histogram[_h] += 1;
  /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...]

Completed in 73 milliseconds