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

  /external/chromium_org/build/android/pylib/perf/
setup.py 37 'single_step': {
39 'cmd': test_options.single_step
47 if test_options.single_step:
test_runner.py 233 if self._options.single_step:
247 if self._options.single_step:
  /external/chromium_org/build/android/
test_runner.py 531 # Only one of steps, print_step or single_step must be provided.
533 [options.steps, options.print_step, options.single_step]))
536 single_step = None
537 if options.single_step:
538 single_step = ' '.join(args[2:])
542 options.dry_run, single_step)
725 if perf_options.single_step:
726 return perf_test_runner.PrintTestOutput('single_step')
781 if ((options.single_step and len(args) <= 2) or
782 (not options.single_step and len(args) > 2))
    [all...]
  /external/lldb/tools/debugserver/source/
RNBRemote.h 60 single_step, // 's' enumerator in enum:RNBRemote::__anon9138
RNBRemote.cpp 123 t.push_back (Packet (single_step, &RNBRemote::HandlePacket_s, NULL, "s", "Single step"));
    [all...]
  /external/lldb/include/lldb/Target/
Thread.h 842 EnableTracer (bool value, bool single_step);
    [all...]
  /external/qemu/target-i386/
helper.h 80 DEF_HELPER_1(single_step, void, env)
  /external/valgrind/main/include/vki/
vki-s390x-linux.h 741 unsigned single_step : 1; member in struct:__anon16673

Completed in 997 milliseconds