/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | DisplayFacade.java | 46 private void updateDisplays(Display[] displays) { in updateDisplays() argument 51 for(Display d : displays) { in updateDisplays() 59 Display[] displays = mDisplayManager.getDisplays(); in displayGetDisplays() local 60 updateDisplays(displays); in displayGetDisplays() 61 Integer[] results = new Integer[displays.length]; in displayGetDisplays() 62 for(int i = 0; i < displays.length; i++) { in displayGetDisplays() 63 results[i] = displays[i].getDisplayId(); in displayGetDisplays()
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
D | desktop_configuration.mm | 120 InvertRectYOrigin(desktop_config.displays[0].bounds, 125 desktop_config.displays[0].dip_to_pixel_scale; 127 desktop_config.displays[0].pixel_bounds.left() * scaling_factor, 128 desktop_config.displays[0].pixel_bounds.top() * scaling_factor, 129 desktop_config.displays[0].pixel_bounds.right() * scaling_factor, 130 desktop_config.displays[0].pixel_bounds.bottom() * scaling_factor); 135 desktop_config.displays.push_back(display_config); 165 displays == other.displays; 172 for (MacDisplayConfigurations::const_iterator it = displays.begin(); 173 it != displays.end(); ++it) {
|
D | full_screen_chrome_window_detector.cc | 64 desktop_config.displays.begin(); in IsWindowFullScreen() 65 it != desktop_config.displays.end(); ++it) { in IsWindowFullScreen()
|
D | desktop_configuration.h | 73 MacDisplayConfigurations displays; member
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Display.cpp | 32 DisplayMap displays; variable 36 if(displays.find(displayId) != displays.end()) in getDisplay() 38 return displays[displayId]; in getDisplay() 44 displays[displayId] = display; in getDisplay() 58 displays.erase(displayId); in ~Display()
|
/external/autotest/server/site_tests/enterprise_CFM_MimoSanity/ |
D | enterprise_CFM_MimoSanity.py | 68 displays = self.device_collector.get_devices_by_spec( 70 if not displays: 72 if len(displays) != 1: 74 'connected. Found %d' % len(displays)) 75 self._mimo = displays[0]
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayTests.cpp | 163 bool getDisplays (DisplayVector& displays); 164 bool getDisplaysForPlane (deUint32 plane, DisplayVector& displays); 241 bool DisplayCoverageTestInstance::getDisplays(DisplayVector& displays) in getDisplays() argument 248 displays.clear(); in getDisplays() 283 displays.reserve(countRetrieved); in getDisplays() 293 displays.clear(); in getDisplays() 298 displays.push_back(display); in getDisplays() 313 bool DisplayCoverageTestInstance::getDisplaysForPlane(deUint32 plane, DisplayVector& displays) in getDisplaysForPlane() argument 319 displays.clear(); in getDisplaysForPlane() 337 displays.resize(countReported); in getDisplaysForPlane() [all …]
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 66 struct hash_table * displays; member 314 struct hash_entry *entry = _mesa_hash_table_search(wsi->displays, in wsi_wl_get_display() 328 entry = _mesa_hash_table_search(wsi->displays, wl_display); in wsi_wl_get_display() 333 entry = _mesa_hash_table_insert(wsi->displays, wl_display, display); in wsi_wl_get_display() 804 wsi->displays = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in wsi_wl_init_wsi() 806 if (!wsi->displays) { in wsi_wl_init_wsi() 841 hash_table_foreach(wsi->displays, entry) in wsi_wl_finish_wsi() 844 _mesa_hash_table_destroy(wsi->displays, NULL); in wsi_wl_finish_wsi()
|
/external/drm_hwcomposer/ |
D | hwcomposer.cpp | 195 DisplayMap displays; member 489 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_event_control() 538 for (std::pair<const int, hwc_drm_display> &display_entry : ctx->displays) { in hwc_register_procs() 554 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_get_display_configs() 639 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_get_active_config() 650 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_set_active_config() 718 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_initialize_display()
|
/external/pdfium/testing/resources/pixel/ |
D | bug_736695_2.evt | 1 # Open the dropdown to make sure it displays correctly.
|
/external/curl/docs/cmdline-opts/ |
D | trace-time.d | 5 Prepends a time stamp to each trace or verbose line that curl displays.
|
D | head.d | 8 curl displays the file size and last modification time only.
|
/external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/ |
D | control.siteallowed_show | 18 the page that displays notifications, and DefaultNotificationsSetting=2 (Block
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_mac.mm | 52 // Standard Mac displays have 72dpi, but we report 96dpi for 470 for (MacDisplayConfigurations::iterator it = desktop_config_.displays.begin(); 471 it != desktop_config_.displays.end(); ++it) { 595 for (size_t i = 0; i < desktop_config_.displays.size(); ++i) { 596 const MacDisplayConfiguration& display_config = desktop_config_.displays[i]; 664 displays_to_capture = desktop_config_.displays; 667 // Create the window list once for all displays. 673 // Capturing mixed-DPI on one surface is hard, so we only return displays 837 if (desktop_config_.displays.size() > 1) {
|
/external/iptables/extensions/ |
D | libip6t_LOG.t | 5 # iptables displays the log-level output using the number; not the string
|
D | libipt_LOG.t | 5 # iptables displays the log-level output using the number; not the string
|
/external/autotest/client/site_tests/cellular_ServiceName/ |
D | control.pseudomodem | 22 The service name is what the UI displays to the user.
|
/external/skqp/site/user/sample/ |
D | viewer.md | 3 The Skia Viewer displays a series of slides that exhibit specific features of Skia, including the S… 5 * Observe rendering performance - placing the Viewer in stats mode displays average frame times.
|
/external/skia/site/user/sample/ |
D | viewer.md | 3 The Skia Viewer displays a series of slides that exhibit specific features of Skia, including the S… 5 * Observe rendering performance - placing the Viewer in stats mode displays average frame times.
|
/external/syslinux/doc/ |
D | cptime.txt | 17 Times the copy off (read) of a file, optionally computes/displays
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.2 | 27 Mksquashfs by default now displays a progress bar. This option disables
|
/external/ltp/testcases/realtime/doc/ |
D | HOWTO_ADD_TESTS | 40 - your test has a -h option which displays usage
|
/external/bzip2/ |
D | words3 | 29 "bzip2 -L" displays the software license.
|
/external/skia/site/dev/sheriffing/ |
D | android.md | 36 If the autoroller displays an error in the UI then look for more detail in it's [cloud logs](https:… 57 The banner on the top of the [status page](https://status.skia.org) also displays the current RoboC…
|
/external/skqp/site/dev/sheriffing/ |
D | android.md | 36 If the autoroller displays an error in the UI then look for more detail in it's [cloud logs](https:… 57 The banner on the top of the [status page](https://status.skia.org) also displays the current RoboC…
|