HomeSort by relevance Sort by last modified time
    Searched full:construct_adb_shell_command (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/
run_unittest.py 42 command = util.construct_adb_shell_command(LIST_TMP_ARGS, None)
45 command = util.construct_adb_shell_command(LIST_TMP_ARGS, DEVICE_SERIAL)
49 command = util.construct_adb_shell_command(ATRACE_ARGS, DEVICE_SERIAL)
util.py 35 def construct_adb_shell_command(shell_args, device_serial): function
52 adb_command = construct_adb_shell_command(shell_args, device_serial)
  /external/chromium-trace/agents/
atrace_agent.py 95 return util.construct_adb_shell_command(
143 tracer_args = util.construct_adb_shell_command(

Completed in 84 milliseconds