Searched refs:DEFAULT_SIZE (Results 1 – 9 of 9) sorted by relevance
29 private static final int DEFAULT_SIZE = 32; field in ObjectPool33 setSize(DEFAULT_SIZE); in ObjectPool()
45 static final int DEFAULT_SIZE = 512; field in TextureLibrary50 mTextureHash = new Texture[DEFAULT_SIZE]; in TextureLibrary()
16 DEFAULT_SIZE = 1024 * 1024 * 1024 variable in hardware_RamFio18 def run_once(self, size=DEFAULT_SIZE, requirements=None, dry_run=False):
23 static const int DEFAULT_SIZE = 4096; variable26 Construct(NULL, DEFAULT_SIZE, ORDER_NETWORK); in ByteBuffer()30 Construct(NULL, DEFAULT_SIZE, byte_order); in ByteBuffer()
97 #define DEFAULT_SIZE 100 macro105 unsigned char *bytes = malloc (DEFAULT_SIZE + 1); in print_ay()107 unsigned int max = DEFAULT_SIZE; in print_ay()
17 private static final int DEFAULT_SIZE = 250; field in ModelCache22 this(DEFAULT_SIZE); in ModelCache()
33 private static final int DEFAULT_SIZE = 1000; field in ByteArrayAnnotatedOutput84 this(DEFAULT_SIZE); in ByteArrayAnnotatedOutput()
11 #define DEFAULT_SIZE 32768 macro
346 ArrayElement (const SharedPtr& enclosing, int arraySize = DEFAULT_SIZE) in ArrayElement()363 DEFAULT_SIZE = -1, enumerator654 if (arrayElement->m_arraySize == ResourceDefinition::ArrayElement::DEFAULT_SIZE) in generateProgramDefinitionFromResource()