Searched defs:driver (Results 1 - 25 of 79) sorted by relevance

1234

/external/icu4c/test/intltest/
H A Ddadrcal.h47 TestDataModule *driver; member in class:DataDrivenCalendarTest
H A Ddadrfmt.h47 TestDataModule *driver; member in class:DataDrivenFormatTest
H A Ddadrcoll.h51 TestDataModule *driver; member in class:DataDrivenCollatorTest
/external/clang/include/clang/Driver/
H A DUtil.h16 namespace driver { namespace in namespace:clang
25 } // end namespace driver
H A DCC1AsOptions.h14 namespace driver { namespace in namespace:clang
H A DOptions.h14 namespace driver { namespace in namespace:clang
H A DPhases.h14 namespace driver { namespace in namespace:clang
29 } // end namespace driver
H A DTypes.h16 namespace driver { namespace in namespace:clang
93 } // end namespace driver
H A DOptSpecifier.h14 namespace driver { namespace in namespace:clang
H A DTool.h16 namespace driver { namespace in namespace:clang
55 /// driver add an additional "command failed" diagnostic on failures.
72 } // end namespace driver
H A DArg.h11 /// \brief Defines the clang::driver::Arg class for parsed arguments.
24 namespace driver { namespace in namespace:clang
28 /// \brief A concrete instance of a particular driver option.
127 } // end namespace driver
H A DCompilation.h19 namespace driver { namespace in namespace:clang
26 /// Compilation - A set of tasks to perform for a single driver
29 /// The driver we were created by.
38 /// The driver translated arguments. Note that toolchains may perform their
165 } // end namespace driver
H A DJob.h18 namespace driver { namespace in namespace:clang
119 } // end namespace driver
H A DOptTable.h17 namespace driver { namespace in namespace:clang
29 /// parts of the driver still use Option instances where convenient.
H A DAction.h18 namespace driver { namespace in namespace:clang
26 /// The current driver is hard wired to expect actions which produce a
251 } // end namespace driver
H A DDriver.h32 namespace driver { namespace in namespace:clang
46 /// from a set of gcc-driver-like command line arguments.
60 /// The name the driver was invoked as.
63 /// The path the driver executable was in, as invoked from the
79 /// universal driver when it is ready.
113 /// Whether the driver should follow g++ like behavior.
116 /// Whether the driver is just the preprocessor.
138 /// Whether the driver is generating diagnostics for debugging purposes.
177 /// \brief Cache of all the ToolChains in use by the driver.
180 /// created targeting that triple. The driver own
[all...]
H A DOption.h19 namespace driver { namespace in namespace:clang
38 /// Option - Abstract representation for a single form of driver
41 /// An Option class represents a form of option that the driver
46 /// flags. At runtime the driver parses the command line into
173 } // end namespace driver
H A DToolChain.h23 namespace driver { namespace in namespace:clang
257 } // end namespace driver
/external/kernel-headers/original/linux/
H A Dplatform_device.h2 * platform_device.h - generic, centralized driver model
8 * See Documentation/driver-model/ for more information.
53 struct device_driver driver; member in struct:platform_driver
/external/clang/include/clang/Tooling/
H A DTooling.h46 namespace driver { namespace in namespace:clang
48 } // end namespace driver
123 /// (see clang driver implementation) or mapped in via mapVirtualFile.
145 clang::driver::Compilation *Compilation,
147 const clang::driver::ArgStringList &CC1Args);
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestAttachDriver.java63 private RigidBodyControl driver; field in class:TestAttachDriver
202 //driver
205 driver=new RigidBodyControl(new BoxCollisionShape(new Vector3f(0.2f,.5f,0.2f)));
206 driverNode.addControl(driver);
209 getPhysicsSpace().add(driver);
212 slider=new SliderJoint(driver, vehicle, Vector3f.UNIT_Y.negate(), Vector3f.UNIT_Y, true);
/external/clang/lib/Driver/
H A DInputInfo.h19 namespace driver { namespace in namespace:clang
85 } // end namespace driver
/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h37 namespace driver { namespace in namespace:clang
48 bool ParseDiagnosticArgs(DiagnosticOptions &Opts, driver::ArgList &Args,
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestvidinfo.c391 char driver[128]; local
398 if ( SDL_VideoDriverName(driver, sizeof(driver)) ) {
399 printf("Video driver: %s\n", driver);
/external/freetype/src/truetype/
H A Dttobjs.c496 FT_TRACE2(( "TTF driver\n" ));
498 library = ttface->driver->root.library;
982 FT_Library library = face->root.driver->root.library;
1204 /* Initialize a given TrueType driver object. */
1207 /* driver :: A handle to the target driver object. */
1218 TT_Driver driver = (TT_Driver)ttdriver; local
1221 if ( !TT_New_Context( driver ) )
1240 /* Finalize a given TrueType driver. */
1243 /* driver
1249 TT_Driver driver = (TT_Driver)ttdriver; local
[all...]

Completed in 1041 milliseconds

1234