HomeSort by relevance Sort by last modified time
    Searched refs:xlist (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/deps/lansim/src/py/
simulator.py 232 # * xlist: an error on the network fd occured. Likely the TAP
239 xlist = iface_fd,
241 rlist, wlist, xlist = select.select(rlist, wlist, xlist, timeout)
250 if xlist:
simulator_unittest.py 45 rlist, wlist, xlist = select.select([self._sock], [], [], 1.)
  /external/chromium-trace/catapult/third_party/Paste/paste/
cgiapp.py 222 rlist, wlist, xlist = select.select(read_set, write_set, [])
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]

Completed in 112 milliseconds