Searched refs:adbCmd (Results 1 – 2 of 2) sorted by relevance
34 def getADBProgramPID (adbCmd, program, serial): argument37 process = subprocess.Popen([adbCmd]66 adbCmd, argument98 common.execArgs([adbCmd]105 gdbPid = getADBProgramPID(adbCmd, "gdbserver", serial)108 common.execArgs([adbCmd]115 programPid = getADBProgramPID(adbCmd, "com.drawelements.deqp:testercore", serial)124 gdbServerProcess = subprocess.Popen([adbCmd]138 common.execArgs([adbCmd]144 common.execArgs([adbCmd][all …]
36 adbCmd = common.shellquote(common.ADB_BIN)38 adbCmd += " %s" % extraArgs41 common.execute("%s forward tcp:50016 tcp:50016" % adbCmd)42 common.execute("%s shell setprop log.tag.dEQP DEBUG" % adbCmd)43 common.execute("%s shell am start -n com.drawelements.deqp/.execserver.ServiceStarter" % adbCmd)