/external/chromium_org/v8/test/webkit/fast/js/kde/ |
encode_decode_uri.js | 27 var resolution = 251; // set to 1 for 100% coverage variable 79 for (var charcode = 1; charcode < 0xD7FF; charcode += resolution) 82 for (var charcode = 0xE001; charcode < 0xFFFD; charcode += resolution) 85 for (var charcode = 0xDC01; charcode < 0xDFFF; charcode += resolution) 88 for (var charcode = 0xD801; charcode < 0xDBFF; charcode += resolution) 91 for (var charcode = 0xDC01; charcode < 0xDFFF; charcode += resolution) 94 for (var charcode = 1; charcode < 0xDBFF; charcode += resolution) 97 for (var charcode = 0xE001; charcode < 0xFFFD; charcode += resolution)
|
/external/chromium_org/printing/ |
print_settings_initializer_mac.cc | 30 // Resolution indexes are 1-based. 32 PMResolution resolution; local 33 PMPrinterGetIndexedPrinterResolution(printer, i, &resolution); 34 if (resolution.hRes > best_resolution.hRes) 35 best_resolution = resolution;
|
/external/doclava/src/com/google/doclava/ |
AnnotationInstanceInfo.java | 26 private ArrayList<Resolution> mResolutions; 84 public void addResolution(Resolution resolution) { 86 mResolutions = new ArrayList<Resolution>(); 89 mResolutions.add(resolution); 94 for (Resolution r : mResolutions) { 100 ArrayList<Resolution> resolutions = mResolutions; 101 mResolutions = new ArrayList<Resolution>(); 104 for (Resolution resolution : resolutions) [all...] |
TypeInfo.java | 360 public void addResolution(Resolution resolution) { 362 mResolutions = new ArrayList<Resolution>(); 365 mResolutions.add(resolution); 374 for (Resolution r : mResolutions) { 380 ArrayList<Resolution> resolutions = mResolutions; 381 mResolutions = new ArrayList<Resolution>(); 384 for (Resolution resolution : resolutions) { 385 if ("class".equals(resolution.getVariable())) [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_tcdata.h | 50 EAS_I32 tick; /* tick based on current tempo and resolution */ 58 EAS_I8 resolution; /* resolution from file */ member in struct:__anon29084
|
/external/chromium_org/ash/display/ |
resolution_notification_controller_unittest.cc | 116 // Changes the resolution and apply the result. 121 gfx::Size resolution; local 123 display_manager->GetSelectedResolutionForDisplayId(id2, &resolution)); 124 EXPECT_EQ("200x200", resolution.ToString()); 126 // Click the revert button, which reverts to the best resolution. 132 display_manager->GetSelectedResolutionForDisplayId(id2, &resolution)); 146 // Changes the resolution and apply the result. 151 gfx::Size resolution; local 153 display_manager->GetSelectedResolutionForDisplayId(id2, &resolution)); 154 EXPECT_EQ("200x200", resolution.ToString()) 184 gfx::Size resolution; local 218 gfx::Size resolution; local 247 gfx::Size resolution; local 271 gfx::Size resolution; local 290 gfx::Size resolution; local [all...] |
display_change_observer_chromeos.cc | 40 // Resolution list are sorted by the area in pixels and the larger 43 bool operator()(const Resolution& a, const Resolution& b) { 51 std::vector<Resolution> DisplayChangeObserver::GetResolutionList( 53 typedef std::map<std::pair<int,int>, Resolution> ResolutionMap; 60 const Resolution resolution(gfx::Size(mode_info.width, mode_info.height), 63 // Add the resolution if it isn't already present and override interlaced 67 resolution_map.insert(std::make_pair(size, resolution)); 68 else if (resolution_it->second.interlaced && !resolution.interlaced 108 gfx::Size resolution; local [all...] |
display_info.cc | 25 Resolution::Resolution(const gfx::Size& size, bool interlaced) 100 std::vector<Resolution> resolutions; 106 std::string resolution = parts[i]; local 108 if (sscanf(resolution.c_str(), "%dx%d", &width, &height) == 2) 109 resolutions.push_back(Resolution(gfx::Size(width, height), false)); 252 std::vector<Resolution>::const_iterator iter = resolutions_.begin();
|
/external/chromium_org/remoting/host/ |
resizing_host_observer.cc | 67 const ScreenResolution& resolution() const { return resolution_; } function in class:remoting::__anon12903::CandidateResolution 77 // If either resolution would require down-scaling, prefer the one that 87 // If the scale factors are the same, pick the resolution with the largest 95 // If the areas are equal, pick the resolution with the "best" aspect ratio. 105 return resolution().dimensions().width() > 106 other.resolution().dimensions().width(); 131 const ScreenResolution& resolution) { 136 if (resolution.IsEmpty()) 151 weak_factory_.GetWeakPtr(), resolution)); 158 desktop_resizer_->GetSupportedResolutions(resolution); [all...] |
daemon_process_unittest.cc | 46 const ScreenResolution& resolution) OVERRIDE {} 62 const ScreenResolution& resolution, 101 const ScreenResolution& resolution, 233 ScreenResolution resolution; local 236 ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); 254 ScreenResolution resolution; local 257 ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); 278 ScreenResolution resolution; local 281 ChromotingNetworkHostMsg_ConnectTerminal(id, resolution, false))); 330 ScreenResolution resolution; local [all...] |
/external/chromium_org/cc/resources/ |
tile_priority.h | 41 TileResolution resolution); 45 : resolution(NON_IDEAL_RESOLUTION), 50 TilePriority(TileResolution resolution, 53 : resolution(resolution), 59 if (active.resolution == HIGH_RESOLUTION || 60 pending.resolution == HIGH_RESOLUTION) 61 resolution = HIGH_RESOLUTION; 62 else if (active.resolution == LOW_RESOLUTION || 63 pending.resolution == LOW_RESOLUTION 100 TileResolution resolution; member in struct:cc::TilePriority [all...] |
managed_tile_state.h | 130 TileResolution resolution; member in class:cc::ManagedTileState
|
picture_layer_tiling.h | 60 void set_resolution(TileResolution resolution) { resolution_ = resolution; } 61 TileResolution resolution() const { return resolution_; } function in class:cc::PictureLayerTiling
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui_util_unittest.cc | 25 const base::TimeDelta& resolution, 48 type, &metric, metrics->end(), start, kMaxTime, resolution); 58 const base::TimeDelta resolution = base::TimeDelta::FromSeconds(1); local 63 resolution, 69 resolution,
|
performance_monitor_handler.cc | 317 const base::TimeDelta& resolution, 349 resolution, 548 base::TimeDelta resolution = local 562 start, end, resolution, aggregation_method),
|
/external/chromium_org/media/video/capture/ |
video_capture_device_unittest.cc | 248 gfx::Size resolution; local 250 resolution = gfx::Size(640, 480); 252 resolution = gfx::Size(1280, 1024); 255 capture_params.requested_format.frame_size = resolution; 359 // @ 30 fps, so we don't care about the exact resolution we get.
|
/external/chromium_org/ui/gfx/ |
pango_util.cc | 128 static double resolution; local 133 resolution = pango_cairo_context_get_resolution(default_context); 136 return resolution; 202 // Set the resolution to match that used by Gtk. If we don't set the 203 // resolution and the resolution differs from the default, Gtk and Chrome end 205 double resolution = GetPangoResolution(); local 206 if (resolution > 0) { 208 resolution); local
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio_gsxb.c | 203 int i, resolution, format_signed, format_bigendian; local 207 resolution = spec->format & 0x00ff; 225 resolution = spec->format & 0xff;
|
/external/chromium_org/chrome/browser/chromeos/display/ |
display_preferences.cc | 200 gfx::Size resolution; local 202 display_manager->GetSelectedResolutionForDisplayId(id, &resolution)) { 203 property_value->SetInteger("width", resolution.width()); 204 property_value->SetInteger("height", resolution.height());
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
local_sync_delegate.cc | 475 ConflictResolution resolution = CONFLICT_RESOLUTION_UNKNOWN; local 479 resolution = CONFLICT_RESOLUTION_LOCAL_WIN; 491 resolution = conflict_resolution_resolver()->Resolve( 496 switch (resolution) {
|
remote_sync_delegate.cc | 242 ConflictResolution resolution = conflict_resolution_resolver()->Resolve( local 248 switch (resolution) {
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
display_options_handler.cc | 58 bool CompareResolution(ash::internal::Resolution r1, 59 ash::internal::Resolution r2) { 191 std::vector<ash::internal::Resolution> resolutions; 206 resolutions.push_back(ash::internal::Resolution( 220 gfx::Size resolution = resolutions[i].size; local 232 resolution_info->SetBoolean("selected", (resolution == current_size)); 233 resolution.Enlarge( 236 resolution_info->SetInteger("width", resolution.width()); 237 resolution_info->SetInteger("height", resolution.height()); 357 ash::internal::Resolution resolution = display_info.resolutions()[i] local [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FilterEffect.cpp | 506 FloatSize resolution = filter()->filterResolution(); local 507 boundaries.scale(resolution.width(), resolution.height());
|
/external/compiler-rt/lib/lsan/ |
lsan_common.h | 49 int resolution; member in struct:__lsan::Flags
|
/external/eigen/demos/mandelbrot/ |
mandelbrot.cpp | 114 double resolution = widget->xradius*2/widget->width(); local 116 if(resolution < 1e-4f) max_iter += 128 * ( - 4 - std::log10(resolution)); 119 single_precision = resolution > 1e-7f; 153 setWindowTitle(QString("resolution ")+QString::number(xradius*2/width(), 'e', 2) 168 setWindowTitle(QString("recomputing at 1/%1 resolution...").arg(draft));
|