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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.1/
chimpchat-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha1/
chimpchat-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha3/
chimpchat-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha5/
chimpchat-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha6/
chimpchat-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.5.0-alpha-preview-01/
chimpchat-25.5.0-alpha-preview-01.jar 
  /development/python-packages/gdbrunner/
__init__.py 19 import adb
28 """ArgumentParser subclass that provides adb device selection."""
33 "--adb", dest="adb_path",
34 help="use specific adb command")
54 adb_path = result.adb_path or "adb"
56 # Try to run the specified adb command
61 msg = "ERROR: Unable to run adb executable (tried '{}')."
63 msg += "\n Try specifying its location with --adb."
68 result.device = adb.get_device(adb_path=adb_path)
70 result.device = adb.get_usb_device(adb_path=adb_path
    [all...]
  /test/vts/testcases/template/llvmfuzzer_test/
llvmfuzzer_test.py 25 from vts.utils.python.controllers import adb
56 self._dut.adb.shell("mkdir %s -p" % config.FUZZER_TEST_DIR)
60 self._dut.adb.shell("rm -rf %s" % config.FUZZER_TEST_DIR)
63 """adb pushes testcase file to target.
69 self._dut.adb.push("%s %s" % (push_src, config.FUZZER_TEST_DIR))
70 logging.info("Adb pushed: %s", testcase)
142 self._dut.adb.shell("mkdir %s -p" % corpus_dir)
149 # so we use adb shell.
150 self._dut.adb.shell("\"%s\"" % cmd)
168 self._dut.adb.shell(chmod_cmd
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py 68 self.assertEqual(serial_as_str, d.adb.GetDeviceSerial())
73 self.assertEqual(serial_as_unicode, d.adb.GetDeviceSerial())
79 self.assertEqual(serial, d.adb.GetDeviceSerial())
115 ['pgrep', 'adb']),
119 ['pgrep', 'adb']),
122 ['pgrep', 'adb']),
153 adb = mock.Mock(spec=adb_wrapper.AdbWrapper)
154 adb.__str__ = mock.Mock(return_value=test_serial)
155 adb.GetDeviceSerial.return_value = test_serial
156 adb.is_ready = is_read
    [all...]
device_utils_devicetest.py 38 self.adb = adb_wrapper.AdbWrapper(self.serial)
39 self.adb.WaitForDevice()
41 self.adb, default_timeout=10, default_retries=0)
89 self.adb.Push(host_file_path, device_file_path)
101 self.adb.Push(host_file_path, device_file_path)
119 self.adb.Push(host_file_path, device_file_path)
139 self.adb.Push(host_file_path1, device_file_path1)
140 self.adb.Push(host_file_path2, device_file_path2)
180 self.adb.Push(host_file_path1, device_file_path1)
181 self.adb.Push(host_file_path2, device_file_path2
    [all...]
  /external/libcxx/utils/libcxx/android/test/
format.py 8 import libcxx.android.adb as adb
66 adb.mkdir(self._working_directory(exec_file))
67 adb.push(exec_path, self._wd_path(exec_file, exec_file))
76 adb.push(df_path, df_dev_path)
78 except adb.AdbError as ex:
83 cmd = ['adb', 'shell', 'rm', '-rf', self._working_directory(exec_file)]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
format.py 8 import libcxx.android.adb as adb
68 adb.mkdir(self._working_directory(exec_file))
69 adb.push(exec_path, self._wd_path(exec_file, exec_file))
78 adb.push(df_path, df_dev_path)
80 except adb.AdbError as ex:
85 cmd = ['adb', 'shell', 'rm', '-rf', self._working_directory(exec_file)]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/android/test/
format.py 8 import libcxx.android.adb as adb
68 adb.mkdir(self._working_directory(exec_file))
69 adb.push(exec_path, self._wd_path(exec_file, exec_file))
78 adb.push(df_path, df_dev_path)
80 except adb.AdbError as ex:
85 cmd = ['adb', 'shell', 'rm', '-r', self._working_directory(exec_file)]
  /test/vts/utils/python/controllers/
android_device.py 30 from vts.utils.python.controllers import adb
45 # Key name for adb logcat extra params in config file.
132 generated by calling either adb or fastboot.
135 device_list_str: Output of adb or fastboot.
151 """List all target devices connected to the host and detected by adb.
156 out = adb.AdbProxy().devices()
322 handles to adb, fastboot, and various RPC clients.
327 for adb port forwarding (for command-response sessions).
329 for adb port reverse forwarding (for callback sessions).
334 adb_logcat_process: A process that collects the adb logcat
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 31 from acts.controllers import adb
43 # Key name for adb logcat extra params in config file.
155 generated by calling either adb or fastboot.
158 device_list_str: Output of adb or fastboot.
169 adb.
174 out = adb.AdbProxy().devices()
336 handles to adb, fastboot, and sl4a clients. In addition to direct adb
337 commands, this object also uses adb port forwarding to talk to the Android
342 h_port: An integer that's the port number for adb port forwarding use
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils_devicetest.py 37 self.adb = devices[0]
38 self.adb.WaitForDevice()
40 self.adb, default_timeout=10, default_retries=0)
88 self.adb.Push(host_file_path, device_file_path)
100 self.adb.Push(host_file_path, device_file_path)
118 self.adb.Push(host_file_path, device_file_path)
138 self.adb.Push(host_file_path1, device_file_path1)
139 self.adb.Push(host_file_path2, device_file_path2)
178 self.adb.Push(host_file_path1, device_file_path1)
179 self.adb.Push(host_file_path2, device_file_path2
    [all...]
device_utils_test.py 67 self.assertEqual(serial_as_str, d.adb.GetDeviceSerial())
72 self.assertEqual(serial_as_unicode, d.adb.GetDeviceSerial())
78 self.assertEqual(serial, d.adb.GetDeviceSerial())
114 ['pgrep', 'adb']),
118 ['pgrep', 'adb']),
121 ['pgrep', 'adb']),
152 adb = mock.Mock(spec=adb_wrapper.AdbWrapper)
153 adb.__str__ = mock.Mock(return_value=test_serial)
154 adb.GetDeviceSerial.return_value = test_serial
155 adb.is_ready = is_read
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/pts/
config_lib.py 49 self.dut.adb.push("{} {}".format(self.reset_config_path,
54 self.dut.adb.push("{} {}".format(self.non_bond_config_path,
59 self.dut.adb.push("{} {}".format(self.disable_mitm_config_path,
  /device/google/marlin/
aosp_marlin_svelte.mk 20 PRODUCT_DEFAULT_PROPERTY_OVERRIDES = ro.adb.secure=0
  /test/vts-testcase/performance/hwbinder_benchmark_adb/
HwBinderPerformanceAdbTest.py 24 from vts.utils.python.controllers import adb
107 self.dut.adb.shell("chmod 755 %s" % binary)
110 result = self.dut.adb.shell(
115 except adb.AdbError as e:
  /tools/test/connectivity/acts/tests/google/ble/power/
GattPowerTest.py 64 self.per_ad.adb.shell(PowerBaseTest.START_PMC_CMD)
65 self.per_ad.adb.shell(self.PMC_VERBOSE_CMD)
72 1. Prepare adb shell command for GATT server
73 2. Send the adb shell command to PMC to startup GATT Server
74 3. Prepare adb shell command for GATT Client
75 4. Send the adb shell command to PMC to startup GATT Client
94 self.per_ad.adb.shell(self.GATT_SERVER_MSG)
103 self.cen_ad.adb.shell(clientmsg)
126 1. Prepare adb shell command for GATT server
127 2. Send the adb shell command to PMC to startup GATT Serve
    [all...]
  /external/boringssl/src/crypto/asn1/
tasn_utl.c 223 const ASN1_ADB *adb; local
233 adb = ASN1_ADB_ptr(tt->item);
236 sfld = offset2ptr(*pval, adb->offset);
240 if (!adb->null_tt) {
243 return adb->null_tt;
260 for (atbl = adb->tbl, i = 0; i < adb->tblcount; i++, atbl++) {
269 if (!adb->default_tt) {
272 return adb->default_tt;
  /frameworks/rs/perf-test-scripts/
timing 68 [ `adb shell "[ -f $1 ] && echo found"` ]
183 if [[ "`adb shell id | tr -d '\r' | awk -F'[()]' '{print $2}'`" != "root" ]]; then
184 adb root
185 adb wait-for-device
189 adb shell pm grant com.android.rs.imagejb android.permission.READ_EXTERNAL_STORAGE
190 adb shell pm grant com.android.rs.imagejb android.permission.WRITE_EXTERNAL_STORAGE
205 adb shell "am instrument -w $VARIABLES -e class $TEST_ROOT#${FUNCTION_NAMES[$testId]} $RUNNER" > /dev/null
209 adb shell cat /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt > timing.tmp
259 adb shell "am instrument -w $VARIABLES $TESTS_TEXT $RUNNER"
269 adb shell cat /sdcard/rsTimes/${TEST_NAMES[$testId]}_DATA.txt > timing.tm
    [all...]
  /test/vts-testcase/fuzz/template/libfuzzer_test/
libfuzzer_test.py 26 from vts.utils.python.controllers import adb
56 self._dut.adb.shell('mkdir %s -p' % config.FUZZER_TEST_DIR)
60 self._dut.adb.shell('rm -rf %s' % self.data_file_path)
64 """adb pushes test case file to target."""
67 self._dut.adb.push('%s %s' % (push_src, push_dst))
68 logging.info('Adb pushed: %s \nto: %s', push_src, push_dst)
86 self._dut.adb.shell('mkdir %s -p' % corpus_dir)
99 stdout = self._dut.adb.shell('"%s"' % fuzz_cmd)
105 except adb.AdbError as e:
124 self._dut.adb.shell(touch_cmd
    [all...]
  /build/make/
envsetup.sh 994 adb shell ps \
1011 local PID=`adb shell ps \
1032 adb root;
1033 adb wait-for-device;
1036 adb shell mount -w -o remount -t rootfs rootfs;
1038 adb wait-for-device;
1039 adb shell mkdir -p /cores;
1040 adb shell mount -t tmpfs tmpfs /cores;
1041 adb shell chmod 0777 /cores;
1044 adb shell restorecon -R /cores
    [all...]

Completed in 766 milliseconds

1 2 3 4 56 7 8 91011>>