HomeSort by relevance Sort by last modified time
    Searched refs:ADB (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 136 - The 'adb' tool in your path.
137 - An Android device connected to ADB.
270 if [ -z "$ADB" ]
272 ADB=adb
275 # Run a shell command through ADB, return its status.
285 echo "COMMAND: $ADB shell $@"
287 $ADB shell "$@ ; echo \$?" | sed -e 's![[:cntrl:]]!!g' > $CMD_OUT 2>&1
302 # Push a given file through ADB.
307 run2 $ADB push $FILE $TARGET_PATH/$FILE_BASENAME 2>/dev/nul
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 132 - The 'adb' tool in your path.
133 - An Android device connected to ADB.
283 if [ -z "$ADB" ]
285 ADB=adb
288 # Run a shell command through ADB, return its status.
298 echo "COMMAND: $ADB shell $@"
300 $ADB shell "$@ ; echo \$?" | sed -e 's![[:cntrl:]]!!g' > $CMD_OUT 2>&1
315 # Push a given file through ADB.
320 run2 $ADB push $FILE $TARGET_PATH/$FILE_BASENAME 2>/dev/nul
    [all...]
  /system/core/adb/
adb_trace.cpp 27 #include "adb.h"
61 return android::base::StringPrintf("/data/adb/adb-%s-%d", timestamp,
75 fprintf(stderr, "--- adb starting (pid %d) ---\n", getpid());
94 property_get("persist.adb.trace_mask", buf, "");
111 // adb's trace setting comes from the ADB_TRACE environment variable, whereas
112 // adbd's comes from the system property persist.adb.trace_mask.
122 {"adb", ADB},
169 VLOG(ADB) << adb_version()
    [all...]
adb_auth.cpp 17 #define TRACE_TAG ADB
28 #include "adb.h"
set_verity_enable_state_service.cpp 17 #define TRACE_TAG ADB
29 #include "adb.h"
59 WriteFdFmt(fd, "Maybe run adb root?\n");
118 WriteFdFmt(fd, "Failed to open %s\nMaybe run adb root?\n", fstab_filename);
remount_service.cpp 17 #define TRACE_TAG ADB
32 #include "adb.h"
111 WriteFdExactly(fd, "Not running as root. Try \"adb root\" first.\n");
133 "Use \"adb disable-verity\" to disable verity.\n"
adb_utils.cpp 17 #define TRACE_TAG ADB
33 #include "adb.h"
adb_client.cpp 17 #define TRACE_TAG ADB
184 // first query the adb server's version
231 // indicate a version of adb that does not support the
239 printf("adb server version (%d) doesn't match this client (%d); killing...\n",
bugreport.cpp 17 #define TRACE_TAG ADB
82 "If the zipped bugreport was not generated, try 'adb bugreport' instead.\n");
106 "Try to run 'adb pull %s <directory>'\n"
202 // Device does not support bugreportz: if called as 'adb bugreport', just falls out to
214 "If the device does not run Android 7.0 or above, try 'adb bugreport' instead.\n",
224 perror("adb: getcwd failed");
adb.cpp 17 #define TRACE_TAG ADB
20 #include "adb.h"
103 D("adb: online");
109 D("adb: offline");
413 * a failed OPEN only. However, due to a bug in previous ADB
621 // stdin/stdout/stderr handle and it is a console handle, when the adb
655 /* Some programs want to launch an adb command and collect its output by
658 * handles passed to the adb client process will also be inheritable.
659 * When starting the adb server here, care must be taken to reset them
661 * Otherwise, something bad happens: even if the adb command completes
    [all...]
commandline.cpp 17 #define TRACE_TAG ADB
49 #include "adb.h"
73 fprintf(stderr, "adb: Product directory not specified; "
86 " -a - directs adb to listen on all interfaces for a connection\n"
100 " -H - Name of adb server host (default: localhost)\n"
101 " -P - Port of adb server (default: 5037)\n"
112 " adb push <local>... <remote>\n"
114 " adb pull [-a] <remote>... <local>\n"
117 " adb sync [ <directory> ] - copy host->device only if changed\n"
119 " adb shell [-e escape] [-n] [-Tt] [-x] [command]\n
    [all...]
  /system/extras/tests/workloads/
chromefling.sh 101 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
114 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
recentfling.sh 107 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
120 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
  /external/v8/build/android/
adb_gdb 38 "$ADB" shell "$COMMAND_PREFIX" rm "$TARGET_GDBSERVER" >/dev/null 2>&1
66 DEFAULT_PULL_LIBS_DIR=/tmp/$USER-adb-gdb-libs
85 ADB=
116 --adb=*)
117 ADB=$optarg
282 You will also need the 'adb' tool in your path. Otherwise, use the --adb
330 --adb=<file> Specify host ADB binary.
331 --device=<file> ADB device serial to use (-s flag)
    [all...]
  /external/google-breakpad/android/
run-checks.sh 49 ADB=
65 --adb=*) ADB=$optarg;;
106 - Require an Android device connected to your machine, and the 'adb'
158 --adb=<path> Specify adb program path.
222 if ! adb_check_device $ADB; then
421 # Unless --no-device was used, stop right here if ADB isn't in the path,
  /system/core/adb/client/
main.cpp 17 #define TRACE_TAG ADB
31 #include "adb.h"
40 const char log_name[] = "adb.log";
60 return android::base::StringPrintf("%s/adb.%u.log", tmp_dir, getuid());
78 fprintf(stderr, "--- adb starting (pid %d) ---\n", getpid());
84 // TODO: Consider trying to kill a starting up adb server (if we're in
93 // adb start-server starts us up with stdout and stderr hooked up to
97 // This also keeps stderr unbuffered when it is redirected to adb.log.
136 // Any error output written to stderr now goes to adb.log. We could
145 fatal("adb: cannot write ACK to handle 0x%p: %s", ack_reply_handle
    [all...]
  /build/core/tasks/tools/
compatibility.mk 40 $(compatibility_zip): $(test_artifacts) $(test_tools) $(test_suite_dynamic_config) | $(ADB) $(ACP)
  /system/core/adb/daemon/
main.cpp 17 #define TRACE_TAG ADB
38 #include "adb.h"
70 // The properties that affect `adb root` and `adb unroot` are ro.secure and
89 property_get("service.adb.root", value, "");
93 // ... except "adb root" lets you keep privileges in a debuggable build.
98 // ... and "adb unroot" lets you explicitly drop privileges.
105 return true; // "adb root" not allowed, always drop privileges.
115 // AID_LOG to read system logs (adb logcat)
173 if (ALLOW_ADBD_NO_AUTH && property_get_bool("ro.adb.secure", 0) == 0)
    [all...]
  /external/vogar/src/vogar/
Vogar.java 549 ADB(AdbTarget.defaultDeviceDir()),
588 targetType = TargetType.ADB;
598 case ADB:
600 new DeviceFilesystem(console, ImmutableList.of("adb", "shell"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 20 DeviceView_ADB_Error=Adb Error
21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
36 DeviceView_Reset_ADB=Reset adb
37 DeviceView_Reset_ADB_Host_Deamon=Reset the adb host daemon
89 PreferencePage_ADB_Connection_Time_Out=ADB connection time out (ms):
  /external/autotest/server/hosts/
adb_host.py 26 ADB_CMD = 'adb'
29 # Some devices have no serial, then `adb serial` has output such as:
34 # Regex to find an adb device. Examples:
106 """This class represents a host running an ADB server."""
120 Check if the given host is an adb host.
123 user 'adb' as well. If SSH connectivity still can't be established
130 @return: True if the host device has adb.
140 host.user = 'adb'
156 """Initialize an ADB Host.
158 This will create an ADB Host. Hostname should always refer to th
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 42 # ADB - Basic ADB wrapper, far from complete
96 class ADB:
98 Python class implementing a basic ADB wrapper for useful commands.
99 Uses subprocess to invoke adb.
113 'out', 'host', 'linux-x86', 'bin', 'adb')
152 raise gdb.GdbError("Error starting background adb " + str(largs))
154 raise gdb.GdbError("Unknown error starting background adb " + str(largs))
166 raise gdb.GdbError("Error starting adb " + str(largs))
168 raise gdb.GdbError("Unknown error starting adb " + str(largs)
760 adb = ADB(verbose=be_verbose) variable
    [all...]
  /external/v8/src/s390/
constants-s390.h 163 ADB = 0xED1A, // Add (long BFP)
    [all...]
simulator-s390.h 1219 EVALUATE(ADB);
simulator-s390.cc     [all...]

Completed in 2190 milliseconds

12 3 4 5 6