/external/freetype/include/freetype/ |
ftpfr.h | 58 * Return the outline and metrics resolutions of a given PFR face.
|
/hardware/libhardware/tests/camera2/ |
CameraMetadataTests.cpp | 165 // Iff there are listed raw resolutions, the format should be available
|
/external/chromium_org/ash/display/ |
display_manager.cc | 58 // for the full list of resolutions. 432 const std::vector<Resolution>& resolutions = display_info.resolutions(); local 433 DCHECK_NE(0u, resolutions.size()); 435 std::find_if(resolutions.begin(), 436 resolutions.end(), 438 if (iter == resolutions.end()) { 442 } else if (iter == resolutions.begin()) { [all...] |
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_options.js | 169 var resolution = display.resolutions[ev.target.value]; 609 if (display.resolutions.length <= 1) { 617 for (var i = 0; i < display.resolutions.length; i++) { 620 option.textContent = display.resolutions[i].width + 'x' + 621 display.resolutions[i].height; 622 if (display.resolutions[i].isBest) { 626 option.selected = display.resolutions[i].selected; 629 resolution.disabled = (display.resolutions.length <= 1);
|
/frameworks/av/media/libstagefright/wifi-display/ |
VideoFormats.cpp | 30 // CEA Resolutions 65 // VESA Resolutions 100 // HH Resolutions
|
/frameworks/base/core/java/android/print/ |
PrinterCapabilitiesInfo.java | 126 * Gets the supported resolutions. 128 * @return The resolutions. 270 builder.append(", resolutions=").append(mResolutions);
|
/frameworks/base/docs/html/about/versions/ |
android-1.6-highlights.jd | 182 <h3 id="Screens">Expanded support for screen densities and resolutions</h3> 185 display resolutions and densities. Developers can also specify the types of screens supported by their
|
/external/chromium/chrome/browser/net/ |
url_info_unittest.cc | 86 // DNS resolutions, and bogging down the system. When we detect such a
|
/external/chromium/net/base/ |
mock_host_resolver.h | 46 // Controls whether resolutions complete synchronously or asynchronously.
|
host_resolver.h | 136 // the host resolutions are cancelled, and the completion callbacks will not
|
/external/chromium/net/spdy/ |
spdy_session_pool.h | 116 // which share IP address resolutions.
|
/external/chromium_org/chrome/browser/net/ |
url_info_unittest.cc | 87 // DNS resolutions, and bogging down the system. When we detect such a
|
/external/chromium_org/net/dns/ |
host_resolver.h | 118 // the host resolutions are cancelled, and the completion callbacks will not
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 229 /* Number of total resolutions encoded */
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdllistmodes.html | 198 printf("All resolutions available.\n");
|
/external/smack/src/org/xbill/DNS/spi/ |
DNSJavaNameService.java | 25 * (starting with version 1.4), to perform DNS resolutions instead of using
|
/external/libvpx/libvpx/ |
vp8_multi_resolution_encoder.c | 13 * High-resolution input video is down-sampled to lower-resolutions. The 15 * different resolutions.
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.c | 257 /* List available PS3 resolutions */ 260 /* A list of video resolutions that we query for (sorted largest to
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design.jd | 143 screen sizes and resolutions. When you design the icons for your application, 277 boundaries at smaller resolutions.</li>
|
/external/chromium/net/socket/ |
socks_client_socket_pool.cc | 33 // The referrer is used by the DNS prefetch system to correlate resolutions
|
tcp_client_socket_pool.cc | 56 // The referrer is used by the DNS prefetch system to correlate resolutions
|
transport_client_socket_pool_unittest.cc | 519 // Make the host resolutions complete synchronously this time. 531 // Make all subsequent host resolutions complete synchronously. 589 // Make all subsequent host resolutions complete synchronously. 685 // Make all subsequent host resolutions complete synchronously. [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
neterror.css | 186 /* Increase line height at higher resolutions. */
|
/external/chromium_org/chrome/browser/sync/glue/ |
favicon_cache.cc | 91 // TODO(zea): re-enable 64p and 32p resolutions once we support them. 444 // resolutions are available. 485 // all desired resolutions? 514 // TODO(zea): support getting other resolutions. [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_buffer_pool_unittest.cc | 165 // Now try reallocation with different resolutions. We expect reallocation
|