Searched refs:status_command (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm.py185 print self.run(self.status_command(), error_handler=Executive.ignore_error)
200 def run_status_and_extract_filenames(self, status_command, status_regexp):
203 for line in self.run(status_command, cwd=self.checkout_root).splitlines():
244 def status_command(self): member in class:SCM
420 def status_command(self): member in class:SVN
446 status_command = ["svn", "status"]
447 status_command.extend(self._patch_directories)
449 return self.run_status_and_extract_filenames(status_command, self._status_regexp("ACDMR"))
454 status_command = ["svn", "diff", "--summarize", "-c", revision]
455 return self.run_status_and_extract_filenames(status_command, sel
693 def status_command(self): member in class:Git
[all...]
/external/kernel-headers/original/linux/
H A Dhdreg.h103 unsigned status_command : 1; member in struct:ide_reg_valid_s::__anon7487

Completed in 103 milliseconds