HomeSort by relevance Sort by last modified time
    Searched defs:_h (Results 1 - 19 of 19) 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'>();
  /external/python/cpython2/Doc/includes/
mp_newtype.py 20 def _h(self): member in class:Foo
21 print 'you called Foo._h()'
50 # register the Foo class; make `g()` and `_h()` accessible via proxy
51 MyManager.register('Foo2', Foo, exposed=('g', '_h'))
70 assert not hasattr(f1, '_h')
77 f2._h()
79 assert sorted(f2._exposed_) == sorted(['g', '_h'])
  /external/python/cpython3/Doc/includes/
mp_newtype.py 12 def _h(self): member in class:Foo
13 print('you called Foo._h()')
40 # register the Foo class; make `g()` and `_h()` accessible via proxy
41 MyManager.register('Foo2', Foo, exposed=('g', '_h'))
60 assert not hasattr(f1, '_h')
67 f2._h()
69 assert sorted(f2._exposed_) == sorted(['g', '_h'])
  /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/libjpeg-turbo/
tjbench.c 500 int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh, local
570 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
576 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
596 _w=h; _h=w; _tilew=tileh; _tileh=tilew;
603 _h=_h-(_h%tjMCUHeight[_subsamp]);
607 _h=_h-(_h%tjMCUWidth[_subsamp])
    [all...]
  /external/libvncserver/test/
tjbench.c 356 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, _subsamp; local
414 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
420 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
436 if(h==tileh) _tileh=_h;
437 if(decomptest(NULL, jpegbuf, jpegsize, NULL, _w, _h, _subsamp, 0,
  /external/libjpeg-turbo/java/
TJBench.java 431 int w = 0, h = 0, subsamp = -1, cs = -1, _w, _h, _tilew, _tileh, local
481 _w = w; _h = h; _tilew = tilew; _tileh = tileh;
487 sf.getScaled(_h));
502 _w = h; _h = w; _tilew = tileh; _tileh = tilew;
512 _h = _h - (_h % TJ.getMCUHeight(_subsamp));
518 _h = _h - (_h % TJ.getMCUWidth(_subsamp))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 1177 def _h(self): member in class:FooBar
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 1369 def _h(self): member in class:FooBar
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 179 uint32_t _h = h; local
183 Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride);
194 uint32_t _h = h; local
199 Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride);
248 uint32_t _h = h; local
252 Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data, _sizeBytes, _stride);
263 uint32_t _h = h; local
268 Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 1296 def _h(self): member in class:FooBar
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 1296 def _h(self): member in class:FooBar
    [all...]
  /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/python/cpython3/Lib/test/
_test_multiprocessing.py 2106 def _h(self): member in class:FooBar
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.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 530 milliseconds