HomeSort by relevance Sort by last modified time
    Searched defs:Driver (Results 1 - 14 of 14) sorted by null

  /frameworks/base/docs/html/sdk/
sdk_toc.cs 104 <li><a href="<?cs var:toroot ?>sdk/win-usb.html">Google USB Driver, r4</a></li>
  /external/v8/test/mjsunit/tools/
profile.js 146 function Driver() {
151 Inherits(Driver, ProfileTestDriver);
153 Driver.prototype.enter = function(func) {
160 Driver.superClass_.enter.call(this, func);
167 Driver.prototype.stay = function() {
170 Driver.superClass_.stay.call(this);
178 Driver.prototype.leave = function() {
179 Driver.superClass_.leave.call(this);
184 var testDriver = new Driver();
226 function Driver() {
    [all...]
  /libcore/luni/src/main/java/java/sql/
Driver.java 23 * An interface to a JDBC driver.
25 * The JDBC driver uses URLs to specify the location of specific data. URL
28 * the same for all of a particular driver. " {@code SpecificData}" is a string
29 * which identifies the particular data source that the driver should use.
31 * A driver needs to be registered with a {@link DriverManager}. It is
37 public interface Driver {
40 * Returns whether the driver thinks that it can open a connection to the
45 * @return {@code true} if the driver thinks that is can open a connection
47 * driver will respond {@code true} if it thinks that it can handle
48 * the subprotocol specified by the driver
    [all...]
  /external/chromium/net/tools/fetch/
fetch_client.cc 31 // Test Driver
32 class Driver {
34 Driver()
113 Singleton<Driver> driver_;
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
base.py 31 test infrastructure (the Port and Driver classes)."""
366 """Starts a new test Driver and returns a handle to the object."""
537 """Returns the full path to the test driver (DumpRenderTree)."""
594 class Driver:
598 """Initialize a Driver to subsequently run tests.
604 png_path - an absolute path for the driver to write any image
607 options - any port-specific driver options."""
608 raise NotImplementedError('Driver.__init__')
614 the driver in an indeterminate state. The upper layers of the program
623 crash - a boolean indicating whether the driver crashed on the tes
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 38 * SAX2 Driver that pulls events from XmlPullParser
44 public class Driver implements Locator, XMLReader, Attributes
79 public Driver() throws XmlPullParserException {
85 public Driver(XmlPullParser pp) throws XmlPullParserException {
460 * on the <code>ContentHandler</code> with <code>this</code> driver object as the
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 298 milliseconds