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

12

/external/chromium_org/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_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbrowser_test_driver_unittest.py33 from webkitpy.layout_tests.port import Port, Driver, DriverOutput namespace
H A D__init__.py34 from driver import DeviceFailure, Driver, DriverInput, DriverOutput namespace
H A Ddriver_unittest.py33 from webkitpy.layout_tests.port import Port, Driver, DriverOutput namespace
49 wrapper = Driver(self.make_port(), None, pixel_tests=False)._command_wrapper(wrapper_string)
63 driver = Driver(port, None, pixel_tests=False)
70 driver = Driver(port, None, pixel_tests=False)
77 driver = Driver(port, 0, pixel_tests=False)
93 driver = Driver(port, 0, pixel_tests=True)
111 driver = Driver(port, 0, pixel_tests=True)
130 driver = Driver(port, 0, pixel_tests=True, no_timeout=True)
135 driver = Driver(port, 0, pixel_tests=True)
215 driver = Driver(por
[all...]
H A Ddriver.py90 class Driver(object): class in inherits:object
94 """Initialize a Driver to subsequently run tests.
H A Dbase_unittest.py45 from webkitpy.layout_tests.port import Port, Driver, DriverOutput namespace
H A Dtest.py34 from webkitpy.layout_tests.port import DeviceFailure, Driver, DriverOutput, Port namespace
431 # the mock_drt Driver. We return something, but make sure it's useless.
556 class TestDriver(Driver):
/external/lldb/tools/driver/
H A DDriver.h1 //===-- Driver.h ------------------------------------------------*- C++ -*-===//
37 class Driver : public lldb::SBBroadcaster class in inherits:lldb::SBBroadcaster
45 Driver ();
48 ~Driver ();
128 Driver::OptionData &data);
H A DDriver.cpp1 //===-- Driver.cpp ----------------------------------------------*- C++ -*-===//
10 #include "Driver.h"
46 static Driver *g_driver = NULL;
48 // In the Driver::MainLoop, we change the terminal settings. This function is
117 Driver::Driver () : function in class:Driver
118 SBBroadcaster ("Driver"),
138 Driver::~Driver ()
145 Driver
[all...]
/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"
49 /// Driver - Encapsulate logic for constructing compilation processes
51 class Driver { class in namespace:clang::driver
109 /// Driver title to use with help.
194 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"
15 #include "clang/Driver/Action.h"
16 #include "clang/Driver/Compilation.h"
17 #include "clang/Driver/DriverDiagnostic.h"
18 #include "clang/Driver/Job.h"
19 #include "clang/Driver/Options.h"
20 #include "clang/Driver/Too
47 Driver::Driver(StringRef ClangExecutable, function in class:Driver
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldisplay.h130 _EGLDriver *Driver; /**< Matched driver of the display */ member in struct:_egl_display
135 EGLBoolean TestOnly; /**< Driver should not set fields when true */
140 void *DriverData; /**< Driver private data */
H A Degldriver.c60 _EGLDriver *Driver; member in struct:_egl_module
203 if (mod->Driver)
224 _eglLog(_EGL_WARNING, "Driver loaded from %s has no name", mod->Path);
229 mod->Driver = drv;
243 if (mod->Driver && mod->Driver->Unload)
244 mod->Driver->Unload(mod->Driver);
258 mod->Driver = NULL;
591 if (dpy->Driver) {
[all...]
/external/mesa3d/src/egl/main/
H A Degldisplay.h130 _EGLDriver *Driver; /**< Matched driver of the display */ member in struct:_egl_display
135 EGLBoolean TestOnly; /**< Driver should not set fields when true */
140 void *DriverData; /**< Driver private data */
H A Degldriver.c60 _EGLDriver *Driver; member in struct:_egl_module
203 if (mod->Driver)
224 _eglLog(_EGL_WARNING, "Driver loaded from %s has no name", mod->Path);
229 mod->Driver = drv;
243 if (mod->Driver && mod->Driver->Unload)
244 mod->Driver->Unload(mod->Driver);
258 mod->Driver = NULL;
591 if (dpy->Driver) {
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.h201 /** Driver interface:
203 struct swrast_device_driver Driver; member in struct:__anon14578
351 if (swrast->Driver.SpanRenderStart)
352 swrast->Driver.SpanRenderStart(ctx);
361 if (swrast->Driver.SpanRenderFinish)
362 swrast->Driver.SpanRenderFinish(ctx);
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h201 /** Driver interface:
203 struct swrast_device_driver Driver; member in struct:__anon27989
351 if (swrast->Driver.SpanRenderStart)
352 swrast->Driver.SpanRenderStart(ctx);
361 if (swrast->Driver.SpanRenderFinish)
362 swrast->Driver.SpanRenderFinish(ctx);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_context.h488 /* Driver may request additional render passes by returning GL_TRUE
505 /* Driver interface.
507 struct tnl_device_driver Driver; member in struct:__anon14586
/external/mesa3d/src/mesa/tnl/
H A Dt_context.h488 /* Driver may request additional render passes by returning GL_TRUE
505 /* Driver interface.
507 struct tnl_device_driver Driver; member in struct:__anon27997
/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 ...
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h2458 /** Driver-selectable options: */
3349 * Driver-specific state flags.
3406 struct dd_function_table Driver; member in struct:gl_context
3410 /** Core/Driver constants */
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2458 /** Driver-selectable options: */
3349 * Driver-specific state flags.
3406 struct dd_function_table Driver; member in struct:gl_context
3410 /** Core/Driver constants */
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 5068 milliseconds

12