/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
D | driverfuncs.c | 70 _mesa_init_driver_functions(struct dd_function_table *driver) in _mesa_init_driver_functions() argument 72 memset(driver, 0, sizeof(*driver)); in _mesa_init_driver_functions() 74 driver->GetString = NULL; /* REQUIRED! */ in _mesa_init_driver_functions() 75 driver->UpdateState = NULL; /* REQUIRED! */ in _mesa_init_driver_functions() 76 driver->GetBufferSize = NULL; /* REQUIRED! */ in _mesa_init_driver_functions() 77 driver->ResizeBuffers = _mesa_resize_framebuffer; in _mesa_init_driver_functions() 78 driver->Error = NULL; in _mesa_init_driver_functions() 80 driver->Finish = NULL; in _mesa_init_driver_functions() 81 driver->Flush = NULL; in _mesa_init_driver_functions() 84 driver->Clear = _swrast_Clear; in _mesa_init_driver_functions() [all …]
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 70 _mesa_init_driver_functions(struct dd_function_table *driver) in _mesa_init_driver_functions() argument 72 memset(driver, 0, sizeof(*driver)); in _mesa_init_driver_functions() 74 driver->GetString = NULL; /* REQUIRED! */ in _mesa_init_driver_functions() 75 driver->UpdateState = NULL; /* REQUIRED! */ in _mesa_init_driver_functions() 76 driver->GetBufferSize = NULL; /* REQUIRED! */ in _mesa_init_driver_functions() 77 driver->ResizeBuffers = _mesa_resize_framebuffer; in _mesa_init_driver_functions() 78 driver->Error = NULL; in _mesa_init_driver_functions() 80 driver->Finish = NULL; in _mesa_init_driver_functions() 81 driver->Flush = NULL; in _mesa_init_driver_functions() 84 driver->Clear = _swrast_Clear; in _mesa_init_driver_functions() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | driver_i.h | 18 if (wpa_s->driver->init2) in wpa_drv_init() 19 return wpa_s->driver->init2(wpa_s, ifname, in wpa_drv_init() 21 if (wpa_s->driver->init) { in wpa_drv_init() 22 return wpa_s->driver->init(wpa_s, ifname); in wpa_drv_init() 29 if (wpa_s->driver->deinit) in wpa_drv_deinit() 30 wpa_s->driver->deinit(wpa_s->drv_priv); in wpa_drv_deinit() 36 if (wpa_s->driver->set_param) in wpa_drv_set_param() 37 return wpa_s->driver->set_param(wpa_s->drv_priv, param); in wpa_drv_set_param() 44 if (wpa_s->driver->set_countermeasures) { in wpa_drv_set_countermeasures() 45 return wpa_s->driver->set_countermeasures(wpa_s->drv_priv, in wpa_drv_set_countermeasures() [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | driver_unittest.py | 63 driver = Driver(port, None, pixel_tests=False) 64 …self.assertEqual(driver.test_to_uri('foo/bar.html'), 'file://%s/foo/bar.html' % port.layout_tests_… 65 … self.assertEqual(driver.test_to_uri('http/tests/foo.html'), 'http://127.0.0.1:8000/foo.html') 66 …self.assertEqual(driver.test_to_uri('http/tests/ssl/bar.html'), 'https://127.0.0.1:8443/ssl/bar.ht… 70 driver = Driver(port, None, pixel_tests=False) 71 …self.assertEqual(driver.uri_to_test('file://%s/foo/bar.html' % port.layout_tests_dir()), 'foo/bar.… 72 … self.assertEqual(driver.uri_to_test('http://127.0.0.1:8000/foo.html'), 'http/tests/foo.html') 73 …self.assertEqual(driver.uri_to_test('https://127.0.0.1:8443/ssl/bar.html'), 'http/tests/ssl/bar.ht… 77 driver = Driver(port, 0, pixel_tests=False) 78 driver._server_process = MockServerProcess(lines=[ [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 214 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL) in hostapd_set_ap_wps_ie() 221 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp, in hostapd_set_ap_wps_ie() 304 if (hapd->driver == NULL || hapd->driver->set_wds_sta == NULL) in hostapd_set_wds_sta() 310 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val, in hostapd_set_wds_sta() 318 if (hapd->driver == NULL || hapd->driver->add_sta_node == NULL) in hostapd_add_sta_node() 320 return hapd->driver->add_sta_node(hapd->drv_priv, addr, auth_alg); in hostapd_add_sta_node() 327 if (hapd->driver == NULL || hapd->driver->sta_auth == NULL) in hostapd_sta_auth() 329 return hapd->driver->sta_auth(hapd->drv_priv, hapd->own_addr, addr, in hostapd_sta_auth() 337 if (hapd->driver == NULL || hapd->driver->sta_assoc == NULL) in hostapd_sta_assoc() 339 return hapd->driver->sta_assoc(hapd->drv_priv, hapd->own_addr, addr, in hostapd_sta_assoc() [all …]
|
D | ap_drv_ops.h | 115 if (hapd->driver == NULL || in hostapd_drv_set_countermeasures() 116 hapd->driver->hapd_set_countermeasures == NULL) in hostapd_drv_set_countermeasures() 118 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled); in hostapd_drv_set_countermeasures() 125 if (hapd->driver == NULL || hapd->driver->set_sta_vlan == NULL) in hostapd_drv_set_sta_vlan() 127 return hapd->driver->set_sta_vlan(hapd->drv_priv, addr, ifname, in hostapd_drv_set_sta_vlan() 134 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL) in hostapd_drv_get_inact_sec() 136 return hapd->driver->get_inact_sec(hapd->drv_priv, addr); in hostapd_drv_get_inact_sec() 142 if (hapd->driver == NULL || hapd->driver->sta_remove == NULL) in hostapd_drv_sta_remove() 144 return hapd->driver->sta_remove(hapd->drv_priv, addr); in hostapd_drv_sta_remove() 152 if (hapd->driver == NULL || hapd->driver->hapd_send_eapol == NULL) in hostapd_drv_hapd_send_eapol() [all …]
|
/external/chromium_org/chrome/test/functional/ |
D | about_plugins_ui.py | 20 driver = self.NewWebDriver() 21 detail_link = driver.find_element_by_id('details-link') 27 self.assertTrue(self.WaitUntil(lambda: len(driver.find_elements_by_xpath( 40 driver = self.NewWebDriver() 44 def _IsEnabled(self, driver, plugin_name): argument 56 return driver.execute_script(check_plugin_enabled_js) 58 def _ExpandDetailInfoLink(self, driver): argument 64 detail_link = driver.find_element_by_id('details-link') 69 def _OverridePluginPageAnimation(self, driver): argument 81 driver.execute_script(override_animation_style_js) [all …]
|
D | pyauto_webdriver.py | 15 driver = self.NewWebDriver() 16 driver.get('about:blank') 17 driver.execute_script('document.body.innerHTML = "<input type=\'text\'>"') 18 input = driver.find_element_by_tag_name('input') 25 driver = self.NewWebDriver() 27 driver = self.NewWebDriver() 28 driver.get('about:blank') 29 self.assertEquals('about:blank', driver.title)
|
/external/chromium_org/chrome/test/functional/webdriver_pages/ |
D | settings.py | 12 def _FocusField(driver, list_elem, field_elem): argument 48 driver.set_script_timeout(5) 50 driver.execute_async_script(correct_focus_script, list_elem, field_elem) 60 def Remove(self, driver): argument 62 ActionChains(driver).move_to_element(button).click().perform() 122 def __init__(self, driver, elem, item_class=Item): argument 125 self._driver = driver 165 def __init__(self, driver, elem, item_class=TextFieldsItem): argument 167 driver, elem, item_class=item_class) 193 def FromNavigation(driver): argument [all …]
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/ |
D | webdriver_tab_backend.py | 27 self._browser_backend.driver.switch_to_window(self._window_handle) 28 return self._browser_backend.driver.current_url 35 self._browser_backend.driver.switch_to_window(self._window_handle) 36 self._browser_backend.driver.close() 53 self._browser_backend.driver.switch_to_window(self._window_handle) 54 snap = self._browser_backend.driver.get_screenshot_as_base64() 79 self._browser_backend.driver.switch_to_window(self._window_handle) 81 self._browser_backend.driver.set_page_load_timeout(timeout * 1000) 82 self._browser_backend.driver.get(url) 87 self._browser_backend.driver.switch_to_window(self._window_handle) [all …]
|
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/ |
D | driver_name.c | 44 char *driver = NULL; in dri_fd_get_driver_name() local 65 for (i = 0; driver_map[i].driver; i++) { in dri_fd_get_driver_name() 69 driver = strdup(driver_map[i].driver); in dri_fd_get_driver_name() 71 fd, vendor_id, chip_id, driver); in dri_fd_get_driver_name() 77 driver = strdup(driver_map[i].driver); in dri_fd_get_driver_name() 79 fd, vendor_id, chip_id, driver); in dri_fd_get_driver_name() 88 return driver; in dri_fd_get_driver_name()
|
/external/mesa3d/src/gbm/backends/dri/ |
D | driver_name.c | 44 char *driver = NULL; in dri_fd_get_driver_name() local 65 for (i = 0; driver_map[i].driver; i++) { in dri_fd_get_driver_name() 69 driver = strdup(driver_map[i].driver); in dri_fd_get_driver_name() 71 fd, vendor_id, chip_id, driver); in dri_fd_get_driver_name() 77 driver = strdup(driver_map[i].driver); in dri_fd_get_driver_name() 79 fd, vendor_id, chip_id, driver); in dri_fd_get_driver_name() 88 return driver; in dri_fd_get_driver_name()
|
/external/mesa3d/src/egl/main/ |
D | README.txt | 9 calls into driver-specific functions. 11 2. Fallbacks for EGL API functions. A driver _could_ implement all the 19 When the apps calls eglOpenDisplay() a device driver is selected and loaded 22 The driver's _eglMain() function is then called. This driver function 29 driver->API.Initialize and driver->API.Terminate _must_ be implemented 30 with driver-specific code (no default/fallback function is possible). 34 to the driver->API.Initialize() function. Any additional driver 42 Certain EGL functions _must_ be implemented by the driver. This includes: 59 When eglTerminate() is called, the driver->API.Terminate() function is 60 called. The driver should clean up after itself. eglTerminate() will [all …]
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | README.txt | 9 calls into driver-specific functions. 11 2. Fallbacks for EGL API functions. A driver _could_ implement all the 19 When the apps calls eglOpenDisplay() a device driver is selected and loaded 22 The driver's _eglMain() function is then called. This driver function 29 driver->API.Initialize and driver->API.Terminate _must_ be implemented 30 with driver-specific code (no default/fallback function is possible). 34 to the driver->API.Initialize() function. Any additional driver 42 Certain EGL functions _must_ be implemented by the driver. This includes: 59 When eglTerminate() is called, the driver->API.Terminate() function is 60 called. The driver should clean up after itself. eglTerminate() will [all …]
|
/external/droiddriver/src/com/google/android/droiddriver/ |
D | Poller.java | 34 void onTimeout(DroidDriver driver, Finder finder); in onTimeout() argument 44 void onPolling(DroidDriver driver, Finder finder); in onPolling() argument 76 T check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException; in check() 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 { 109 if (driver.has(finder)) { 127 <T> T pollFor(DroidDriver driver, Finder finder, ConditionChecker<T> checker); in pollFor() argument 135 <T> T pollFor(DroidDriver driver, Finder finder, ConditionChecker<T> checker, long timeoutMillis); in pollFor() argument
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | common.c | 97 char *driver = NULL; in dri2_get_driver_for_fd() local 118 for (i = 0; driver_map[i].driver; i++) { in dri2_get_driver_for_fd() 122 driver = strdup(driver_map[i].driver); in dri2_get_driver_for_fd() 124 fd, vendor_id, chip_id, driver); in dri2_get_driver_for_fd() 130 driver = strdup(driver_map[i].driver); in dri2_get_driver_for_fd() 132 fd, vendor_id, chip_id, driver); in dri2_get_driver_for_fd() 141 return driver; in dri2_get_driver_for_fd()
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
D | common.c | 97 char *driver = NULL; in dri2_get_driver_for_fd() local 118 for (i = 0; driver_map[i].driver; i++) { in dri2_get_driver_for_fd() 122 driver = strdup(driver_map[i].driver); in dri2_get_driver_for_fd() 124 fd, vendor_id, chip_id, driver); in dri2_get_driver_for_fd() 130 driver = strdup(driver_map[i].driver); in dri2_get_driver_for_fd() 132 fd, vendor_id, chip_id, driver); in dri2_get_driver_for_fd() 141 return driver; in dri2_get_driver_for_fd()
|
/external/clang/docs/ |
D | DriverInternals.rst | 11 This document describes the Clang driver. The purpose of this document 12 is to describe both the motivation and design goals for the driver, as 18 The Clang driver is intended to be a production quality compiler driver 20 interface which is compatible with the gcc driver. 22 Although the driver is part of and driven by the Clang project, it is 31 The number one goal of the driver is to ease the adoption of Clang by 33 call GCC. Although this makes the driver much more complicated than 41 The driver was designed to be flexible and easily accommodate new uses 42 as we grow the clang and LLVM infrastructure. As one example, the driver 46 Similarly, most of the driver functionality is kept in a library which [all …]
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.MiNT | 66 OpenGL (using Mesa offscreen rendering driver) 68 - Dependent driver combinations: 86 Joypad driver always uses hardware access. 87 OpenGL driver always uses OSMesa. 89 (1) GEM does not report relative mouse motion, so xbios mouse driver is used 91 A preliminary driver for /dev/mouse device driver is present, but is disabled 101 Set to 'xbios' to force xbios video driver 102 Set to 'gem' to force gem video driver 108 Set to 'mint_gsxb' to force Atari GSXB audio driver 109 Set to 'mint_mcsn' to force Atari MCSN audio driver [all …]
|
/external/droiddriver/samples/testapp/tests/src/com/google/android/apps/common/testing/ui/testapp/ |
D | AbstractSendActivityTest.java | 16 private DroidDriver driver; field in AbstractSendActivityTest 28 if (driver == null) { in setUp() 29 driver = getDriver(); in setUp() 35 driver.on(By.text(activity.getString(R.string.button_send))).click(); in testClick() 36 assertTrue(driver.on(By.text(getDisplayTitle())).isVisible()); in testClick() 40 driver.on(By.xpath("//ScrollView//Button")).click(); in testClickXPath() 41 assertTrue(driver.on(By.xpath("//TextView" + XPaths.text(getDisplayTitle()))).isVisible()); in testClickXPath()
|
/external/clang/lib/Frontend/ |
D | CreateInvocationFromCommandLine.cpp | 49 driver::Driver TheDriver("clang", llvm::sys::getDefaultTargetTriple(), in createInvocationFromCommandLine() 55 OwningPtr<driver::Compilation> C(TheDriver.BuildCompilation(Args)); in createInvocationFromCommandLine() 58 if (C->getArgs().hasArg(driver::options::OPT__HASH_HASH_HASH)) { in createInvocationFromCommandLine() 65 const driver::JobList &Jobs = C->getJobs(); in createInvocationFromCommandLine() 66 if (Jobs.size() != 1 || !isa<driver::Command>(*Jobs.begin())) { in createInvocationFromCommandLine() 74 const driver::Command *Cmd = cast<driver::Command>(*Jobs.begin()); in createInvocationFromCommandLine()
|
/external/bison/examples/calc++/ |
D | calc++-parser.yy | 13 %parse-param { calcxx_driver& driver } 14 %lex-param { calcxx_driver& driver } 20 @$.begin.filename = @$.end.filename = &driver.file; 34 # include "calc++-driver.hh" 50 unit: assignments exp { driver.result = $2; }; 58 { driver.variables[*$1] = $3; delete $1; }; 66 | "identifier" { $$ = driver.variables[*$1]; delete $1; } 74 driver.error (l, m);
|
D | calc++.cc | 9 calcxx_driver driver; in main() local 12 driver.trace_parsing = true; in main() 14 driver.trace_scanning = true; in main() 15 else if (!driver.parse (argv[i])) in main() 16 std::cout << driver.result << std::endl; in main()
|
/external/chromium_org/chrome/test/functional/rlz/ |
D | rlztest.py | 52 self.driver.quit() 73 self.driver = webdriver.Remote( 189 self.driver.switch_to_active_element().send_keys(Keys.CONTROL + 'l') 190 self.driver.switch_to_active_element().send_keys(searchString) 191 self.driver.switch_to_active_element().send_keys(Keys.ENTER) 198 self.driver.get('http://www.google.com') 216 print '\nCurrent Url before chrome ping sent:\n', self.driver.current_url 219 self.assertFalse(re.search('CHMZ', self.driver.current_url)) 238 print '\nCurrent Url after chrome ping sent:\n', self.driver.current_url 241 self.assertTrue(re.search('CHMZ', self.driver.current_url)) [all …]
|
/external/mesa3d/src/gallium/auxiliary/target-helpers/ |
D | inline_sw_helper.h | 24 sw_screen_create_named(struct sw_winsys *winsys, const char *driver) in sw_screen_create_named() argument 29 if (screen == NULL && strcmp(driver, "llvmpipe") == 0) in sw_screen_create_named() 46 const char *driver; in sw_screen_create() local 56 driver = debug_get_option("GALLIUM_DRIVER", default_driver); in sw_screen_create() 57 return sw_screen_create_named(winsys, driver); in sw_screen_create()
|