Home
last modified time | relevance | path

Searched refs:Driver (Results 1 – 25 of 115) sorted by relevance

12345

/external/v8/test/mjsunit/tools/
Dprofile.js146 function Driver() { class
151 Inherits(Driver, ProfileTestDriver);
153 Driver.prototype.enter = function(func) { class
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() { class
[all …]
/external/clang/lib/Driver/
DToolChains.h83 GCCInstallationDetector(const Driver &D, const llvm::Triple &TargetTriple,
124 Generic_GCC(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
152 Hexagon_TC(const Driver &D, const llvm::Triple& Triple);
215 Darwin(const Driver &D, const llvm::Triple& Triple);
390 DarwinClang(const Driver &D, const llvm::Triple& Triple);
417 Darwin_Generic_GCC(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) in Darwin_Generic_GCC()
429 Generic_ELF(const Driver &D, const llvm::Triple& Triple, const ArgList &Args) in Generic_ELF()
441 AuroraUX(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
449 Solaris(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
460 OpenBSD(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
[all …]
DDriver.cpp46 Driver::Driver(StringRef ClangExecutable, in Driver() function in Driver
88 Driver::~Driver() { in ~Driver()
97 InputArgList *Driver::ParseArgStrings(ArrayRef<const char *> ArgList) { in ParseArgStrings()
130 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, Arg **FinalPhaseArg) in getFinalPhase()
166 DerivedArgList *Driver::TranslateInputArgs(const InputArgList &Args) const { in TranslateInputArgs()
247 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) { in BuildCompilation()
376 void Driver::generateCompilationDiagnostics(Compilation &C, in generateCompilationDiagnostics()
506 int Driver::ExecuteCompilation(const Compilation &C, in ExecuteCompilation()
564 void Driver::PrintOptions(const ArgList &Args) const { in PrintOptions()
581 void Driver::PrintHelp(bool ShowHidden) const { in PrintHelp()
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_DriverManager.java20 import java.sql.Driver;
34 static Driver testDriver = null;
47 public static void setDriver(Driver theDriver) { in setDriver()
61 Driver aDriver; in checkDeregister()
DDriverManagerTest.java27 import java.sql.Driver;
84 Driver aDriver; in testDeregisterDriver()
132 static boolean isDriverLoaded(Driver theDriver) { in isDriverLoaded()
135 if ((Driver) driverList.nextElement() == theDriver) { in isDriverLoaded()
296 Driver validDriver = DriverManager.getDriver(element); in testGetDriver()
316 Enumeration<Driver> driverList = DriverManager.getDrivers(); in testGetDrivers()
319 Driver theDriver = driverList.nextElement(); in testGetDrivers()
394 Driver theDriver = null; in testRegisterDriver()
397 theDriver = (Driver) driverClass.newInstance(); in testRegisterDriver()
510 Driver dummy = new DummyDriver(); in test_registerDriver_MultiTimes()
[all …]
DTestHelper_Driver1.java21 import java.sql.Driver;
32 public class TestHelper_Driver1 implements Driver {
41 static Driver theDriver;
DTestHelper_Driver4.java21 import java.sql.Driver;
31 public class TestHelper_Driver4 implements Driver {
40 Driver theDriver = new TestHelper_Driver4();
DTestHelper_Driver2.java20 import java.sql.Driver;
31 Driver theDriver = new TestHelper_Driver2();
DTestHelper_Driver5.java20 import java.sql.Driver;
31 Driver theDriver = new TestHelper_Driver5();
/external/clang/
Dclang-tblgen-rules.mk135 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Driver/Options.inc
136 $(intermediates)/include/clang/Driver/Options.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
137 …iates)/include/clang/Driver/Options.inc: $(CLANG_ROOT_PATH)/include/clang/Driver/Options.td $(CLAN…
142 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Driver/CC1Options.inc
143 $(intermediates)/include/clang/Driver/CC1Options.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
144 …es)/include/clang/Driver/CC1Options.inc: $(CLANG_ROOT_PATH)/include/clang/Driver/CC1Options.td $(C…
149 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Driver/CC1AsOptions.inc
150 $(intermediates)/include/clang/Driver/CC1AsOptions.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
151 …)/include/clang/Driver/CC1AsOptions.inc: $(CLANG_ROOT_PATH)/include/clang/Driver/CC1AsOptions.td $…
/external/clang/include/clang/Driver/
DCompilation.h21 class Driver; variable
30 const Driver &TheDriver;
67 Compilation(const Driver &D, const ToolChain &DefaultToolChain,
71 const Driver &getDriver() const { return TheDriver; } in getDriver()
DToolChain.h25 class Driver; variable
47 const Driver &D;
59 ToolChain(const Driver &D, const llvm::Triple &T);
79 const Driver &getDriver() const;
DDriver.h47 class Driver {
192 Driver(StringRef _ClangExecutable,
197 ~Driver();
/external/libmtp/
DREADME.windows.txt28 2.0 LibUSB and Driver Issues for Windows
32 …ovide a solution to this problem. LibMTP takes advantage of the LibUSB-Win32 Device Driver package.
38 5. Select your music device from the list and click Action -> Update Driver, Choose "No, not this t…
43 …pear in the prompt, click it and click "Next>" (Ignore any prompts about Driver Signing, continuin…
51 3. Go to the "Driver" pane and select "Roll Back Driver".
/external/clang/lib/Tooling/
DTooling.cpp39 static clang::driver::Driver *newDriver(clang::DiagnosticsEngine *Diagnostics, in newDriver()
42 clang::driver::Driver *CompilerDriver = new clang::driver::Driver( in newDriver()
157 const llvm::OwningPtr<clang::driver::Driver> Driver( in run() local
160 Driver->setCheckInputsExist(false); in run()
162 Driver->BuildCompilation(llvm::makeArrayRef(Argv))); in run()
/external/mesa3d/docs/
DRELNOTES-3.525 Driver Support
31 Driver Status
129 Device Driver Changes / Core Mesa Changes
132 The ctx->Driver.LogicOp() function has been removed. It used to
141 The ctx->Driver.Dither() function has been removed. Drivers should
142 detect dither enable/disable via ctx->Driver.Enable() instead.
144 The ctx->Driver.IndexMask() and ctx->Driver.ColorMask() functions
177 X/Mesa Driver
DRELNOTES-4.192 Device Driver Status
100 Driver Status
231 - Removed ctx->Driver.SetDrawBuffer()
232 - Removed swrast->Driver.SetReadBuffer().
237 - Added ctx->Driver.DrawBuffer() and ctx->Driver.ReadBuffer().
239 Many drivers will set ctx->Driver.DrawBuffer = _swrast_DrawBuffer and
241 DRI drivers should implement their own function for ctx->Driver.DrawBuffer
245 - Added swrast->Driver.SetBuffer().
252 This value is usually passed to swrast->Driver.SetBuffer().
283 - Changed ctx->Driver.ClearColor() to take GLfloat[4] instead of GLchan[4].
[all …]
DRELNOTES-6.156 Driver / context changes
63 functions they implement. In particular, the ctx->Driver.NewTextureObject
69 ctx->Driver.Accum to point to _swrast_Accum). Adding new functions to
89 Driver Status
DRELNOTES-5.0.219 Device Driver Status
27 Driver Status
DRELNOTES-5.0.119 Device Driver Status
27 Driver Status
/external/wpa_supplicant_8/wpa_supplicant/
Dandroid.config43 # Driver interface for Host AP driver
46 # Driver interface for Agere driver
52 # Driver interface for madwifi driver
58 # Driver interface for Prism54 driver
63 # Driver interface for ndiswrapper
67 # Driver interface for Atmel driver
70 # Driver interface for old Broadcom driver
78 # Driver interface for Intel ipw2100/2200 driver
82 # Driver interface for Ralink driver
85 # Driver interface for generic Linux wireless extensions
[all …]
Ddefconfig43 # Driver interface for Host AP driver
46 # Driver interface for Agere driver
52 # Driver interface for madwifi driver
58 # Driver interface for ndiswrapper
62 # Driver interface for Atmel driver
65 # Driver interface for old Broadcom driver
73 # Driver interface for Intel ipw2100/2200 driver
77 # Driver interface for Ralink driver
80 # Driver interface for generic Linux wireless extensions
88 # Driver interface for Linux drivers using the nl80211 kernel interface
[all …]
/external/wpa_supplicant_6/wpa_supplicant/
Ddefconfig43 # Driver interface for Host AP driver
46 # Driver interface for Agere driver
52 # Driver interface for madwifi driver
58 # Driver interface for Prism54 driver
63 # Driver interface for ndiswrapper
67 # Driver interface for Atmel driver
70 # Driver interface for old Broadcom driver
78 # Driver interface for Intel ipw2100/2200 driver
82 # Driver interface for Ralink driver
85 # Driver interface for generic Linux wireless extensions
[all …]
Dandroid.config43 # Driver interface for Host AP driver
46 # Driver interface for Agere driver
52 # Driver interface for madwifi driver
57 # Driver interface for Prism54 driver
62 # Driver interface for ndiswrapper
65 # Driver interface for Atmel driver
68 # Driver interface for old Broadcom driver
76 # Driver interface for Intel ipw2100/2200 driver
79 # Driver interface for Ralink driver
82 # Driver interface for generic Linux wireless extensions
[all …]
/external/wpa_supplicant_8/hostapd/
Dandroid.config12 # Driver interface for Host AP driver
15 # Driver interface for wired authenticator
18 # Driver interface for madwifi driver
22 # Driver interface for drivers using the nl80211 kernel interface
32 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
39 # Driver interface for no driver (e.g., RADIUS server only)
54 # Driver support is also needed for IEEE 802.11w.

12345