Home
last modified time | relevance | path

Searched refs:DEFAULT_SIZE (Results 1 – 9 of 9) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DObjectPool.java29 private static final int DEFAULT_SIZE = 32; field in ObjectPool
33 setSize(DEFAULT_SIZE); in ObjectPool()
DTextureLibrary.java45 static final int DEFAULT_SIZE = 512; field in TextureLibrary
50 mTextureHash = new Texture[DEFAULT_SIZE]; in TextureLibrary()
/external/autotest/client/site_tests/hardware_RamFio/
Dhardware_RamFio.py16 DEFAULT_SIZE = 1024 * 1024 * 1024 variable in hardware_RamFio
18 def run_once(self, size=DEFAULT_SIZE, requirements=None, dry_run=False):
/external/webrtc/webrtc/base/
Dbytebuffer.cc23 static const int DEFAULT_SIZE = 4096; variable
26 Construct(NULL, DEFAULT_SIZE, ORDER_NETWORK); in ByteBuffer()
30 Construct(NULL, DEFAULT_SIZE, byte_order); in ByteBuffer()
/external/dbus/tools/
Ddbus-print-message.c97 #define DEFAULT_SIZE 100 macro
105 unsigned char *bytes = malloc (DEFAULT_SIZE + 1); in print_ay()
107 unsigned int max = DEFAULT_SIZE; in print_ay()
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
DModelCache.java17 private static final int DEFAULT_SIZE = 250; field in ModelCache
22 this(DEFAULT_SIZE); in ModelCache()
/external/dexmaker/src/dx/java/com/android/dx/util/
DByteArrayAnnotatedOutput.java33 private static final int DEFAULT_SIZE = 1000; field in ByteArrayAnnotatedOutput
84 this(DEFAULT_SIZE); in ByteArrayAnnotatedOutput()
/external/netperf/src/
Dnetsh.h11 #define DEFAULT_SIZE 32768 macro
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp346 ArrayElement (const SharedPtr& enclosing, int arraySize = DEFAULT_SIZE) in ArrayElement()
363 DEFAULT_SIZE = -1, enumerator
654 if (arrayElement->m_arraySize == ResourceDefinition::ArrayElement::DEFAULT_SIZE) in generateProgramDefinitionFromResource()