Searched refs:full (Results 1 – 14 of 14) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_Video_ThumbnailsTest.java | 218 final Size full; in testInsertUpdateDelete() local 221 full = new Size( in testInsertUpdateDelete() 229 assertTrue(beforeThumb.getWidth() < full.getWidth()); in testInsertUpdateDelete() 230 assertTrue(beforeThumb.getHeight() < full.getHeight()); in testInsertUpdateDelete()
|
D | MediaStore_Images_ThumbnailsTest.java | 434 final Bitmap full = ImageDecoder in testInsertUpdateDelete() local 436 assertEquals(mLargestDimension, full.getWidth()); in testInsertUpdateDelete() 437 assertEquals(mLargestDimension, full.getHeight()); in testInsertUpdateDelete() 443 assertTrue(thumb.getWidth() < full.getWidth()); in testInsertUpdateDelete() 444 assertTrue(thumb.getHeight() < full.getHeight()); in testInsertUpdateDelete() 461 assertTrue(thumb.getWidth() < full.getWidth()); in testInsertUpdateDelete() 462 assertTrue(thumb.getHeight() < full.getHeight()); in testInsertUpdateDelete()
|
/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/hostsidetests/appcompat/host/lib/ |
D | Android.bp | 22 "host-libprotobuf-java-full",
|
/cts/hostsidetests/statsd/ |
D | Android.bp | 31 "host-libprotobuf-java-full",
|
/cts/hostsidetests/bootstats/ |
D | Android.bp | 25 "libprotobuf-java-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/tools/release-parser/ |
D | Android.bp | 26 type: "full",
|
/cts/tools/cts-api-coverage/ |
D | Android.bp | 25 type: "full",
|
/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/hostsidetests/hdmicec/ |
D | cec_adapter.md | 220 for more info on formatting your request and a full list of commands and their
|
/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
|