HomeSort by relevance Sort by last modified time
    Searched full:adb (Results 151 - 175 of 1196) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/docs/html/tools/help/
sqlite3.jd 17 <pre>adb [-d|-e|-s {&lt;serialNumber&gt;}] shell</pre>
29 shell. To exit and return to the adb remote shell, enter <code>exit</code> or press
35 <pre>$ adb -s emulator-5554 shell
49 adb pull &lt;database-file-on-device&gt;
  /frameworks/base/tests/CoreTests/
run_core_test.sh 3 adb shell exec dalvikvm -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=3001 \
  /ndk/sources/third_party/googletest/
README.NDK 79 the device and execute it with ADB, e.g.:
81 adb push libs/armeabi/libfoo.so /data/local/tmp/
82 adb push libs/armeabi/foo_unittest /data/local/tmp/
83 adb shell "LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/foo_unittest"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cuda.h 3 * which controls the ADB, system power, RTC, and various other things.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cuda.h 3 * which controls the ADB, system power, RTC, and various other things.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cuda.h 3 * which controls the ADB, system power, RTC, and various other things.
  /sdk/files/
alias_rules.xml 20 <condition property="adb" value="${android.tools.dir}/adb.exe" else="${android.tools.dir}/adb">
50 <exec executable="${adb}" failonerror="true">
  /sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
AllTests.java 28 * $ adb shell am instrument -w \
32 * $ adb shell am instrument -w \
37 * $ adb shell am instrument -w \
42 * $ adb shell am instrument -w \
  /sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
AllTests.java 28 * $ adb shell am instrument -w \
32 * $ adb shell am instrument -w \
37 * $ adb shell am instrument -w \
42 * $ adb shell am instrument -w \
  /system/core/rootdir/
ueventd.rc 27 /dev/android_adb 0660 adb adb
28 /dev/android_adb_enable 0660 adb adb
init.usb.rc 19 # adb only USB configuration
22 on property:sys.usb.config=adb
40 # USB accessory configuration, with adb
41 on property:sys.usb.config=accessory,adb
59 # audio accessory configuration, with adb
60 on property:sys.usb.config=audio_source,adb
78 # USB and audio accessory configuration, with adb
79 on property:sys.usb.config=accessory,audio_source,adb
  /bootable/recovery/applypatch/
applypatch.sh 37 ADB="adb -s emulator-$EMULATOR_PORT "
39 ADB="adb -d "
43 $ADB wait-for-device
45 $ADB remount
47 $ADB shell rm -r /system/media
52 $ADB shell "$@" \; echo \$? | awk '{if (b) {print a}; a=$0; b=1} END {exit a}'
99 $ADB push $ANDROID_PRODUCT_OUT/system/bin/applypatch $WORK_DIR/applypatch
118 $ADB push $DATA_DIR/old.file $WORK_DI
    [all...]
  /external/chromium_org/build/android/pylib/base/
base_test_runner.py 41 self.adb = android_commands.AndroidCommands(device=device)
42 self.tool = CreateTool(tool, self.adb)
58 self.adb.SetFileContents(self.adb.GetExternalStorage() + '/' +
86 push_size_before = self.adb.GetPushSizeInfo()
90 push_size_after = self.adb.GetPushSizeInfo()
104 self.adb.RemovePushedFiles()
127 Forwarder.Map(port_pairs, self.adb, self.tool)
132 Forwarder.UnmapDevicePort(device_port, self.adb)
156 if not ports.IsDevicePortUsed(self.adb, self._forwarder_device_port)
    [all...]
  /development/testrunner/
adb_interface.py 18 """Provides an interface to communicate with the device via the adb command.
20 Assumes adb binary is currently on system path.
35 """Helper class for communicating with Android device via adb."""
37 # argument to pass to adb, to direct command to specific device
55 """Send a command via adb.
58 command_string: adb command to run
69 adb_cmd = "adb %s %s" % (self._target_arg, command_string)
75 """Send a adb shell command.
78 cmd: adb shell command to run
94 """Dumps adb bugreport to the file specified by the path
    [all...]
  /external/chromium_org/third_party/android_testrunner/
adb_interface.py 18 """Provides an interface to communicate with the device via the adb command.
20 Assumes adb binary is currently on system path.
35 """Helper class for communicating with Android device via adb."""
37 # argument to pass to adb, to direct command to specific device
55 """Send a command via adb.
58 command_string: adb command to run
69 adb_cmd = "adb %s %s" % (self._target_arg, command_string)
75 """Send a adb shell command.
78 cmd: adb shell command to run
94 """Dumps adb bugreport to the file specified by the path
    [all...]
  /bootable/recovery/etc/
init.rc 27 write /sys/class/android_usb/android0/functions adb
62 on property:service.adb.root=1
  /external/chromium_org/build/android/pylib/instrumentation/
test_package.py 37 def Install(self, adb):
38 adb.ManagedInstall(self.GetApkPath(), package_name=self.GetPackageName())
  /external/chromium_org/chrome/test/chromedriver/chrome/
adb.h 13 class Adb {
15 virtual ~Adb() {}
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
index.jd 52 <code>adb</code> connection to the Android-powered device via USB. You can still access
53 <code>adb</code> over a network connection. To enable <code>adb</code> over a network
59 <li>From your SDK <code>platform-tools/</code> directory, enter <code>adb tcpip 5555</code> at
62 <li>Enter <code>adb connect &lt;device-ip-address&gt;:5555</code> You should now be connected
63 to the Android-powered device and can issue the usual <code>adb</code> commands like <code>adb
66 <li>To set your device to listen on USB, enter <code>adb usb</code>.</li>
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsPerfTestRunner.java 29 * adb shell am instrument -w com.android.perftest/.RsPerfTestRunner
32 * adb shell am instrument -e iterations <n> -w com.android.perftest/.RsPerfTestRunner
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IToolsLocator.java 25 * Queries the location of ADB
26 * @return A full OS path to the location of adb.
  /system/core/adb/
Android.mk 3 # Android.mk for adb
8 # adb host tool
54 adb.c \
79 LOCAL_MODULE := adb
104 adb.c \
137 # adb host tool for device-as-host
145 adb.c \
173 LOCAL_MODULE := adb
  /system/extras/tests/bionic/libc/
run-test.sh 27 ADB_CMD=adb
43 --adb=*)
64 echo "Run one C library test on a device/emulator through ADB."
70 echo " --adb=<file> Specify adb executable for device tests"
121 # Run a command in ADB and return 0 in case of success, or 1 otherwise.
122 # This is needed because "adb shell" does not return the proper status
164 set_adb_cmd_log $TMPDIR/adb.log.txt
  /dalvik/tests/etc/
push-and-run-test-jar 101 adb push test.jar /data
102 adb push test-ex.jar /data
104 adb push test.jar /data >/dev/null 2>&1
105 adb push test-ex.jar /data >/dev/null 2>&1
123 adb shell $cmdline "$@"
  /dalvik/tools/
dexcheck 25 # 3. Run "adb root" if necessary to ensure read permission on
37 # When this happens, the log ("adb logcat") will generally have at
44 files=`adb shell "cd /data/dalvik-cache; echo *" | sed -e s/.$//`
46 echo 'ERROR: commands must run as root on device (try "adb root" first?)'
59 errout=`adb shell "dexdump /data/dalvik-cache/$file > dev/null"`

Completed in 684 milliseconds

1 2 3 4 5 67 8 91011>>