HomeSort by relevance Sort by last modified time
    Searched defs:_w (Results 1 - 25 of 27) sorted by null

1 2

  /external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h 33 double _w[2]; member in class:webrtc::TimestampExtrapolator
  /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) {}
91 uint32_t width(void) const { return _w; }
93 void setWidth(uint32_t w) { _w = w; }
100 uint32_t _w; member in class:HwcTestDim
  /bionic/libc/stdio/
local.h 64 int _w; /* write space left for putc() */ member in struct:__sFILE
  /external/clang/test/CodeGen/
struct.c 99 struct _w { struct
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 201 * - if _flags&__SRD, _w is 0
222 int _w; /**< write space left for putc() */ member in struct:__sFILE
    [all...]
  /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;
601 _w=_w-(_w%tjMCUWidth[_subsamp]);
605 _w=_w-(_w%tjMCUHeight[_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));
435 if(w==tilew) _tilew=_w;
437 if(decomptest(NULL, jpegbuf, jpegsize, NULL, _w, _h, _subsamp, 0,
  /external/opencv/cv/src/
cvundistort.cpp 351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; local
353 for( j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6] )
355 double w = 1./_w, x = _x*w, y = _y*w;
  /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;
486 System.out.format(" --> %d x %d", sf.getScaled(_w),
502 _w = h; _h = w; _tilew = tileh; _tileh = tilew;
509 _w = _w - (_w % TJ.getMCUWidth(_subsamp));
515 _w = _w - (_w % TJ.getMCUHeight(_subsamp))
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 309 CvMat hdr[2], _w, *layer_in = &hdr[0], *layer_out = &hdr[1], *temp; local
324 cvInitMatHeader( &_w, layer_in->cols, layer_out->cols, CV_64F, weights[j] );
325 cvGEMM( layer_in, &_w, 1, 0, 0, layer_out );
326 calc_activ_func( layer_out, _w.data.db + _w.rows*_w.cols );
936 CvMat _w, _dw, hdr1, hdr2, ghdr1, ghdr2, _df; local
977 cvInitMatHeader( &_w, x1->cols, x2->cols, CV_64F, weights[i] );
978 cvGEMM( x1, &_w, 1, 0, 0, x2 );
981 calc_activ_func_deriv( x2, &_df, _w.data.db + _w.rows*_w.cols )
1131 CvMat _w, _dEdw, hdr1, hdr2, ghdr1, ghdr2, _df; local
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 178 uint32_t _w = w; local
183 Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride);
193 uint32_t _w = w; local
199 Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride);
247 uint32_t _w = w; local
252 Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data, _sizeBytes, _stride);
262 uint32_t _w = w; local
268 Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride);
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 501 self.tk.call('tkwait', 'window', window._w)
509 self.tk.call('tkwait', 'visibility', window._w)
527 self.tk.call('focus', self._w)
533 self.tk.call('focus', '-force', self._w)
549 name = self.tk.call('focus', '-displayof', self._w)
555 name = self.tk.call('focus', '-lastfor', self._w)
571 name = self.tk.call('tk_focusNext', self._w)
576 name = self.tk.call('tk_focusPrev', self._w)
655 if 'displayof' not in kw: kw['displayof'] = self._w
663 if 'displayof' not in kw: kw['displayof'] = self._w
1799 _w = '.' variable in class:Tk
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 639 self.tk.call('tkwait', 'window', window._w)
647 self.tk.call('tkwait', 'visibility', window._w)
680 self.tk.call('focus', self._w)
686 self.tk.call('focus', '-force', self._w)
702 name = self.tk.call('focus', '-displayof', self._w)
708 name = self.tk.call('focus', '-lastfor', self._w)
724 name = self.tk.call('tk_focusNext', self._w)
729 name = self.tk.call('tk_focusPrev', self._w)
808 if 'displayof' not in kw: kw['displayof'] = self._w
816 if 'displayof' not in kw: kw['displayof'] = self._w
1996 _w = '.' variable in class:Tk
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 440 self.tk.call('tkwait', 'window', window._w)
448 self.tk.call('tkwait', 'visibility', window._w)
466 self.tk.call('focus', self._w)
472 self.tk.call('focus', '-force', self._w)
488 name = self.tk.call('focus', '-displayof', self._w)
494 name = self.tk.call('focus', '-lastfor', self._w)
510 name = self.tk.call('tk_focusNext', self._w)
515 name = self.tk.call('tk_focusPrev', self._w)
593 if 'displayof' not in kw: kw['displayof'] = self._w
601 if 'displayof' not in kw: kw['displayof'] = self._w
1724 _w = '.' variable in class:Tk
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 440 self.tk.call('tkwait', 'window', window._w)
448 self.tk.call('tkwait', 'visibility', window._w)
466 self.tk.call('focus', self._w)
472 self.tk.call('focus', '-force', self._w)
488 name = self.tk.call('focus', '-displayof', self._w)
494 name = self.tk.call('focus', '-lastfor', self._w)
510 name = self.tk.call('tk_focusNext', self._w)
515 name = self.tk.call('tk_focusPrev', self._w)
593 if 'displayof' not in kw: kw['displayof'] = self._w
601 if 'displayof' not in kw: kw['displayof'] = self._w
1724 _w = '.' variable in class:Tk
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 440 self.tk.call('tkwait', 'window', window._w)
448 self.tk.call('tkwait', 'visibility', window._w)
466 self.tk.call('focus', self._w)
472 self.tk.call('focus', '-force', self._w)
488 name = self.tk.call('focus', '-displayof', self._w)
494 name = self.tk.call('focus', '-lastfor', self._w)
510 name = self.tk.call('tk_focusNext', self._w)
515 name = self.tk.call('tk_focusPrev', self._w)
593 if 'displayof' not in kw: kw['displayof'] = self._w
601 if 'displayof' not in kw: kw['displayof'] = self._w
1724 _w = '.' variable in class:Tk
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 440 self.tk.call('tkwait', 'window', window._w)
448 self.tk.call('tkwait', 'visibility', window._w)
466 self.tk.call('focus', self._w)
472 self.tk.call('focus', '-force', self._w)
488 name = self.tk.call('focus', '-displayof', self._w)
494 name = self.tk.call('focus', '-lastfor', self._w)
510 name = self.tk.call('tk_focusNext', self._w)
515 name = self.tk.call('tk_focusPrev', self._w)
593 if 'displayof' not in kw: kw['displayof'] = self._w
601 if 'displayof' not in kw: kw['displayof'] = self._w
1724 _w = '.' variable in class:Tk
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 2274 milliseconds

1 2