/external/doclava/src/com/google/doclava/ |
H A D | 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.
|
H A D | 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 { 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 D | AnnotationValueInfo.java | 25 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 D | AnnotationInstanceInfo.java | 28 private ArrayList<Resolution> mResolutions; 86 public void addResolution(Resolution resolution) { 88 mResolutions = new ArrayList<Resolution>(); 96 for (Resolution r : mResolutions) { 102 ArrayList<Resolution> resolutions = mResolutions; 103 mResolutions = new ArrayList<Resolution>(); 106 for (Resolution resolution : resolutions) {
|
H A D | TypeInfo.java | 73 addResolution(new Resolution("variability", "", null)); 448 public void addResolution(Resolution resolution) { 450 mResolutions = new ArrayList<Resolution>(); 462 for (Resolution r : mResolutions) { 468 ArrayList<Resolution> resolutions = mResolutions; 469 mResolutions = new ArrayList<Resolution>(); 472 for (Resolution resolution : resolutions) { 545 private ArrayList<Resolution> mResolutions;
|
H A D | MethodInfo.java | 779 private ArrayList<Resolution> mResolutions; 985 for (Resolution r : mResolutions) { 990 public void addResolution(Resolution resolution) { 992 mResolutions = new ArrayList<Resolution>(); 999 ArrayList<Resolution> resolutions = mResolutions; 1000 mResolutions = new ArrayList<Resolution>(); 1003 for (Resolution resolution : resolutions) {
|
H A D | InfoBuilder.java | 977 ArrayList<Resolution> pendingResolutions = new ArrayList<Resolution>(); 1048 pendingResolutions.add(new Resolution("thrownException", exceptionName, null)); 1080 for (Resolution r : pendingResolutions) { 1606 resolvable.addResolution(new Resolution(variable, value, builder));
|
H A D | ClassInfo.java | 1856 private ArrayList<Resolution> mResolutions; 2287 for (Resolution r : mResolutions) { 2292 public void addResolution(Resolution resolution) { 2294 mResolutions = new ArrayList<Resolution>(); 2301 ArrayList<Resolution> resolutions = mResolutions; 2302 mResolutions = new ArrayList<Resolution>(); 2305 for (Resolution resolution : resolutions) {
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
H A D | quality_scaler.h | 22 struct Resolution { struct in class:webrtc::QualityScaler 37 Resolution GetScaledResolution() const; 56 Resolution res_;
|
H A D | quality_scaler_unittest.cc | 31 struct Resolution { struct in class:webrtc::QualityScalerTest 87 QualityScaler::Resolution res = qs_.GetScaledResolution(); 97 Resolution TriggerResolutionChange(BadQualityMetric dropframe_lowqp, 121 QualityScaler::Resolution res = qs_.GetScaledResolution(); 129 QualityScaler::Resolution res = qs_.GetScaledResolution(); 137 QualityScaler::Resolution res = qs_.GetScaledResolution(); 145 QualityScaler::Resolution res = qs_.GetScaledResolution(); 197 QualityScaler::Resolution res = qs_.GetScaledResolution(); 210 QualityScaler::Resolution res = qs_.GetScaledResolution(); 263 QualityScalerTest::Resolution QualityScalerTes [all...] |
H A D | quality_scaler.cc | 113 QualityScaler::Resolution QualityScaler::GetScaledResolution() const { 122 Resolution res = GetScaledResolution();
|
/external/aac/libAACdec/src/ |
H A D | aacdec_tns.h | 111 SCHAR Resolution; member in struct:__anon198
|
H A D | aacdec_tns.cpp | 195 filter->Resolution = coef_res + 3; 202 coef = (UCHAR) FDKreadBits(bs,filter->Resolution - coef_compress); 362 if (filter->Resolution == 3)
|
/external/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 723 ld_plugin_symbol_resolution Resolution = local 727 *ApiFile << Sym.name << ' ' << getResolutionName(Resolution) << '\n'; 735 if (Resolution == LDPR_PREVAILING_DEF_IRONLY_EXP && !Res.IsLinkonceOdr) 736 Resolution = LDPR_PREVAILING_DEF; 744 if (Resolution == LDPR_PREVAILING_DEF_IRONLY) 747 if (Resolution == LDPR_PREVAILING_DEF_IRONLY || 748 Resolution == LDPR_PREVAILING_DEF) 758 Resolution = LDPR_PREVAILING_DEF_IRONLY; 760 Resolution = LDPR_PREVAILING_DEF; 766 Resolution 1348 ld_plugin_symbol_resolution Resolution = local [all...] |
/external/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 1763 ConflictResolution Resolution; member in struct:__anon12614::JoinVals::Val 1798 Val() : Resolution(CR_Keep), WriteLanes(0), ValidLanes(0), 2211 switch ((V.Resolution = analyzeValue(ValNo, Other))) { 2247 if (Vals[i].Resolution == CR_Impossible) { 2315 assert (V.Resolution != CR_Impossible && "Unresolvable conflict"); 2316 if (V.Resolution != CR_Unresolved) 2371 V.Resolution = CR_Replace; 2382 if (V.Resolution != CR_Erase && V.Resolution != CR_Merge) 2397 switch (Vals[i].Resolution) { [all...] |
/external/v8/src/ |
H A D | counters.h | 235 enum Resolution { enum in class:v8::internal::HistogramTimer 241 HistogramTimer(const char* name, int min, int max, Resolution resolution, 264 Resolution resolution_;
|
/external/syslinux/efi32/include/efi/ |
H A D | efiapi.h | 255 UINT32 Resolution; // 1e-6 parts per million member in struct:__anon19482
|
/external/syslinux/efi64/include/efi/ |
H A D | efiapi.h | 255 UINT32 Resolution; // 1e-6 parts per million member in struct:__anon19662
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
H A D | efiapi.h | 255 UINT32 Resolution; // 1e-6 parts per million member in struct:__anon19865
|
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
H A D | UefiSpec.h | 661 UINT32 Resolution; member in struct:__anon20697
|
/external/mockito/lib/ |
H A D | byte-buddy-1.6.9.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ... |
/external/guice/extensions/persist/lib/ |
H A D | hibernate-search.jar | META-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ... |
/external/webrtc/talk/app/webrtc/java/jni/ |
H A D | androidmediaencoder_jni.cc | 585 const webrtc::QualityScaler::Resolution scaled_resolution =
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.apache.lucene_1.9.1.v20100518-1140.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |