HomeSort by relevance Sort by last modified time
    Searched refs:adb (Results 251 - 275 of 680) sorted by null

<<11121314151617181920>>

  /build/make/target/board/generic/
device.mk 23 ro.adb.qemud=1
  /build/make/target/board/generic_arm64/
device.mk 23 ro.adb.qemud=1
  /build/make/target/board/generic_mips/
device.mk 23 ro.adb.qemud=1
  /build/make/target/board/generic_mips64/
device.mk 23 ro.adb.qemud=1
  /build/make/target/board/generic_x86/
device.mk 23 ro.adb.qemud=1
  /build/make/target/board/generic_x86_64/
device.mk 23 ro.adb.qemud=1
  /cts/tools/vm-tests-tf/etc/
starttests 131 adb push $dexcore /data/local/tmp/dexcore.jar >> /dev/null 2>&1
172 adb push ${depJar} ${deviceFileName} &> /dev/null
177 adb shell dalvikvm -Djava.io.tmpdir=/data/local/tmp \
182 adb shell rm ${jar} &> /dev/null
  /external/chromium-trace/catapult/devil/devil/android/
logcat_monitor.py 33 def __init__(self, adb, clear=True, filter_specs=None, output_file=None):
37 adb: An instance of adb_wrapper.AdbWrapper.
42 if isinstance(adb, adb_wrapper.AdbWrapper):
43 self._adb = adb
249 def adb(self): member in class:LogcatMonitor
  /external/compiler-rt/test/asan/android_commands/
android_run.py 29 ret = adb(['shell', 'cd %s && %s %s%s %s >%s 2>%s ; echo $? >%s' %
  /external/libmojo/third_party/catapult/devil/devil/android/
logcat_monitor.py 30 def __init__(self, adb, clear=True, filter_specs=None, output_file=None):
34 adb: An instance of adb_wrapper.AdbWrapper.
39 if isinstance(adb, adb_wrapper.AdbWrapper):
40 self._adb = adb
240 def adb(self): member in class:LogcatMonitor
device_utils.py 5 """Provides a variety of device interactions based on adb.
173 """Restarts the adb server.
187 logging.warning('Failed to kill adb server')
190 raise device_errors.CommandFailedError('Failed to start adb server')
265 self.adb = None
267 self.adb = _CreateAdbWrapper(device)
269 self.adb = device
293 return self.adb.GetDeviceSerial() == str(other)
305 return self.adb.GetDeviceSerial() < other.adb.GetDeviceSerial(
    [all...]
  /external/parameter-framework/upstream/tools/xmlGenerator/
lightRoutingUpdate.sh 38 adbShell="adb shell"
51 adb push "$1" "$target_tmpfile"
  /packages/apps/Messaging/tools/messagegen/
fillsms 156 adb shell sqlite3 data/data/com.android.providers.telephony/databases/mmssms.db "$1"
255 adb root
261 echo "adb push $file $PART_DIR/$file"
262 adb push $file $PART_DIR/$file
266 echo "adb push $sql_file /data/fillsms"
267 adb push $sql_file /data/fillsms
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
test.bash 6 # For testing Android, this script requires adb to push and run compiled
44 adb shell rm -rf "$androidpath"
50 adb shell mkdir -p "$androidpath"
57 output=$(adb shell "cd ${androidpath}; $@")
73 adb push "$bin" "${androidpath}/${bin}" 2>/dev/null
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
test.bash 6 # For testing Android, this script requires adb to push and run compiled
44 adb shell rm -rf "$androidpath"
50 adb shell mkdir -p "$androidpath"
57 output=$(adb shell "cd ${androidpath}; $@")
73 adb push "$bin" "${androidpath}/${bin}" 2>/dev/null
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
PowerBaseTest.py 84 self.ad.adb.shell("settings put system screen_brightness 0")
92 self.ad.adb.shell(self.START_PMC_CMD)
93 self.ad.adb.shell(self.PMC_VERBOSE_CMD)
99 self.ad.adb.shell('ps -A | grep "S com.android.pmc"')
101 except adb.AdbError as e:
120 out = self.ad.adb.shell("cat /mnt/sdcard/Download/" + log_file)
144 out = self.ad.adb.shell("cat /mnt/sdcard/Download/" + log_file)
  /cts/apps/CameraITS/pymodules/its/
device.py 33 """Controls a device over adb to run ITS scripts.
40 forwarded over adb is the transport mechanism used.
87 adb = "adb -d" variable in class:ItsSession
129 command = "adb forward --list"
157 # Try to run "adb forward" with the port
159 (self.adb, p, self.REMOTE_PORT)
194 _run("%s reboot" % (self.adb))
195 _run("%s wait-for-device" % (self.adb))
201 _run('%s logcat -c' % (self.adb))
    [all...]
  /external/boringssl/src/util/
run_android_tests.go 33 adbPath = flag.String("adb", "adb", "Specifies the adb binary to use. Defaults to looking in PATH.")
34 device = flag.String("device", "", "Specifies the device or emulator. See adb's -s argument.")
51 func adb(args ...string) error { func
70 // Older versions of adb and Android do not preserve the exit
193 if err := adb("shell", "rm -Rf /data/local/tmp/boringssl-tmp"); err != nil {
286 if err := adb("push", "-p", tmpDir, "/data/local/tmp/boringssl-tmp"); err != nil {
312 if err := adb("pull", "-p", "/data/local/tmp/boringssl-tmp/results.json", *jsonOutput); err != nil {
  /build/make/target/product/
embedded.mk 21 adb \
  /device/generic/qemu/
qemu_base.mk 22 # ADB, and allow running command-line executable compiled against the
27 adb \
  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 102 if not emulators or d.adb.is_emulator]
165 device.adb.WaitForDevice()
262 After wiping data on a device that has been authorized, adb can still
264 re-authorized because the adb keys file is stored in /data/misc/adb/.
279 device.adb.WaitForDevice()
289 logger.warning('Unable to find adb keys file %s.', adb_key_file)
337 device.adb.WaitForDevice()
379 device.adb.DisableVerity()
384 device.adb.Remount(
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
tcpdump_profiler.py 33 [self._device.adb.GetAdbPath(),
34 '-s', self._device.adb.GetDeviceSerial(),
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
adb_install_cert.py 48 self.adb_path = adb_path or 'adb'
69 """Runs the adb command."""
73 """Runs the adb shell command."""
74 # We are not using self._adb() because adb shell return 0 even if the
210 """Installs certificate on the device using adb commands."""
258 '--adb-path', help='adb binary path')
  /external/google-breakpad/android/
common-functions.sh 205 # Check for the Android ADB program.
208 # adb_shell, adb_push, etc.. will work. You can get the path to the ADB program
211 # On failure, returns 1, and updates the internal adb error message, which can
214 # $1: optional ADB program path.
224 _ADB=$(which adb 2>/dev/null)
226 _ADB=$ANDROID_SDK_ROOT/platform-tools/adb
233 _ADB_ERROR="The Android 'adb' tool is not in your path."
238 log "Found ADB program: $_ADB"
245 log "Found ADB version: $ADB_VERSION"
248 _ADB_ERROR="Your ADB binary reports a bad version ($ADB_VERSION): $_ADB
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/internal/build/test/devicepool/0.1/
devicepool-0.1.jar 

Completed in 1513 milliseconds

<<11121314151617181920>>