Searched refs:Resolution (Results 1 - 17 of 17) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DResolvable.java23 * <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.
H A DResolution.java20 * 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 { class
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.
48 public Resolution(Strin method in class:Resolution
[all...]
H A DAnnotationInstanceInfo.java26 private ArrayList<Resolution> mResolutions;
84 public void addResolution(Resolution resolution) {
86 mResolutions = new ArrayList<Resolution>();
94 for (Resolution r : mResolutions) {
100 ArrayList<Resolution> resolutions = mResolutions;
101 mResolutions = new ArrayList<Resolution>();
104 for (Resolution resolution : resolutions) {
H A DAnnotationValueInfo.java25 private ArrayList<Resolution> mResolutions;
90 public void addResolution(Resolution resolution) {
92 mResolutions = new ArrayList<Resolution>();
100 for (Resolution r : mResolutions) {
106 ArrayList<Resolution> resolutions = mResolutions;
107 mResolutions = new ArrayList<Resolution>();
110 for (Resolution resolution : resolutions) {
H A DTypeInfo.java360 public void addResolution(Resolution resolution) {
362 mResolutions = new ArrayList<Resolution>();
374 for (Resolution r : mResolutions) {
380 ArrayList<Resolution> resolutions = mResolutions;
381 mResolutions = new ArrayList<Resolution>();
384 for (Resolution resolution : resolutions) {
403 private ArrayList<Resolution> mResolutions;
H A DMethodInfo.java684 private ArrayList<Resolution> mResolutions;
820 for (Resolution r : mResolutions) {
825 public void addResolution(Resolution resolution) {
827 mResolutions = new ArrayList<Resolution>();
834 ArrayList<Resolution> resolutions = mResolutions;
835 mResolutions = new ArrayList<Resolution>();
838 for (Resolution resolution : resolutions) {
H A DClassInfo.java1488 private ArrayList<Resolution> mResolutions;
1827 for (Resolution r : mResolutions) {
1832 public void addResolution(Resolution resolution) {
1834 mResolutions = new ArrayList<Resolution>();
1841 ArrayList<Resolution> resolutions = mResolutions;
1842 mResolutions = new ArrayList<Resolution>();
1845 for (Resolution resolution : resolutions) {
H A DInfoBuilder.java976 ArrayList<Resolution> pendingResolutions = new ArrayList<Resolution>();
1047 pendingResolutions.add(new Resolution("thrownException", exceptionName, null));
1079 for (Resolution r : pendingResolutions) {
1604 resolvable.addResolution(new Resolution(variable, value, builder));
/external/webkit/Source/WebKit/android/
H A DRenderSkinAndroid.h52 enum Resolution { enum in class:WebCore::RenderSkinAndroid
69 static Resolution DrawableResolution() { return s_drawableResolution; }
73 static Resolution s_drawableResolution;
H A DRenderSkinAndroid.cpp39 RenderSkinAndroid::Resolution RenderSkinAndroid::s_drawableResolution = RenderSkinAndroid::MedRes;
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DUniformBinding.java121 Resolution, enum constant in enum:UniformBinding
/external/aac/libAACdec/src/
H A Daacdec_tns.h111 SCHAR Resolution; member in struct:__anon24
H A Daacdec_tns.cpp195 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/
H A DExtendedResolver.java19 private static class Resolution implements ResolverListener { class in class:ExtendedResolver
32 Resolution(ExtendedResolver eres, Message query) { method in class:ExtendedResolver.Resolution
357 Resolution res = new Resolution(this, query);
373 Resolution res = new Resolution(this, query);
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1271 ConflictResolution Resolution; member in struct:__anon9509::JoinVals::Val
1306 Val() : Resolution(CR_Keep), WriteLanes(0), ValidLanes(0),
1615 switch ((V.Resolution = analyzeValue(ValNo, Other))) {
1645 if (Vals[i].Resolution == CR_Impossible) {
1730 assert (V.Resolution != CR_Impossible && "Unresolvable conflict");
1731 if (V.Resolution != CR_Unresolved)
1783 V.Resolution = CR_Replace;
1801 if (V.Resolution != CR_Erase && V.Resolution != CR_Merge)
1815 switch (Vals[i].Resolution) {
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRenderManager.java428 case Resolution:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 434 milliseconds