HomeSort by relevance Sort by last modified time
    Searched refs:Resolution (Results 1 - 18 of 18) sorted by null

  /external/doclava/src/com/google/doclava/
Resolvable.java 23 * <p>This interface provides a standard means of saving {@link Resolution}s that we will
25 * {@link addResolution(Resolution)} method.
32 * Adds a {@link Resolution} that will be resolved at a later time.
33 * @param resolution The {@link Resolution} to resolve at a later time.
35 public void addResolution(Resolution resolution);
38 * Resolves the {@link Resolution}s contained in this {@link Resolvable}.
45 * Prints the list of {@link Resolution}s that will be resolved at a later time.
Resolution.java 20 * Resolution stores information about a Java type
24 * <p>Resolutions contain a Variable and a Value, both of which are set in the Resolution constructor.
25 * Public accessors {@link Resolution#getVariable()} and {@link Resolution#getValue()} exist to
31 * <p>Values are the value to which the variable contained within this {@link Resolution} refers.
33 * In this scenario, the AlertDialog class would have a {@link Resolution} that
36 public class Resolution {
42 * Creates a new resolution with variable and value.
45 * @param value The value to which the variable contained within this {@link Resolution} refers.
46 * @param builder The InfoBuilder that is building the file in which the Resolution exists
    [all...]
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...]
AnnotationValueInfo.java 25 private ArrayList<Resolution> mResolutions;
90 public void addResolution(Resolution resolution) {
92 mResolutions = new ArrayList<Resolution>();
95 mResolutions.add(resolution);
100 for (Resolution r : mResolutions) {
106 ArrayList<Resolution> resolutions = mResolutions;
107 mResolutions = new ArrayList<Resolution>();
110 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...]
MethodInfo.java 684 private ArrayList<Resolution> mResolutions;
820 for (Resolution r : mResolutions) {
825 public void addResolution(Resolution resolution) {
827 mResolutions = new ArrayList<Resolution>();
830 mResolutions.add(resolution);
834 ArrayList<Resolution> resolutions = mResolutions;
835 mResolutions = new ArrayList<Resolution>();
838 for (Resolution resolution : resolutions)
    [all...]
ClassInfo.java     [all...]
InfoBuilder.java 487 // if ClassInfo is null, we need to add a resolution
526 // if ClassInfo is null, we need to add a resolution
860 // can't add the resolution until the TypeInfo has been created
    [all...]
  /external/webkit/Source/WebKit/android/
RenderSkinAndroid.h 52 enum Resolution {
69 static Resolution DrawableResolution() { return s_drawableResolution; }
73 static Resolution s_drawableResolution;
RenderSkinAndroid.cpp 39 RenderSkinAndroid::Resolution RenderSkinAndroid::s_drawableResolution = RenderSkinAndroid::MedRes;
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
UniformBinding.java 121 Resolution,
124 * The inverse of the resolution, 1/width and 1/height.
130 * Aspect ratio of the resolution currently set. Width/Height.
  /external/aac/libAACdec/src/
aacdec_tns.h 111 SCHAR Resolution;
aacdec_tns.cpp 195 filter->Resolution = coef_res + 3;
202 coef = (UCHAR) FDKreadBits(bs,filter->Resolution - coef_compress);
362 if (filter->Resolution == 3)
  /external/smack/src/org/xbill/DNS/
ExtendedResolver.java 19 private static class Resolution implements ResolverListener {
32 Resolution(ExtendedResolver eres, Message query) {
80 /* Start a synchronous resolution */
131 /* Start an asynchronous resolution */
139 * Receive a response. If the resolution hasn't been completed,
161 * Receive an exception. If the resolution has been completed,
357 Resolution res = new Resolution(this, query);
373 Resolution res = new Resolution(this, query)
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 75 {PREVIEW_VIDEO_RESOLUTION, "Preview/Video Resolution: SQCIF/QCIF/"
100 { SQCIF, SQCIF_WIDTH, SQCIF_HEIGHT, "SQCIF", "Preview/Video Resolution: SQCIF <128x96>"},
101 { QCIF, QCIF_WIDTH, QCIF_HEIGHT, "QCIF", "Preview/Video Resolution: QCIF <176x144>"},
102 { QVGA, QVGA_WIDTH, QVGA_HEIGHT, "QVGA", "Preview/Video Resolution: QVGA <320x240>"},
103 { CIF, CIF_WIDTH, CIF_HEIGHT, "CIF", "Preview/Video Resolution: CIF <352x288>"},
104 { VGA, VGA_WIDTH, VGA_HEIGHT, "VGA", "Preview/Video Resolution: VGA <640x480>"},
105 { WVGA, WVGA_WIDTH, WVGA_HEIGHT, "WVGA", "Preview/Video Resolution: WVGA <800x480>"},
106 { SVGA, SVGA_WIDTH, SVGA_HEIGHT, "SVGA", "Preview/Video Resolution: SVGA <800x600>"},
107 { XGA, XGA_WIDTH, XGA_HEIGHT, "XGA", "Preview/Video Resolution: XGA <1024x768>"},
108 { HD720, HD720_WIDTH, HD720_HEIGHT, "HD720", "Preview/Video Resolution: HD720 <1280x720>"}
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java 304 * Updates the resolution of all on-screen cameras to match
428 case Resolution:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 430 milliseconds