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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/
PdtPlugin.java 56 // restart adb, in case it's a different version
82 * Returns the location of adb or <code>null</code> if unknown.
88 return devTreeBin + "adb"; //$NON-NLS-1$
  /system/security/keystore/
test-keystore 45 # strip out carriage returns from adb
53 run adb shell su $user keystore_cli "$@"
57 run adb shell ls -al /data/misc/keystore
  /external/chromium_org/build/android/pylib/perf/
surface_stats_collector.py 23 adb: the adb connection to use.
31 def __init__(self, adb):
32 self._adb = adb
226 # adb shell dumpsys SurfaceFlinger --latency <window name>
test_runner.py 41 --device: the serial number to be passed to all adb commands.
160 forwarder.Forwarder.UnmapAllDevicePorts(self.adb)
161 self.adb.RestartAdbdOnDevice()
  /external/chromium_org/third_party/sqlite/src/src/
pragma.c 110 if( db->aDb[1].pBt!=0 ){
111 if( !db->autoCommit || sqlite3BtreeIsInReadTrans(db->aDb[1].pBt) ){
116 sqlite3BtreeClose(db->aDb[1].pBt);
117 db->aDb[1].pBt = 0;
321 ** index of the database this pragma is being applied to in db.aDb[]. */
324 pDb = &db->aDb[iDb];
441 sqlite3BtreeSecureDelete(db->aDb[ii].pBt, b);
504 assert(pDb==&db->aDb[0]);
506 pPager = sqlite3BtreePager(db->aDb[ii].pBt);
565 if( db->aDb[ii].pBt && (ii==iDb || pId2->n==0) )
    [all...]
build.c 165 db->aDb[iDb].pSchema->iGeneration);
282 if( zDatabase!=0 && sqlite3StrICmp(zDatabase, db->aDb[j].zName) ) continue;
284 p = sqlite3HashFind(&db->aDb[j].pSchema->tblHash, zName, nName);
347 Schema *pSchema = db->aDb[j].pSchema;
349 if( zDb && sqlite3StrICmp(zDb, db->aDb[j].zName) ) continue;
380 pHash = &db->aDb[iDb].pSchema->idxHash;
418 Db *pDb = &db->aDb[iDb];
428 pDb = &db->aDb[1];
439 Db *pDb = &db->aDb[i];
455 struct Db *pDb = &db->aDb[i]
    [all...]
prepare.c 111 pIndex = sqlite3FindIndex(db, argv[0], db->aDb[iDb].zName);
174 assert( db->aDb[iDb].pSchema );
176 assert( iDb==1 || sqlite3BtreeHoldsMutex(db->aDb[iDb].pBt) );
203 pTab = sqlite3FindTable(db, zMasterName, db->aDb[iDb].zName);
210 pDb = &db->aDb[iDb];
319 db->aDb[iDb].zName, zMasterName);
454 Btree *pBt = db->aDb[iDb].pBt; /* Btree database to read cookie from */
474 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){
488 ** which database file in db->aDb[] the schema refers to.
502 ** -1000000 as the incorrect index into db->aDb[] is much
    [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/docs/text/
NDK-GDB.text 67 - checks that adb is in your path.
143 `--adb=<file>`:
144 > Specify the adb tool executable, in case it is not in your path.
147 > These flags are similar to the ADB ones and allow you to handle the
155 by the "adb devices" command.
  /packages/apps/Launcher3/
print_db.py 26 print "usage: print_db.py <sw600|sw720> -- adb pulls a launcher.db from a device"
38 os.system("adb root")
39 os.system("adb remount")
43 rv = os.system("adb pull"
47 print "adb pull failed"
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 19 // interface in order to enumerate USB interfaces for Android ADB class, and
29 // Android ADB interface identifier
68 // Tests interface opened with ADB API.
80 printf("\nNo ADB interfaces found. Make sure that device is "
98 printf("\nUnable to enumerate ADB interfaces: %u", GetLastError());
136 printf("\nUnable to enumerate ADB interfaces: %u", GetLastError());
174 // Get ADB handle to the interface by its name
  /frameworks/base/docs/html/tools/testing/
testing_otheride.jd 54 <a href="{@docRoot}tools/help/adb.html">Android Debug Bridge</a>
297 <a href="{@docRoot}tools/help/adb.html">
298 Android Debug Bridge (adb)</a> shell.
319 <a href="{@docRoot}tools/help/adb.html">
320 Android Debug Bridge (adb)</a>, you get more options for choosing the tests
326 To run a test from the command line, you run <code>adb shell</code> to start a command-line
331 As a shortcut, you can start an <code>adb</code> shell, call <code>am instrument</code>, and
348 $ adb shell am instrument -w &lt;test_package_name&gt;/&lt;runner_class&gt;
364 This operation starts an <code>adb</code> shell, then runs <code>am instrument</code>
495 $ adb shell am instrument -w -e package com.android.test.package1,com.android.test.package2
    [all...]
  /docs/source.android.com/src/source/
building-devices.jd 61 <h2 id="building-fastboot-and-adb">Building fastboot and adb</h2>
62 <p>If you don't already have those tools, fastboot and adb can be built with
65 <pre><code>$ make fastboot adb
136 <p>Also, the command <code>adb reboot bootloader</code> can be used to reboot from
275 <pre><code>$ adb reboot recovery
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 231 self._log_error('Unrecognized output from adb root: %s' % output)
251 self._log_debug('Run adb command: ' + str(command))
259 # We limit the length to avoid outputting too verbose commands, such as "adb logcat".
260 self._log_debug('Run adb result: ' + result[:80])
278 assert AndroidCommands._adb_command_path_options, 'No commands paths have been set to look for the "adb" command.'
292 assert command_path, 'Unable to locate the "adb" command. Are you using an Android checkout of Chromium?'
349 # Example "adb devices" command output:
405 # Avoid initializing the adb path [worker count]+1 times by storing it as a static member.
440 # Tell AndroidCommands where to search for the "adb" command.
441 AndroidCommands.set_adb_command_path_options(['adb',
    [all...]
  /external/chromium_org/tools/android/forwarder2/
host_forwarder_main.cc 165 "ERROR: could not get adb port for device. You might need to add "
166 "'adb' to your PATH or provide the device serial id.",
237 // - Remove it from our internal serial -> adb port map.
238 // - Remove from "adb forward" command.
244 "adb %s forward --remove tcp:%d",
278 "adb %s forward tcp:%d localabstract:chrome_device_forwarder",
  /sdk/docs/
howto_build_SDK.txt 157 However sometimes you need to develop one specific tools, e.g. adb.exe or
192 Example, to build adb:
197 $ make adb
204 $ gdb --args out/host/windows-x86/bin/adb.exe <adb arguments>
228 $ USE_MINGW=1 make adb
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 69 self.adb = android_commands.AndroidCommands(self.device_id)
98 tool = valgrind_tools.CreateTool(None, self.adb)
100 self.adb, tool)
  /external/chromium_org/build/android/pylib/
ports.py 104 def IsDevicePortUsed(adb, device_port, state=''):
108 adb: Instance of AndroidCommands for talking to the device.
117 netstat_results = adb.RunShellCommand('netstat', log_result=False)
  /external/chromium_org/tools/android/memdump/
memreport.py 208 adb = android_commands.AndroidCommands()
209 pid_list = adb.ExtractPid(package_name)
210 memdump = adb.RunShellCommand('/data/local/tmp/memdump ' +
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 217 SkAutoTDelete<SkBitmap> adb; local
225 adb.reset(bitmap);
248 adb.detach();
  /frameworks/base/services/java/com/android/server/usb/
UsbDebuggingManager.java 50 private final String ADB_DIRECTORY = "misc/adb";
266 Slog.e(TAG, "ADB data directory does not exist");
331 pw.println(FileUtils.readTextFile(new File("/data/misc/adb/adb_keys"), 0, null));
  /packages/apps/Launcher2/
print_db.py 21 print "usage: print_db.py -- adb pulls a launcher.db from a device"
34 rv = os.system("adb pull"
38 print "adb pull failed"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Macintosh_Connectivity_Clas.py 19 """ADB address - Addresses a device connected via Apple Desktop Bus """
256 'ADB' : 'eadb', #
309 'ADB' : 'eadb', #
  /system/core/adb/
adb_client.c 221 // first query the adb server's version
260 // which would indicate a version of adb that does not support the version command
266 printf("adb server is out of date. killing...\n");
usb_vendors.c 31 #include "adb.h"
281 /* builds the path to the adb vendor id file. returns 0 if success */
291 /* fills buff with the path to the adb vendor id file. returns 0 if success */

Completed in 647 milliseconds

<<11121314151617181920>>