Searched refs:DEFAULT_SIZE (Results 1 - 14 of 14) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DObjectPool.java29 private static final int DEFAULT_SIZE = 32; field in class:ObjectPool
33 setSize(DEFAULT_SIZE);
H A DTextureLibrary.java45 static final int DEFAULT_SIZE = 512; field in class:TextureLibrary
50 mTextureHash = new Texture[DEFAULT_SIZE];
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
H A DGeometryList.java49 private static final int DEFAULT_SIZE = 32; field in class:GeometryList
64 geometries = new Geometry[DEFAULT_SIZE];
65 geometries2 = new Geometry[DEFAULT_SIZE];
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DLightList.java54 private static final int DEFAULT_SIZE = 1; field in class:LightList
83 list = new Light[DEFAULT_SIZE];
84 distToOwner = new float[DEFAULT_SIZE];
325 int arraySize = Math.max(DEFAULT_SIZE, listSize);
/external/netperf/
H A Dnetsh.h11 #define DEFAULT_SIZE 32768 macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbytebuffer.cc39 static const int DEFAULT_SIZE = 4096; member in namespace:talk_base
44 size_ = DEFAULT_SIZE;
/external/dbus/tools/
H A Ddbus-print-message.c97 #define DEFAULT_SIZE 100 macro
105 unsigned char *bytes = malloc (DEFAULT_SIZE + 1);
107 unsigned int max = DEFAULT_SIZE;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DByteArrayOutput.java39 private static final int DEFAULT_SIZE = 1000; field in class:ByteArrayOutput
90 this(new byte[DEFAULT_SIZE], true);
H A DByteArrayAnnotatedOutput.java41 private static final int DEFAULT_SIZE = 1000; field in class:ByteArrayAnnotatedOutput
95 this(new byte[DEFAULT_SIZE], true);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java33 private static final int DEFAULT_SIZE = 1000; field in class:ByteArrayAnnotatedOutput
84 this(DEFAULT_SIZE);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 329 milliseconds