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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/build/android/pylib/monkey/
test_runner.py 43 return self.adb.RunShellCommand(' '.join(cmd), timeout_time=timeout_ms)
54 self.adb.StartActivity(self._package,
62 before_pids = self.adb.ExtractPid(self._package)
68 after_pids = self.adb.ExtractPid(self._package)
92 self.adb.StartCrashUploadService(self._package)
  /external/chromium_org/v8/tools/
android-ll-prof.sh 53 adb -p "$DEPLOY" sync data
55 adb shell "cd /data/local/tmp/v8;\
59 adb pull /data/local/tmp/v8/v8.log .
60 adb pull /data/local/tmp/v8/v8.log.ll .
61 adb pull /data/perf.data .
  /dalvik/docs/
embedded-vm-control.html 24 (use <code>adb shell dalvikvm -help</code> to get a summary), but
32 <pre>adb shell setprop &lt;name&gt; &lt;value&gt;</pre>
35 effect</strong> (<code>adb shell stop; adb shell start</code>). This is because the
41 <code>adb root</code> or run the <code>su</code> command from the device
43 <pre>adb shell getprop &lt;name&gt;</pre>
52 on your workstation, then <code>adb push local.prop /data</code>. Or,
54 <code>adb shell "echo name = value &gt;&gt; /data/local.prop"</code> -- note
83 <pre>adb shell setprop dalvik.vm.checkjni true</pre>
88 <pre>adb shell setprop dalvik.vm.jniopts forcecopy</pre
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
attach.c 100 char *z = db->aDb[i].zName;
108 /* Allocate the new entry in the db->aDb[] array and initialise the schema
111 if( db->aDb==db->aDbStatic ){
112 aNew = sqlite3DbMallocRaw(db, sizeof(db->aDb[0])*3 );
114 memcpy(aNew, db->aDb, sizeof(db->aDb[0])*2);
116 aNew = sqlite3DbRealloc(db, db->aDb, sizeof(db->aDb[0])*(db->nDb+1) );
119 db->aDb = aNew;
120 aNew = &db->aDb[db->nDb]
    [all...]
  /frameworks/base/docs/html/tools/debugging/
debugging-log.jd 31 {@link android.util.Log} class. You can run LogCat through ADB or from DDMS, which allows you to
61 <p>You can use LogCat from within DDMS or call it on an ADB shell. For more information on how to
63 DDMS</a>. To run LogCat, through the ADB shell, the general usage is:</p>
65 [adb] logcat [&lt;option&gt;] ... [&lt;filter-spec&gt;] ...
69 adb shell in an emulator/device instance. To view log output in your development computer, you
72 $ adb logcat
75 <p>and from a remote adb shell you use</p>
191 adb logcat ActivityManager:I MyApp:D *:S
202 adb logcat *:W
206 remote adb shell), you can also set a default filter expression by exporting a value for th
    [all...]
  /art/
Android.mk 66 adb remount
67 adb shell rm $(ART_NATIVETEST_DIR)/*.odex
68 adb shell rm $(ART_NATIVETEST_DIR)/*.oat
69 adb shell rm $(ART_NATIVETEST_DIR)/*.art
70 adb shell rm $(ART_TEST_DIR)/*.odex
71 adb shell rm $(ART_TEST_DIR)/*.oat
72 adb shell rm $(ART_TEST_DIR)/*.art
73 adb shell rm $(DALVIK_CACHE_DIR)/*.dex
74 adb shell rm $(DALVIK_CACHE_DIR)/*.oat
75 adb shell rm $(DALVIK_CACHE_DIR)/*.ar
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
device_manager.cc 16 #include "chrome/test/chromedriver/chrome/adb.h"
20 const std::string& device_serial, Adb* adb,
23 adb_(adb),
132 DeviceManager::DeviceManager(Adb* adb) : adb_(adb) {
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
testssl 13 ssltest="adb shell /system/bin/ssltest -key $key -cert $cert -c_key $key -c_cert $cert"
15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then
128 for cipher in `adb shell /system/bin/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
144 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
151 if [ `adb shell /system/bin/openssl no-rsa` = no-dh ]; then
155 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -no_ecdhe -num 10 -f -time $extra || exit 1
157 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
161 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
171 if adb shell /system/bin/openssl no-srp; then
  /external/openssl/android.testssl/
testssl 13 ssltest="adb shell /system/bin/ssltest -key $key -cert $cert -c_key $key -c_cert $cert"
15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then
128 for cipher in `adb shell /system/bin/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
144 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
151 if [ `adb shell /system/bin/openssl no-rsa` = no-dh ]; then
155 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -no_ecdhe -num 10 -f -time $extra || exit 1
157 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
161 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
171 if adb shell /system/bin/openssl no-srp; then
  /device/sample/sdk_addon/
manifest.ini 40 # This 16-bit integer allows adb to detect new devices, by extending the list
42 # 'android update' adb' must be run to update a file that adb reads during
  /ndk/build/awk/
extract-pid.awk 17 # input is the product of 'adb shell ps' with all \r\n line endings
21 # adb shell ps | awk -f <this-script> -v PACKAGE=<name>
51 # because the output of "adb shell <cmd>" seems to use \r\n line ending.
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.h 17 * Contains declaration of structures and routines that are used to parse ADB
45 /* Parses a line from the ADB log output.
49 * line - ADB log output line to parse. The line must be zero-terminated, and
  /packages/providers/CalendarProvider/tests/
AndroidManifest.xml 30 all other applications via the command: "adb shell itr".
33 "adb shell am instrument -w com.android.providers.calendar.tests/android.test.InstrumentationTestRunner"
36 adb shell am instrument -w -e class com.android.providers.calendar.CalendarDatabaseHelperTest#testSchemasEqualForAllTables com.android.providers.calendar.tests/android.test.InstrumentationTestRunner
  /pdk/apps/CameraITS/pymodules/its/
device.py 29 """Controls a device over adb to run ITS scripts.
36 forwarded over adb is the transport mechanism used.
45 # The adb program is used for communication with the device. Need to handle
47 # to adb, which causes it to fail if there is more than one device.
48 ADB = "adb -d"
65 _run('%s shell am force-stop --user 0 %s' % (self.ADB, self.PACKAGE))
67 '-a %s') % (self.ADB, self.INTENT_START))
68 _run('%s forward tcp:%d tcp:%d' % (self.ADB,self.PORT,self.PORT))
276 state. Will disconnect any other adb sessions, so this function is no
    [all...]
  /system/core/adb/
adb.h 34 #define A_VERSION 0x01000000 // ADB protocol version
39 #define ADB_SERVER_VERSION 31 // Increment this when we want to force users to start a new adb server
157 ** connect to a service implemented within the ADB server itself.
294 /* these should only be used for the "adb disconnect" command */
345 * the adb_trace_init() function implemented in adb.c
365 * When running inside the emulator, guest's adbd can connect to 'adb-debug'
366 * qemud service that can display adb trace messages (on condition that emulator
367 * has been started with '-debug adb' option).
372 /* Macro to use to send ADB trace messages to the emulator. */
423 /* adb and adbd are coexisting on the target, so use 5038 for ad
    [all...]
  /system/extras/tests/sdcard/
profile_sdcard.sh 19 adb shell cat /proc/version
22 adb shell cat /sys/kernel/debug/sched_features
40 adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50 >/tmp/tmp-sdcard.txt
  /build/tools/
post_process_props.py 27 # If ro.debuggable is 1, then enable adb on USB by default
32 val = "adb"
34 val = val + ",adb"
37 # default to "adb". That might not the right policy there, but it's better
  /cts/tests/tests/nativeopengl/src/com/android/opengl/cts/
GLTestInstrumentation.java 22 * adb shell am instrument -w com.android.opengl.cts/.GLTestInstrumentation
  /development/scripts/
add-accounts 44 args = ("adb",) + adb_flags + ("shell", "su", "root",
49 args = ("adb",) + adb_flags + ("shell", "su", "root",
54 args = ("adb",) + adb_flags + ("shell", "su", "root",
62 print ("usage: %s [adb flags] "
add-accounts-sdk 44 args = ("adb",) + adb_flags + ("shell", "/system/bin/getprop", name)
48 args = ("adb",) + adb_flags + ("shell", "/system/bin/setprop", name, value)
52 args = ("adb",) + adb_flags + ("shell", "/system/bin/ls", DB)
59 print ("usage: %s [adb flags] "
  /development/testrunner/test_defs/
gtest.py 45 def Run(self, options, adb):
50 adb: adb interface
52 shell_cmd = adb.PreviewShellCommand(self.GetTargetExecPath())
  /docs/source.android.com/src/devices/tech/security/
enhancements43.jd 26 <li><strong>ADB Authentication.</strong>
27 Since Android 4.2.2, connections to ADB are
29 ADB where the attacker has physical access to a device.</li>
38 Android zygote and ADB now use prctl(PR_CAPBSET_DROP) to drop
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
ScalableTimeout.java 10 * adb shell "echo 20.0 > /data/local/tmp/chrome_timeout_scale"
  /external/chromium_org/build/android/pylib/linker/
test_case.py 114 def _WriteCommandLineFile(adb, command_line, command_line_file):
118 adb.RunShellCommand('echo "%s" > %s' % (command_line, command_line_file))
153 def _WaitForLinkerTestStatus(adb, timeout):
155 in the logcat being recorded with |adb|.
157 adb: An AndroidCommands instance. This assumes adb.StartRecordingLogcat()
166 def _StartActivityAndWaitForLinkerTestStatus(adb, timeout):
168 linker test status lines appear in the logcat, recorded through |adb|.
170 adb: An AndroidCommands instance.
177 adb.StartRecordingLogcat(clear=True, filters=_LOGCAT_FILTERS
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
android_rndis.py 38 def __init__(self, adb):
40 adb: an instance of AdbCommands
42 is_root_enabled = adb.Adb().EnableAdbRoot()
44 self._adb = adb.Adb()
81 self._adb.Adb().SendCommand('wait-for-device')
116 self._adb.system_properties['sys.usb.config'] = 'adb'
138 # This function kills adb transport, so it has to be run "detached".
145 # For some combinations of devices and host kernels, adb won't work unless th
    [all...]

Completed in 483 milliseconds

1 2 3 4 5 6 78 91011>>