/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
kernelcapi.h | 25 char driver[32]; member in struct:kcapi_carddef
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
kernelcapi.h | 25 char driver[32]; member in struct:kcapi_carddef
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
kernelcapi.h | 25 char driver[32]; member in struct:kcapi_carddef
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
kernelcapi.h | 25 char driver[32]; member in struct:kcapi_carddef
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
kernelcapi.h | 25 char driver[32]; member in struct:kcapi_carddef
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
kernelcapi.h | 25 char driver[32]; member in struct:kcapi_carddef
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
kernelcapi.h | 25 char driver[32]; member in struct:kcapi_carddef
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
pytree_idempotency.py | 20 from pgen2 import driver namespace 25 gr = driver.load_grammar("Grammar.txt") 26 dr = driver.Driver(gr, convert=pytree.convert)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
pytree_idempotency.py | 20 from pgen2 import driver namespace 25 gr = driver.load_grammar("Grammar.txt") 26 dr = driver.Driver(gr, convert=pytree.convert)
|
/external/chromium_org/third_party/mesa/src/docs/ |
envvars.html | 76 <h2>Mesa Xlib driver environment variables</h2> 79 The following are only applicable to the Mesa Xlib software driver. 80 See the <a href="xlibdriver.html">Xlib software driver page</a> for details. 96 <h2>i945/i965 driver environment variables (non-Gallium)</h2> 106 <h2>Radeon driver environment variables (radeon, r200, and r300g)</h2> 141 <h3>Softpipe driver environment variables</h3> 143 <li>SOFTPIPE_DUMP_FS - if set, the softpipe driver will print fragment shaders 145 <li>SOFTPIPE_DUMP_GS - if set, the softpipe driver will print geometry shaders 148 <li>SOFTPIPE_USE_LLVM - if set, the softpipe driver will try to use LLVM JIT for 153 <h3>LLVMpipe driver environment variables</h3 [all...] |
autoconf.html | 14 <li><p><a href="#driver">Driver Options</a> 16 <li><a href="#xlib">Xlib Driver Options</a></li> 17 <li><a href="#dri">DRI Driver Options</a></li> 18 <li><a href="#osmesa">OSMesa Driver Options</a></li> 117 enabled for the Xlib driver and disabled otherwise. Note that this 118 option is different than using OSMesa as the driver. 138 <h2 id="driver">2. Driver Options</h2> 141 There are several different driver modes that Mesa can use. These ar [all...] |
RELNOTES-6.3.2 | 20 Driver Status 22 DRI drivers varies with the driver
|
/external/kernel-headers/original/linux/ |
binder.h | 5 * OpenBinder.org binder driver interface, which is: 46 * driver takes care of re-writing the structure type and data as it moves 65 * On 64-bit platforms where user code may run in 32-bits the driver must 71 signed long write_consumed; /* bytes consumed by driver */ 74 signed long read_consumed; /* bytes consumed by driver */ 78 /* Use with BINDER_VERSION, driver fills in fields. */ 80 /* driver protocol version -- increment with incompatible change */ 97 * in to the driver are: 103 * ECONNREFUSED -- The driver is no longer accepting operations 107 * the driver from any thread will return this same code [all...] |
/external/mesa3d/docs/ |
envvars.html | 76 <h2>Mesa Xlib driver environment variables</h2> 79 The following are only applicable to the Mesa Xlib software driver. 80 See the <a href="xlibdriver.html">Xlib software driver page</a> for details. 96 <h2>i945/i965 driver environment variables (non-Gallium)</h2> 106 <h2>Radeon driver environment variables (radeon, r200, and r300g)</h2> 141 <h3>Softpipe driver environment variables</h3> 143 <li>SOFTPIPE_DUMP_FS - if set, the softpipe driver will print fragment shaders 145 <li>SOFTPIPE_DUMP_GS - if set, the softpipe driver will print geometry shaders 148 <li>SOFTPIPE_USE_LLVM - if set, the softpipe driver will try to use LLVM JIT for 153 <h3>LLVMpipe driver environment variables</h3 [all...] |
autoconf.html | 14 <li><p><a href="#driver">Driver Options</a> 16 <li><a href="#xlib">Xlib Driver Options</a></li> 17 <li><a href="#dri">DRI Driver Options</a></li> 18 <li><a href="#osmesa">OSMesa Driver Options</a></li> 117 enabled for the Xlib driver and disabled otherwise. Note that this 118 option is different than using OSMesa as the driver. 138 <h2 id="driver">2. Driver Options</h2> 141 There are several different driver modes that Mesa can use. These ar [all...] |
/art/compiler/ |
elf_writer_quick.h | 32 const CompilerDriver& driver) 43 ElfWriterQuick(const CompilerDriver& driver, File* elf_file);
|
/development/host/windows/usb/api/ |
adb_api_legacy.h | 22 driver.
44 /** \name IOCTL codes for the driver
165 // driver will see valid address when accessing 64-bit write_buffer.
173 /// compatibility between 32-bit and 64-bit versions of both, driver and
176 /// process to a 64-bit driver, write_buffer will be valid 64-bit pointer to
177 /// the write buffer. Same is true for 32-bit app talking to 32-bit driver.
178 /// If, however, a 32-bit app is talking to 64-bit driver, then write_buffer
180 /// correctly picked up ("extended") by 64-bit driver. Since when setting
|
/development/ndk/platforms/android-3/include/linux/ |
mca.h | 70 struct device_driver driver; member in struct:mca_driver 72 #define to_mca_driver(mdriver) container_of(mdriver, struct mca_driver, driver)
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
drm_parser.js | 8 * @fileoverview Parses drm driver events in the Linux event trace format. 39 * Parses drm driver events and sets up state in the importer.
|
/external/chromium_org/components/autofill/ |
README | 10 - content/: Driver for the shared code based on the content layer. 14 - ios/: Driver for the shared code based on src/ios.
|
/external/chromium_org/components/autofill/content/browser/ |
request_autocomplete_manager.h | 20 // Driver for the requestAutocomplete flow. 51 // The autofill driver owns and outlives |this|.
|
/external/chromium_org/third_party/libva/va/glx/ |
va_glx_impl.h | 29 * Initialize GLX driver context 31 * @param[in] ctx the VA driver context
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_public.h | 37 /* This is the driver interface required by the glx/xlib state tracker. 45 xmesa_set_driver( const struct xm_driver *driver );
|
/external/chromium_org/third_party/mesa/src/src/gbm/backends/ |
Makefile.template | 5 # GBM_BACKEND, the driver name 6 # GBM_SOURCES, the driver sources
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/ |
webdriver_ie_backend.py | 28 if (pi['ParentProcessId'] == self.driver.iedriver.process.pid and 39 if (pi['ParentProcessId'] == self.driver.iedriver.process.pid):
|