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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
run-command.h 27 * The caller of start_command() must close the returned FDs
33 * The specified FD is closed by start_command(), even in case
49 int start_command(struct child_process *);
pager.c 75 if (start_command(&pager_process))
run-command.c 18 int start_command(struct child_process *cmd) function
192 int code = start_command(cmd);
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostTest.java 59 private static final String START_COMMAND = String.format(
124 mDevice.executeShellCommand(START_COMMAND);
  /external/chromium_org/tools/python/google/
httpd_utils.py 118 def __init__(self, start_command, stop_command, port_list,
121 start_command: command list to call to start the httpd
130 self._start_command = start_command
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-help.c 69 if (start_command(&ec_process)) {
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 116 milliseconds