/cts/tests/tests/media/src/android/media/cts/ |
D | CameraProfileTest.java | 31 private void checkQuality(int low, int mid, int high) { in checkQuality() argument 32 Log.v(TAG, "low = " + low + ", mid = " + mid + ", high = " + high); in checkQuality() 33 assertTrue(low >= 0 && low <= 100); in checkQuality() 36 assertTrue(low <= mid && mid <= high); in checkQuality() 40 int low = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_LOW); in testGetImageEncodingQualityParameter() local 43 checkQuality(low, mid, high); in testGetImageEncodingQualityParameter() 49 int low = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_LOW); in testGetWithId() local 52 checkQuality(low, mid, high); in testGetWithId()
|
D | CamcorderProfileTest.java | 195 CamcorderProfile low, in checkSpecificProfiles() argument 202 if (low == null && high == null) { in checkSpecificProfiles() 239 assertProfileEquals(low, minProfile); in checkSpecificProfiles()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | AssertHelpers.java | 112 public static void assertInRange(float value, float low, float high) { 114 String.format("Value %s must be greater or equal to %s, but was lower", value, low), 115 value >= low);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | MotionIndicatorView.java | 339 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister() argument 342 mLow = low; in RangeCoveredRegister() 373 public boolean isRangeCovered(int low, int high) { in isRangeCovered() argument 375 int iLow = Math.max(Math.round((low - mLow) / mStep), 0); in isRangeCovered()
|
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/ |
D | ConstraintTest.java | 159 void setStorageState(boolean low) throws Exception { in setStorageState() argument 162 if (low) { in setStorageState()
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | ConstraintTest.java | 162 void setStorageState(boolean low) throws Exception { in setStorageState() argument 165 if (low) { in setStorageState()
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/ |
D | MpathIndic.java | 39 low(1), enumConstant
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 2992 ZoneOffsetTransition low = rules.previousTransition(startTime); in calculateToMillisTestTimes() local 2993 if (low == null) { in calculateToMillisTestTimes() 2994 low = rules.nextTransition(startTime); in calculateToMillisTestTimes() 2995 if (low == null) { in calculateToMillisTestTimes() 3003 while ((high = rules.nextTransition(low.getInstant())) != null) { in calculateToMillisTestTimes() 3009 Instant lowTime = low.getInstant(); in calculateToMillisTestTimes() 3019 low = high; in calculateToMillisTestTimes() 3024 Instant finalTime = low.getInstant().plus(1, ChronoUnit.DAYS); in calculateToMillisTestTimes()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | FloatyUnitTest.java | 473 private void validateRoundToFloat16(double argument, double low, double high) { in validateRoundToFloat16() argument 475 double[] expected = new double[]{low, high}; in validateRoundToFloat16()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 837 private static double clamp(double low, double high, double value) { in clamp() argument 838 return Math.max(low, Math.min(high, value)); in clamp()
|
/cts/tests/tests/media/assets/hls_variant/1676816/ |
D | 05.ts | 6241 ��6������k]��HBVD%��(>��'�low<St��|f�8�ӂ�+�*�!�و��M䰬f��)j)|�6�����y�H\�-�!d>j�Iԝ�!gd�=GQ�…
|
/cts/tests/tests/media/res/raw/ |
D | football_qvga.yuv | 93 …oghjhebcddfhgcdda`b``_[Y[^`fghmlkkmnnopqpmoqmopnlihiiijjjjijv��$&&$$%'(2|}low}xmba`]^b_YVSQRV[_ad…
|