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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results.py 45 def __init__(self, stream, debug_logging):
47 self.debug_logging = debug_logging
50 if self.debug_logging:
163 if len(summarized_results['tests']) and self.debug_logging:
buildbot_results_unittest.py 51 printer = buildbot_results.BuildBotPrinter(stream, debug_logging=True)
  /packages/apps/Email/src/com/android/email/activity/setup/
DebugFragment.java 57 final CheckBox enableDebugLoggingView = UiUtilities.getView(view, R.id.debug_logging);
90 case R.id.debug_logging:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_mock.py 109 debug_logging=False):
195 debug_logging=False):
executive.py 380 decode_output=True, debug_logging=True):
405 if debug_logging:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 197 def __init__(self, executive, device_serial, debug_logging):
200 self._debug_logging = debug_logging
257 result = self._executive.run_command(self.adb_command() + command, error_handler=error_handler, debug_logging=self._debug_logging)
276 def adb_command_path(executive, debug_logging):
285 path_version = AndroidCommands._determine_adb_version(path_option, executive, debug_logging)
312 def _determine_adb_version(adb_command_path, executive, debug_logging):
316 debug_logging=debug_logging)
334 def __init__(self, executive, default_device=None, debug_logging=False):
338 self._debug_logging = debug_logging
    [all...]
android_unittest.py 124 return android.AndroidCommands(self.make_executive(device_count), serial, debug_logging=False)
205 android_commands = android.AndroidCommands(self._mock_executive, '123456789ABCDEF0', debug_logging=False)

Completed in 1696 milliseconds