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)
161 port._executive = MockExecutive2(run_command_fn=port._mock_adb.run_command)
203 self._mock_executive = MockExecutive2(run_command_fn=self._mock_adb.run_command)
226 mock_executive = MockExecutive2(run_command_fn=mock_adb.run_command)
242 mock_executive = MockExecutive2(run_command_fn=mock_adb.run_command)
258 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 178 def __init__(self, output='', exit_code=0, exception=None, run_command_fn=None, stderr=''):
183 self._run_command_fn = run_command_fn

Completed in 1300 milliseconds