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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 210 poll_fun = poll2
212 poll_fun = poll
216 poll_fun(timeout, map)
220 poll_fun(timeout, map)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 210 poll_fun = poll2
212 poll_fun = poll
216 poll_fun(timeout, map)
220 poll_fun(timeout, map)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 111 poll_fun = asyncore.poll2
113 poll_fun = asyncore.poll
117 poll_fun(0.01, asyncore.socket_map)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 111 poll_fun = asyncore.poll2
113 poll_fun = asyncore.poll
117 poll_fun(0.01, asyncore.socket_map)

Completed in 125 milliseconds