Searched defs:SIZE (Results 1 – 11 of 11) sorted by relevance
20 #define SIZE 16 macro
35 int SIZE = 99; in testConstructors() local
48 final int SIZE = 10; in testSnapshot() local
124 const int SIZE = 256; in setUp() local
45 private static final int SIZE = 255; field in ComposeShaderTest
48 private static final int SIZE = 200; field in SweepGradientTest
102 public static final int SIZE = 2737870; field in MediaStoreAudioTestHelper.Audio1165 public static final int SIZE = 2737321; field in MediaStoreAudioTestHelper.Audio2
817 final int SIZE = 1024 * 1024; in testOpenProxyFileDescriptor_largeRead() local834 final int SIZE = 1024 * 1024; in testOpenProxyFileDescriptor_largeWrite() local
1753 final Size SIZE = mStaticInfo.getAvailableSizesForFormatChecked(FORMAT, in discardFreeBuffersTestByCamera() local
908 try (Cursor c = queryFile(file, MediaStore.MediaColumns.SIZE)) { in getFileSizeFromDatabase()