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

  /external/chromium-trace/catapult/devil/devil/utils/
run_tests_helper.py 33 def SetLogLevel(verbose_count):
34 """Sets log level as |verbose_count|."""
36 if verbose_count == 1:
38 elif verbose_count >= 2:
  /external/v8/build/android/pylib/remote/device/
appurify_sanitized.py 36 def SanitizeLogging(verbose_count, level):
37 if verbose_count < 2:
remote_device_test_run.py 75 with appurify_sanitized.SanitizeLogging(self._env.verbose_count,
133 with appurify_sanitized.SanitizeLogging(self._env.verbose_count,
170 with appurify_sanitized.SanitizeLogging(self._env.verbose_count,
197 with appurify_sanitized.SanitizeLogging(self._env.verbose_count,
215 with appurify_sanitized.SanitizeLogging(self._env.verbose_count,
272 with appurify_sanitized.SanitizeLogging(self._env.verbose_count,
287 with appurify_sanitized.SanitizeLogging(self._env.verbose_count,
324 with appurify_sanitized.SanitizeLogging(self._env.verbose_count,
remote_device_uirobot_test_run.py 68 with appurify_sanitized.SanitizeLogging(self._env.verbose_count,
remote_device_environment.py 38 self._verbose_count = args.verbose_count
359 def verbose_count(self): member in class:RemoteDeviceEnvironment
  /external/v8/build/android/
adb_reverse_forwarder.py 34 dest='verbose_count',
46 run_tests_helper.SetLogLevel(options.verbose_count)
test_runner.py 85 dest='verbose_count',
121 namespace.verbose_count = max(namespace.verbose_count, 1)
136 run_tests_helper.SetLogLevel(args.verbose_count)
509 args.verbose_count,
750 runner = unittest.TextTestRunner(verbosity=1+args.verbose_count)
    [all...]
install_emulator_deps.py 278 run_tests_helper.SetLogLevel(verbose_count=options.verbosity)
  /external/v8/build/android/pylib/monkey/
test_runner.py 41 '-v ' * self._options.verbose_count,
  /external/v8/build/android/incremental_install/
installer.py 274 dest='verbose_count',
287 run_tests_helper.SetLogLevel(args.verbose_count)

Completed in 178 milliseconds