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

<<11121314151617181920

  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
device.h 187 struct device_driver *driver; member in struct:device
  /external/freetype/include/freetype/
freetype.h 285 /* the driver finds it incorrect, it sets `size' to some calculated */
345 /* font driver, a renderer, or anything else that provides services */
357 /* A handle to a given FreeType font driver object. Each font driver */
955 FT_Driver driver; member in struct:FT_FaceRec_
1836 FT_Module driver; member in struct:FT_Open_Args_
    [all...]
  /external/icu4c/test/intltest/
strcase.cpp 462 LocalPointer<TestDataModule> driver(TestDataModule::getTestDataModule("casing", *this, status));
470 LocalPointer<TestData> casingTest(driver->createTestData(dataNames[whichCase], status));
  /external/blktrace/doc/
blktrace.tex 407 complete & \emph{completed} by driver \\ \hline
409 issue & \emph{issued} to driver \\ \hline
525 queue or in the io scheduler has been sent to the driver.
528 addition to the internal queue and later service by the driver. The
562 start sending requests to the driver. This may happen automatically
635 D & IO issued to driver \\ \hline
    [all...]
  /external/clang/include/clang/Driver/
ArgList.h 14 #include "clang/Driver/OptSpecifier.h"
15 #include "clang/Driver/Option.h"
16 #include "clang/Driver/Util.h"
26 namespace driver { namespace in namespace:clang
89 /// ArgList - Ordered collection of driver arguments.
341 /// DerivedArgList - An ordered collection of driver arguments,
430 } // end namespace driver
  /external/clang/lib/Driver/
Compilation.cpp 10 #include "clang/Driver/Compilation.h"
11 #include "clang/Driver/Action.h"
12 #include "clang/Driver/ArgList.h"
13 #include "clang/Driver/Driver.h"
14 #include "clang/Driver/DriverDiagnostic.h"
15 #include "clang/Driver/Options.h"
16 #include "clang/Driver/ToolChain.h"
24 using namespace clang::driver;
27 Compilation::Compilation(const Driver &D, const ToolChain &_DefaultToolChain
    [all...]
  /external/clang/tools/driver/
driver.cpp 1 //===-- driver.cpp - Clang GCC-Compatible Driver --------------------------===//
10 // This is the entry point to the clang driver; it is a thin wrapper
11 // for functionality in the Driver clang library.
17 #include "clang/Driver/ArgList.h"
18 #include "clang/Driver/Compilation.h"
19 #include "clang/Driver/Driver.h"
20 #include "clang/Driver/DriverDiagnostic.h"
21 #include "clang/Driver/OptTable.h
    [all...]
  /external/kernel-headers/original/linux/
ethtool.h 49 /* these strings are set to whatever the driver author decides... */
52 char driver[32]; /* driver short name, "tulip", "eepro100" */ member in struct:ethtool_drvinfo
53 char version[32]; /* driver version string */
84 __u32 version; /* driver-specific, indicates different chips/revs */
157 * not implemented by the driver causes these values to be
199 * of pending RX/TX ring entries the driver will allow the
227 * then {rx,tx}_pause force the driver to use/not-use pause
280 * or not the driver should turn on (set) or off (clear) a behavior.
319 * get_drvinfo: Report driver informatio
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 819 /* Only a composite class device with no vendor-specific driver will
1037 CFTypeRef driver; local
    [all...]

Completed in 934 milliseconds

<<11121314151617181920