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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 44 command will be accumulated (using your own 'collect_incoming_data'
57 the two methods collect_incoming_data() and found_terminator()"""
81 def collect_incoming_data(self, data): member in class:async_chat
118 # while calling self.collect_incoming_data. The while loop
127 self.collect_incoming_data (self.ac_in_buffer)
133 self.collect_incoming_data (self.ac_in_buffer)
137 self.collect_incoming_data (self.ac_in_buffer[:n])
155 self.collect_incoming_data (self.ac_in_buffer[:index])
165 self.collect_incoming_data (self.ac_in_buffer[:-index])
170 self.collect_incoming_data (self.ac_in_buffer
    [all...]
smtpd.py 139 def collect_incoming_data(self, data): member in class:SMTPChannel
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 44 command will be accumulated (using your own 'collect_incoming_data'
57 the two methods collect_incoming_data() and found_terminator()"""
81 def collect_incoming_data(self, data): member in class:async_chat
118 # while calling self.collect_incoming_data. The while loop
127 self.collect_incoming_data (self.ac_in_buffer)
133 self.collect_incoming_data (self.ac_in_buffer)
137 self.collect_incoming_data (self.ac_in_buffer[:n])
155 self.collect_incoming_data (self.ac_in_buffer[:index])
165 self.collect_incoming_data (self.ac_in_buffer[:-index])
170 self.collect_incoming_data (self.ac_in_buffer
    [all...]
smtpd.py 139 def collect_incoming_data(self, data): member in class:SMTPChannel
  /external/chromium/net/tools/testserver/
xmppserver_test.py 213 xmpp_connection.collect_incoming_data(
218 xmpp_connection.collect_incoming_data('<iq type="result"/>')
222 xmpp_connection.collect_incoming_data(
228 xmpp_connection.collect_incoming_data('<foo/>')
233 xmpp_connection.collect_incoming_data(
xmppserver.py 404 def collect_incoming_data(self, data): member in class:XmppConnection
  /external/chromium_org/sync/tools/testserver/
xmppserver_test.py 268 xmpp_connection.collect_incoming_data(
273 xmpp_connection.collect_incoming_data('<iq type="result"/>')
277 xmpp_connection.collect_incoming_data(
283 xmpp_connection.collect_incoming_data('<foo/>')
288 xmpp_connection.collect_incoming_data(
310 xmpp_connection.collect_incoming_data('<foo/>')
xmppserver.py 416 def collect_incoming_data(self, data): member in class:XmppConnection
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asynchat.py 81 def collect_incoming_data(self, data): member in class:echo_client
test_poplib.py 41 def collect_incoming_data(self, data): member in class:DummyPOP3Handler
test_ftplib.py 70 def collect_incoming_data(self, data): member in class:DummyFTPHandler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asynchat.py 81 def collect_incoming_data(self, data): member in class:echo_client
test_poplib.py 41 def collect_incoming_data(self, data): member in class:DummyPOP3Handler
test_ftplib.py 70 def collect_incoming_data(self, data): member in class:DummyFTPHandler
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 139 def collect_incoming_data(self, data): member in class:SMTPChannel
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 139 def collect_incoming_data(self, data): member in class:SMTPChannel

Completed in 500 milliseconds