HomeSort by relevance Sort by last modified time
    Searched refs:run_command_fn (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android_unittest.py 121 return MockExecutive2(run_command_fn=self._mock_executive.run_command)
168 port._executive = MockExecutive2(run_command_fn=port._mock_adb.run_command)
210 self._mock_executive = MockExecutive2(run_command_fn=self._mock_adb.run_command)
233 mock_executive = MockExecutive2(run_command_fn=mock_adb.run_command)
249 mock_executive = MockExecutive2(run_command_fn=mock_adb.run_command)
265 self._mock_executive = MockExecutive2(run_command_fn=self._mock_adb.run_command)
port_testcase.py 212 port._executive = MockExecutive2(run_command_fn=mock_run_command)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_mock.py 167 def __init__(self, output='', exit_code=0, exception=None, run_command_fn=None, stderr=''):
172 self._run_command_fn = run_command_fn

Completed in 126 milliseconds