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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
commands.py 9 outtext = commands.getstatus(file) # returns output of "ls -ld file"
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
37 def getstatus(file): function
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
  /external/python/cpython2/Lib/
commands.py 9 outtext = commands.getstatus(file) # returns output of "ls -ld file"
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
37 def getstatus(file): function
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
commands.py 9 outtext = commands.getstatus(file) # returns output of "ls -ld file"
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
37 def getstatus(file): function
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
  /prebuilts/gdb/linux-x86/lib/python2.7/
commands.py 9 outtext = commands.getstatus(file) # returns output of "ls -ld file"
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
37 def getstatus(file): function
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 9 outtext = commands.getstatus(file) # returns output of "ls -ld file"
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
37 def getstatus(file): function
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 9 outtext = commands.getstatus(file) # returns output of "ls -ld file"
26 __all__ = ["getstatusoutput","getoutput","getstatus"]
37 def getstatus(file): function
40 warnings.warn("commands.getstatus() is deprecated", DeprecationWarning, 2)
  /external/python/cpython2/Lib/plat-irix5/
readcd.py 176 self.status = self.player.getstatus()
181 def getstatus(self): member in class:Readcd
182 return self.player.getstatus()
  /external/python/cpython2/Lib/plat-irix6/
readcd.py 176 self.status = self.player.getstatus()
181 def getstatus(self): member in class:Readcd
182 return self.player.getstatus()
  /external/python/cpython2/Lib/lib-tk/
Tix.py 1595 def getstatus(self, entrypath): member in class:CheckList
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 1587 def getstatus(self, entrypath): member in class:CheckList
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 1608 def getstatus(self, entrypath): member in class:CheckList
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 1608 def getstatus(self, entrypath): member in class:CheckList
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1608 def getstatus(self, entrypath): member in class:CheckList
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1608 def getstatus(self, entrypath): member in class:CheckList
    [all...]

Completed in 1344 milliseconds