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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 73 self.send = self.send_bytes = _out.put
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 73 self.send = self.send_bytes = _out.put
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 408 connection.send_bytes(CHALLENGE + message)
412 connection.send_bytes(WELCOME)
414 connection.send_bytes(FAILURE)
424 connection.send_bytes(digest)
438 for attr in ('fileno', 'close', 'poll', 'recv_bytes', 'send_bytes'):
443 self._conn.send_bytes(s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 408 connection.send_bytes(CHALLENGE + message)
412 connection.send_bytes(WELCOME)
414 connection.send_bytes(FAILURE)
424 connection.send_bytes(digest)
438 for attr in ('fileno', 'close', 'poll', 'recv_bytes', 'send_bytes'):
443 self._conn.send_bytes(s)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 2232 def send_bytes(self, data): member in class:OtherTest.test_deliver_challenge_auth_failure._FakeConnection
2249 def send_bytes(self, data): member in class:OtherTest.test_answer_challenge_auth_failure._FakeConnection
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 2232 def send_bytes(self, data): member in class:OtherTest.test_deliver_challenge_auth_failure._FakeConnection
2249 def send_bytes(self, data): member in class:OtherTest.test_answer_challenge_auth_failure._FakeConnection
    [all...]

Completed in 1004 milliseconds