OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:command_for_printing
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_mock.py
89
def
command_for_printing
(self, args):
member in class:MockExecutive
executive_unittest.py
122
self.assertEqual('echo 1', executive.
command_for_printing
(['echo', 1]))
executive.py
378
def
command_for_printing
(self, args):
member in class:Executive
426
_log.debug('"%s" took %.2fs' % (self.
command_for_printing
(args), time.time() - start_time))
Completed in 754 milliseconds