Searched refs:debug_logging (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
D | buildbot_results.py | 45 def __init__(self, stream, debug_logging): argument 47 self.debug_logging = debug_logging 50 if self.debug_logging: 163 if len(summarized_results['tests']) and self.debug_logging:
|
D | buildbot_results_unittest.py | 52 printer = buildbot_results.BuildBotPrinter(stream, debug_logging=True)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | android.py | 197 def __init__(self, executive, device_serial, debug_logging): argument 200 self._debug_logging = debug_logging 257 …un_command(self.adb_command() + command, error_handler=error_handler, debug_logging=self._debug_lo… 274 def adb_command_path(executive, debug_logging): argument 283 … path_version = AndroidCommands._determine_adb_version(path_option, executive, debug_logging) 310 def _determine_adb_version(adb_command_path, executive, debug_logging): argument 314 debug_logging=debug_logging) 332 def __init__(self, executive, default_device=None, debug_logging=False): argument 336 self._debug_logging = debug_logging 354 …result = executive.run_command([AndroidCommands.adb_command_path(executive, debug_logging=self._de… [all …]
|
D | android_unittest.py | 124 … return android.AndroidCommands(self.make_executive(device_count), serial, debug_logging=False) 131 …self.assertEqual('path2', android.AndroidCommands.adb_command_path(executive, debug_logging=False)) 212 …d_commands = android.AndroidCommands(self._mock_executive, '123456789ABCDEF0', debug_logging=False)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | executive_mock.py | 102 debug_logging=False): argument 184 debug_logging=False): argument
|
D | executive.py | 400 decode_output=True, debug_logging=True): argument 425 if debug_logging:
|