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

1 2 3 4 5 6

  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p7.cpp 13 long double operator "" _w(long double);
14 std::string operator "" _w(const char16_t*, size_t);
15 unsigned operator "" _w(const char*);
17 auto v1 = 1.2_w; // calls operator""_w(1.2L)
18 auto v2 = u"one"_w; // calls operator""_w(u"one", 3)
19 auto v3 = 12_w; // calls operator""_w("12")
20 "two"_w; // expected-error {{no matching literal operator for call to 'operator""_w' with argum (…)
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 48 _w[0] = 90.0;
49 _w[1] = 0;
101 _w[1] = -_w[0] * tMs;
108 static_cast<double>(tMs) * _w[0] - _w[1];
127 _w[0] = _w[0] + K[0] * residual;
128 _w[1] = _w[1] + K[1] * residual
    [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...]
Tix.py 237 self.tk.call('tixForm', self._w, *self._options(cnf, kw))
245 return self.tk.call('tixForm', 'check', self._w)
248 self.tk.call('tixForm', 'forget', self._w)
252 x = self.tk.call('tixForm', 'grid', self._w)
258 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
262 return self.tk.call('tixForm', 'info', self._w)
265 return self.tk.call('tixForm', 'info', self._w, option)
271 'tixForm', 'slaves', self._w)))
319 self.tk.call(widgetName, self._w, *extra)
342 self.tk.call('tixSetSilent', self._w, value
    [all...]
ttk.py 563 return self.tk.call(self._w, "identify", x, y)
574 self.tk.call(self._w, "instate", ' '.join(statespec)))
591 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
615 return self.tk.call(self._w, "invoke")
644 return self.tk.call(self._w, "invoke")
673 return self._getints(self.tk.call(self._w, "bbox", index))
679 return self.tk.call(self._w, "identify", x, y)
686 return self.tk.getboolean(self.tk.call(self._w, "validate"))
714 return self.tk.getint(self.tk.call(self._w, "current"))
715 return self.tk.call(self._w, "current", newindex
    [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...]
Tix.py 240 self.tk.call('tixForm', self._w, *self._options(cnf, kw))
248 return self.tk.call('tixForm', 'check', self._w)
251 self.tk.call('tixForm', 'forget', self._w)
255 x = self.tk.call('tixForm', 'grid', self._w)
261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
265 return self.tk.call('tixForm', 'info', self._w)
268 return self.tk.call('tixForm', 'info', self._w, option)
274 'tixForm', 'slaves', self._w)))
322 self.tk.call(widgetName, self._w, *extra)
345 self.tk.call('tixSetSilent', self._w, value
    [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...]
Tix.py 240 self.tk.call('tixForm', self._w, *self._options(cnf, kw))
248 return self.tk.call('tixForm', 'check', self._w)
251 self.tk.call('tixForm', 'forget', self._w)
255 x = self.tk.call('tixForm', 'grid', self._w)
261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
265 return self.tk.call('tixForm', 'info', self._w)
268 return self.tk.call('tixForm', 'info', self._w, option)
274 'tixForm', 'slaves', self._w)))
322 self.tk.call(widgetName, self._w, *extra)
345 self.tk.call('tixSetSilent', self._w, value
    [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...]
Tix.py 240 self.tk.call('tixForm', self._w, *self._options(cnf, kw))
248 return self.tk.call('tixForm', 'check', self._w)
251 self.tk.call('tixForm', 'forget', self._w)
255 x = self.tk.call('tixForm', 'grid', self._w)
261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
265 return self.tk.call('tixForm', 'info', self._w)
268 return self.tk.call('tixForm', 'info', self._w, option)
274 'tixForm', 'slaves', self._w)))
322 self.tk.call(widgetName, self._w, *extra)
345 self.tk.call('tixSetSilent', self._w, value
    [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...]
Tix.py 240 self.tk.call('tixForm', self._w, *self._options(cnf, kw))
248 return self.tk.call('tixForm', 'check', self._w)
251 self.tk.call('tixForm', 'forget', self._w)
255 x = self.tk.call('tixForm', 'grid', self._w)
261 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
265 return self.tk.call('tixForm', 'info', self._w)
268 return self.tk.call('tixForm', 'info', self._w, option)
274 'tixForm', 'slaves', self._w)))
322 self.tk.call(widgetName, self._w, *extra)
345 self.tk.call('tixSetSilent', self._w, value
    [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...]
tix.py 229 self.tk.call('tixForm', self._w, *self._options(cnf, kw))
237 return self.tk.call('tixForm', 'check', self._w)
240 self.tk.call('tixForm', 'forget', self._w)
244 x = self.tk.call('tixForm', 'grid', self._w)
250 return self.tk.call('tixForm', 'grid', self._w, xsize, ysize)
254 return self.tk.call('tixForm', 'info', self._w)
257 return self.tk.call('tixForm', 'info', self._w, option)
263 'tixForm', 'slaves', self._w))]
311 self.tk.call(widgetName, self._w, *extra)
334 self.tk.call('tixSetSilent', self._w, value
    [all...]
ttk.py 567 return self.tk.call(self._w, "identify", x, y)
578 self.tk.call(self._w, "instate", ' '.join(statespec)))
595 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
619 return self.tk.call(self._w, "invoke")
648 return self.tk.call(self._w, "invoke")
677 return self._getints(self.tk.call(self._w, "bbox", index))
683 return self.tk.call(self._w, "identify", x, y)
690 return self.tk.getboolean(self.tk.call(self._w, "validate"))
718 return self.tk.getint(self.tk.call(self._w, "current"))
719 return self.tk.call(self._w, "current", newindex
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
wbuf.c 51 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size
54 * calls might wrap _w from negative to positive.
56 fp->_w = fp->_lbfsize;
69 * guarantees that putc() will always call wbuf() by setting _w
78 fp->_w--;
wsetup.c 68 * Make a buffer if necessary, then set _w.
81 fp->_w = 0;
84 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
setvbuf.c 108 fp->_w = 0;
148 fp->_w = 0;
151 fp->_w = size;
154 fp->_w = 0;
fvwrite.c 106 (__SALC | __SSTR) && fp->_w < len) {
119 fp->_w += _size - fp->_bf._size;
124 w = fp->_w;
128 COPY(w); /* copy MIN(fp->_w,len), */
129 fp->_w -= w;
135 /* fp->_w -= w; */ /* unneeded */
148 fp->_w -= w;
172 w = fp->_w + fp->_bf._size;
175 /* fp->_w -= w; */
186 fp->_w -= w
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
wbuf.c 73 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size
76 * calls might wrap _w from negative to positive.
78 fp->_w = fp->_lbfsize;
91 * guarantees that putc() will always call wbuf() by setting _w
100 fp->_w--;
wsetup.c 91 * Make a buffer if necessary, then set _w.
101 fp->_w = 0;
104 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
setvbuf.c 134 fp->_w = 0;
168 fp->_w = 0;
171 fp->_w = (int)size;
174 fp->_w = 0;
fvwrite.c 130 (__SALC | __SSTR) && fp->_w < (int)len) {
144 fp->_w += _size - fp->_bf._size;
149 w = fp->_w;
153 COPY(w); /* copy MIN(fp->_w,len), */
154 fp->_w -= w;
160 /* fp->_w -= w; */ /* unneeded */
173 fp->_w -= w;
197 w = fp->_w + fp->_bf._size;
200 /* fp->_w -= w; */
211 fp->_w -= w;
    [all...]
  /hardware/libhardware/tests/hwc/
util.h 27 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h);

Completed in 511 milliseconds

1 2 3 4 5 6