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

  /cts/suite/audio_quality/test_description/
processing_main.py 194 totalSent = 0
196 while totalSent < stringLen:
197 sent = self.conn.send(rawString[totalSent:])
198 totalSent += sent
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c     [all...]

Completed in 840 milliseconds