Searched refs:wlist (Results 1 – 12 of 12) sorted by relevance
/external/toolchain-utils/debug_info_test/ |
D | whitelist.py | 46 wlist = {} 53 wlist[key] = prepare_whitelist(patterns) 54 return wlist
|
/external/autotest/client/deps/lansim/src/py/ |
D | simulator.py | 236 wlist = tuple() 238 wlist = iface_fd, 241 rlist, wlist, xlist = select.select(rlist, wlist, xlist, timeout) 253 if iface_fd in wlist:
|
D | simulator_unittest.py | 45 rlist, wlist, xlist = select.select([self._sock], [], [], 1.)
|
/external/skia/infra/bots/recipes/ |
D | compile.py | 77 wlist = checkout_root.join( 79 api.file.copy('copy whitelist', wlist, dst)
|
/external/skqp/infra/bots/recipes/ |
D | compile.py | 77 wlist = checkout_root.join( 79 api.file.copy('copy whitelist', wlist, dst)
|
/external/curl/lib/ |
D | checksrc.pl | 37 my $wlist=""; 187 $wlist .= " $1 "; 234 if("$wlist" !~ / $file /) {
|
/external/u-boot/tools/patman/ |
D | cros_subprocess.py | 168 rlist, wlist, _ = select.select(read_set, write_set, [], 0.2) 177 if self.stdin in wlist:
|
/external/python/cpython2/Lib/ |
D | subprocess.py | 1227 rlist, wlist, xlist = select.select(read_set, write_set, []) 1233 if self.stdin in wlist:
|
/external/python/cpython2/Doc/library/ |
D | select.rst | 61 .. function:: select(rlist, wlist, xlist[, timeout]) 69 * *wlist*: wait until ready for writing
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1796 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/ |
D | Tkinter.py | 1638 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/ |
D | select.rst | 117 .. function:: select(rlist, wlist, xlist[, timeout]) 125 * *wlist*: wait until ready for writing
|