HomeSort by relevance Sort by last modified time
    Searched refs:adb (Results 76 - 100 of 178) sorted by null

1 2 34 5 6 7 8

  /frameworks/base/core/tests/inputmethodtests/
run_core_inputmethod_test.sh 19 COMMAND="adb install -r $TESTAPP"
24 adb shell am instrument -w -e class android.os.InputMethodTest com.android.frameworks.coretests.inputmethod/android.test.InstrumentationTestRunner
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 19 COMMAND="adb install -r $TESTAPP"
24 adb shell am instrument -w -e class android.os.SystemPropertiesTest com.android.frameworks.coretests.systemproperties/android.test.InstrumentationTestRunner
  /frameworks/base/tests/CoreTests/
run_core_test.sh 3 adb shell exec dalvikvm -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=3001 \
  /external/chromium-trace/
systrace-legacy.py 75 help='adb device serial number')
87 atrace_args = ['adb', 'shell', 'setprop', 'debug.atrace.tags.enableflags', hex(flags)]
95 'take effect:\n\n adb shell stop\n adb shell ' +
99 atrace_args = ['adb', 'shell', 'atrace', '-z']
153 adb = subprocess.Popen(atrace_args, stdout=subprocess.PIPE,
157 ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr]
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
android_browser_finder.py 37 # adb shell pm list packages
38 # adb
59 self._backend_settings.adb.Adb(), self._options.no_performance_mode)
81 proc = subprocess.Popen(['adb', 'devices'],
88 ('adb devices reported a permissions error. Consider '
89 'restarting adb as root:'))
90 logging.warn(' adb kill-server')
91 logging.warn(' sudo `which adb` devices\n\n')
98 os.path.exists(os.path.join(platform_tools_path, 'adb')))
    [all...]
  /development/testrunner/test_defs/
