HomeSort by relevance Sort by last modified time
    Searched refs:adb (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /system/extras/tests/fstest/
perm_checker.conf 42 /dev/android_adb 600 660 root adb root adb
43 /dev/android_adb_enable 600 660 root adb root adb
  /ndk/
ndk-gdb 31 find_program ADB_CMD adb
183 --adb=*) # specify ADB command
245 echo " --adb=<file> Use specific adb command [$ADB_CMD]"
267 # Check ADB tool version
270 log "Using specific adb command: $ADB_CMD"
273 echo "ERROR: The 'adb' tool is not in your path."
275 echo " --adb=<executable> to point to a valid one."
278 log "Using default adb command: $ADB_CMD
    [all...]
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbDevice.java 17 package com.android.adb;
28 /* This class represents a USB device that supports the adb protocol. */
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/testrunner/
coverage.py 292 def TestDeviceCoverageSupport(adb):
302 output = adb.SendShellCommand("exec app_process / emma -h")
adb_interface.py 18 """Provides an interface to communicate with the device via the adb command.
20 Assumes adb binary is currently on system path.
35 """Helper class for communicating with Android device via adb."""
37 # argument to pass to adb, to direct command to specific device
55 """Send a command via adb.
58 command_string: adb command to run
69 adb_cmd = "adb %s %s" % (self._target_arg, command_string)
75 """Send a adb shell command.
78 cmd: adb shell command to run
94 """Dumps adb bugreport to the file specified by the path
    [all...]
  /frameworks/base/tools/velocityplot/
velocityplot.py 277 # Start adb.
278 print "Starting adb logcat.\n"
280 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'Input:*', 'VelocityTracker:*'], variable
282 adbout = NonBlockingStream(adb.stdout)
  /ndk/tests/
run-tests.sh 45 find_program ADB_CMD adb
91 --adb=*)
139 echo " --adb=<file> Specify adb executable for device tests"
154 # Run a command in ADB.
156 # This is needed because "adb shell" does not return the proper status
496 ### XXX: TODO: RUN THEM ON A DEVICE/EMULATOR WITH ADB
566 # Do we have adb and any device connected here?
571 dump "WARNING: No 'adb' in your path!"
575 log2 "ADB devices: $ADB_DEVICES
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 75 /** Location of the adb command line executable */
264 // get the available adb locators
314 // get the adb location from an implementation of the ADB Locator extension point.
465 * Stores the adb location. This returns true if the location is an existing file.
470 File adb = new File(adbLocation); local
475 if (adb.isFile() == false) {
476 missing += adb.getAbsolutePath() + " ";
501 * Set the location of the adb executable and optionally starts adb
    [all...]
  /development/build/tools/
windows_sdk.mk 33 aapt adb aidl \
  /device/common/
generate-blob-scripts.sh 118 echo adb pull $FULLPATH ../../../vendor/\$MANUFACTURER/\$DEVICE/proprietary/$(basename $FULLPATH)
  /build/target/product/
sdk.mk 69 adb \
  /development/build/
sdk.atree 43 bin/adb strip platform-tools/adb
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 171 SkAutoTDelete<SkBitmap> adb(bitmap, (javaBitmap == NULL));
228 adb.detach();
  /frameworks/base/tools/orientationplot/
orientationplot.py 415 # Start adb.
416 print "Starting adb logcat.\n"
418 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'WindowOrientationListener:V'], variable
420 adbout = NonBlockingStream(adb.stdout)
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java 16 package com.android.chimpchat.adb;
29 import com.android.chimpchat.adb.LinearInterpolator.Point;
128 LOG.log(Level.SEVERE, "Timeout creating adb port forwarding", e);
131 LOG.log(Level.SEVERE, "Adb rejected adb port forwarding command: " + e.getMessage(), e);
134 LOG.log(Level.SEVERE, "Unable to create adb port forwarding: " + e.getMessage(), e);
411 // from adb docs:
  /build/core/
user_tags.mk 33 adb \
main.mk 421 system/core/adb \
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java 545 // Update the USB vendor ids for adb
548 monitor.log("Updated ADB to support the USB devices declared in the SDK add-ons.");
550 mSdkLog.error(e, "Update ADB failed");
551 monitor.logError("failed to update adb to support the USB devices declared in the SDK add-ons.");
560 // We need to restart ADB. Actually since we don't know if it's even
562 // Note: it turns out even under Windows we don't need to kill adb
563 // before updating the tools folder, as adb.exe is (surprisingly) not
637 * Attempts to restart ADB.
640 * now is a good time to restart ADB.
655 "ADB Restart",
665 AdbWrapper adb = new AdbWrapper(getOsSdkRoot(), monitor); local
    [all...]
  /external/jpeg/
ltmain.sh 282 *.adb) xform=adb ;;
    [all...]
  /build/core/tasks/
cts.mk 191 cts: $(INTERNAL_CTS_TARGET) adb
  /frameworks/base/docs/html/guide/
guide_toc.cs 667 <li><a href="<?cs var:toroot ?>guide/developing/tools/adb.html">adb</a></li>
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 600 SkAutoTDelete<SkBitmap> adb(bitmap);
SkImageDecoder_libpng.cpp 657 SkAutoTDelete<SkBitmap> adb(decodedBitmap);
    [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh 784 *.adb) xform=adb ;;
    [all...]

Completed in 698 milliseconds

1 2 34 5