Searched refs:_w (Results 1 - 25 of 175) sorted by relevance

1234567

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py440 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...]
H A DTix.py240 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, valu
[all...]
H A Dttk.py563 return self.tk.call(self._w, "identify", x, y)
573 ret = self.tk.call(self._w, "instate", ' '.join(statespec))
590 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
614 return self.tk.call(self._w, "invoke")
643 return self.tk.call(self._w, "invoke")
672 return self.tk.call(self._w, "bbox", index)
678 return self.tk.call(self._w, "identify", x, y)
685 return bool(self.tk.call(self._w, "validate"))
712 return self.tk.call(self._w, "current", newindex)
717 self.tk.call(self._w, "se
[all...]
H A DDialog.py19 'tk_dialog', self._w,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkinter.py440 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...]
H A DTix.py240 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, valu
[all...]
H A Dttk.py563 return self.tk.call(self._w, "identify", x, y)
573 ret = self.tk.call(self._w, "instate", ' '.join(statespec))
590 return self.tk.splitlist(str(self.tk.call(self._w, "state", statespec)))
614 return self.tk.call(self._w, "invoke")
643 return self.tk.call(self._w, "invoke")
672 return self.tk.call(self._w, "bbox", index)
678 return self.tk.call(self._w, "identify", x, y)
685 return bool(self.tk.call(self._w, "validate"))
712 return self.tk.call(self._w, "current", newindex)
717 self.tk.call(self._w, "se
[all...]
H A DDialog.py19 'tk_dialog', self._w,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
H A Ddecoder.py150 object_pairs_hook, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
160 end = _w(s, end).end()
181 end = _w(s, end).end()
190 end = _w(s, end + 1).end()
203 end = _w(s, end + 1).end()
220 end = _w(s, end + 1).end()
237 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
242 end = _w(s, end + 1).end()
256 end = _w(s, end + 1).end()
267 end = _w(
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
H A Ddecoder.py150 object_pairs_hook, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
160 end = _w(s, end).end()
181 end = _w(s, end).end()
190 end = _w(s, end + 1).end()
203 end = _w(s, end + 1).end()
220 end = _w(s, end + 1).end()
237 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
242 end = _w(s, end + 1).end()
256 end = _w(s, end + 1).end()
267 end = _w(
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DWidgetRedirector.py16 same as the pathname widget._w. This command is used to invoke the various
30 w = widget._w # widget's (full) Tk pathname
40 self.widget._w)
48 w = widget._w
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DWidgetRedirector.py16 same as the pathname widget._w. This command is used to invoke the various
30 w = widget._w # widget's (full) Tk pathname
40 self.widget._w)
48 w = widget._w
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
H A Dstdio.h108 * if _flags&__SRD, _w is 0
131 int _w; /* write space left for putc() */ member in struct:__sFILE
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
404 (--(p)->_w < 0 ? \
405 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
H A Dstdio.h87 * if _flags&__SRD, _w is 0
110 int _w; /* write space left for putc() */ member in struct:__sFILE
373 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
383 (--(p)->_w < 0 ? \
384 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
H A Dstdio.h108 * if _flags&__SRD, _w is 0
131 int _w; /* write space left for putc() */ member in struct:__sFILE
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
404 (--(p)->_w < 0 ? \
405 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
H A Dstdio.h87 * if _flags&__SRD, _w is 0
110 int _w; /* write space left for putc() */ member in struct:__sFILE
373 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
383 (--(p)->_w < 0 ? \
384 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
H A Dstdio.h108 * if _flags&__SRD, _w is 0
131 int _w; /* write space left for putc() */ member in struct:__sFILE
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
404 (--(p)->_w < 0 ? \
405 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
H A Dstdio.h87 * if _flags&__SRD, _w is 0
110 int _w; /* write space left for putc() */ member in struct:__sFILE
373 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
383 (--(p)->_w < 0 ? \
384 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
H A Dstdio.h108 * if _flags&__SRD, _w is 0
131 int _w; /* write space left for putc() */ member in struct:__sFILE
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
404 (--(p)->_w < 0 ? \
405 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
H A Dstdio.h87 * if _flags&__SRD, _w is 0
110 int _w; /* write space left for putc() */ member in struct:__sFILE
373 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
383 (--(p)->_w < 0 ? \
384 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
H A Dstdio.h108 * if _flags&__SRD, _w is 0
131 int _w; /* write space left for putc() */ member in struct:__sFILE
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
404 (--(p)->_w < 0 ? \
405 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
H A Dstdio.h87 * if _flags&__SRD, _w is 0
110 int _w; /* write space left for putc() */ member in struct:__sFILE
373 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
383 (--(p)->_w < 0 ? \
384 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
H A Dstdio.h108 * if _flags&__SRD, _w is 0
131 int _w; /* write space left for putc() */ member in struct:__sFILE
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
404 (--(p)->_w < 0 ? \
405 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
H A Dstdio.h87 * if _flags&__SRD, _w is 0
110 int _w; /* write space left for putc() */ member in struct:__sFILE
373 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
383 (--(p)->_w < 0 ? \
384 (p)->_w >= (p)->_lbfsize ? \
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
H A Dstdio.h99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
393 (--(p)->_w < 0 ? \
394 (p)->_w >= (p)->_lbfsize ? \

Completed in 482 milliseconds

1234567