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

  /frameworks/rs/driver/
rsdScriptGroup.cpp 47 RsdCpuReference::CpuScriptGroupBase *sgi = local
49 sgi->execute();
53 RsdCpuReference::CpuScriptGroupBase *sgi = local
55 delete sgi;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pty.py 51 SGI and generic BSD version, for when openpty() fails."""
53 import sgi namespace
58 tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
  /prebuilts/gdb/linux-x86/lib/python2.7/
pty.py 51 SGI and generic BSD version, for when openpty() fails."""
53 import sgi namespace
58 tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 51 SGI and generic BSD version, for when openpty() fails."""
53 import sgi namespace
58 tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 51 SGI and generic BSD version, for when openpty() fails."""
53 import sgi namespace
58 tty_name, master_fd = sgi._getpty(os.O_RDWR, 0666, 0)
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 1028 CpuScriptGroupImpl *sgi = new CpuScriptGroupImpl(this, sg); local
    [all...]

Completed in 2843 milliseconds