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

  /external/chromium-trace/catapult/systrace/systrace/
util_unittest.py 18 command = util.construct_adb_shell_command(LIST_TMP_ARGS, None)
21 command = util.construct_adb_shell_command(LIST_TMP_ARGS, DEVICE_SERIAL)
25 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)
  /system/extras/pagecache/
pagecache.py 181 def construct_adb_shell_command(shell_args, device_serial): member in class:AdbUtils
198 adb_command = AdbUtils.construct_adb_shell_command(shell_args, device_serial)
391 trace_cmd = AdbUtils.construct_adb_shell_command(['atrace', '--stream', 'pagecache'],
  /external/chromium-trace/catapult/systrace/systrace/agents/
atrace_agent.py 108 return util.construct_adb_shell_command(
156 tracer_args = util.construct_adb_shell_command(
413 return util.construct_adb_shell_command(
422 return util.construct_adb_shell_command(

Completed in 687 milliseconds