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

<<11121314151617181920>>

  /external/chromium_org/tools/android/forwarder2/
device_controller.cc 116 // After this point it is assumed that, once we close our Adb Data
117 // socket, the Adb forwarder command will propagate the closing of
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaMimeTest.java 41 adb install -r out/target/product/dream/data/app/mediaframeworktest.apk
43 adb shell am instrument -e class \
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java 47 * adb shell am instrument \
203 * adb shell am instrument \
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 175 boolean secureAdbEnabled = SystemProperties.getBoolean("ro.adb.secure", false);
339 // persist.sys.usb.config should never be unset. But if it is, set it to "adb"
341 mDefaultFunctions = SystemProperties.get("persist.sys.usb.config", "adb");
359 // Upgrade step for previous versions that used persist.service.adb.enable
360 String value = SystemProperties.get("persist.service.adb.enable", "");
368 SystemProperties.set("persist.service.adb.enable", "");
458 // Due to the persist.sys.usb.config property trigger, changing adb state requires
734 if ("0".equals(SystemProperties.get("persist.adb.notify"))) return;
    [all...]
  /ndk/build/tools/
build-on-device-toolchain.sh 118 run adb shell rm -rf /data/local/tmp/*
119 run adb push $OUT_SYSROOT /data/local/tmp/
  /system/core/adb/
adb_auth_client.c 24 #include "adb.h"
40 "/data/misc/adb/adb_keys",
usb_linux_client.c 32 #include "adb.h"
126 #define STR_INTERFACE_ "ADB Interface"
245 // the enabling of the adb USB function in the kernel.
  /external/chromium_org/third_party/sqlite/src/src/
trigger.c 48 Schema * const pTmpSchema = pParse->db->aDb[1].pSchema;
131 && pTab->pSchema==db->aDb[1].pSchema ){
170 if( sqlite3HashFind(&(db->aDb[iDb].pSchema->trigHash),
206 const char *zDb = db->aDb[iTabDb].zName;
207 const char *zDbTrig = isTemp ? db->aDb[1].zName : zDb;
233 pTrigger->pSchema = db->aDb[iDb].pSchema;
300 db->aDb[iDb].zName, SCHEMA_TABLE(iDb), zName,
311 Hash *pHash = &db->aDb[iDb].pSchema->trigHash;
497 if( zDb && sqlite3StrICmp(db->aDb[j].zName, zDb) ) continue;
499 pTrigger = sqlite3HashFind(&(db->aDb[j].pSchema->trigHash), zName, nName)
    [all...]
analyze.c 60 pDb = &db->aDb[iDb];
155 db->aDb[iDb].zName ) ){
384 Schema *pSchema = db->aDb[iDb].pSchema; /* Schema of database iDb */
481 zDb = db->aDb[iDb].zName;
608 assert( db->aDb[iDb].pBt!=0 );
612 for(i=sqliteHashFirst(&db->aDb[iDb].pSchema->idxHash);i;i=sqliteHashNext(i)){
621 sInfo.zDatabase = db->aDb[iDb].zName;
  /dalvik/docs/
debugger.html 46 is set to </code>1</code> (use <code>adb shell getprop ro.debuggable</code>
113 through ADB (<code>dt_android_adb</code>).
164 To debug a program on an Android device using TCP/IP bridged across ADB,
166 <pre>% adb forward tcp:8000 tcp:8000
167 % adb shell dalvikvm -agentlib:jdwp=transport=dt_socket,address=8000,suspend=y,server=y -cp /data/foo.jar Foo</pre>
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 35 """Gathers info on a device via various adb calls.
195 'adb devices: %s' % GetCmdOutput(['adb', 'devices']),
196 'adb devices(GetAttachedDevices): %s' %
264 if 'adb' in p.name:
  /ndk/tests/
run-tests.sh 47 find_program ADB_CMD adb
94 --adb=*)
143 echo " --adb=<file> Specify adb executable for device tests"
156 # Run a command in ADB.
158 # This is needed because "adb shell" does not return the proper status
787 # Do we have adb and any device connected here?
792 dump "WARNING: No 'adb' in your path!"
798 log2 "ADB online devices (sorted): $ADB_DEVICES"
801 dump "WARNING: No device connected to adb!"
    [all...]
  /frameworks/base/docs/html/sdk/
OLD_RELEASENOTES.jd 163 specify which port the emulator should bind to for the console. &lt;port&gt; must be an *even* integer between 5554 and 5584 inclusive. The corresponding ADB port will be &lt;port&gt;+1.</li>
164 <li>The <code>-adb-port</code> command is deprecated. Please do not use it, as it will be removed soon and you cannot use both -port and -adb-port at the same time.</li>
226 <li>Developers who use 'adb push' to install applications must now use 'adb install', since the full package manager is now implemented. 'adb push' will no longer work to install .apk files.
341 <li>905852: adb emits warnings about deprecated API use on Mac OS X 10.5</li>
370 <h4>Android Debug Bridge (ADB)</h4>
403 <p><code>adb -version</code> now returns a version number.</p>
416 <li>894618: <code>adb shell</code> may fail to connect when used the first time
    [all...]
  /docs/source.android.com/src/source/
initializing.jd 119 <pre><code># adb protocol on passion (Nexus One)
123 # adb protocol on crespo/crespo4g (Nexus S)
127 # adb protocol on stingray/wingray (Xoom)
131 # adb protocol on maguro/toro (Galaxy Nexus)
135 # adb protocol on panda (PandaBoard)
143 # adb protocol on grouper/tilapia (Nexus 7)
147 # adb protocol on manta (Nexus 10)
  /external/chromium_org/chrome/
chrome.gyp 155 'browser/devtools/adb/android_rsa.cc',
156 'browser/devtools/adb/android_rsa.h',
157 'browser/devtools/adb/android_usb_device.cc',
158 'browser/devtools/adb/android_usb_device.h',
159 'browser/devtools/adb/android_usb_socket.cc',
160 'browser/devtools/adb/android_usb_socket.h',
205 'browser/devtools/adb/android_rsa.cc',
    [all...]
  /frameworks/base/docs/html/tools/testing/
testing_ui.jd 104 <li>Find the serial numbers for your connected devices by running this command:<pre>$ adb devices</pre> </li>
126 <p>If you are reading this document, chances are that the Android application that you want to test has not been published yet. If you have a copy of the APK file, you can install the APK onto a test device by using the {@code adb} tool. To learn how to install an APK file using the {@code adb} tool, see the <a href="{@docRoot}tools/help/adb.html#move">{@code adb}</a> documentation. </p>
339 <li>Deploy your generated test JAR file to the test device by using the {@code adb push} command: <pre>adb push &lt;path_to_output_jar&gt; /data/local/tmp/</pre>
340 <p>Here?s an example: <pre>adb push ~/dev/workspace/LaunchSettings/bin/LaunchSettings.jar /data/local/tmp/</pre></p>
346 <pre>adb shell uiautomator runtest LaunchSettings.jar -c com.uia.example.my.LaunchSettings</pre>
  /frameworks/base/docs/html/tools/help/uiautomator/
index.jd 27 <p>To run your testcases on the target device, you can use the {@code adb shell} command to invoke the {@code uiautomator} tool. The syntax is:
29 adb shell uiautomator runtest &lt;JARS&gt; -c &lt;CLASSES&gt; [options]
33 <pre>adb shell uiautomator runtest LaunchSettings.jar -c com.uia.example.my.LaunchSettings</pre>
  /system/core/include/private/
android_filesystem_config.h 19 ** by the device side of adb.
80 #define AID_SHELL 2000 /* adb and debug shell user */
129 { "adb", AID_ADB, },
  /bootable/recovery/minadbd/
services.c 27 #include "adb.h"
transport_usb.c 24 #include "adb.h"
  /build/target/board/vbox_x86/
init.vbox_x86.rc 88 # Enable networking so that adb can connect
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
SettingsToggler.java 22 * {@link SettingsToggler} sets settings by using the "adb shell content" command.
  /developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/tests/src/com/example/android/activityinstrumentation/
SampleTests.java 32 * adb shell am instrument -w \
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/
AndroidManifest.xml 31 <!-- allowBackup declares if the app can be part of device-wide backups such as "adb backup" -->
  /developers/samples/android/testing/ActivityInstrumentation/ActivityInstrumentationSample/tests/src/com/example/android/activityinstrumentation/
SampleTests.java 32 * adb shell am instrument -w \

Completed in 534 milliseconds

<<11121314151617181920>>