HomeSort by relevance Sort by last modified time
    Searched refs:Resolution (Results 1 - 15 of 15) 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 670 private ArrayList<Resolution> mResolutions;
804 for (Resolution r : mResolutions) {
809 public void addResolution(Resolution resolution) {
811 mResolutions = new ArrayList<Resolution>();
814 mResolutions.add(resolution);
818 ArrayList<Resolution> resolutions = mResolutions;
819 mResolutions = new ArrayList<Resolution>();
822 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/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 890 milliseconds