Searched refs:full (Results 1 – 12 of 12) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_Video_ThumbnailsTest.java | 215 final Size full; in testInsertUpdateDelete() local 218 full = new Size( in testInsertUpdateDelete() 225 assertTrue(beforeThumb.getWidth() < full.getWidth()); in testInsertUpdateDelete() 226 assertTrue(beforeThumb.getHeight() < full.getHeight()); in testInsertUpdateDelete()
|
D | MediaStore_Images_ThumbnailsTest.java | 435 final Bitmap full = ImageDecoder in testInsertUpdateDelete() local 437 assertEquals(mLargestDimension, full.getWidth()); in testInsertUpdateDelete() 438 assertEquals(mLargestDimension, full.getHeight()); in testInsertUpdateDelete() 443 assertTrue(thumb.getWidth() < full.getWidth()); in testInsertUpdateDelete() 444 assertTrue(thumb.getHeight() < full.getHeight()); in testInsertUpdateDelete() 460 assertTrue(thumb.getWidth() < full.getWidth()); in testInsertUpdateDelete() 461 assertTrue(thumb.getHeight() < full.getHeight()); in testInsertUpdateDelete()
|
/cts/hostsidetests/bootstats/ |
D | Android.mk | 24 LOCAL_JAVA_LIBRARIES := cts-tradefed tradefed compatibility-host-util libprotobuf-java-full
|
/cts/hostsidetests/statsd/ |
D | Android.mk | 27 LOCAL_JAVA_LIBRARIES := cts-tradefed tradefed compatibility-host-util host-libprotobuf-java-full \
|
/cts/tests/tests/text/src/android/text/cts/ |
D | MakeSafeForPresentationTest.java | 84 private static boolean isAbbreviation(String full, CharSequence abbreviated) { in isAbbreviation() argument 91 final int fullCodePoint = full.codePointAt(offset); in isAbbreviation()
|
/cts/tools/release-parser/ |
D | Android.bp | 26 type: "full",
|
/cts/tools/cts-api-coverage/ |
D | Android.bp | 25 type: "full",
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 1224 private boolean full; field in RVCVXCheckAnalyzer.VideoDecoderForOpenCV.MatBuffer 1239 full = false; in MatBuffer() 1250 while (full == false) { in get() 1259 full = false; in get() 1266 while (full) { in put() 1279 full = true; in put()
|
/cts/apps/CameraITS/tests/scene1/ |
D | test_linearity.py | 106 means, 1, full=True)
|
/cts/apps/CameraITS/pymodules/its/ |
D | caps.py | 65 def full(props): function
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapRegionDecoderTest.java | 652 Bitmap full = decoder.decodeRegion(new Rect(0, 0, decoder.getWidth(), decoder.getHeight()), in testHeif() local 654 assertNotNull(full); in testHeif()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 100 # Tells whether to display a full report or only the messages
|