Searched defs:getstatus (Results 1 - 12 of 12) sorted by path

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcommands.py9 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/lib-tk/
H A DTix.py1608 def getstatus(self, entrypath): member in class:CheckList
1610 return self.tk.call(self._w, 'getstatus', entrypath)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_pyclbr.py18 from commands import getstatus namespace
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcommands.py9 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/lib-tk/
H A DTix.py1608 def getstatus(self, entrypath): member in class:CheckList
1610 return self.tk.call(self._w, 'getstatus', entrypath)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_pyclbr.py18 from commands import getstatus namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcommands.py9 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/lib-tk/
H A DTix.py1608 def getstatus(self, entrypath): member in class:CheckList
1610 return self.tk.call(self._w, 'getstatus', entrypath)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_pyclbr.py18 from commands import getstatus namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcommands.py9 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/lib-tk/
H A DTix.py1608 def getstatus(self, entrypath): member in class:CheckList
1610 return self.tk.call(self._w, 'getstatus', entrypath)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_pyclbr.py18 from commands import getstatus namespace

Completed in 631 milliseconds