Searched refs:driver (Results 151 - 175 of 286) sorted by relevance

1234567891011>>

/external/clang/lib/Driver/
H A DMultilib.cpp29 using namespace clang::driver;
138 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const Multilib &M) {
292 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const MultilibSet &MS) {
H A DTypes.cpp16 using namespace clang::driver;
17 using namespace clang::driver::types;
/external/clang/include/clang/Driver/
H A DCompilation.h26 namespace driver { namespace in namespace:clang
32 /// Compilation - A set of tasks to perform for a single driver
35 /// The driver we were created by.
44 /// The driver translated arguments. Note that toolchains may perform their
184 } // end namespace driver
H A DJob.h24 namespace driver { namespace in namespace:clang
29 // Re-export this as clang::driver::ArgStringList.
202 } // end namespace driver
H A DMultilib.h22 namespace driver { namespace in namespace:clang
/external/elfutils/src/config/
H A Dtest-driver2 # test-driver - basic testsuite driver script.
45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
62 --version) echo "test-driver $scriptversion"; exit $?;;
/external/google-breakpad/autotools/
H A Dtest-driver2 # test-driver - basic testsuite driver script.
45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
62 --version) echo "test-driver $scriptversion"; exit $?;;
/external/icu/icu4c/source/test/intltest/
H A Ddadrcal.cpp32 driver = TestDataModule::getTestDataModule("calendar", *this, status);
36 delete driver;
41 if (driver != NULL) {
47 TestData *testData = driver->createTestData(index, status);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h102 (to_nouveau_context(ctx)->screen->driver)
/external/pcre/dist/
H A Dtest-driver2 # test-driver - basic testsuite driver script.
45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
62 --version) echo "test-driver $scriptversion"; exit $?;;
/external/protobuf/gtest/build-aux/
H A Dtest-driver2 # test-driver - basic testsuite driver script.
45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
62 --version) echo "test-driver $scriptversion"; exit $?;;
/external/protobuf/
H A Dtest-driver2 # test-driver - basic testsuite driver script.
45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
62 --version) echo "test-driver $scriptversion"; exit $?;;
/external/clang/include/clang/Tooling/
H A DTooling.h50 namespace driver { namespace in namespace:clang
52 } // end namespace driver
194 /// (see clang driver implementation) or mapped in via mapVirtualFile.
231 clang::driver::Compilation *Compilation,
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp167 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable());
170 /*Include=*/ driver::options::CC1Option, /*Exclude=*/ 0);
/external/libpcap/msdos/
H A Dpkt_rx1.s70 ; This routine gets called by the packet driver twice:
119 retf ; far return to driver with ES:DI
/external/libpng/
H A Dtest-driver2 # test-driver - basic testsuite driver script.
45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
62 --version) echo "test-driver $scriptversion"; exit $?;;
/external/mesa3d/src/glx/
H A Ddri_glx.c75 void *driver; member in struct:dri_screen
97 * the DRI driver for the screen (i.e., "i965", "radeon", "nouveau", etc).
123 ErrorMessageF("Cannot determine driver name for screen %d\n",
148 * Exported function for querying the DRI driver for a given screen.
173 * Exported function for obtaining a driver's option list (UTF-8 encoded XML).
175 * The returned char pointer points directly into the driver. Therefore
178 * If the driver was not found or does not support configuration NULL is
181 * Note: The driver remains opened after this function returns.
306 * driver's \c __driCreateNewScreen function.
312 * \param createNewScreen Pointer to the client-side driver'
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c468 if (hapd->driver && hapd->driver->send_ether)
469 return hapd->driver->send_ether(hapd->drv_priv, dst,
622 "the kernel driver.");
639 (hapd->driver == NULL ||
640 hapd->driver->send_ether == NULL)) {
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c468 if (hapd->driver && hapd->driver->send_ether)
469 return hapd->driver->send_ether(hapd->drv_priv, dst,
622 "the kernel driver.");
639 (hapd->driver == NULL ||
640 hapd->driver->send_ether == NULL)) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c468 if (hapd->driver && hapd->driver->send_ether)
469 return hapd->driver->send_ether(hapd->drv_priv, dst,
622 "the kernel driver.");
639 (hapd->driver == NULL ||
640 hapd->driver->send_ether == NULL)) {
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c86 char *driver = NULL; local
114 if (!strcmp(entry.key, "driver") &&
116 os_free(driver);
117 driver = os_strdup(entry.str_value);
119 if (driver == NULL)
121 } else if (!strcmp(entry.key, "driver-params") &&
163 iface.driver = driver;
183 os_free(driver);
/external/jpeg/
H A Djmemdosa.asm218 ; 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/clang/tools/clang-check/
H A DClangCheck.cpp33 using namespace clang::driver;
/external/clang/tools/driver/
H A Dcc1as_main.cpp59 using namespace clang::driver;
60 using namespace clang::driver::options;
463 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable());
465 /*Include=*/driver::options::CC1AsOption, /*Exclude=*/0);
/external/freetype/include/internal/
H A Dftserv.h42 * This macro is used to look up a service from a face's driver module.
63 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
77 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
114 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
127 FT_Module module = FT_MODULE( FT_FACE( face )->driver ); \
658 * This macro is used to lookup a service from a face's driver module

Completed in 1543 milliseconds

1234567891011>>