HomeSort by relevance Sort by last modified time
    Searched refs:driver (Results 351 - 375 of 497) sorted by null

<<11121314151617181920

  /external/llvm/
Makefile 70 DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
  /external/wpa_supplicant_8/src/ap/
ap_config.h 487 const struct wpa_driver_ops *driver; member in struct:hostapd_config
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 79 iface.driver = "ndis";
scan.c 213 * wpa_supplicant_trigger_scan - Request driver to start a scan
495 if (!wpa_s->driver->get_radio_name)
498 rn = wpa_s->driver->get_radio_name(wpa_s->drv_priv);
503 if (ifs == wpa_s || !ifs->driver->get_radio_name)
506 rn2 = ifs->driver->get_radio_name(ifs->drv_priv);
715 * If the driver is limited to 1 SSID at a time interleave
788 * If the driver does not support multi-channel concurrency and a
805 "operating channel (%d MHz) since driver does "
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 5 * Main header file for the ALSA driver
103 char driver[16]; /* driver name */ member in struct:snd_card
soc.h 19 #include <sound/driver.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 5 * Main header file for the ALSA driver
103 char driver[16]; /* driver name */ member in struct:snd_card
soc.h 19 #include <sound/driver.h>
  /external/freetype/src/cff/
cffobjs.c 63 module = FT_Get_Module( size->root.face->driver->root.library,
358 module = FT_Get_Module( slot->face->driver->root.library,
491 FT_Library library = cffface->driver->root.library;
508 FT_TRACE2(( "CFF driver\n" ));
    [all...]
  /external/quake/quake/src/WinQuake/
net_ser.cpp 373 Con_Printf("Serial driver initialized\n");
756 hostcache[hostCacheCount].driver = net_driverlevel;
775 p->sock->driver = myDriverLevel;
884 p->sock->driver = myDriverLevel;
  /prebuilts/devtools/tools/lib/
lint-api.jar 
lint-checks.jar 
  /external/clang/lib/Driver/
ToolChains.h 15 #include "clang/Driver/Action.h"
16 #include "clang/Driver/ToolChain.h"
21 namespace driver { namespace in namespace:clang
67 /// Driver, and has logic for fuzzing that where appropriate.
81 GCCInstallationDetector(const Driver &D, const llvm::Triple &TargetTriple,
121 Generic_GCC(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
179 Darwin(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
339 DarwinClang(const Driver &D, const llvm::Triple& Triple, const ArgList &Args);
364 Darwin_Generic_GCC(const Driver &D, const llvm::Triple& Triple, const ArgList &Args)
376 Generic_ELF(const Driver &D, const llvm::Triple& Triple, const ArgList &Args
    [all...]
Tools.h 13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/Types.h"
15 #include "clang/Driver/Util.h"
22 namespace driver { namespace in namespace:clang
23 class Driver;
44 const Driver &D,
597 } // end namespace driver
  /external/kernel-headers/original/linux/
device.h 2 * device.h - generic, centralized driver model
8 * See Documentation/driver-model/ for more information.
115 /* driverfs interface for exporting driver attributes */
191 * @devt: for internal use by the driver core only.
192 * @node: for internal use by the driver core only.
193 * @kobj: for internal use by the driver core only.
194 * @devt_attr: for internal use by the driver core only.
312 * its driver.
316 struct device_driver *driver; /* which driver has allocated thi member in struct:device
    [all...]
  /external/libusb_aah/libusb/os/
darwin_usb.c 1225 CFTypeRef driver; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesm.h 142 // user supplied driver for a menu; you may derive from this class and
261 virtual int driver (int c) ;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 142 // user supplied driver for a menu; you may derive from this class and
261 virtual int driver (int c) ;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 142 // user supplied driver for a menu; you may derive from this class and
261 virtual int driver (int c) ;
  /external/bison/examples/calc++/
calc++-scanner.cc 552 # include "calc++-driver.hh"
955 driver.error (*yylloc, "integer is out of range");
971 driver.error (*yylloc, "invalid character");
    [all...]
  /external/oprofile/events/i386/atom/
events 22 event:0x14 counters:0,1 um:one minimum:6000 name:CYCLES_DIV_BUSY : Cycles the driver is busy
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 31 test infrastructure (the Port and Driver classes)."""
443 driver = self.create_driver(0)
444 return driver.cmd_line()
605 """Return a newly created base.Driver subclass for starting/stopping
606 the test driver."""
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 1312 SQLiteCursorDriver driver = new SQLiteDirectCursorDriver(this, sql, editTable, local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 765 LintDriver driver = new LintDriver(new BuiltinIssueRegistry(), new LintClient() { local
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 17 #include "drivers/driver.h"
    [all...]

Completed in 2535 milliseconds

<<11121314151617181920