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

1 2

  /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. Instances are returned by {@link DriverManager}.
25 * <p>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.
33 public interface Driver {
36 * Returns whether the driver thinks that it can open a connection to the
41 * @return {@code true} if the driver thinks that is can open a connection
43 * driver will respond {@code true} if it thinks that it can handle
44 * the subprotocol specified by the driver.
69 * Gets the driver's major version number
    [all...]
  /external/chromium/net/tools/fetch/
fetch_client.cc 34 // Test Driver
35 class Driver {
37 Driver()
51 static base::LazyInstance<Driver> g_driver(base::LINKER_INITIALIZED);
  /external/clang/include/clang/Driver/
Driver.h 1 //===--- Driver.h - Clang GCC Compatible Driver -----------------*- C++ -*-===//
15 #include "clang/Driver/Phases.h"
16 #include "clang/Driver/Types.h"
17 #include "clang/Driver/Util.h"
28 namespace driver { namespace in namespace:clang
41 /// Driver - Encapsulate logic for constructing compilation processes
42 /// from a set of gcc-driver-like command line arguments.
43 class Driver {
56 /// The name the driver was invoked as
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 1 //===--- Driver.cpp - Clang GCC Compatible Driver -------------------------===//
10 #include "clang/Driver/Driver.h"
14 #include "clang/Driver/Action.h"
15 #include "clang/Driver/Arg.h"
16 #include "clang/Driver/ArgList.h"
17 #include "clang/Driver/Compilation.h"
18 #include "clang/Driver/DriverDiagnostic.h"
19 #include "clang/Driver/Job.h
    [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
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 31 test infrastructure (the Port and Driver classes)."""
443 driver = self.create_driver(0)
444 return driver.cmd_line()
605 """Return a newly created base.Driver subclass for starting/stopping
606 the test driver."""
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
h2-1.2.147.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 468 milliseconds

1 2