/cts/tests/tests/media/src/android/media/cts/ |
D | CameraProfileTest.java | 32 private void checkQuality(int low, int mid, int high) { in checkQuality() argument 33 Log.v(TAG, "low = " + low + ", mid = " + mid + ", high = " + high); in checkQuality() 34 assertTrue(low >= 0 && low <= 100); in checkQuality() 37 assertTrue(low <= mid && mid <= high); in checkQuality() 41 int low = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_LOW); in testGetImageEncodingQualityParameter() local 44 checkQuality(low, mid, high); in testGetImageEncodingQualityParameter() 50 int low = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_LOW); in testGetWithId() local 53 checkQuality(low, mid, high); in testGetWithId()
|
D | CamcorderProfileTest.java | 329 CamcorderProfile low, in checkSpecificProfiles() argument 336 if (low == null && high == null) { in checkSpecificProfiles() 373 assertProfileEquals(low, minProfile); in checkSpecificProfiles()
|
/cts/tests/tests/graphics/src/android/graphics/cts/utils/ |
D | Cam.java | 394 float low = 0.0f; in getInt() 399 while (Math.abs(low - high) >= CHROMA_SEARCH_ENDPOINT) { in getInt() 414 mid = low + (high - low) / 2.0f; in getInt() 425 low = mid; in getInt() 428 mid = low + (high - low) / 2.0f; in getInt() 447 float low = 0.0f; in findCamByJ() local 454 while (Math.abs(low - high) > LIGHTNESS_SEARCH_ENDPOINT) { in findCamByJ() 455 mid = low + (high - low) / 2; in findCamByJ() 492 low = mid; in findCamByJ()
|
D | ColorUtils.java | 60 private static float constrain(float amount, float low, float high) { in constrain() argument 61 return amount < low ? low : (amount > high ? high : amount); in constrain()
|
/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 | BaseJobSchedulerTest.java | 164 void setStorageStateLow(boolean low) throws Exception { in setStorageStateLow() argument 167 if (low) { in setStorageStateLow()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/ |
D | MpathIndic.java | 39 low(1), enumConstant
|
/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/tests/text/src/android/text/format/cts/ |
D | TimeTest.java | 3076 ZoneOffsetTransition low = rules.previousTransition(startTime); in calculateToMillisTestTimes() local 3077 if (low == null) { in calculateToMillisTestTimes() 3078 low = rules.nextTransition(startTime); in calculateToMillisTestTimes() 3079 if (low == null) { in calculateToMillisTestTimes() 3087 while ((high = rules.nextTransition(low.getInstant())) != null) { in calculateToMillisTestTimes() 3093 Instant lowTime = low.getInstant(); in calculateToMillisTestTimes() 3103 low = high; in calculateToMillisTestTimes() 3108 Instant finalTime = low.getInstant().plus(1, ChronoUnit.DAYS); in calculateToMillisTestTimes()
|
/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/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/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�…
|