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

<<11121314151617181920>>

  /system/netd/
IdletimerController.cpp 72 * adb shell iptables -t mangle -L idletimer_mangle_POSTROUTING -v && adb shell iptables -t raw -L idletimer_raw_PREROUTING -v
76 * adb shell tcpdump | tee tcpdump.log
  /art/test/
Android.mk 108 adb shell touch $(ART_TEST_DIR)/test-art-target-oat-$(1)
109 adb shell rm $(ART_TEST_DIR)/test-art-target-oat-$(1)
110 adb shell sh -c "dalvikvm -XXlib:libartd.so -Ximage:$(ART_TEST_DIR)/core.art -classpath $(ART_TEST_DIR)/oat-test-dex-$(1).jar -Djava.library.path=$(ART_TEST_DIR) $(1) $(2) && touch $(ART_TEST_DIR)/test-art-target-oat-$(1)"
111 $(hide) (adb pull $(ART_TEST_DIR)/test-art-target-oat-$(1) /tmp/ && echo test-art-target-oat-$(1) PASSED) || (echo test-art-target-oat-$(1) FAILED && exit 1)
  /bootable/recovery/minadbd/
adb.c 29 #include "adb.h"
81 { "adb", TRACE_ADB },
144 D("adb: online\n");
149 D("adb: offline\n");
utils.c 89 * invalid. We assume ADB is not buggy enough to
  /cts/tools/tradefed-host/etc/
cts-tradefed 34 checkPath adb
  /development/build/
windows_sdk_whitelist.mk 51 system/core/adb \
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
LocalServiceTest.java 35 * adb shell am instrument -w \
  /development/samples/NotePad/tests/
AndroidManifest.xml 20 adb shell am instrument -w com.example.android.notepad.tests/android.test.InstrumentationTestRunner
  /development/samples/SpinnerTest/
AndroidManifest.xml 40 "adb shell am instrument -w \
  /development/testrunner/
runtest.py 262 logger.Log("adb root")
298 logger.Log("adb install -r %s" % abs_install_path)
308 logger.Log("adb shell mkdir -p %s" % remote_dir)
311 logger.Log("adb push %s %s" % (abs_install_path, remote_path))
352 logger.Log("adb install -r %s" % abs_install_path)
420 logger.Log("adb shell \"echo %s >> /data/local.prop\""
422 logger.Log("adb shell chmod 644 /data/local.prop")
423 logger.Log("adb reboot")
424 logger.Log("adb wait-for-device")
  /docs/source.android.com/src/accessories/
aoa.jd 48 ADB (Android Debug Bridge) protocol, which exposes a second interface with two bulk endpoints for
49 ADB. You can use these endpoints for debugging the accessory application if you are simulating
51 implementing a passthrough to ADB on the device.</p>
133 is for standard communication while the second interface is for ADB communication. To communicate
aoa2.jd 66 <li><strong>adb</strong> - An interface intended only for debugging purposes while developing an
72 <li><code>0x2D01</code> - accessory + adb</li>
78 <li><code>0x2D03</code> - audio + adb</li>
80 <li><code>0x2D05</code> - accessory + audio + adb</li>
  /docs/source.android.com/src/source/
building-running.jd 124 <pre><code>$ adb reboot bootloader
191 <p>If adb was already running and cannot connect to the device after
192 getting those rules set up, it can be killed with <code>adb kill-server</code>.
193 That will cause adb to restart with the new configuration.</p>
  /external/chromium_org/build/android/gyp/
get_device_configuration.py 49 '"adb root" failed on device: %s\n'
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_socket.h 12 #include "chrome/browser/devtools/adb/android_usb_device.h"
  /external/chromium_org/chrome/browser/devtools/
android_device.h 11 #include "chrome/browser/devtools/adb/android_usb_device.h"
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
HeapStatsLogger.java 21 * adb shell am broadcast -a com.google.android.apps.chrome.LOG_HEAP_STATS
  /external/chromium_org/third_party/sqlite/src/src/
vacuum.c 129 pMain = db->aDb[0].pBt;
154 pDb = &db->aDb[db->nDb-1];
158 pTemp = db->aDb[db->nDb-1].pBt;
338 /* This both clears the schemas and reduces the size of the db->aDb[]
  /external/qemu/android/avd/
util.c 333 char* prop = _getBuildProperty(androidOut, "ro.adb.qemud");
339 D("Invalid ro.adb.qemud build property: '%s'", prop);
342 D("Found ro.adb.qemud build property: %d", val);
347 /* Missing ro.adb.qemud means "legacy" ADBD. */
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerStressTestRunner.java 33 * adb shell am instrument -e stressnum <stress times> \
WifiAssociationTestRunner.java 37 * adb shell am instrument -e ssid <ssid> -e password <password> \
  /frameworks/base/tests/BrowserPowerTest/
AndroidManifest.xml 36 "adb shell am instrument -w com.android.browserpowertest/.PowerTestRunner"
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchTest.java 31 * adb shell am instrument -w com.android.perftest/.RsPerfTestRunner
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeFieldsTest.java 22 * adb shell am instrument -w -e class com.android.webviewtests.JavaBridgeFieldsTest \
  /frameworks/base/tests/backup/
test_backup.sh 34 # run adb as root so we can poke at com.android.backuptest's data

Completed in 1565 milliseconds

<<11121314151617181920>>