/external/v8/test/webkit/fast/js/ |
Promise-resolve-chain-expected.txt | 1 Test chained Promise resolutions.
|
/external/autotest/client/cros/chameleon/ |
resolution_comparison.py | 12 """A class to compare the resolutions by using exact match. 25 """Compares the resolutions among the given one, Chameleon's, and CrOS'. 29 If under extended mode, checks the resolutions of both CrOS and 46 logging.info('Checking the resolutions of Chameleon and CrOS...') 49 message = ('Detected mis-matched resolutions: ' 65 logging.info('Resolutions across CrOS and Chameleon match: %dx%d', 71 """A class to compare the resolutions for VGA interface. 84 """Compares the resolutions among the given one, Chameleon's, and CrOS'. 103 logging.info('Checking the resolutions of Chameleon and CrOS...') 107 message = ('Detected mis-matched VGA resolutions: [all...] |
mirror_comparison.py | 14 """A class to compare the resolutions and screens for mirrored mode. 35 """Compares the resolutions and screens on all CrOS screens. 40 Then it checks all the resolutions identical and also all the screens 50 logging.info('Checking the resolutions of all screens identical...') 58 'Resolutions: Internal %r; External %r', 62 logging.info('Resolutions across all CrOS screens match: %dx%d',
|
/external/autotest/client/site_tests/video_WebRtcCamera/ |
control | 7 PURPOSE = "Check that a series of gUM calls at different resolutions" 8 CRITERIA = "This test will fail if WebRTC gUM fails mandatory resolutions" 22 This test will iterate through a set of resolutions and check if the gUM call 23 could set the requested resolutions. This also checks that we don't have black
|
/cts/tests/tests/print/src/android/print/cts/ |
PrintAttributesTest.java | 71 private final Resolution RESOLUTIONS[] = { 132 * @param resolutions The {@link Resolution resolutions} supported by the printer 141 final int duplexModes[], final int defaultDuplexMode, final Resolution resolutions[], 181 int resolutionsLength = resolutions.length; 183 if (resolutions[i].equals(defaultResolution)) { 184 builder.addResolution(resolutions[i], true); 186 builder.addResolution(resolutions[i], false); 282 * @param resolutions The {@link Resolution resolutions} supported by the printe [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
CtsTestHelper.java | 49 public static String getTestDetails(List<SelectableResolution> resolutions) { 51 for (int i = 0; i < resolutions.size(); i++) { 52 SelectableResolution res = resolutions.get(i);
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
MissingBindingSuggestions.java | 34 ImmutableList.Builder<String> resolutions = new ImmutableList.Builder<>(); local 44 resolutions.add("A binding with matching key exists in component: " 49 return resolutions.build();
|
/external/doclava/src/com/google/doclava/ |
Resolvable.java | 27 * <p>Additionally, This interface provides a standard means of resolving all resolutions 39 * @return <tt>true</tt> if all resolutions were resolved. 40 * <tt>false</tt> if there are still remaining resolutions.
|
AnnotationInstanceInfo.java | 95 System.out.println("Resolutions for Annotation:"); 102 ArrayList<Resolution> resolutions = mResolutions; local 106 for (Resolution resolution : resolutions) {
|
AnnotationValueInfo.java | 99 System.out.println("Resolutions for Annotation Value:"); 106 ArrayList<Resolution> resolutions = mResolutions; local 110 for (Resolution resolution : resolutions) {
|
/external/autotest/client/site_tests/hardware_Resolution/ |
control | 9 Screen resolutions supported:
|
/cts/tests/tests/mediastress/preconditions/src/android/mediastress/cts/preconditions/ |
MediaPreparer.java | 72 * output of 'dumpsys'. When this is the case, media files of all resolutions must be pushed 80 /* Constants identifying resolutions of the media files to be copied */ 87 protected static final Dimension[] resolutions = { // indices meant to align with constants above field in class:MediaPreparer 114 * Loops through the predefined maximum video playback resolutions from largest to smallest, 119 for (int resIndex = resolutions.length - 1; resIndex >= RES_DEFAULT; resIndex--) { 120 Dimension resolution = resolutions[resIndex]; 125 return resolutions[RES_DEFAULT]; 130 * object. This method parses dumpsys output to find resolutions listed under the 133 * resolutions array. 147 return resolutions[RES_1920_1080] [all...] |
/external/harfbuzz_ng/src/ |
hb-warning.cc | 33 #error "Check hb-atomic-private.hh for possible resolutions." 38 #error "Check hb-mutex-private.hh for possible resolutions."
|
/hardware/libhardware/tests/camera2/ |
CameraStreamFixture.h | 178 Vector<int32_t> *resolutions = mOutputResolutions.editValueAt(index); local 179 resolutions->add(width); 180 resolutions->add(height); 189 ALOGV("Getting resolutions for format %x", format); 195 Vector<int32_t>* resolutions = mOutputResolutions.valueAt(index); local 196 *list = resolutions->array(); 197 *count = resolutions->size(); 202 Vector<int32_t>* resolutions = mOutputResolutions.editValueAt(i); local 203 delete resolutions;
|
/external/autotest/client/site_tests/video_YouTubeFlash/ |
control | 24 This test verify YouTube video playback, states and resolutions.
|
/external/autotest/client/site_tests/video_YouTubeHTML5/ |
control | 24 This test verify YouTube video playback, states and resolutions.
|
/external/autotest/server/site_tests/display_ResolutionList/ |
control.extended | 20 This test remotely tests all display resolutions available from the display
|
control.4K.extended | 20 This test remotely tests all display resolutions available from the display
|
control.4K.mirrored | 20 This test remotely tests all display resolutions available from the display
|
/external/libyuv/files/docs/ |
environment_variables.md | 25 The unittests default to a small image (128x72) to run fast. This can be set by environment variable to test a specific resolutions.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintFixGenerator.java | 127 List<IMarkerResolution> resolutions = new ArrayList<IMarkerResolution>(); local 130 AddSuppressAnnotation.createFixes(marker, id, resolutions); 133 resolutions.add(new MoreInfoProposal(id, marker.getAttribute(IMarker.MESSAGE, null))); 134 resolutions.add(new SuppressProposal(resource, id, false)); 135 resolutions.add(new SuppressProposal(resource.getProject(), id, true /* all */)); 136 resolutions.add(new SuppressProposal(resource, id, true /* all */)); 137 resolutions.add(new ClearMarkersProposal(resource, true /* all */)); 139 if (resolutions.size() > 0) { 140 return resolutions.toArray(new IMarkerResolution[resolutions.size()]) 287 List<IMarkerResolution> resolutions = new ArrayList<IMarkerResolution>(); local [all...] |
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
IPControls.java | 69 public enum Resolutions { 78 private Resolutions(int w, int h, String s) { 89 private Resolutions mResolution; 101 mResolutionSpinner.setAdapter(new ArrayAdapter<Resolutions>( 102 this, R.layout.spinner_layout, Resolutions.values())); 110 for (int ct=0; ct < Resolutions.values().length; ct++) { 111 if (Resolutions.values()[ct].width <= (int)(md * 1.2)) { 119 mResolutionSpinner.setSelection(Resolutions.values().length - 1); 129 mResolution = Resolutions.values()[pos];
|
/frameworks/av/media/libstagefright/wifi-display/ |
VideoFormats.h | 30 // or sink as outlined in the wfd specs. Currently three sets of resolutions 31 // are specified, each of which supports up to 32 resolutions.
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
IPControlsJB.java | 70 public enum Resolutions { 80 private Resolutions(int w, int h, String s) { 91 private Resolutions mRes; 103 mResSpinner.setAdapter(new ArrayAdapter<Resolutions>( 104 this, R.layout.spinner_layout, Resolutions.values())); 111 for (int ct=0; ct < Resolutions.values().length; ct++) { 112 if (Resolutions.values()[ct].width <= (int)(md * 1.2)) { 125 mRes = Resolutions.values()[pos];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptQuickFixTest.java | 131 IMarkerResolution[] resolutions = aaptQuickFix.getResolutions(marker); local 132 assertNotNull(resolutions); 133 assertEquals(1, resolutions.length); 134 IMarkerResolution resolution = resolutions[0]; 239 IMarkerResolution[] resolutions = aaptQuickFix.getResolutions(marker); local 240 assertNotNull(resolutions); 241 assertEquals(1, resolutions.length); 242 IMarkerResolution resolution = resolutions[0];
|