OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
98
return MockExecutive2(
run_command_fn
=self._mock_executive.run_command)
145
port._executive = MockExecutive2(
run_command_fn
=port._mock_adb.run_command)
177
self._mock_executive = MockExecutive2(
run_command_fn
=self._mock_adb.run_command)
200
mock_executive = MockExecutive2(
run_command_fn
=mock_adb.run_command)
216
mock_executive = MockExecutive2(
run_command_fn
=mock_adb.run_command)
chromium_port_testcase.py
151
port._executive = MockExecutive2(
run_command_fn
=mock_run_command)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_mock.py
164
def __init__(self, output='', exit_code=0, exception=None,
run_command_fn
=None, stderr=''):
169
self._run_command_fn =
run_command_fn
Completed in 46 milliseconds