/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...] |
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...] |
AnnotationInstanceInfo.java | 28 private ArrayList<Resolution> mResolutions; 86 public void addResolution(Resolution resolution) { 88 mResolutions = new ArrayList<Resolution>(); 91 mResolutions.add(resolution); 96 for (Resolution r : mResolutions) { 102 ArrayList<Resolution> resolutions = mResolutions; 103 mResolutions = new ArrayList<Resolution>(); 106 for (Resolution resolution : resolutions) [all...] |
TypeInfo.java | 406 public void addResolution(Resolution resolution) { 408 mResolutions = new ArrayList<Resolution>(); 411 mResolutions.add(resolution); 420 for (Resolution r : mResolutions) { 426 ArrayList<Resolution> resolutions = mResolutions; 427 mResolutions = new ArrayList<Resolution>(); 430 for (Resolution resolution : resolutions) { 431 if ("class".equals(resolution.getVariable())) [all...] |
MethodInfo.java | 752 private ArrayList<Resolution> mResolutions; 907 for (Resolution r : mResolutions) { 912 public void addResolution(Resolution resolution) { 914 mResolutions = new ArrayList<Resolution>(); 917 mResolutions.add(resolution); 921 ArrayList<Resolution> resolutions = mResolutions; 922 mResolutions = new ArrayList<Resolution>(); 925 for (Resolution resolution : resolutions) [all...] |
/cts/tests/tests/print/src/android/print/cts/ |
ClassParametersTest.java | 21 import android.print.PrintAttributes.Resolution; 76 assertException(() -> new Resolution(null, "label", 10, 10), 78 assertException(() -> new Resolution("", "label", 10, 10), 80 assertException(() -> new Resolution("id", null, 10, 10), 82 assertException(() -> new Resolution("id", "", 10, 10), 84 assertException(() -> new Resolution("id", "label", -10, 10), 86 assertException(() -> new Resolution("id", "label", 0, 10), 88 assertException(() -> new Resolution("id", "label", 10, -10), 90 assertException(() -> new Resolution("id", "label", 10, 0),
|
PrintAttributesTest.java | 24 import android.print.PrintAttributes.Resolution; 71 private final Resolution RESOLUTIONS[] = { 72 new Resolution("300x300", "300x300", 300, 300), 73 new Resolution("600x600", "600x600", 600, 600), 74 new Resolution("1200x1200", "1200x1200", 1200, 1200) 90 * @param resolution {@link Resolution} to use 95 Resolution resolution) { 96 if (mediaSize == null && colorMode == 0 && duplexMode == 0 && resolution == null) [all...] |
PrintDocumentAdapterContractTest.java | 31 import android.print.PrintAttributes.Resolution; 145 .setResolution(new Resolution("PDF resolution", "PDF resolution", 300, 300)) 164 .setResolution(new Resolution("300x300", "300x300", 300, 300)) 260 .setResolution(new Resolution("PDF resolution", "PDF resolution", 300, 300)) 391 .setResolution(new Resolution("PDF resolution", "PDF resolution", 300, 300) [all...] |
CustomPrintOptionsTest.java | 24 import android.print.PrintAttributes.Resolution; 65 private final Resolution DEFAULT_RESOLUTION = new Resolution("300x300", "300x300", 300, 300); 78 private final Resolution[] RESOLUTIONS = { DEFAULT_RESOLUTION, 79 new Resolution("600x600", "600x600", 600, 600) 123 * @param resolution The resolution to use 129 final Integer colorMode, final Integer duplexMode, final Resolution resolution) 242 if (resolution != null) [all...] |
PrinterCapabilitiesTest.java | 24 import android.print.PrintAttributes.Resolution; 57 private static final PrintAttributes.Resolution RESOLUTION_300 = 58 new PrintAttributes.Resolution("300", "300", 300, 300); 59 private static final PrintAttributes.Resolution RESOLUTION_600 = 60 new PrintAttributes.Resolution("600", "600", 600, 600); 425 // Test no resolution 433 // Test no default resolution 505 Resolution[] resolutions = {RESOLUTION_300, RESOLUTION_300, [all...] |
/external/webrtc/webrtc/modules/video_coding/utility/ |
quality_scaler.h | 22 struct Resolution { 37 Resolution GetScaledResolution() const; 56 Resolution res_;
|
quality_scaler_unittest.cc | 30 // Temporal and spatial resolution. 31 struct Resolution { 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() [all...] |
quality_scaler.cc | 79 // Reducing frame rate before spatial resolution change. 87 // spatial resolution to change right after frame rate change. 113 QualityScaler::Resolution QualityScaler::GetScaledResolution() const { 122 Resolution res = GetScaledResolution();
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/ |
plugin-11.d | 37 Sym: '_?func' Resolution: LDPR_PREVAILING_DEF 38 Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY 39 Sym: '_?text' Resolution: LDPR_PREVAILING_DEF
|
plugin-10.d | 34 Sym: '_?func' Resolution: LDPR_PREVAILING_DEF 35 Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
plugin-8.d | 32 Sym: '_?func' Resolution: LDPR_PREVAILING_DEF 33 Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
plugin-9.d | 33 Sym: '_?func' Resolution: LDPR_PREVAILING_DEF 34 Sym: '_?func2' Resolution: LDPR_PREVAILING_DEF_IRONLY
|
/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)
|
/development/samples/ApiDemos/src/com/example/android/apis/media/projection/ |
MediaProjectionDemo.java | 49 private static final List<Resolution> RESOLUTIONS = new ArrayList<Resolution>() {{ 50 add(new Resolution(640,360)); 51 add(new Resolution(960,540)); 52 add(new Resolution(1366,768)); 53 add(new Resolution(1600,900)); 83 ArrayAdapter<Resolution> arrayAdapter = new ArrayAdapter<Resolution>( 167 Resolution r = (Resolution) parent.getItemAtPosition(pos) [all...] |
/frameworks/base/core/java/android/print/ |
PrinterCapabilitiesInfo.java | 26 import android.print.PrintAttributes.Resolution; 62 private @NonNull List<Resolution> mResolutions; 109 mResolutions = new ArrayList<Resolution>(other.mResolutions); 138 public @NonNull List<Resolution> getResolutions() { 400 mResolutions = new ArrayList<Resolution>(); 403 mResolutions.add(Resolution.createFromParcel(parcel)); 490 * Adds a supported resolution. 495 * @param resolution A resolution. 502 * @see PrintAttributes.Resolution [all...] |
PrintAttributes.java | 45 * letter size with 300 DPI (dots per inch) resolution, have a margin of 82 private @Nullable Resolution mResolution; 94 mResolution = (parcel.readInt() == 1) ? Resolution.createFromParcel(parcel) : null; 127 * Gets the resolution. 129 * @return The resolution or <code>null</code> if not set. 131 public @Nullable Resolution getResolution() { 136 * Sets the resolution. 138 * @param resolution The resolution. 142 public void setResolution(Resolution resolution) [all...] |
/packages/experimental/PrintService2/src/foo/bar/printservice2/ |
MyPrintService.java | 11 import android.print.PrintAttributes.Resolution; 147 .addResolution(new Resolution("R1", getPackageName(), 179 .addResolution(new Resolution("R1", getPackageName(), 181 .addResolution(new Resolution("R2", getPackageName(),
|
/external/llvm/tools/gold/ |
gold-plugin.cpp | 511 sym.resolution = LDPR_UNKNOWN; 554 llvm_unreachable("Unknown resolution"); 638 ld_plugin_symbol_resolution Resolution = 639 (ld_plugin_symbol_resolution)Sym.resolution; 642 *ApiFile << Sym.name << ' ' << getResolutionName(Resolution) << '\n'; 650 if (Resolution == LDPR_PREVAILING_DEF_IRONLY_EXP && !Res.IsLinkonceOdr) 651 Resolution = LDPR_PREVAILING_DEF; 656 // Override gold's resolution for common symbols. We want the largest 660 if (Resolution == LDPR_PREVAILING_DEF_IRONLY) 663 if (Resolution == LDPR_PREVAILING_DEF_IRONLY | [all...] |