Searched refs:driver (Results 1 - 25 of 203) sorted by relevance

123456789

/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h2 * wpa_supplicant - Internal driver interface wrappers
12 #include "drivers/driver.h"
18 if (wpa_s->driver->init2)
19 return wpa_s->driver->init2(wpa_s, ifname,
21 if (wpa_s->driver->init) {
22 return wpa_s->driver->init(wpa_s, ifname);
29 if (wpa_s->driver->deinit)
30 wpa_s->driver->deinit(wpa_s->drv_priv);
36 if (wpa_s->driver->set_param)
37 return wpa_s->driver
[all...]
/external/clang/include/clang/Driver/
H A DUtil.h16 namespace driver { namespace in namespace:clang
25 } // end namespace driver
H A DPhases.h14 namespace driver { namespace in namespace:clang
29 } // end namespace driver
H A DCC1AsOptions.h14 namespace driver { namespace in namespace:clang
H A DOptions.h14 namespace driver { namespace in namespace:clang
H A DOptSpecifier.h14 namespace driver { namespace in namespace:clang
/external/clang/lib/Driver/
H A DCC1AsOptions.cpp14 using namespace clang::driver;
15 using namespace clang::driver::options;
16 using namespace clang::driver::cc1asoptions;
37 OptTable *clang::driver::createCC1AsOptTable() {
H A DPhases.cpp15 using namespace clang::driver;
H A DDriverOptions.cpp14 using namespace clang::driver;
15 using namespace clang::driver::options;
35 OptTable *clang::driver::createDriverOptTable() {
H A DTool.cpp12 using namespace clang::driver;
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_supplicant_i.h18 #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
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)
434 return wpa_s->driver->init2(wpa_s, ifname,
436 if (wpa_s->driver
[all...]
H A Dwpa_priv.c25 #include "drivers/driver.h"
46 struct wpa_driver_ops *driver; member in struct:wpa_priv_interface
61 wpa_printf(MSG_DEBUG, "Cleaning up forgotten driver instance");
62 if (iface->driver->set_wpa)
63 iface->driver->set_wpa(iface->drv_priv, 0);
64 if (iface->driver->deinit)
65 iface->driver->deinit(iface->drv_priv);
77 if (iface->driver->init == NULL)
80 iface->drv_priv = iface->driver->init(iface, iface->ifname);
82 wpa_printf(MSG_DEBUG, "Failed to initialize driver wrappe
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h102 #include "drivers/driver.h"
111 if (hapd->driver == NULL ||
112 hapd->driver->hapd_set_countermeasures == NULL)
114 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled);
121 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL)
123 return hapd->driver->set_sta_vlan(hapd->drv_priv, addr, ifname,
130 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
132 return hapd->driver
[all...]
H A Dap_drv_ops.c12 #include "drivers/driver.h"
206 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
213 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
296 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL)
302 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
310 if (hapd->driver == NULL || hapd->driver->add_sta_node == NULL)
312 return hapd->driver
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h102 #include "drivers/driver.h"
111 if (hapd->driver == NULL ||
112 hapd->driver->hapd_set_countermeasures == NULL)
114 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled);
121 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL)
123 return hapd->driver->set_sta_vlan(hapd->drv_priv, addr, ifname,
130 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
132 return hapd->driver
[all...]
H A Dap_drv_ops.c12 #include "drivers/driver.h"
206 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
213 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
296 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL)
302 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
310 if (hapd->driver == NULL || hapd->driver->add_sta_node == NULL)
312 return hapd->driver
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h102 #include "drivers/driver.h"
111 if (hapd->driver == NULL ||
112 hapd->driver->hapd_set_countermeasures == NULL)
114 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled);
121 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL)
123 return hapd->driver->set_sta_vlan(hapd->drv_priv, addr, ifname,
130 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
132 return hapd->driver
[all...]
H A Dap_drv_ops.c12 #include "drivers/driver.h"
206 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
213 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
296 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL)
302 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
310 if (hapd->driver == NULL || hapd->driver->add_sta_node == NULL)
312 return hapd->driver
[all...]
/external/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp10 // Construct a compiler invocation object for command line driver arguments
46 // FIXME: Find a cleaner way to force the driver into restricted modes.
50 driver::Driver TheDriver("clang", llvm::sys::getDefaultTargetTriple(),
52 // Force driver to use clang.
55 // of using the driver.
61 OwningPtr<driver::Compilation> C(TheDriver.BuildCompilation(Args));
64 if (C->getArgs().hasArg(driver::options::OPT__HASH_HASH_HASH)) {
71 const driver::JobList &Jobs = C->getJobs();
72 if (Jobs.size() != 1 || !isa<driver::Command>(*Jobs.begin())) {
80 const driver
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dchromium_unittest.py51 self.driver = chromium.ChromiumDriver(mock_port, worker_number=0)
55 self.assertEqual(self.driver._test_shell_command("test.html", 2, "checksum"), expected_command)
64 self.driver._proc.stdin = StringIO.StringIO()
65 line, did_crash = self.driver._write_command_and_read_line(input)
66 self.assertEqual(self.driver._proc.stdin.getvalue(), expected_stdin)
71 self.driver._proc = Mock()
73 self.driver._proc.stdout = StringIO.StringIO("first\nsecond\nthird\n")
87 self.driver._proc.stdout.readline = mock_readline
93 self.driver._proc = Mock()
94 self.driver
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dwired.conf8 driver=wired
/external/clang/tools/
H A DMakefile14 DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
/external/clang/lib/Tooling/
H A DTooling.cpp45 /// \brief Builds a clang driver initialized for running clang tools.
46 static clang::driver::Driver *newDriver(clang::DiagnosticsEngine *Diagnostics,
49 clang::driver::Driver *CompilerDriver = new clang::driver::Driver(
59 static const clang::driver::ArgStringList *getCC1Arguments(
61 clang::driver::Compilation *Compilation) {
64 const clang::driver::JobList &Jobs = Compilation->getJobs();
65 if (Jobs.size() != 1 || !isa<clang::driver::Command>(*Jobs.begin())) {
75 const clang::driver::Command *Cmd =
76 cast<clang::driver
[all...]
/external/clang/examples/clang-interpreter/
H A Dmain.cpp31 using namespace clang::driver;
81 // FIXME: This is a hack to try to force the driver to do something we can
82 // recognize. We need to extend the driver library to support this use model
94 const driver::JobList &Jobs = C->getJobs();
95 if (Jobs.size() != 1 || !isa<driver::Command>(*Jobs.begin())) {
103 const driver::Command *Cmd = cast<driver::Command>(*Jobs.begin());
110 const driver::ArgStringList &CCArgs = Cmd->getArguments();
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dworker_mixin.py157 thread_timeout_sec: time to wait before killing the driver process.
163 driver = worker._port.create_driver(worker._worker_number)
164 driver.start()
168 self.result = worker._run_single_test(driver, test_input)
185 driver.stop()
206 def _run_single_test(self, driver, test_input):
208 test_input, driver, self._name)

Completed in 262 milliseconds

123456789