Searched defs:SIZE (Results 1 – 12 of 12) sorted by relevance
20 #define SIZE 16 macro
26 int SIZE = 99; in testConstructors() local
22 #define SIZE 16 macro
48 final int SIZE = 10; in testSnapshot() local
124 const int SIZE = 256; in setUp() local
103 public static final int SIZE = 2737870; field in MediaStoreAudioTestHelper.Audio1167 public static final int SIZE = 2737321; field in MediaStoreAudioTestHelper.Audio2
45 private static final int SIZE = 255; field in ComposeShaderTest
48 private static final int SIZE = 200; field in SweepGradientTest
726 final int SIZE = 1024 * 1024; in testOpenProxyFileDescriptor_largeRead() local742 final int SIZE = 1024 * 1024; in testOpenProxyFileDescriptor_largeWrite() local
1031 final Size SIZE = mStaticInfo.getAvailableSizesForFormatChecked(FORMAT, in discardFreeBuffersTestByCamera() local
713 try (Cursor c = queryFile(file, MediaStore.MediaColumns.SIZE)) { in getFileSizeFromDatabase()