/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() 36 assertTrue(high >= 0 && high <= 100); in checkQuality() 37 assertTrue(low <= mid && mid <= high); in checkQuality() 43 int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_HIGH); in testGetImageEncodingQualityParameter() local 44 checkQuality(low, mid, high); in testGetImageEncodingQualityParameter() 52 … int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_HIGH); in testGetWithId() local 53 checkQuality(low, mid, high); in testGetWithId()
|
D | CamcorderProfileTest.java | 330 CamcorderProfile high, in checkSpecificProfiles() argument 336 if (low == null && high == null) { in checkSpecificProfiles() 374 assertProfileEquals(high, maxProfile); in checkSpecificProfiles()
|
/cts/tests/tests/graphics/src/android/graphics/cts/utils/ |
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()
|
D | Cam.java | 389 float high = chroma; in getInt() 399 while (Math.abs(low - high) >= CHROMA_SEARCH_ENDPOINT) { in getInt() 414 mid = low + (high - low) / 2.0f; in getInt() 421 high = mid; in getInt() 428 mid = low + (high - low) / 2.0f; in getInt() 448 float high = 100.0f; in findCamByJ() local 454 while (Math.abs(low - high) > LIGHTNESS_SEARCH_ENDPOINT) { in findCamByJ() 455 mid = low + (high - low) / 2; in findCamByJ() 494 high = mid; in findCamByJ()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | AssertHelpers.java | 112 public static void assertInRange(float value, float low, float high) { 118 value, high), 119 value <= high);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | MotionIndicatorView.java | 339 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister() argument 343 mHigh = high; in RangeCoveredRegister() 373 public boolean isRangeCovered(int low, int high) { in isRangeCovered() argument 376 int iHigh = Math.min(Math.round((high - mLow) / mStep), mCovered.length-1); in isRangeCovered()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/ |
D | MpathIndic.java | 41 high(3), 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/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/text/src/android/text/format/cts/ |
D | TimeTest.java | 3086 ZoneOffsetTransition high; in calculateToMillisTestTimes() local 3087 while ((high = rules.nextTransition(low.getInstant())) != null) { in calculateToMillisTestTimes() 3088 Instant highTime = high.getInstant(); in calculateToMillisTestTimes() 3103 low = high; in calculateToMillisTestTimes()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |