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

  /external/chromium_org/build/android/pylib/perf/
setup.py 42 if test_options.single_step:
44 tests = [['single_step', test_options.single_step]]
test_runner.py 178 if self._options.single_step:
189 if self._options.single_step:
  /external/chromium_org/build/android/
test_runner.py 479 # Only one of steps, print_step or single_step must be provided.
481 [options.steps, options.print_step, options.single_step]))
484 single_step = None
485 if options.single_step:
486 single_step = ' '.join(args[2:])
490 single_step)
649 if perf_options.single_step:
650 return perf_test_runner.PrintTestOutput('single_step')
703 if ((options.single_step and len(args) <= 2) or
704 (not options.single_step and len(args) > 2))
    [all...]
  /external/qemu/target-i386/
helper.h 80 DEF_HELPER_0(single_step, void)
  /external/valgrind/main/include/vki/
vki-s390x-linux.h 738 unsigned single_step : 1; member in struct:__anon28232

Completed in 144 milliseconds