HomeSort by relevance Sort by last modified time
    Searched defs:SGA (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
rfc2217.py 107 SGA = to_bytes([3]) # suppress go ahead
405 TelnetOption(self, 'we-SGA', SGA, WILL, WONT, DO, DONT, REQUESTED),
406 TelnetOption(self, 'they-SGA', SGA, DO, DONT, WILL, WONT, REQUESTED),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 76 SGA = chr(3) # suppress go ahead
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 76 SGA = chr(3) # suppress go ahead

Completed in 518 milliseconds