Searched defs:Driver (Results 1 - 6 of 6) sorted by relevance

/external/v8/test/mjsunit/tools/
H A Dprofile.js146 function Driver() {
151 Inherits(Driver, ProfileTestDriver); class
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...]
/external/chromium/net/tools/fetch/
H A Dfetch_client.cc34 // Test Driver
35 class Driver { class
37 Driver() function in class:Driver
51 static base::LazyInstance<Driver> g_driver(base::LINKER_INITIALIZED);
/external/clang/include/clang/Driver/
H A DDriver.h1 //===--- 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"
45 /// Driver - Encapsulate logic for constructing compilation processes
47 class Driver { class in namespace:clang::driver
95 /// Driver title to use with help.
192 Driver(StringRef _ClangExecutable,
197 ~Driver();
[all...]
/external/clang/lib/Driver/
H A DDriver.cpp1 //===--- Driver.cpp - Clang GCC Compatible Driver -------------------------===//
10 #include "clang/Driver/Driver.h"
12 #include "clang/Driver/Action.h"
13 #include "clang/Driver/Arg.h"
14 #include "clang/Driver/ArgList.h"
15 #include "clang/Driver/Compilation.h"
16 #include "clang/Driver/DriverDiagnostic.h"
17 #include "clang/Driver/Jo
46 Driver::Driver(StringRef ClangExecutable, function in class:Driver
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py31 test infrastructure (the Port and Driver classes)."""
605 """Return a newly created base.Driver subclass for starting/stopping
917 class Driver: class in inherits:
921 """Initialize a Driver to subsequently run tests.
929 raise NotImplementedError('Driver.__init__')
944 raise NotImplementedError('Driver.run_test')
965 """Returns None if the Driver is still running. Returns the returncode
967 raise NotImplementedError('Driver.poll')
970 raise NotImplementedError('Driver.stop')
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 141 milliseconds