HomeSort by relevance Sort by last modified time
    Searched refs:adbCmd (Results 1 - 3 of 3) sorted by null

  /external/deqp/android/scripts/
launch.py 36 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)
debug.py 34 def getADBProgramPID (adbCmd, program, serial):
37 process = subprocess.Popen([adbCmd]
66 adbCmd,
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...]
  /cts/hostsidetests/theme/
android_device.py 33 adbCmd = "adb -s %s %s" %(self._adbDevice, cmd)
34 adbProcess = subprocess.Popen(adbCmd.split(" "), bufsize = -1, stdout = subprocess.PIPE, stderr = subprocess.PIPE)

Completed in 62 milliseconds