/external/chromium/chrome/common/extensions/docs/examples/api/i18n/cld/ |
manifest.json | 3 "description": "Displays the language of a tab",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/panels/chrome-query/ |
manifest.json | 4 "description": "Extends the Developer Tools, adding a sidebar that displays the jQuery data associated with the selected DOM element.",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/cld/ |
manifest.json | 3 "description": "Displays the language of a tab",
|
/external/clang/test/Frontend/ |
cc1-return-codes.c | 1 // cc1 immediate arguments (arguments which displays information and exits)
|
/frameworks/support/v4/java/android/support/v4/hardware/display/ |
DisplayManagerCompat.java | 34 * Display category: Presentation displays. 36 * This category can be used to identify secondary displays that are suitable for 37 * use as presentation displays. 41 * on secondary displays. 81 * Gets all currently valid logical displays. 83 * @return An array containing all displays. 88 * Gets all currently valid logical displays of the specified category. 90 * When there are multiple displays in a category the returned displays are sorted 92 * {@link #DISPLAY_CATEGORY_PRESENTATION} and there are multiple presentation displays [all...] |
/frameworks/base/docs/html/design/style/ |
index.jd | 23 <a href="{@docRoot}design/style/devices-displays.html" class="landing-page-link">Devices and Displays</a> 26 <a href="{@docRoot}design/style/devices-displays.html">
|
/external/chromium/base/ |
sys_info_mac.cc | 56 // Don't just return the number of online displays. It includes displays 57 // that mirror other displays, which are not desired in the count. It's 59 // displays exclude sleeping displays, and those are desired in the count. 61 // It would be ridiculous to have this many displays connected, but
|
/external/chromium/chrome/browser/ui/gtk/ |
about_chrome_dialog.h | 12 // Displays the about box, using data copied from |profile|.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
manifest.json | 4 "description": "Displays the first 5 items from the 'Google News - top news' RSS feed in a popup.",
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
manifest.json | 7 "description": "Displays scope approval dialog boxes for the Identity API",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/ |
manifest.json | 3 "description": "Displays the live log with the http requests headers",
|
/external/chromium_org/content/shell/app/ |
shell_main_delegate_mac.h | 11 // the expected pixel results on retina capable displays.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
spdy_view.js | 6 * This view displays a summary of the state of each SPDY sessions, and 54 * If |spdySessionInfo| contains any sessions, displays a single table with 55 * information on each SPDY session. Otherwise, displays "None". 66 * Displays information on the global SPDY status. 77 * Displays information on the SPDY alternate protocol mappings.
|
/frameworks/base/core/java/android/hardware/display/ |
WifiDisplayStatus.java | 28 * currently connected display and all available or remembered displays. 77 WifiDisplay[] displays = WifiDisplay.CREATOR.newArray(in.readInt()); 78 for (int i = 0; i < displays.length; i++) { 79 displays[i] = WifiDisplay.CREATOR.createFromParcel(in); 86 activeDisplay, displays, sessionInfo); 100 WifiDisplay activeDisplay, WifiDisplay[] displays, WifiDisplaySessionInfo sessionInfo) { 101 if (displays == null) { 102 throw new IllegalArgumentException("displays must not be null"); 109 mDisplays = displays; 119 * connecting to displays have been met [all...] |
DisplayManager.java | 28 * Manages the properties of attached displays. 69 * Display category: Presentation displays. 71 * This category can be used to identify secondary displays that are suitable for 72 * use as presentation displays such as HDMI or Wireless displays. Applications 73 * may automatically project their content to presentation displays to provide 87 * <h3>Public virtual displays</h3> 93 * windows on the display and the system may mirror the contents of other displays 103 * <h3>Private virtual displays</h3> 124 * <h3>Presentation virtual displays</h3 [all...] |
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 71 size_t numDisplays, hwc_display_contents_1_t** displays) { 72 if (displays && (displays[0]->flags & HWC_GEOMETRY_CHANGED)) { 73 for (size_t i=0 ; i<displays[0]->numHwLayers ; i++) { 75 displays[0]->hwLayers[i].compositionType = HWC_FRAMEBUFFER; 82 size_t numDisplays, hwc_display_contents_1_t** displays) 88 EGLBoolean sucess = eglSwapBuffers((EGLDisplay)displays[0]->dpy, 89 (EGLSurface)displays[0]->sur);
|
/development/samples/ApiDemos/res/layout/ |
presentation_activity.xml | 17 <!-- Demonstrates an activity that shows content on secondary displays using 35 <!-- A checkbox to toggle between showing all displays or only presentation displays. --> 42 <!-- List that will show information about all connected displays. -->
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/buildbot/ |
manifest.json | 4 "description": "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.",
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en/ |
messages.json | 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en_GB/ |
messages.json | 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: Feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en/ |
messages.json | 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en_GB/ |
messages.json | 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: Feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_options.css | 13 #display-options-displays-view-host { 17 #display-options-displays-view { 23 #display-options-displays-view-mirroring { 70 .displays-display { 84 .displays-focused {
|
/external/chromium/chrome/browser/resources/net_internals/ |
spdyview.js | 6 * This view displays a summary of the state of each SPDY sessions, and 40 * If |spdySessionInfo| is not null, displays a single table with information 41 * on each SPDY session. Otherwise, displays "None". 59 * Displays information on the global SPDY status. 71 * If |spdyAlternateProtocolMappings| is not empty, displays a single table 73 * displays "None".
|
/frameworks/base/services/java/com/android/server/display/ |
PersistentDataStore.java | 50 * <remembered-wifi-displays> 52 * >remembered-wifi-displays> 115 public WifiDisplay[] applyWifiDisplayAliases(WifiDisplay[] displays) { 116 WifiDisplay[] results = displays; 118 int count = displays.length; 120 WifiDisplay result = applyWifiDisplayAlias(displays[i]); 121 if (result != displays[i]) { 122 if (results == displays) { 124 System.arraycopy(displays, 0, results, 0, count); 239 if (parser.getName().equals("remembered-wifi-displays")) { [all...] |