HomeSort by relevance Sort by last modified time
    Searched full:driver (Results 326 - 350 of 1788) sorted by null

<<11121314151617181920>>

  /external/jpeg/
jmemdosa.asm 218 ; Get the address of the XMS driver, or NULL if not available
234 xor dx,dx ; no XMS driver available
237 xmsavail: mov ax,4310h ; fetch driver address with
279 call dword ptr [bp+6] ; call the driver
300 ; Have we got an EMS driver? (this comes straight from the EMS 4.0 specs)
360 int 67h ; call the EMS driver
  /external/kernel-headers/original/linux/
capability.h 158 /* Allow clearing driver statistics */
222 /* Allow setting geometry in floppy driver */
223 /* Allow turning DMA on/off in xd driver */
226 /* Allow tuning the ide driver */
229 /* Allow manufacturer commands in isdn CAPI support driver */
231 /* Allow DDI debug ioctl on sbpcd driver */
console_struct.h 7 * Fields marked with [#] must be set by the low-level driver.
8 * Fields marked with [!] can be changed by the low-level driver
ppdev.h 4 * User-space parallel port device driver (header file).
54 /* Yield the port (release it if another driver is waiting,
serial_core.h 232 unsigned int read_status_mask; /* driver specific */
233 unsigned int ignore_status_mask; /* driver specific */
275 unsigned char hub6; /* this should be in the 8250 driver */
281 * The low level driver must not to touch any elements contained
305 * is open; it may be freed by the core driver once the device has
306 * been closed. Either the low level driver or the core can modify
347 * these are private; the low level driver should not
381 * Port/driver registration/removal
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 99 * have a specific need to specify the audio driver you want to use.
106 * current audio driver, and returns a pointer to it if the audio driver has
107 * been initialized. It returns NULL if no driver has been initialized.
125 * driver to a value more suitable for the hardware. Good values seem to
148 * for your audio callback function to be called. Since the audio driver
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_xbios.c 25 MiNT audio driver
67 /*--- Audio driver functions ---*/
78 /*--- Audio driver bootstrap functions ---*/
93 /* Check if user asked a different audio driver */
95 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
159 MINT_AUDIO_DRIVER_NAME, "MiNT XBIOS audio driver",
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 24 /* AAlib based SDL video driver implementation.
60 /* AAlib driver bootstrap functions */
176 fprintf(stderr,"Using AAlib driver: %s (%s)\n", AA_context->driver->name, AA_context->driver->shortname);
178 AA_in_x11 = (SDL_strcmp(AA_context->driver->shortname,"X11") == 0);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 80 str='<sql:connection id="conn1"> <sql:url>www.m.com</sql:url> <sql:driver>drive.class</sql:driver>\n<sql:userId>foo</sql:userId> <sql:password>goo</sql:password> </sql:connection>';
81 re = /<sql:connection id="([^\r\n]*?)">\s*<sql:url>\s*([^\r\n]*?)\s*<\/sql:url>\s*<sql:driver>\s*([^\r\n]*?)\s*<\/sql:driver>\s*(\s*<sql:userId>\s*([^\r\n]*?)\s*<\/sql:userId>\s*)?\s*(\s*<sql:password>\s*([^\r\n]*?)\s*<\/sql:password>\s*)?\s*<\/sql:connection>/;
82 expect = Array("<sql:connection id=\"conn1\"> <sql:url>www.m.com</sql:url> <sql:driver>drive.class</sql:driver>\n<sql:userId>foo</sql:userId> <sql:password>goo</sql:password> </sql:connection>","conn1","www.m.com","drive.class","<sql:userId>foo</sql:userId> ","foo","<sql:password>goo</sql:password> ","goo");
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h 99 * have a specific need to specify the audio driver you want to use.
106 * current audio driver, and returns a pointer to it if the audio driver has
107 * been initialized. It returns NULL if no driver has been initialized.
125 * driver to a value more suitable for the hardware. Good values seem to
148 * for your audio callback function to be called. Since the audio driver
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h 99 * have a specific need to specify the audio driver you want to use.
106 * current audio driver, and returns a pointer to it if the audio driver has
107 * been initialized. It returns NULL if no driver has been initialized.
125 * driver to a value more suitable for the hardware. Good values seem to
148 * for your audio callback function to be called. Since the audio driver
  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 105 * have a specific need to specify the audio driver you want to use.
112 * current audio driver, and returns a pointer to it if the audio driver has
113 * been initialized. It returns NULL if no driver has been initialized.
131 * driver to a value more suitable for the hardware. Good values seem to
154 * for your audio callback function to be called. Since the audio driver
  /prebuilt/windows/sdl/include/SDL/
SDL_audio.h 99 * have a specific need to specify the audio driver you want to use.
106 * current audio driver, and returns a pointer to it if the audio driver has
107 * been initialized. It returns NULL if no driver has been initialized.
125 * driver to a value more suitable for the hardware. Good values seem to
148 * for your audio callback function to be called. Since the audio driver
  /external/grub/netboot/
depca.c 1 /* Etherboot: depca.h merged, comments from Linux driver retained */
2 /* depca.c: A DIGITAL DEPCA & EtherWORKS ethernet driver for linux.
18 This driver is written for the Digital Equipment Corporation series
30 The driver has been tested on DE100, DE200 and DE202 cards in a
33 This driver will NOT work for the DE203, DE204 and DE205 series of
35 chip. See the 'ewrk3.c' driver in the Linux source tree for running
38 I have benchmarked the driver with a DE100 at 595kB/s to (542kB/s from)
45 The driver was originally based on the 'lance.c' driver from Donald
46 Becker which is included with the standard driver distribution fo
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
PreparedStatement.java 111 * columns of the {@code ResultSet}, if the driver can return a
325 * {@code Calendar}, the driver uses the default timezone of the Java
454 * database, by using a JDBC driver specific Java type. If the object's
455 * class implements the interface {@code SQLData}, the JDBC driver calls
458 * {@code Struct}, or {@code Array}, the driver passes it to the database as
478 * implements the interface {@code SQLData}), the JDBC driver will call the method
481 * {@code Struct}, or {@code Array}, the driver will pass it to the database
503 * implements the interface {@code SQLData}), the JDBC driver will call the method
506 * {@code Struct}, or {@code Array}, the driver will pass it to the database
593 * The driver uses the supplied {@code Calendar} to create the SQL {@cod
    [all...]
  /development/pdk/docs/porting/
keymaps_keyboard_input.jd 15 <li><a href="#androidKeymapDriverTemplate">Implementing Your Own Driver (Driver Template)</a></li>
22 <p>Android uses the standard Linux input event device (<code>/dev/event0</code>) and driver as described in the <code>linux/input.h</code> kernel header file. For more information regarding standard Linux input drivers, please see <a href="http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.24.y.git;a=blob;f=Documentation/input/input.txt">Linux Input drivers</a> at <a href="http://kernel.org">http://kernel.org</a>.</p>
30 <p>The keymap driver's other primary function is to establish a probe function that sets up the interrupt or polling function, handles hardware initialization, and attaches the driver to the input subsystem with <code>input_register_device()</code>.</p>
40 <td>Window manager reads key event from Linux keyboard driver. </td>
41 <td>Events are typically positional. For example, the top-left position on a keypad returns 16 regardless of whether that key is printed with a Q (as on a QWERTY keypad) or an A (as on an AZERTY keypads). This first conversion by the Linux Keyboard Driver yields a scancode (for example, 16).</td>
46 <td>When the window manager reads a key event out of the driver, it maps the scancode to a keycode using a key layout map file. Typically, the keycode is the primary symbol screen-printed on a key. For example, <code>KEYCODE_DPAD_CENTER</code> is the center button on the five-way navigation control. Even though ALT + G generates a &quot;?&quot; character, <code>KEYCODE_G</code> is the keycode.</td>
357 <a name="androidKeymapDriverTemplate"></a><h3>Implementing Your Own Driver (Driver Template)</h3
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ChangeLog 76 consumer grade routers); driver interface 'roboswitch'
95 * added driver_ps3 for the PS3 Linux wireless driver
151 using a longer hardcoded timeout for the scan if the driver supports
153 e.g., in cases where wpa_supplicant and madwifi driver ended up in
154 loop where the driver did not even try to associate
192 driver to take care of the 4-way handshake
194 driver_wext.c with a driver that includes the TSF (e.g., iwl4965)
262 (Note: this requires driver support to work properly.)
392 * changed NDIS driver naming to only include device GUID, e.g.,
397 * driver_ndis: re-initialize driver interface is the adapter is remove
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteOpenHelperTest.java 164 public MockCursor(SQLiteDatabase db, SQLiteCursorDriver driver, String editTable,
166 super(db, driver, editTable, query);
  /dalvik/libcore/sql/src/main/java/org/apache/harmony/sql/internal/nls/
messages.properties 19 sql.1=DriverManager: calling class not authorized to deregister JDBC driver
24 sql.6=No suitable driver
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverPropertyInfoTest.java 27 import java.sql.Driver;
125 Driver d = DriverManager.getDriver(connectionURL);
  /external/bluetooth/bluez/src/
device.h 106 int btd_register_device_driver(struct btd_device_driver *driver);
107 void btd_unregister_device_driver(struct btd_device_driver *driver);
  /external/dbus/bus/
Makefile.am 51 driver.c \
52 driver.h \
  /external/freetype/src/base/
ftadvanc.c 84 func = face->driver->clazz->get_advances;
127 func = face->driver->clazz->get_advances;
  /external/qemu/android/
hw-qemud.h 26 /* return the character driver state object that needs to be connected to the
43 * is used to attach the channel to an external char driver device (e.g. one
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 8 /* Agreement provided in the IBM Device Driver Source Kit for OS/2. This */
135 // parameters defining the operation of the driver

Completed in 109 milliseconds

<<11121314151617181920>>