/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | CameraProfileTest.java | 34 private void checkQuality(int low, int mid, int high) { in checkQuality() argument 35 Log.v(TAG, "low = " + low + ", mid = " + mid + ", high = " + high); in checkQuality() 36 assertTrue(low >= 0 && low <= 100); in checkQuality() 39 assertTrue(low <= mid && mid <= high); in checkQuality() 43 int low = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_LOW); in testGetImageEncodingQualityParameter() local 46 checkQuality(low, mid, high); in testGetImageEncodingQualityParameter() 52 int low = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_LOW); in testGetWithId() local 55 checkQuality(low, mid, high); in testGetWithId()
|
D | CamcorderProfileTest.java | 368 CamcorderProfile low, in checkSpecificProfiles() argument 375 if (low == null && high == null) { in checkSpecificProfiles() 412 assertProfileEquals(low, minProfile); 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 | 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()
|
/cts/apps/CtsVerifier/jni/verifier/ |
D | com_android_cts_verifier_camera_StatsImage.cpp | 83 int low = ((*(pbuf + 4)) >> (pixelSubIndex * 2)) & 0x3; in getPixelValue() local 86 pixelValue = (high << 2) | low; in getPixelValue() 99 int low = *pbuf; in getPixelValue() local 102 pixelValue = (high << 8) | low; in getPixelValue()
|
/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((low - mLow) / mStep, 0); in isRangeCovered()
|
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/ |
D | ConstraintTest.java | 160 void setStorageState(boolean low) throws Exception { in setStorageState() argument 163 if (low) { in setStorageState()
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | BaseJobSchedulerTest.java | 239 void setStorageStateLow(boolean low) throws Exception { in setStorageStateLow() argument 240 if (isJsStorageStateLow() == low) { in setStorageStateLow() 246 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 | 1374 private static double clamp(double low, double high, double value) { in clamp() argument 1375 return Math.max(low, Math.min(high, value)); in clamp()
|
/cts/tests/mediapc/requirements/ |
D | requirements.txtpb | 1167 …low latency and streaming configurations. For the low latency configuration, AAudio should be used…
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 13168 field public static final String FEATURE_RAM_LOW = "android.hardware.ram.low"; 22625 field public static final String PARAMETER_KEY_LOW_LATENCY = "low-latency"; 22873 field public static final String FEATURE_LowLatency = "low-latency"; 23671 field public static final String KEY_LOW_LATENCY = "low-latency";
|