Home
last modified time | relevance | path

Searched refs:adbCmd (Results 1 – 2 of 2) sorted by relevance

/external/deqp/android/scripts/
Ddebug.py34 def getADBProgramPID (adbCmd, program, serial): argument
37 process = subprocess.Popen([adbCmd]
66 adbCmd, argument
98 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 …]
Dlaunch.py36 adbCmd = common.shellquote(common.ADB_BIN)
38 adbCmd += " %s" % extraArgs
41 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)