HomeSort by relevance Sort by last modified time
    Searched full:driver (Results 1 - 25 of 2316) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/
CMakeLists.txt 3 add_subdirectory(Driver)
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 2 * wpa_supplicant - Internal driver interface wrappers
18 #include "drivers/driver.h"
24 if (wpa_s->driver->init2)
25 return wpa_s->driver->init2(wpa_s, ifname,
27 if (wpa_s->driver->init) {
28 return wpa_s->driver->init(wpa_s, ifname);
35 if (wpa_s->driver->deinit)
36 wpa_s->driver->deinit(wpa_s->drv_priv);
42 if (wpa_s->driver->set_param)
43 return wpa_s->driver->set_param(wpa_s->drv_priv, param)
    [all...]
  /external/clang/tools/
CMakeLists.txt 5 add_subdirectory(driver)
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 2 * hostapd - Driver operations
18 #include "drivers/driver.h"
49 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
147 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
216 if (hapd->driver == NULL || hapd->driver->set_intra_bss == NULL)
218 return hapd->driver->set_intra_bss(hapd->drv_priv, !value);
238 "for kernel driver");
246 "driver");
    [all...]
ap_drv_ops.h 2 * hostapd - Driver operations
100 #include "drivers/driver.h"
105 if (hapd->driver == NULL ||
106 hapd->driver->hapd_set_countermeasures == NULL)
108 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled);
115 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL)
117 return hapd->driver->set_sta_vlan(hapd->drv_priv, addr, ifname,
124 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL
    [all...]
  /external/clang/include/clang/Driver/
HostInfo.h 17 namespace driver { namespace in namespace:clang
19 class Driver;
23 /// with driver behavior.
25 /// The host information is used for controlling the parts of the driver which
26 /// interact with the platform the driver is ostensibly being run from. For
27 /// testing purposes, the HostInfo used by the driver may differ from the actual
31 const Driver &TheDriver;
34 HostInfo(const Driver &D, const llvm::Triple &_Triple);
39 const Driver &getDriver() const { return TheDriver; }
46 /// useDriverDriver - Whether the driver should act as a driver driver fo
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_eni.h 1 /* atm_eni.h - Driver-specific declarations of the ENI driver (for use by
2 driver-specific utilities) */
  /external/chromium/net/data/ftp/
dir-listing-netware-2.expected 11 Driver
dir-listing-netware-2 3 d [RWCEAFMS] Admin 512 Nov 13 07:51 Driver
  /external/mesa3d/docs/
subset.html 3 <TITLE>Mesa Subset Driver</TITLE>
9 <H1>Mesa Subset Driver</H1>
13 driver for an embedded environment. The result is a reduced-size DRI driver
  /external/clang/lib/Driver/
CC1AsOptions.cpp 10 #include "clang/Driver/CC1AsOptions.h"
11 #include "clang/Driver/Option.h"
12 #include "clang/Driver/OptTable.h"
14 using namespace clang::driver;
15 using namespace clang::driver::options;
16 using namespace clang::driver::cc1asoptions;
23 #include "clang/Driver/CC1AsOptions.inc"
37 OptTable *clang::driver::createCC1AsOptTable() {
CC1Options.cpp 10 #include "clang/Driver/CC1Options.h"
11 #include "clang/Driver/Option.h"
12 #include "clang/Driver/OptTable.h"
14 using namespace clang::driver;
15 using namespace clang::driver::options;
16 using namespace clang::driver::cc1options;
23 #include "clang/Driver/CC1Options.inc"
36 OptTable *clang::driver::createCC1OptTable() {
DriverOptions.cpp 1 //===--- DriverOptions.cpp - Driver Options Table -------------------------===//
10 #include "clang/Driver/Options.h"
11 #include "clang/Driver/OptTable.h"
12 #include "clang/Driver/Option.h"
14 using namespace clang::driver;
15 using namespace clang::driver::options;
22 #include "clang/Driver/Options.inc"
35 OptTable *clang::driver::createDriverOptTable() {
  /external/wpa_supplicant/
wpa_supplicant_i.h 18 #include "driver.h"
65 * driver - Driver interface name, or %NULL to use the default driver
67 const char *driver; member in struct:wpa_interface
70 * driver_param - Driver interface parameters
88 * If the driver interface (ifname) is included in a Linux bridge
313 struct wpa_driver_ops *driver; member in struct:wpa_supplicant
340 * to speed up the first association if the driver
411 if (wpa_s->driver->init)
    [all...]
driver.h 2 * WPA Supplicant - driver interface definition
51 * driver. Each driver interface implementation is responsible for converting
52 * the driver or OS specific scan results into this format.
77 * This can be %NULL, if ap_scan=2 mode is used and the driver is
98 * of this WPA IE is optional. If the driver generates the WPA
101 * the driver has to notify wpa_supplicant about the used WPA
105 * instead. The driver can determine which version is used by
158 * struct wpa_driver_capa - Driver capability information
179 /* Driver generated WPA/RSN IE *
    [all...]
  /frameworks/base/docs/html/sdk/
win-usb.jd 1 page.title=Google USB Driver
9 <li><a href="#WinUsbDriver">Downloading the Google USB Driver</a></li>
10 <li><a href="#InstallingDriver">Installing the USB Driver</a>
27 <p>The Google USB driver is a downloadable component for Windows developers, available
30 <p>The Google USB Driver is only for Android Developer Phones (ADP), Nexus One, and Nexus S.
32 then you need to get a USB driver from the device OEM. For help finding the appropriate
33 driver, see the list of <a href="{@docRoot}sdk/oem-usb.html">OEM USB Drivers</a>.</p>
37 <p>The Google USB driver for Windows provides support for the following
54 USB driver. Refer to <a
58 <p>The sections below provide instructions on how to download the USB Driver
    [all...]
  /system/core/rootdir/etc/
mountd.conf 14 ## path to the UMS driver file for specifying the block device path
15 ## use this for the mass_storage function driver
17 ## use this for android_usb composite gadget driver
  /external/clang/lib/Frontend/
CreateInvocationFromCommandLine.cpp 10 // Construct a compiler invocation object for command line driver arguments
18 #include "clang/Driver/Compilation.h"
19 #include "clang/Driver/Driver.h"
20 #include "clang/Driver/ArgList.h"
21 #include "clang/Driver/Options.h"
22 #include "clang/Driver/Tool.h"
46 // FIXME: Find a cleaner way to force the driver into restricted modes. We
51 driver::Driver TheDriver("clang", llvm::sys::getHostTriple()
    [all...]
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 54 private static final List<Driver> theDrivers = new ArrayList<Driver>(10);
84 // Load the driver class
101 * Removes a driver from the {@code DriverManager}'s registered driver list.
102 * This will only succeed when the caller's class loader loaded the driver
103 * that is to be removed. If the driver was loaded by a different class
104 * loader, the removal of the driver fails silently.
107 * driver in the future when asked to get a {@code Connection}.
109 * @param driver
    [all...]
Driver.java 23 * An interface to a JDBC driver.
25 * The JDBC driver uses URLs to specify the location of specific data. URL
28 * the same for all of a particular driver. " {@code SpecificData}" is a string
29 * which identifies the particular data source that the driver should use.
31 * A driver needs to be registered with a {@link DriverManager}. It is
37 public interface Driver {
40 * Returns whether the driver thinks that it can open a connection to the
45 * @return {@code true} if the driver thinks that is can open a connection
47 * driver will respond {@code true} if it thinks that it can handle
48 * the subprotocol specified by the driver
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_DriverManager.java 20 import java.sql.Driver;
27 * Helper class for the Driver manager tes - it allows the test code to be
34 static Driver testDriver = null;
47 public static void setDriver(Driver theDriver) {
49 // System.out.println("TestHelper_DriverManager: Test Driver set!");
52 } // end method setDriver( Driver )
61 Driver aDriver;
66 // Try to get a driver from the general pool... this should fail
69 fail("testDeregisterDriver: Didn't get exception when getting valid driver from other classloader.");
73 "testDeregisterDriver: Got exception when getting valid driver from other classloader."
    [all...]
  /external/clang/lib/
CMakeLists.txt 11 add_subdirectory(Driver)
  /external/clang/
Android.mk 12 lib/Driver \
24 tools/driver \
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 2 * WPA Supplicant - driver interface definition
55 * driver. Each driver interface implementation is responsible for converting
56 * the driver or OS specific scan results into this format.
60 * only included for backwards compatibility with existing driver wrapper
97 * driver. Each driver interface implementation is responsible for converting
98 * the driver or OS specific scan results into this format.
100 * If the driver does not support reporting all IEs, the IE data structure is
152 * This can be %NULL, if ap_scan=2 mode is used and the driver i
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 18 #include "drivers/driver.h"
71 * driver - Driver interface name, or %NULL to use the default driver
73 const char *driver; member in struct:wpa_interface
76 * driver_param - Driver interface parameters
94 * If the driver interface (ifname) is included in a Linux bridge
320 struct wpa_driver_ops *driver; member in struct:wpa_supplicant
348 * to speed up the first association if the driver
433 if (wpa_s->driver->init2
    [all...]

Completed in 1213 milliseconds

1 2 3 4 5 6 7 8 91011>>