Searched refs:cmd (Results 1 – 11 of 11) sorted by relevance
46 int cmd = eglSwap | glDraw | tex; in setTraceOptions() local49 mStream.writeInt(cmd); in setTraceOptions()
210 String cmd = line.getToken(); in checkBuildLine() local211 if (cmd == null) { in checkBuildLine()213 } else if (cmd.endsWith("g++")) { //$NON-NLS-1$ in checkBuildLine()215 mCommand = cmd; in checkBuildLine()219 } else if (cmd.endsWith("gcc")) { //$NON-NLS-1$ in checkBuildLine()221 mCommand = cmd; in checkBuildLine()
41 String[] cmd = new String[] { in run() local46 Runtime.getRuntime().exec(cmd); in run()
67 #define TRACE_EXECVE(cmdlen,cmd)\ argument70 DEV_WRITE_WORD(TRACE_DEV_REG_CMDLINE, (unsigned long)(cmd));\
53 String cmd = "atrace --list_categories"; in run() local54 mDevice.executeShellCommand(cmd, receiver); in run()
96 int execWait(const char *cmd) { in execWait() argument109 (LPSTR) cmd, /* command-line */ in execWait()
422 CString cmd; in getJavaVersion() local423 cmd.setf("\"%s\" -version", javaPath.cstr()); in getJavaVersion()463 (LPSTR) cmd.cstr(), // command-line in getJavaVersion()
365 int execWait(const char *cmd);
1272 Command cmd = cs.getCommand(cmdId);1273 if (cmd != null && cmd.isDefined()) {
619 String cmd = "setprop debug.atrace.tags.enableflags " + tag; in launchSystrace() local620 device.executeShellCommand(cmd, receiver); in launchSystrace()
960 #define SOCKET_CALL(cmd) \ argument962 QSOCKET_CALL(ret, (cmd)); \