instrumentation_test.py 91 def Run(self, options, adb):
94 Builds up an adb instrument command using provided input arguments.
98 adb: adb_interface to device under test
137 adb_cmd = adb.PreviewInstrumentationCommand(
144 coverage_gen = coverage.CoverageGenerator(adb)
149 self._CheckInstrumentationInstalled(adb)
153 (test_results, status_map) = adb.StartInstrumentationForPackage(
173 self._CheckInstrumentationInstalled(adb)
174 adb.StartInstrumentationNoResults(package_name=self.GetPackageName(),
180 def _CheckInstrumentationInstalled(self, adb)
    [all...]
native_test.py 34 def Run(self, options, adb):
50 adb: adb interface
88 output = adb.SendShellCommand("'%s 2>&1;echo -n exit code:$?'" %
100 adb.SendShellCommand("rm %s" % full_path)
  /external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py 78 def _CheckDevicePortStatus(adb, port):
80 return _WaitUntil(lambda: ports.IsDevicePortUsed(adb, port))
103 def __init__(self, ready_event, arguments, adb, tool, build_type):
109 adb: instance of AndroidCommands.
119 self.adb = adb
254 Forwarder.Map([(0, self.host_port)], self.adb, self.build_type, self.tool)
258 if device_port and _CheckDevicePortStatus(self.adb, device_port):
267 Forwarder.UnmapDevicePort(self.forwarder_device_port, self.adb)
335 self.server.adb,
    [all...]
thermal_throttle.py 17 def __init__(self, adb):
18 self._adb = adb
35 serial_number = self._adb.Adb().GetSerialNumber()
  /build/target/board/generic/
device.mk 23 ro.adb.qemud=1
  /build/target/board/generic_mips/
device.mk 23 ro.adb.qemud=1
  /build/target/board/vbox_x86/
device.mk 25 ro.adb.qemud=1
  /cts/tools/tradefed-host/etc/
cts-tradefed 34 checkPath adb
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 17 package com.android.adb;
19 /* This class represents an adb socket. adb supports multiple independent
21 * for each adb command that is executed.
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
testssl 13 ssltest="adb shell /system/bin/ssltest -key $key -cert $cert -c_key $key -c_cert $cert"
15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then
128 for cipher in `adb shell /system/bin/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
144 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
151 if [ `adb shell /system/bin/openssl no-rsa` = no-dh ]; then
155 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -no_ecdhe -num 10 -f -time $extra || exit 1
157 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
161 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
171 if adb shell /system/bin/openssl no-srp; then
  /external/openssl/android.testssl/
testssl 13 ssltest="adb shell /system/bin/ssltest -key $key -cert $cert -c_key $key -c_cert $cert"
15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then
128 for cipher in `adb shell /system/bin/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
144 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
151 if [ `adb shell /system/bin/openssl no-rsa` = no-dh ]; then
155 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -no_ecdhe -num 10 -f -time $extra || exit 1
157 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
161 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
171 if adb shell /system/bin/openssl no-srp; then
  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 143 grep sdcard0\/proto mkfiles.sh |sed 's/cat \/storage\/sdcard0\//adb push protos\//' | sed 's/ > .*/ \/storage\/sdcard0\//'|sort -u
144 echo adb push mkfiles.sh /storage/sdcard0
145 echo adb shell sh /storage/sdcard0/mkfiles.sh
  /sdk/bash_completion/
adb.bash 69 local devices=$(command adb devices 2> /dev/null | grep -v "List of devices" | awk '{ print $1 }')
185 paths=$(command adb ${args[@]} shell echo '$'PATH 2> /dev/null | tr -d '\r' | tr : '\n')
186 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | {
241 command adb ${args[@]} shell pm list packages '2>' /dev/null 2> /dev/null | tr -d '\r' | {
307 command adb ${args[@]} shell ls -dF ${file}"*" '2>' /dev/null 2> /dev/null | tr -d '\r' | {
379 complete -F _adb adb
381 complete -o nospace -F _adb adb
  /external/chromium_org/build/android/
adb_gdb 34 "$ADB" shell rm "$TARGET_GDBSERVER" >/dev/null 2>&1
62 DEFAULT_PULL_LIBS_DIR=/tmp/$USER-adb-gdb-libs
81 ADB=
109 --adb=*)
110 ADB=$optarg
266 You will also need the 'adb' tool in your path. Otherwise, use the --adb
308 --adb=<program> Specify host ADB binary.
310 --su-prefix=<prefix> Prepend <prefix> to 'adb shell' commands that ar
    [all...]
  /art/build/
Android.gtest.mk 156 adb shell touch $(ART_TEST_DIR)/$$@
157 adb shell rm $(ART_TEST_DIR)/$$@
158 adb shell chmod 755 $(ART_NATIVETEST_DIR)/$$(notdir $$<)
159 adb shell sh -c "$(ART_NATIVETEST_DIR)/$$(notdir $$<) && touch $(ART_TEST_DIR)/$$@"
160 $(hide) (adb pull $(ART_TEST_DIR)/$$@ /tmp/ && echo $$@ PASSED) || (echo $$@ FAILED && exit 1)
  /external/oprofile/
oprofile_android 77 # ADB wrapper
78 class Adb:
80 self._base_args = ['adb']
180 self.adb = Adb(serial_number)
250 rc, output = self.adb.shell(['cat', '/proc/kallsyms'], echo=False)
259 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
274 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
286 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() + [
298 rc, output = self.adb.shell(['/system/xbin/opcontrol'] + self._opcontrol_verbose_arg() +
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
tcpdump_profiler.py 23 def __init__(self, adb, output_path):
24 self._adb = adb
27 ['adb', '-s', self._adb.device(),
40 self._adb.Adb().Adb().Pull(self._DEVICE_DUMP_FILE, host_dump)
92 browser_backend.adb, output_path)
  /development/build/
sdk-windows-x86.atree 33 rm platform-tools/adb
35 bin/adb.exe strip platform-tools/adb.exe
  /build/target/product/
embedded.mk 21 adb \
  /development/build/tools/
patch_windows_sdk.sh 87 # Just to make it easier on the build servers, we want fastboot and adb
89 for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do

Completed in 403 milliseconds

1 2 34 5 6 7 8