Searched defs:Resolution (Results 1 - 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_tns.h111 SCHAR Resolution; member in struct:__anon24
/external/doclava/src/com/google/doclava/
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...]
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DUniformBinding.java121 Resolution, enum constant in enum:UniformBinding
/external/llvm/tools/gold/
H A Dgold-plugin.cpp622 ld_plugin_symbol_resolution Resolution = local
626 *ApiFile << Sym.name << ' ' << getResolutionName(Resolution) << '\n';
634 if (Resolution != LDPR_PREVAILING_DEF_IRONLY && GV->hasCommonLinkage()) {
644 switch (Resolution) {
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1643 ConflictResolution Resolution; member in struct:__anon10472::JoinVals::Val
1678 Val() : Resolution(CR_Keep), WriteLanes(0), ValidLanes(0),
2091 switch ((V.Resolution = analyzeValue(ValNo, Other))) {
2127 if (Vals[i].Resolution == CR_Impossible) {
2195 assert (V.Resolution != CR_Impossible && "Unresolvable conflict");
2196 if (V.Resolution != CR_Unresolved)
2251 V.Resolution = CR_Replace;
2262 if (V.Resolution != CR_Erase && V.Resolution != CR_Merge)
2277 switch (Vals[i].Resolution) {
[all...]
/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 325 milliseconds