HomeSort by relevance Sort by last modified time
    Searched defs:resolutions (Results 1 - 21 of 21) sorted by null

  /external/doclava/src/com/google/doclava/
AnnotationInstanceInfo.java 93 System.out.println("Resolutions for Annotation:");
100 ArrayList<Resolution> resolutions = mResolutions; local
104 for (Resolution resolution : resolutions) {
AnnotationValueInfo.java 99 System.out.println("Resolutions for Annotation Value:");
106 ArrayList<Resolution> resolutions = mResolutions; local
110 for (Resolution resolution : resolutions) {
TypeInfo.java 373 System.out.println("Resolutions for Type " + mSimpleTypeName + ":");
380 ArrayList<Resolution> resolutions = mResolutions; local
384 for (Resolution resolution : resolutions) {
MethodInfo.java 818 System.out.println("Resolutions for Method " + mName + mFlatSignature + ":");
834 ArrayList<Resolution> resolutions = mResolutions; local
838 for (Resolution resolution : resolutions) {
ClassInfo.java 1841 ArrayList<Resolution> resolutions = mResolutions; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 127 List<IMarkerResolution> resolutions = new ArrayList<IMarkerResolution>(); local
130 AddSuppressAnnotation.createFixes(marker, id, resolutions);
133 resolutions.add(new MoreInfoProposal(id, marker.getAttribute(IMarker.MESSAGE, null)));
134 resolutions.add(new SuppressProposal(resource, id, false));
135 resolutions.add(new SuppressProposal(resource.getProject(), id, true /* all */));
136 resolutions.add(new SuppressProposal(resource, id, true /* all */));
137 resolutions.add(new ClearMarkersProposal(resource, true /* all */));
139 if (resolutions.size() > 0) {
140 return resolutions.toArray(new IMarkerResolution[resolutions.size()])
287 List<IMarkerResolution> resolutions = new ArrayList<IMarkerResolution>(); local
    [all...]
AddSuppressAnnotation.java 141 // and besides we don't want to keep offering marker resolutions on this
304 * Adds any applicable suppress lint fix resolutions into the given list
308 * @param resolutions a list to add the created resolutions into, if any
311 List<IMarkerResolution> resolutions) {
407 resolutions.add(new AddSuppressAnnotation(id, marker, declaration, desc, null));
418 resolutions.add(new AddSuppressAnnotation(id, marker, declaration, desc,
  /frameworks/base/media/java/android/media/videoeditor/
OverlayFrame.java 210 final Pair<Integer, Integer>[] resolutions; local
211 resolutions = MediaProperties.getSupportedResolutions(nativeHelper.nativeHelperGetAspectRatio());
214 maxResolution = resolutions[resolutions.length - 1];
MediaImageItem.java 147 final Pair<Integer, Integer>[] resolutions = local
153 final Pair<Integer, Integer> maxResolution = resolutions[resolutions.length - 1];
    [all...]
MediaProperties.java 61 * Supported resolutions for specific aspect ratios
338 * Get the supported resolutions for the specified aspect ratio.
340 * @param aspectRatio The aspect ratio for which the resolutions are
345 final Pair<Integer, Integer>[] resolutions; local
348 resolutions = ASPECT_RATIO_3_2_RESOLUTIONS;
353 resolutions = ASPECT_RATIO_4_3_RESOLUTIONS;
358 resolutions = ASPECT_RATIO_5_3_RESOLUTIONS;
363 resolutions = ASPECT_RATIO_11_9_RESOLUTIONS;
368 resolutions = ASPECT_RATIO_16_9_RESOLUTIONS;
384 Pair<Integer, Integer>[] tmpResolutions = new Pair[resolutions.length]
    [all...]
MediaArtistNativeHelper.java 3530 final Pair<Integer, Integer>[] resolutions; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 131 IMarkerResolution[] resolutions = aaptQuickFix.getResolutions(marker); local
132 assertNotNull(resolutions);
133 assertEquals(1, resolutions.length);
134 IMarkerResolution resolution = resolutions[0];
239 IMarkerResolution[] resolutions = aaptQuickFix.getResolutions(marker); local
240 assertNotNull(resolutions);
241 assertEquals(1, resolutions.length);
242 IMarkerResolution resolution = resolutions[0];
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/XME/
xme.c 312 XiGMiscResolutionInfo *resolutions; local
333 resolutions = (XiGMiscResolutionInfo*)Xmalloc(size);
334 if (!resolutions) {
341 _XReadPad(dpy, (void*)resolutions, size);
343 *presolutions = resolutions;
  /external/quake/quake/src/QW/client/
gl_vidlinux.c 475 static resolutions[NUM_RESOLUTIONS][3]={ variable
486 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) {
487 *width = resolutions[i][0];
488 *height = resolutions[i][1];
489 return resolutions[i][2];
gl_vidlinux_svga.c 513 static resolutions[NUM_RESOLUTIONS][3]={ variable
524 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) {
525 *width = resolutions[i][0];
526 *height = resolutions[i][1];
527 return resolutions[i][2];
  /external/quake/quake/src/WinQuake/
gl_vidlinux.cpp 484 static int resolutions[NUM_RESOLUTIONS][3]={ variable
508 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) {
509 *width = resolutions[i][0];
510 *height = resolutions[i][1];
511 return resolutions[i][2];
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 78 // Array of windowed resolutions
522 * <code>updateResolutionChoices</code> updates the available resolutions
578 ArrayList<String> resolutions = new ArrayList<String>(modes.length); local
581 if (!resolutions.contains(res)) {
582 resolutions.add(res);
586 String[] res = new String[resolutions.size()];
587 resolutions.toArray(res);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XInput.h 655 int *resolutions; member in struct:__anon25788
662 int *resolutions; member in struct:__anon25789
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 655 int *resolutions; member in struct:__anon27378
662 int *resolutions; member in struct:__anon27379
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XInput.h 655 int *resolutions; member in struct:__anon28893
662 int *resolutions; member in struct:__anon28894
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 4301 milliseconds