Searched defs:SIZE (Results 1 – 14 of 14) sorted by relevance
21 #define SIZE 16 macro
20 #define SIZE 16 macro
22 #define SIZE 16 macro
26 int SIZE = 99; in testConstructors() local
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.Audio1166 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
803 final int SIZE = 1024 * 1024; in testOpenProxyFileDescriptor_largeRead() local820 final int SIZE = 1024 * 1024; in testOpenProxyFileDescriptor_largeWrite() local
1608 final Size SIZE = mStaticInfo.getAvailableSizesForFormatChecked(FORMAT, in discardFreeBuffersTestByCamera() local
863 try (Cursor c = queryFile(file, MediaStore.MediaColumns.SIZE)) { in getFileSizeFromDatabase()