HomeSort by relevance Sort by last modified time
    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 96 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 358 def command_for_printing(self, args): member in class:Executive
406 _log.debug('"%s" took %.2fs' % (self.command_for_printing(args), time.time() - start_time))

Completed in 91 milliseconds