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

<<11121314151617181920>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkPerfTestRunner.java 34 * adb shell am instrument \
  /frameworks/base/nfc-extras/tests/
AndroidManifest.xml 33 adb shell am instrument -w com.android.nfc_extras.tests/android.test.InstrumentationTestRunner
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 79 * <li>Run the instrumentation using "adb shell am instrument -w",
81 * <li>Run the instrumentation using "adb shell am instrument -w",
84 * <li>Run the instrumentation using "adb shell am instrument -w",
87 * <li>Run the instrumentation using "adb shell am instrument -w",
91 * <b>Running all tests:</b> adb shell am instrument -w
94 * <b>Running all small tests:</b> adb shell am instrument -w
98 * <b>Running all medium tests:</b> adb shell am instrument -w
102 * <b>Running all large tests:</b> adb shell am instrument -w
106 * <b>Filter test run to tests with given annotation:</b> adb shell am instrument -w
114 * <b>Filter test run to tests <i>without</i> given annotation:</b> adb shell am instrument -
    [all...]
  /frameworks/base/tests/ImfTest/tests/
AndroidManifest.xml 30 "adb shell am instrument -w com.android.imftest.tests/android.test.InstrumentationTestRunner"
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeChildFrameTest.java 24 * adb shell am instrument -w -e class com.android.webviewtests.JavaBridgeChildFrameTest \
  /frameworks/native/opengl/tests/testPauseResume/
README 5 The program does not draw anything to the screen, it just prints to the log, so use adb logcat to watch the output.
  /packages/apps/Browser/tests/
AndroidManifest.xml 31 "adb shell am instrument -w com.android.browser.tests/android.test.InstrumentationTestRunner"
  /packages/apps/Email/tests/
AndroidManifest.xml 31 "adb shell am instrument -w com.android.email.tests/android.test.InstrumentationTestRunner"
  /packages/apps/Exchange/tests/
AndroidManifest.xml 32 "adb shell am instrument -w com.android.exchange.tests/android.test.InstrumentationTestRunner"
  /packages/apps/Nfc/tests/
AndroidManifest.xml 31 "adb shell am instrument -w com.android.nfc.tests/android.test.InstrumentationTestRunner"
  /packages/apps/QuickSearchBox/tests/
AndroidManifest.xml 33 "adb shell am instrument -w com.android.quicksearchbox.tests/android.test.InstrumentationTestRunner"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ReplayerService.java 31 * In particular, makes access from a host possible through {@code adb am startservice}.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
NameDistanceTest.java 31 * adb shell am instrument -e class com.android.providers.contacts.NameDistanceTest -w \
  /packages/providers/DownloadProvider/tests/permission/
AndroidManifest.xml 33 "adb shell am instrument -w com.android.providers.downloads.permission.tests/android.test.InstrumentationTestRunner"
  /packages/providers/DownloadProvider/tests/public_api_access/
AndroidManifest.xml 29 "adb shell am instrument -w com.android.providers.downloads.permission.tests/android.test.InstrumentationTestRunner"
  /sdk/apps/SdkController/assets/
intro_help.html 35 <li>On the computer in a shell, run: <br/><i>adb forward tcp:1970 localabstract:android.sdk.controller</i> </li>
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 46 call %java_exe% -Xmx512m -Djava.ext.dirs=%frameworkdir% -Dhierarchyviewer.adb= -jar %jarpath% %*
  /docs/source.android.com/src/devices/tech/input/
getevent.jd 30 <pre><code>$ adb shell su -- getevent -p
69 <pre><code>$ adb shell su -- getevent -lp /dev/input/event1
86 <pre><code>$ adb shell su -- getevent -lt /dev/input/event1
  /external/chromium_org/build/android/pylib/
flag_changer.py 20 def __init__(self, adb,
25 adb: An instance of AndroidCommands.
28 self._adb = adb
  /external/chromium_org/tools/android/forwarder2/
host_controller.cc 136 // Open the Adb data connection, and send a command with the
140 // Check that the device received the new Adb Data Connection. Note that this
145 LOG(ERROR) << "Device could not handle the new Adb Data Connection.";
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 53 # adb not even found
215 def __init__(self, adb):
248 def __init__(self, adb):
  /frameworks/base/docs/html/tools/help/
index.jd 75 one of the platform tools&mdash;the <a href="adb.html">Android Debug Bridge (<code>adb</code>)</a>.
86 be accessed through <code>adb</code>, such as <a href="bmgr.html">bmgr</a> and
  /frameworks/base/tools/orientationplot/
README.txt 23 adb shell setprop debug.orientation.log true
24 adb shell stop
25 adb shell start
  /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/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPlugin.java 46 public static final String ADB_LOCATION = PLUGIN_ID + ".adb"; //$NON-NLS-1$
122 // make the director receive change in ADB.
130 // get the current ADB if any

Completed in 394 milliseconds

<<11121314151617181920>>