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

  /cts/hostsidetests/theme/
avd.py 50 emu_cmd = "emulator %s-ports %d,%d -gpu on -wipe-data" \
53 emu_cmd = "%s -avd %s %s-ports %d,%d" \
55 print(emu_cmd)
57 emu_proc = subprocess.Popen(emu_cmd.split(" "), bufsize=-1, stdout=subprocess.PIPE,
  /frameworks/rs/tests/lldb/
run_tests.py 209 self.emu_cmd = _choice(args.emu_cmd, config.emu_cmd)
234 if self.run_emu and not self.emu_cmd:
384 emu_cmd: The command line to run the emulator.
402 assert state.emu_cmd
403 EMU_PROC = subprocess.Popen(state.emu_cmd.split(),
408 log.info('Launching emulator with command line {0}'.format(state.emu_cmd))

Completed in 92 milliseconds