Home
last modified time | relevance | path

Searched refs:wlist (Results 1 – 12 of 12) sorted by relevance

/external/toolchain-utils/debug_info_test/
Dwhitelist.py46 wlist = {}
53 wlist[key] = prepare_whitelist(patterns)
54 return wlist
/external/autotest/client/deps/lansim/src/py/
Dsimulator.py236 wlist = tuple()
238 wlist = iface_fd,
241 rlist, wlist, xlist = select.select(rlist, wlist, xlist, timeout)
253 if iface_fd in wlist:
Dsimulator_unittest.py45 rlist, wlist, xlist = select.select([self._sock], [], [], 1.)
/external/skia/infra/bots/recipes/
Dcompile.py77 wlist = checkout_root.join(
79 api.file.copy('copy whitelist', wlist, dst)
/external/skqp/infra/bots/recipes/
Dcompile.py77 wlist = checkout_root.join(
79 api.file.copy('copy whitelist', wlist, dst)
/external/curl/lib/
Dchecksrc.pl37 my $wlist="";
187 $wlist .= " $1 ";
234 if("$wlist" !~ / $file /) {
/external/u-boot/tools/patman/
Dcros_subprocess.py168 rlist, wlist, _ = select.select(read_set, write_set, [], 0.2)
177 if self.stdin in wlist:
/external/python/cpython2/Lib/
Dsubprocess.py1227 rlist, wlist, xlist = select.select(read_set, write_set, [])
1233 if self.stdin in wlist:
/external/python/cpython2/Doc/library/
Dselect.rst61 .. function:: select(rlist, wlist, xlist[, timeout])
69 * *wlist*: wait until ready for writing
/external/python/cpython3/Lib/tkinter/
D__init__.py1796 def wm_colormapwindows(self, *wlist): argument
1800 if len(wlist) > 1:
1801 wlist = (wlist,) # Tk needs a list of windows here
1802 args = ('wm', 'colormapwindows', self._w) + wlist
1803 if wlist:
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1638 def wm_colormapwindows(self, *wlist): argument
1642 if len(wlist) > 1:
1643 wlist = (wlist,) # Tk needs a list of windows here
1644 args = ('wm', 'colormapwindows', self._w) + wlist
1645 if wlist:
/external/python/cpython3/Doc/library/
Dselect.rst117 .. function:: select(rlist, wlist, xlist[, timeout])
125 * *wlist*: wait until ready for writing