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

1234567891011>>

/external/droiddriver/src/io/appium/droiddriver/helpers/
H A DDroidDriversInitializer.java27 private final DroidDriver driver; field in class:DroidDriversInitializer
29 private DroidDriversInitializer(DroidDriver driver) { argument
30 this.driver = driver;
35 DroidDrivers.setSingleton(driver);
38 public static synchronized DroidDriversInitializer get(DroidDriver driver) { argument
40 instance = new DroidDriversInitializer(driver);
43 if (instance.driver != driver) {
45 " created with a different driver");
[all...]
H A DPollingListeners.java15 * @param driver a DroidDriver instance
19 public static boolean tryFindAndClick(DroidDriver driver, Finder watchFinder) { argument
21 driver.find(watchFinder).click();
47 public void onPolling(DroidDriver driver, Finder finder) {
48 if (driver.has(watchFinder)) {
49 driver.find(dismissFinder).click();
H A DScrollerHelper.java30 private final DroidDriver driver; field in class:ScrollerHelper
34 public ScrollerHelper(Scroller scroller, DroidDriver driver, Finder containerFinder) { argument
36 this.driver = driver;
50 return scroller.scrollTo(driver, containerFinder, itemFinder);
64 return scroller.scrollTo(driver, containerFinder, itemFinder, direction);
H A DDroidDrivers.java31 * required, but it is handy and using a singleton driver can avoid memory leak when you have many
36 private static DroidDriver driver; field in class:DroidDrivers
39 * Gets the singleton driver. Throws if {@link #setSingleton} has not been called.
42 if (driver == null) {
45 return driver;
49 * Sets the singleton driver.
51 public static void setSingleton(DroidDriver driver) { argument
52 if (DroidDrivers.driver != null) {
55 DroidDrivers.driver = driver;
[all...]
/external/lldb/tools/
H A DMakefile11 DIRS := driver lldb-platform
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.h30 _mesa_init_driver_functions(struct dd_function_table *driver);
H A Ddriverfuncs.c70 _mesa_init_driver_functions(struct dd_function_table *driver) argument
72 memset(driver, 0, sizeof(*driver));
74 driver->GetString = NULL; /* REQUIRED! */
75 driver->UpdateState = NULL; /* REQUIRED! */
76 driver->GetBufferSize = NULL; /* REQUIRED! */
77 driver->ResizeBuffers = _mesa_resize_framebuffer;
78 driver->Error = NULL;
80 driver->Finish = NULL;
81 driver
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexturebarrier.h39 _mesa_init_texture_barrier_functions(struct dd_function_table *driver);
H A Dtexturebarrier.c42 _mesa_init_texture_barrier_functions(struct dd_function_table *driver) argument
44 driver->TextureBarrier = _mesa_texture_barrier;
/external/bison/examples/calc++/
H A Dcalc++.cc3 #include "calc++-driver.hh"
9 calcxx_driver driver; local
12 driver.trace_parsing = true;
14 driver.trace_scanning = true;
15 else if (!driver.parse (argv[i]))
16 std::cout << driver.result << std::endl;
/external/harfbuzz_ng/util/
H A Dhb-view.cc38 main_font_text_t<shape_consumer_t<view_cairo_t>, DEFAULT_FONT_SIZE, SUBPIXEL_BITS> driver; local
39 return driver.main (argc, argv);
/external/mesa3d/src/gallium/auxiliary/target-helpers/
H A Dinline_wrapper_sw_helper.h18 const char *driver; local
20 driver = debug_get_option("GALLIUM_DRIVER", "native");
21 if (strcmp(driver, "native") == 0)
28 sw_screen = sw_screen_create_named(sws, driver);
H A Dinline_sw_helper.h24 sw_screen_create_named(struct sw_winsys *winsys, const char *driver) argument
29 if (screen == NULL && strcmp(driver, "llvmpipe") == 0)
46 const char *driver; local
56 driver = debug_get_option("GALLIUM_DRIVER", default_driver);
57 return sw_screen_create_named(winsys, driver);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_screen.h35 const struct nouveau_driver *driver; member in struct:nouveau_screen
/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/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h114 #include "drivers/driver.h"
126 if (hapd->driver == NULL ||
127 hapd->driver->hapd_set_countermeasures == NULL)
129 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled);
136 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL)
138 return hapd->driver->set_sta_vlan(hapd->drv_priv, addr, ifname,
145 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
147 return hapd->driver
[all...]
H A Dap_drv_ops.c222 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
225 return hapd->driver->set_ap_wps_ie(hapd->drv_priv, NULL, NULL, NULL);
234 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
241 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
331 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL)
337 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
345 if (hapd->driver
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h114 #include "drivers/driver.h"
126 if (hapd->driver == NULL ||
127 hapd->driver->hapd_set_countermeasures == NULL)
129 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled);
136 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL)
138 return hapd->driver->set_sta_vlan(hapd->drv_priv, addr, ifname,
145 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
147 return hapd->driver
[all...]
H A Dap_drv_ops.c222 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
225 return hapd->driver->set_ap_wps_ie(hapd->drv_priv, NULL, NULL, NULL);
234 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
241 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
331 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL)
337 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
345 if (hapd->driver
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h114 #include "drivers/driver.h"
126 if (hapd->driver == NULL ||
127 hapd->driver->hapd_set_countermeasures == NULL)
129 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled);
136 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL)
138 return hapd->driver->set_sta_vlan(hapd->drv_priv, addr, ifname,
145 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
147 return hapd->driver
[all...]
H A Dap_drv_ops.c222 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
225 return hapd->driver->set_ap_wps_ie(hapd->drv_priv, NULL, NULL, NULL);
234 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
241 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
331 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL)
337 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
345 if (hapd->driver
[all...]
/external/droiddriver/src/io/appium/droiddriver/
H A DPoller.java34 void onTimeout(DroidDriver driver, Finder finder); argument
44 void onPolling(DroidDriver driver, Finder finder); argument
76 T check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException; argument
89 public UiElement check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {
91 return driver.find(finder);
108 public Void check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {
111 driver.find(finder);
130 <T> T pollFor(DroidDriver driver, Finder finder, ConditionChecker<T> checker); argument
138 <T> T pollFor(DroidDriver driver, Finder finder, ConditionChecker<T> checker, long timeoutMillis); argument
/external/mesa3d/src/gbm/backends/dri/
H A Ddriver_name.c44 char *driver = NULL; local
65 for (i = 0; driver_map[i].driver; i++) {
69 driver = strdup(driver_map[i].driver);
70 _gbm_log("pci id for %d: %04x:%04x, driver %s",
71 fd, vendor_id, chip_id, driver);
77 driver = strdup(driver_map[i].driver);
78 _gbm_log("pci id for %d: %04x:%04x, driver %s",
79 fd, vendor_id, chip_id, driver);
[all...]
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DStepBasedScroller.java81 protected UiElement scrollTo(DroidDriver driver, Finder containerFinder, Finder itemFinder, argument
83 Logs.call(this, "scrollTo", driver, containerFinder, itemFinder, direction, scrollBack);
91 return driver.getPoller()
92 .pollFor(driver, itemFinder, Poller.EXISTS, perScrollTimeoutMillis);
94 if (i < maxScrolls && !scrollStepStrategy.scroll(driver, containerFinder, direction)) {
112 driver.on(containerFinder).scroll(direction.reverse());
119 public UiElement scrollTo(DroidDriver driver, Finder containerFinder, Finder itemFinder, argument
122 scrollStepStrategy.beginScrolling(driver, containerFinder, itemFinder, direction);
123 return scrollTo(driver, containerFinder, itemFinder, direction, false);
125 scrollStepStrategy.endScrolling(driver, containerFinde
130 scrollTo(DroidDriver driver, Finder containerFinder, Finder itemFinder) argument
[all...]
/external/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp10 // Construct a compiler invocation object for command line driver arguments
45 // FIXME: Find a cleaner way to force the driver into restricted modes.
49 driver::Driver TheDriver("clang", llvm::sys::getDefaultTargetTriple(),
55 std::unique_ptr<driver::Compilation> C(TheDriver.BuildCompilation(Args));
58 if (C->getArgs().hasArg(driver::options::OPT__HASH_HASH_HASH)) {
65 const driver::JobList &Jobs = C->getJobs();
66 if (Jobs.size() != 1 || !isa<driver::Command>(*Jobs.begin())) {
74 const driver::Command &Cmd = cast<driver::Command>(*Jobs.begin());

Completed in 1005 milliseconds

1234567891011>>