Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 12 of 12) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2207/
Dpoc.cpp20 #define SIZE 16 macro
/cts/tests/tests/database/src/android/database/cts/
DCursorIndexOutOfBoundsExceptionTest.java26 int SIZE = 99; in testConstructors() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9561/
Dpoc.cpp22 #define SIZE 16 macro
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9563/
Dpoc.cpp22 #define SIZE 16 macro
/cts/tests/tests/transition/src/android/transition/cts/
DSharedElementCallbackTest.java48 final int SIZE = 10; in testSnapshot() local
/cts/tests/openglperf2/jni/primitive/shaderperf/
DShaderPerfRenderer.cpp124 const int SIZE = 256; in setUp() local
/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStoreAudioTestHelper.java103 public static final int SIZE = 2737870; field in MediaStoreAudioTestHelper.Audio1
167 public static final int SIZE = 2737321; field in MediaStoreAudioTestHelper.Audio2
/cts/tests/tests/graphics/src/android/graphics/cts/
DComposeShaderTest.java45 private static final int SIZE = 255; field in ComposeShaderTest
DSweepGradientTest.java48 private static final int SIZE = 200; field in SweepGradientTest
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java726 final int SIZE = 1024 * 1024; in testOpenProxyFileDescriptor_largeRead() local
742 final int SIZE = 1024 * 1024; in testOpenProxyFileDescriptor_largeWrite() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java1031 final Size SIZE = mStaticInfo.getAvailableSizesForFormatChecked(FORMAT, in discardFreeBuffersTestByCamera() local
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java713 try (Cursor c = queryFile(file, MediaStore.MediaColumns.SIZE)) { in getFileSizeFromDatabase()