HomeSort by relevance Sort by last modified time
    Searched full:driver (Results 51 - 75 of 4672) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_VideoDriverName.3 3 SDL_VideoDriverName \- Obtain the name of the video driver
11 The buffer pointed to by \fBnamebuf\fR is filled up to a maximum of \fBmaxlen\fR characters (include the NULL terminator) with the name of the initialised video driver\&. The driver name is a simple one word identifier like "x11" or "windib"\&.
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
readme.txt 1 This is UIM utility required for TI's shared transport driver in order
2 to open UART and to deliver the control of it to the driver.
11 driver addition of device "kim".
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_idt77105.h 1 /* atm_idt77105.h - Driver-specific declarations of the IDT77105 driver (for
2 * use by driver-specific utilities) */
if_slip.h 5 * KISS TNC driver.
19 * VSV = ioctl for keepalive & outfill in SLIP driver
virtio_config.h 11 /* We have found a driver for the device. */
13 /* Driver has used its parts of the config, and is happy */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_idt77105.h 1 /* atm_idt77105.h - Driver-specific declarations of the IDT77105 driver (for
2 * use by driver-specific utilities) */
if_slip.h 5 * KISS TNC driver.
19 * VSV = ioctl for keepalive & outfill in SLIP driver
virtio_config.h 11 /* We have found a driver for the device. */
13 /* Driver has used its parts of the config, and is happy */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_idt77105.h 1 /* atm_idt77105.h - Driver-specific declarations of the IDT77105 driver (for
2 * use by driver-specific utilities) */
if_slip.h 5 * KISS TNC driver.
19 * VSV = ioctl for keepalive & outfill in SLIP driver
virtio_config.h 11 /* We have found a driver for the device. */
13 /* Driver has used its parts of the config, and is happy */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 11 from .pgen2 import driver namespace
32 python_grammar = driver.load_grammar(_GRAMMAR_FILE)
39 pattern_grammar = driver.load_grammar(_PATTERN_GRAMMAR_FILE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 11 from .pgen2 import driver namespace
32 python_grammar = driver.load_grammar(_GRAMMAR_FILE)
39 pattern_grammar = driver.load_grammar(_PATTERN_GRAMMAR_FILE)
  /external/clang/lib/Driver/
CC1AsOptions.cpp 10 #include "clang/Driver/CC1AsOptions.h"
15 using namespace clang::driver;
17 using namespace clang::driver::cc1asoptions;
20 #include "clang/Driver/CC1AsOptions.inc"
28 #include "clang/Driver/CC1AsOptions.inc"
42 OptTable *clang::driver::createCC1AsOptTable() {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 14 from lib2to3.pgen2 import driver namespace
19 grammar = driver.load_grammar(grammar_path)
20 driver = driver.Driver(grammar, convert=pytree.convert) variable
23 return driver.parse_string(reformat(string), debug=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 14 from lib2to3.pgen2 import driver namespace
19 grammar = driver.load_grammar(grammar_path)
20 driver = driver.Driver(grammar, convert=pytree.convert) variable
23 return driver.parse_string(reformat(string), debug=True)
  /external/bison/examples/calc++/
calc++-parser.yy 13 %parse-param { calcxx_driver& driver }
14 %lex-param { calcxx_driver& driver }
20 @$.begin.filename = @$.end.filename = &driver.file;
34 # include "calc++-driver.hh"
50 unit: assignments exp { driver.result = $2; };
58 { driver.variables[*$1] = $3; delete $1; };
66 | "identifier" { $$ = driver.variables[*$1]; delete $1; }
74 driver.error (l, m);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
README 6 driver and clients. The code is two parts the connection managment code and
11 Information about driver integration can be found in:
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
NOTES 10 t_vb_render.c driver interface (tnl->Driver.Render.*).
36 functions into all the tnl->Driver.Render driver hooks, thus taking
43 values based on the current state. For this to work, the driver
50 install other function pointers into all the tnl->Driver.Render.*
53 DRIVER INTERFACE
55 The module offers a minimal driver interface:
  /external/clang/
Android.mk 12 lib/Driver \
26 tools/driver \
  /external/mesa3d/src/gallium/auxiliary/rbug/
README 6 driver and clients. The code is two parts the connection managment code and
11 Information about driver integration can be found in:
  /external/mesa3d/src/mesa/swrast_setup/
NOTES 10 t_vb_render.c driver interface (tnl->Driver.Render.*).
36 functions into all the tnl->Driver.Render driver hooks, thus taking
43 values based on the current state. For this to work, the driver
50 install other function pointers into all the tnl->Driver.Render.*
53 DRIVER INTERFACE
55 The module offers a minimal driver interface:
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/
crash.rs 1 // RUN: %build_test_apk --driver driver-simple --out %t --testcase %s %build_test_apk_opts
info_sources.rs 1 // RUN: %build_test_apk --driver driver-simple --out %t --testcase %s %build_test_apk_opts
  /libcore/luni/src/test/java/libcore/sqlite/
OldJDBCDriverTest.java 21 import java.sql.Driver;
34 private Driver returnedDriver;
53 fail("no Driver available");
56 fail("Driver does not accept URL");
68 fail("no Driver available");
71 fail("Driver does not connect");
80 fail("no Driver available");
99 fail("no Driver available");

Completed in 570 milliseconds

1 23 4 5 6 7 8 91011>>