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

  /external/webkit/
bison_check.mk 18 @echo '#ifndef '$(@F:$1=_h) > $(@:$1=.h)
19 @echo '#define '$(@F:$1=_h) >> $(@:$1=.h)
  /frameworks/base/awt/com/android/internal/awt/
AndroidJavaBlitter.java 257 int _h = height; local
277 _h -= shy;
286 if(_dy + _h > cy2 + 1){
287 _h = cy2 - _dy + 1;
296 dstCM, dstRast, _w, _h, rule, alpha, bgcolor);
299 dstCM, dstRast, _w, _h, xorcolor);
301 Raster sr = srcRast.createChild(_sx, _sy, _w, _h, 0, 0, null);
303 _w, _h, 0, 0, null);
  /external/strace/
defs.h 586 * _h refers to the higher numbered u_arg
590 #define LONG_LONG(_l,_h) \
591 ((long long)((unsigned long long)(unsigned)(_l) | ((unsigned long long)(_h)<<32)))
593 #define LONG_LONG(_l,_h) \
594 ((long long)((unsigned long long)(unsigned)(_h) | ((unsigned long long)(_l)<<32)))
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaBlitter.java 242 int _h = height; local
262 _h -= shy;
271 if(_dy + _h > cy2 + 1){
272 _h = cy2 - _dy + 1;
281 dstCM, dstRast, _w, _h, rule, alpha, bgcolor);
284 dstCM, dstRast, _w, _h, xorcolor);
286 Raster sr = srcRast.createChild(_sx, _sy, _w, _h, 0, 0, null);
288 _w, _h, 0, 0, null);
  /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;
  /build/core/
definitions.mk 728 echo '#ifndef '$(@F:$1=_h) > $(@:$1=.h)
729 echo '#define '$(@F:$1=_h) >> $(@:$1=.h)
    [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin 76 p(? ?Xr?i??H???]03$?)??x)\?s??L95?G ????x?_h??+??l ?{?<q_!?k??V??`b??+???+ut??P+?Ñs??A?W???s>??? E?@+?X???
    [all...]

Completed in 168 milliseconds