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

  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 230 auto *SGA = dyn_cast<GlobalAlias>(SGV);
231 F = dyn_cast<Function>(SGA->getBaseObject());
  /external/chromium-trace/catapult/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/gdb/darwin-x86/lib/python2.7/
telnetlib.py 76 SGA = chr(3) # suppress go ahead
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 76 SGA = chr(3) # suppress go ahead
  /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 1081 milliseconds