/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/ |
sync.h | 162 XSyncValue resolution; /* resolution of this system counter */ member in struct:_XSyncSystemCounter
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
sync.h | 162 XSyncValue resolution; /* resolution of this system counter */ member in struct:_XSyncSystemCounter
|
/external/doclava/src/com/google/doclava/ |
MethodInfo.java | 690 private ArrayList<Resolution> mResolutions; 838 for (Resolution r : mResolutions) { 843 public void addResolution(Resolution resolution) { 845 mResolutions = new ArrayList<Resolution>(); 848 mResolutions.add(resolution); 852 ArrayList<Resolution> resolutions = mResolutions; 853 mResolutions = new ArrayList<Resolution>(); 856 for (Resolution resolution : resolutions) [all...] |
/external/chromium_org/cc/resources/ |
picture_layer_tiling.h | 136 void set_resolution(TileResolution resolution) { resolution_ = resolution; } 137 TileResolution resolution() const { return resolution_; } function in class:cc::PictureLayerTiling
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusBitmap.h | 299 REAL resolution = 0.0f;
local 301 SetStatus(DllExports::GdipGetImageHorizontalResolution(nativeImage, &resolution));
303 return resolution;
309 REAL resolution = 0.0f;
local 311 SetStatus(DllExports::GdipGetImageVerticalResolution(nativeImage, &resolution));
313 return resolution;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/ |
timer.h | 81 SND_TIMER_EVENT_RESOLUTION = 0, /* val = resolution in ns */ 83 SND_TIMER_EVENT_START, /* val = resolution in ns */ 85 SND_TIMER_EVENT_CONTINUE, /* val = resolution in ns */ 89 SND_TIMER_EVENT_RESUME, /* val = resolution in ns */ 101 unsigned int resolution; /**< tick resolution in nanoseconds */ member in struct:_snd_timer_read
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
timer.h | 81 SND_TIMER_EVENT_RESOLUTION = 0, /* val = resolution in ns */ 83 SND_TIMER_EVENT_START, /* val = resolution in ns */ 85 SND_TIMER_EVENT_CONTINUE, /* val = resolution in ns */ 89 SND_TIMER_EVENT_RESUME, /* val = resolution in ns */ 101 unsigned int resolution; /**< tick resolution in nanoseconds */ member in struct:_snd_timer_read
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptQuickFixTest.java | 122 // Test marker resolution. 129 // Found the target marker. Now check the marker resolution of it. 134 IMarkerResolution resolution = resolutions[0]; local 135 assertNotNull(resolution); 136 assertTrue(resolution.getLabel().contains("Create resource")); 141 //resolution.run(marker); 232 // Test marker resolution. 237 // Found the target marker. Now check the marker resolution of it. 242 IMarkerResolution resolution = resolutions[0]; local 243 assertNotNull(resolution); [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
aether-api-0.9.0.M2.jar | |
/external/chromium_org/chrome/browser/chromeos/extensions/ |
wallpaper_private_api.cc | 309 chromeos::WallpaperManager::WallpaperResolution resolution = local 317 resolution == chromeos::WallpaperManager::WALLPAPER_RESOLUTION_SMALL) { 461 // Generates and saves small resolution wallpaper. Uses CENTER_CROPPED to 731 // TODO(bshe): Small resolution wallpaper is used here as wallpaper [all...] |
/external/chromium_org/third_party/webrtc/modules/video_capture/test/ |
video_capture_unittest.cc | 334 // resolution. 344 std::string resolution = resolutionStream.str(); local 345 frame_rates_by_resolution[resolution].push_back(capability.maxFPS); 347 // Since Android presents so many resolution/FPS combinations and the test 349 // that a frame was captured for 2 frame-rates at each resolution. 350 if (frame_rates_by_resolution[resolution].size() > 2) 364 // resolutions and multiple frame-rates per captured resolution, so we assert 366 // single frame-rate per resolution (bug 2974). If this test starts being run
|
/external/compiler-rt/lib/lsan/ |
lsan_common.cc | 43 f->resolution = 0; 68 ParseFlag(options, &f->resolution, "resolution", ""); 69 CHECK_GE(&f->resolution, 0); 375 uptr resolution = flags()->resolution; local 377 if (resolution > 0) { 380 size = Min(size, resolution);
|
/external/freetype/src/sfnt/ |
ttsbit.c | 260 FT_UShort ppem, resolution; local 283 resolution = FT_GET_USHORT(); 285 FT_UNUSED( resolution ); /* What to do with this? */ [all...] |
/frameworks/native/services/inputflinger/ |
EventHub.h | 88 int32_t resolution; // resolution in units per mm or radians per mm member in struct:android::RawAbsoluteAxisInfo 96 resolution = 0;
|
/ndk/sources/host-tools/make-3.81/ |
remake.c | 441 /* Avoid spurious rebuilds due to low resolution time stamps. */ 444 error (NILF, _("*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"), 1300 int resolution; local [all...] |
/external/chromium_org/ash/display/ |
display_manager.cc | 205 NOTREACHED() << "Unknown resolution:" << info.ToString(); 450 const gfx::Size& resolution) { 458 std::find_if(modes.begin(), modes.end(), DisplayModeMatcher(resolution)); 460 LOG(WARNING) << "Unsupported resolution was requested:" 461 << resolution.ToString(); 596 const gfx::Size& resolution = iter->bounds_in_native().size(); local 604 DisplayModeMatcher(resolution)); 605 // Update the actual resolution selected as the resolution request may fail. 659 // resolution. This is necessary in order for scaling to work whil [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
bugTools.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/ |
UpdateBugStateTask.java | 71 private static final String RESOLUTION = "resolution"; //$NON-NLS-1$ 193 private String resolution; field in class:UpdateBugStateTask 212 resolution = BZ_FX; 265 resolution = r; 442 args.put(RESOLUTION, resolution); 523 Messages.getString("UpdateBugStateTask.to") + SP + resolution + SP + //$NON-NLS-1$ 538 Messages.getString("UpdateBugStateTask.to") + SP + resolution + SP + //$NON-NLS-1$
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/ |
plugin-api.h | 94 int resolution; member in struct:ld_plugin_symbol 231 /* The linker's interface for retrieving symbol resolution information. */
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
plugin-api.h | 94 int resolution; member in struct:ld_plugin_symbol 231 /* The linker's interface for retrieving symbol resolution information. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/ |
plugin-api.h | 94 int resolution; member in struct:ld_plugin_symbol 231 /* The linker's interface for retrieving symbol resolution information. */
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/ |
plugin-api.h | 94 int resolution; member in struct:ld_plugin_symbol 231 /* The linker's interface for retrieving symbol resolution information. */
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/ |
plugin-api.h | 94 int resolution; member in struct:ld_plugin_symbol 231 /* The linker's interface for retrieving symbol resolution information. */
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/ |
plugin-api.h | 94 int resolution; member in struct:ld_plugin_symbol 231 /* The linker's interface for retrieving symbol resolution information. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
plugin-api.h | 94 int resolution; member in struct:ld_plugin_symbol 231 /* The linker's interface for retrieving symbol resolution information. */
|