/external/clang/www/ |
UniversalDriver.html | 6 <title>Clang - Universal Driver</title> 16 <h1>The Clang Universal Driver Project</h1> 30 compilation is done, based on the idea of a <i>universal driver</i>. The key 34 this entry point (the universal driver) would have access to all the information 35 that the driver, compiler, and other tools need to build applications for that 63 <li>Apple's "driver driver" supported by gcc and clang solve a subset of the
|
/external/kernel-headers/original/linux/ |
serio.h | 46 struct mutex drv_mutex; /* protects serio->drv so attributes can pin driver */ 49 unsigned int registered; /* port has been fully registered with driver core */ 70 struct device_driver driver; member in struct:serio_driver 72 #define to_serio_driver(d) container_of(d, struct serio_driver, driver) 124 * driver-specific data. 138 * driver code from port's interrupt handler 151 * Use the following functions to pin serio's driver in process context
|
sysdev.h | 2 * System devices follow a slightly different driver model. 3 * They don't need to do dynammic driver binding, can't be probed, 7 * We still have a notion of a driver for a system device, because we still
|
/external/mesa3d/docs/ |
relnotes-7.8.2.html | 18 glGetString(GL_VERSION) depends on the particular driver being used. 54 <li>Fixed Gallium Cell driver to buildable, runable state 60 <li>Assorted i965 driver fixes. 81 <li>Assorted i915 driver fixes. Including but not limited to: 83 <li>Fixed texture LOD clamping in i915 driver. 96 <li>Fixed crash in Savage driver when using <code>_mesa_CopyTexImage2D</code>. 125 <li>Don't overwrite a driver's shader infolog with generic failure
|
RELNOTES-6.0.1 | 24 depending on the device driver's capabilities. For example, if the 25 driver enables all the ARB extensions which are part of OpenGL 1.5 34 Driver Status
|
helpwanted.html | 18 <b>Driver patching and testing.</b> 23 <b>Driver debugging.</b> 30 <b>Windows driver building, testing and maintenance.</b>
|
relnotes-6.4.1.html | 49 <h2>Driver Status</h2> 52 Driver Status 54 DRI drivers varies with the driver
|
relnotes-6.4.2.html | 56 <h2>Driver Status</h2> 59 Driver Status 61 DRI drivers varies with the driver
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
XMLReaderFactory.java | 44 * nothing bound its class name to <code>org.xml.sax.driver</code> so 62 private static final String property = "org.xml.sax.driver"; 70 * <li>If the system property <code>org.xml.sax.driver</code> 74 * in the <em>META-INF/services/org.xml.sax.driver</em> file in 157 + "is system property org.xml.sax.driver set?"); 191 throw new SAXException("SAX2 driver class " + className + 194 throw new SAXException("SAX2 driver class " + className + 197 throw new SAXException("SAX2 driver class " + className + 201 throw new SAXException("SAX2 driver class " + className +
|
/development/host/windows/usb/api/ |
adb_winusb_api.h | 31 driver, but has no traces to WinUsb. AdbWinUsbApi is capable of working on
34 is that customers may have a legacy driver that they don't want to upgrade
43 that USB driver underneath us is in deed WinUsb.
|
/external/clang/include/clang/Driver/ |
Tool.h | 18 namespace driver { namespace in namespace:clang 56 /// driver add an additional "command failed" diagnostic on failures. 73 } // end namespace driver
|
/external/clang/lib/Driver/ |
InputInfo.h | 13 #include "clang/Driver/Types.h" 19 namespace driver { namespace in namespace:clang 85 } // end namespace driver
|
ToolChain.cpp | 10 #include "clang/Driver/ToolChain.h" 12 #include "clang/Driver/Action.h" 13 #include "clang/Driver/Arg.h" 14 #include "clang/Driver/ArgList.h" 15 #include "clang/Driver/Driver.h" 16 #include "clang/Driver/DriverDiagnostic.h" 17 #include "clang/Driver/HostInfo.h" 18 #include "clang/Driver/ObjCRuntime.h" 19 #include "clang/Driver/Options.h [all...] |
/external/srtp/crypto/test/ |
stat_driver.c | 2 * stat-driver.c 4 * test driver for the stat_test functions 50 printf("statistical tests driver\n");
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ShHandle.h | 12 // sent as ShHandle to the driver. 14 // This should not be included by driver code. 27 // The base class used to back handles returned to the driver.
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayer.h | 38 void setDriver(const wp<NuPlayerDriver> &driver); 53 // Will notify the driver through "notifyResetComplete" once finished. 56 // Will notify the driver through "notifySeekComplete" once finished.
|
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/ |
SmilXmlParser.java | 39 // use the Driver class temporarily. 40 System.setProperty("org.xml.sax.driver", "org.xmlpull.v1.sax2.Driver");
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_frad.h | 3 * created for each DLCI associated with a FRAD. The FRAD driver 31 /* Structures and constants associated with the DLCI device driver */ 74 /* FRAD driver uses these to indicate what it did with packet */
|
/external/qemu/hw/ |
qdev.c | 111 const char *driver; 115 driver = qemu_opt_get(opts, "driver"); 116 if (driver && !strcmp(driver, "?")) { 130 info = qdev_find_info(NULL, driver); 156 const char *driver, *path, *id; 161 driver = qemu_opt_get(opts, "driver"); 162 if (!driver) { [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README | 95 * LEAP (note: requires special support from the driver for IEEE 802.11 135 number of driver specific interface included in wpa_supplicant, please 138 default option to start with before falling back to driver specific 141 Host AP driver for Prism2/2.5/3 (development snapshot/v0.2.x) 143 Driver need to be set in Managed mode ('iwconfig wlan0 mode managed'). 148 with Windows NDIS driver for your wlan card supporting WPA. 150 madwifi driver for cards based on Atheros chip set (ar521x) 153 file to use the correct path for the madwifi driver root directory 157 Windows NDIS driver. 159 Broadcom wl.o driver (old version only [all...] |
/external/grub/netboot/ |
3c90x.txt | 2 Instructions for use of the 3C90X driver for EtherBoot 22 DMA cards from 3Com. This particular driver supports both the 3c90x and 38 documentation "3c90x.txt" before compiling and using this driver. 63 To use this driver in such a PROM, visit Atmel's web site and download 87 Normally, the basic procedure for using this driver is as follows: 89 1. Run the 3c90xcfg program on the driver diskette to enable the 118 1. Extend the driver to fully implement the auto-select 121 3. Extend the driver to support the 3c905c revision cards 127 This driver has been tested on roughly 300 systems. The main two 158 default, because the Windows NT 4.0 driver does not like it (no packet [all...] |
/external/wpa_supplicant/ |
README | 94 * LEAP (note: requires special support from the driver for IEEE 802.11 134 number of driver specific interface included in wpa_supplicant, please 137 default option to start with before falling back to driver specific 140 Host AP driver for Prism2/2.5/3 (development snapshot/v0.2.x) 142 Driver need to be set in Managed mode ('iwconfig wlan0 mode managed'). 147 with Windows NDIS driver for your wlan card supporting WPA. 149 Agere Systems Inc. Linux Driver 151 Please note that the driver interface file (driver_hermes.c) and 154 source package of the Agere driver. 156 madwifi driver for cards based on Atheros chip set (ar521x [all...] |
/bionic/libc/kernel/common/linux/ |
platform_device.h | 33 struct device_driver driver; member in struct:platform_driver
|
/development/ndk/platforms/android-3/include/linux/ |
platform_device.h | 33 struct device_driver driver; member in struct:platform_driver
|
/external/clang/include/clang/Basic/ |
CMakeLists.txt | 11 clang_diag_gen(Driver)
|