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

<<21222324252627282930>>

  /frameworks/base/docs/html/tools/projects/
projects-cmdline.jd 107 "{@docRoot}tools/help/adb.html">Android Debug Bridge</a> (adb) &mdash; located in the
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 326 // If ADB is enabled, however, we suppress this dialog (under the assumption that a
328 // builds or use adb commands.
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 22 These use adb on host to retrive the file:
23 % adb pull /sdcard/myrec.raw myrec.raw
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 38 * can be enabled using adb command:
40 * 'adb forward tcp:<TCP port number> localabstract:android.sdk.controller'
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 226 + " $ adb shell stop\n"
227 + " $ adb shell start");
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 241 // them from ADB may not be done getting the first list.
470 System.out.println(" -ft <file> The path to a text event log, gathered by adb logcat -b events");
  /system/core/adb/
fdevent.c 36 /* !!! Do not enable DEBUG for the adb that will run as the server:
40 #define DEBUG 0 /* non-0 will break adb server */
  /system/core/init/
property_service.c 90 { "service.adb.root", AID_SHELL, 0 },
91 { "service.adb.tcp.port", AID_SHELL, 0 },
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 263 * remote devices (ie. via {@code adb shell}) require a local working
  /external/chromium_org/build/android/pylib/instrumentation/
test_jar.py 209 # |available_tests| are in adb instrument format: package.path.class#test.
  /external/chromium_org/chrome/browser/devtools/adb/
android_rsa.cc 5 #include "chrome/browser/devtools/adb/android_rsa.h"
  /external/chromium_org/third_party/sqlite/src/src/
alter.c 301 const Schema *pTempSchema = pParse->db->aDb[1].pSchema; /* Temp db schema */
420 zDb = db->aDb[iDb].zName;
641 zDb = db->aDb[iDb].zName;
812 pNew->pSchema = db->aDb[iDb].pSchema;
auth.c 108 char *zDb = db->aDb[iDb].zName; /* Name of attached database */
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.platform.android_platform_backend.html 87 <dl><dt><a name="AndroidPlatformBackend-__init__"><strong>__init__</strong></a>(self, adb, no_performance_mode)</dt></dl>
  /external/qemu/android/
cmdline-options.h 114 OPT_PARAM( ports, "<consoleport>,<adbport>", "TCP ports used for the console and adb bridge" )
  /external/zlib/src/contrib/ada/
zlib-streams.adb 9 -- $Id: zlib-streams.adb,v 1.10 2004/05/31 10:53:40 vagul Exp $
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java 40 * * adb shell am instrument -e ssid <ssid> -e password <password> \
  /frameworks/base/data/etc/
platform.xml 124 since that is the user the adb shell runs under and developers and
  /frameworks/base/docs/html/guide/webapps/
debugging.jd 45 {@code adb logcat} from your Android SDK {@code tools/} directory, or, from DDMS, select
  /frameworks/base/docs/html/tools/help/
adt.jd 122 <li><a href="{@docRoot}tools/help/adb.html">adb</a>: Provides access to
124 <code>adb</code> are integrated into ADT such as project installation (Eclipse run menu),
126 features of <code>adb</code>, such as shell commands, from the command line.</li>
  /frameworks/base/docs/html/tools/testing/
testing_android.jd 504 <a href="{@docRoot}tools/help/adb.html">Android Debug Bridge (adb)</a>.
558 <a href="{@docRoot}tools/help/adb.html">Android Debug Bridge</a> (adb) tool.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraFunctionalTest.java 54 * adb shell am instrument
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphExporter.java 44 * 2. adb pull /data/data/<application name>/files/<graph filename>.gv graph.gv
  /frameworks/base/tools/preload/
MemoryUsage.java 169 "adb", "shell", "dalvikvm", CLASS_PATH, "LoadClass" };
  /frameworks/ex/common/tests/src/com/android/common/widget/
GroupingListAdapterTests.java 36 * adb shell am instrument -e class com.android.common.widget.GroupingListAdapterTests \

Completed in 2978 milliseconds

<<21222324252627282930>>