/external/chromium_org/build/android/pylib/gtest/ |
test_runner.py | 56 self._perf_controller = perf_control.PerfControl(self.adb) 60 self.test_package.Install(self.adb) 64 self.test_package.Install(self.adb) 65 return self.test_package.GetAllTests(self.adb) 69 self.adb.WaitForSdCardReady(20) 72 device_dir = self.adb.GetExternalStorage() 78 self.adb.PushIfNeeded( 136 if not self.adb.IsOnline(): 153 ret_code = self.test_package.GetGTestReturnCode(self.adb) 168 self.test_package.ClearApplicationState(self.adb) [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/ |
adb_commands.py | 5 thin(ish) wrapper around adb.""" 57 """A thin wrapper around ADB""" 70 def Adb(self): 74 ret = self._adb.Adb().SendCommand('forward %s %s' % (local, remote)) 78 """Send a command to the adb shell and return the result. 106 """Android version of killall, connected via adb. 171 return self._adb.Adb().Push(local, remote) 174 return self._adb.Adb().Pull(remote, local) 201 def SetupPrebuiltTools(adb): 206 abi = adb.system_properties['ro.product.cpu.abi' [all...] |
/frameworks/base/docs/html/tools/help/ |
adb.jd | 4 page.tags="adb" 29 <li><a href="#stopping">Stopping the adb server</a></li> 35 <p>Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an 41 by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create 42 adb clients. </li> 44 manages communication between the client and the adb daemon running on an emulator or device. </li> 48 <p>You can find the {@code adb} tool in {@code <sdk>/platform-tools/}.</p> 50 <p>When you start an adb client, the client first checks whether there is an adb server 52 it binds to local TCP port 5037 and listens for commands sent from adb clients—all ad [all...] |
logcat.jd | 9 <code>logcat</code> from an ADB shell to view the log messages.</p> 19 [adb] logcat [<option>] ... [<filter-spec>] ... 22 <p>You can run <code>logcat</code> as an adb command or directly in a shell prompt 23 of your emulator or connected device. To view log output using adb, navigate to your SDK 26 $ adb logcat 31 $ adb shell
|
/external/chromium_org/build/android/pylib/instrumentation/ |
test_runner.py | 84 self.flags = flag_changer.FlagChanger(self.adb, cmdline_file[0]) 86 self.flags = flag_changer.FlagChanger(self.adb) 92 self.test_pkg.Install(self.adb) 106 self.adb.WaitForSdCardReady(20) 108 self.adb.PushIfNeeded( 110 os.path.join(self.adb.GetExternalStorage(), p)) 120 self.adb.PushIfNeeded(host_test_files_path, '%s/%s/%s' % ( 121 self.adb.GetExternalStorage(), TestRunner._DEVICE_DATA_DIR, 140 self.adb.TakeScreenshot(screenshot_name) 145 if not self.adb.IsRootEnabled() [all...] |
/development/ide/emacs/ |
android-common.el | 148 (defun android-adb () 149 "Return the path to the adb executable. 151 (android-find-host-bin "adb")) 157 ; its directory like adb requests sometimes. 160 (defun android-adb-command (command &optional product) 161 "Execute 'adb COMMAND'. 163 when adb is invoked." 168 (shell-command (concat (android-adb) " -p " (android-product-path) 171 (shell-command (concat (android-adb) " " command) 174 (defun android-adb-shell-command (command [all...] |
/docs/source.android.com/src/devices/ |
native-memory.jd | 23 <pre><code> $ adb shell setprop libc.debug.malloc 1 24 $ adb shell stop 25 $ adb shell start
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
adb_impl.h | 13 #include "chrome/test/chromedriver/chrome/adb.h" 21 class AdbImpl : public Adb { 28 // Overridden from Adb:
|
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
WebLatency.java | 28 && adb install -r $OUT/data/app/QuickSearchBoxBenchmarks.apk \ 30 && adb shell am start -a android.intent.action.MAIN \ 32 && adb logcat
|
/art/runtime/jdwp/ |
jdwp_adb.cc | 32 * The JDWP <-> ADB transport protocol is explained in detail 33 * in system/core/adb/jdwp_service.c. Here's a summary. 37 * ADB daemon. 124 VLOG(jdwp) << "ADB transport startup"; 130 * Receive a file descriptor from ADB. The fd can be used to communicate 166 PLOG(WARNING) << "Receiving file descriptor from ADB failed (socket " << control_sock_ << ")"; 186 /* first, ensure that we get a connection to the ADB daemon */ 200 PLOG(ERROR) << "Could not create ADB control socket"; 214 * perhaps the system is restarting it for "adb root", the 236 /* now try to send our pid to the ADB daemon * [all...] |
/development/ndk/samples/hello-jni/tests/src/com/example/hellojni/ |
HelloJniTest.java | 11 * adb shell am instrument -w \
|
/development/ndk/samples/two-libs/tests/src/com/example/twolibs/ |
TwoLibsTest.java | 11 * adb shell am instrument -w \
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/ |
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 \
|
/device/lge/hammerhead/ |
init.hammerhead.usb.rc | 38 on property:sys.usb.config=mtp,adb 45 write /sys/class/android_usb/android0/functions mtp,adb 63 on property:sys.usb.config=rndis,adb 70 write /sys/class/android_usb/android0/functions rndis,adb 88 on property:sys.usb.config=ptp,adb 95 write /sys/class/android_usb/android0/functions ptp,adb 111 write /sys/class/android_usb/android0/functions acm,diag,mtp,adb 116 on property:sys.usb.config=diag,adb 126 write /sys/class/android_usb/android0/functions acm,diag,mtp,adb
|
/device/lge/mako/ |
init.mako.usb.rc | 39 on property:sys.usb.config=mtp,adb 46 write /sys/class/android_usb/android0/functions mtp,adb 64 on property:sys.usb.config=rndis,adb 71 write /sys/class/android_usb/android0/functions rndis,adb 89 on property:sys.usb.config=ptp,adb 96 write /sys/class/android_usb/android0/functions ptp,adb 113 write /sys/class/android_usb/android0/functions acm,diag,mtp,adb 118 on property:sys.usb.config=diag,adb 129 write /sys/class/android_usb/android0/functions acm,diag,mtp,adb
|
/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/mojo/shell/ |
init.cc | 18 // To view log output with IDs and timestamps use "adb logcat -v threadtime".
|
/external/chromium_org/third_party/openssl/openssl/ |
README.android | 44 mm -j16 snod && adb remount && adb sync system 54 (croot && cd libcore && mm -j16 snod && adb remount && adb sync) 60 adb shell am start https://online.citibank.com # confirm result in browser 75 adb push ./android.testssl/CAss.cnf /sdcard/CAss.cnf 76 adb shell openssl req -config /sdcard/CAss.cnf -x509 -nodes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /sdcard/server.pem -out /sdcard/server.pem 77 adb shell openssl s_server -cert /sdcard/server.pem -www -verify 1 78 adb shell am start https://localhost:4433 # confirm result in browser
|
/external/chromium_org/tools/android/common/ |
adb_connection.cc | 33 // ADB port forward request format: HHHHtcp:port:address. 58 LOG(ERROR) << "Failed to create adb socket: " << strerror(errno); 72 LOG(ERROR) << "Failed to connect adb socket: " << strerror(errno); 98 LOG(ERROR) << "Bad response from ADB: length: " << response_length
|
net.h | 13 // and adb tool use it.
|
/external/chromium_org/tools/android/ |
mempressure.py | 87 adb = android_commands.AndroidCommands(device=None) 89 adb.EnableAdbRoot() 90 flags = flag_changer.FlagChanger(adb, package_info.cmdline_file) 94 adb.StartActivity(package, activity, action=action)
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
oomkiller_profiler.py | 37 self._browser_backend.adb.Install(mem_consumer_path) 38 self._browser_backend.adb.GoHome() 43 self._browser_backend.adb.StartActivity(browser_backend.package, 59 browser_backend.adb.CloseApplication('org.chromium.memconsumer')
|
/external/openssl/ |
README.android | 44 mm -j16 snod && adb remount && adb sync system 54 (croot && cd libcore && mm -j16 snod && adb remount && adb sync) 60 adb shell am start https://online.citibank.com # confirm result in browser 75 adb push ./android.testssl/CAss.cnf /sdcard/CAss.cnf 76 adb shell openssl req -config /sdcard/CAss.cnf -x509 -nodes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /sdcard/server.pem -out /sdcard/server.pem 77 adb shell openssl s_server -cert /sdcard/server.pem -www -verify 1 78 adb shell am start https://localhost:4433 # confirm result in browser
|
/external/zlib/src/contrib/ada/ |
readme.txt | 46 1. Make a project with all *.ads and *.adb files from the distribution. 51 6. Build the executable using test.adb as a main procedure. 56 The source files test.adb and read.adb are small demo programs that show
|
/frameworks/base/docs/html/tools/debugging/ |
index.jd | 28 <dt><a href="{@docRoot}tools/help/adb.html"><strong>adb</strong></a></dt> 30 <dd><code>adb</code> acts as a middleman between a device and your development system. It provides various 38 <dd>DDMS is a graphical program that communicates with your devices through <code>adb</code>. DDMS can 45 <dd>Your application must run in a device or in an AVD so that it can be debugged. An <code>adb</code> device 46 daemon runs on the device or emulator and provides a means for the <code>adb</code> host daemon to 69 <p>On your emulator or device, each application runs in its own instance of a Dalvik VM. The <code>adb</code> 72 <p>On your development machine, the <code>adb</code> host daemon communicates with the <code>adb</code> device daemon and 73 allows tools such as DDMS to communicate with the device or emulator. The <code>adb</code> host daemon als [all...] |