OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adb
(Results
276 - 300
of
1196
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/tests/tests/os/src/android/os/cts/
UsbDebuggingTest.java
28
assertEquals("1", SystemProperties.get("ro.
adb
.secure"));
/development/cmds/monkey/
README.NETWORK.txt
7
etc.) and will talk (via TCP over
ADB
) to the device in Simple
9
Monkey only binds to localhost, so you will need to use
adb
to setup
17
$
adb
forward tcp:1080 tcp:1080
21
$
adb
shell monkey --port 1080
/development/ndk/platforms/android-18/samples/gles3jni/
README
15
$
adb
install bin/GLES3JNIActivity-debug.apk
/development/ndk/samples/hello-jni/tests/
AndroidManifest.xml
16
"
adb
shell am instrument -w com.example.hellojni.tests/android.test.InstrumentationTestRunner"
/development/ndk/samples/two-libs/tests/
AndroidManifest.xml
16
"
adb
shell am instrument -w com.example.twolibs.tests/android.test.InstrumentationTestRunner"
/development/samples/USB/AdbTest/src/com/android/adb/
AdbMessage.java
17
package com.android.
adb
;
24
/* This class encapsulates and
adb
command packet */
35
//
ADB
protocol version
152
String result = "
Adb
Message: " + commandName + " arg0: " + getArg0() +
/development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestCase.java
26
* Can be extended to verify an Android device's response to various
adb
commands.
/development/tools/templates/
AndroidManifest.tests.template
16
"
adb
shell am instrument -w PACKAGE.tests/android.test.InstrumentationTestRunner"
/docs/source.android.com/src/source/
flashing.jd
20
<pre><code>$
adb
reboot bootloader
/external/chromium_org/build/android/pylib/
system_properties.py
10
System properties are key/value pairs as exposed by
adb
shell getprop/setprop.
/external/llvm/test/CodeGen/X86/
mul-legalize.ll
8
@.str = constant [13 x i8] c"c45531m.
adb
\00\00"
/external/oprofile/
opimport_pull
59
result = os.system("
adb
%s pull /data/oprofile/samples %s/raw_samples "
62
print "
adb
%s pull failure, exiting" % device
66
result = os.system("
adb
%s pull /data/oprofile/abi %s/abi "
69
print "
adb
%s pull failure, exiting" % device
/frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java
37
* Enable using "
adb
shell setprop log.tag.SQLiteLog VERBOSE".
45
* Enable using "
adb
shell setprop log.tag.SQLiteStatements VERBOSE".
54
* Enable using "
adb
shell setprop log.tag.SQLiteTime VERBOSE".
77
* For example, "
adb
shell setprop db.log.slow_query_threshold 200" will
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerUnitTestRunner.java
29
*
adb
shell am instrument \
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkPowerTestRunner.java
32
*
adb
shell am instrument \
/frameworks/base/tests/AccessoryDisplay/sink/res/xml/
usb_device_filter.xml
23
<!-- Android USB accessory: accessory +
adb
-->
/frameworks/base/tests/BandwidthTests/
AndroidManifest.xml
28
<!--
adb
shell am startservice -n com.android.tests.bandwidthenforcement/.BandwidthEnforcementTestService -->
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestRunner.java
30
*
adb
shell am instrument \
/frameworks/base/tests/SmokeTest/src/com/android/smoketest/
SmokeTestActivity.java
27
*
adb
shell am instrument \
/frameworks/base/tests/permission/
AndroidManifest.xml
27
"
adb
shell am instrument -w com.android.framework.permission.tests/android.test.InstrumentationTestRunner"
/frameworks/base/tools/layoutlib/bridge/src/android/util/
Log_Delegate.java
22
// to replicate prefix visible when using '
adb
logcat'
/frameworks/opt/telephony/tools/
tdi
40
adb
shell am broadcast -a com.android.internal.telephony.$the_DC.action_fail_bringup $counter $fail_cause $suggested_retry_time
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardTestRunner.java
24
* Usage:
adb
shell am instrument -w com.android.vcard.tests/.VCardTestRunnerTestRunner
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTestRunner.java
27
*
adb
shell am instrument -e iteration <n> -w com.android.rs.image/.ImageProcessingTestRunner
/ndk/docs/text/
NDK-STACK.text
14
appear in the output of '`
adb
logcat`' and replace any address inside a shared
60
adb
logcat | $NDK/ndk-stack -sym $PROJECT_PATH/obj/local/armeabi
64
adb
logcat > /tmp/foo.txt
81
A future version of '`ndk-stack`' will try to launch '`
adb
logcat`' and select the
Completed in 759 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>