HomeSort by relevance Sort by last modified time
    Searched refs:CAPACITY (Results 1 - 16 of 16) sorted by null

  /packages/inputmethods/LatinIME/native/jni/tests/suggest/core/dicnode/
dic_node_pool_test.cpp 25 static const int CAPACITY = 10;
26 DicNodePool dicNodePool(CAPACITY);
28 for (int i = 0; i < CAPACITY; ++i) {
35 static const int CAPACITY = 1;
36 DicNodePool dicNodePool(CAPACITY);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractQueueTest.java 35 static final int CAPACITY = 10;
39 private Object[] elements = new Object[CAPACITY];
79 if (size >= CAPACITY) {
126 for(int i = 0; i < MockAbstractQueue.CAPACITY; i++ ) {
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 41 private static final int CAPACITY = 100;
260 ByteBuffer readBuffer = ByteBuffer.allocate(CAPACITY);
545 readBuffers[0] = ByteBuffer.allocate(CAPACITY);
546 readBuffers[1] = ByteBuffer.allocate(CAPACITY);
610 readBuffers[0] = ByteBuffer.allocate(CAPACITY);
611 readBuffers[1] = ByteBuffer.allocate(CAPACITY);
620 readBuffers[0] = ByteBuffer.allocate(CAPACITY);
629 readBuffers[0] = ByteBuffer.allocate(CAPACITY);
653 ByteBuffer writeBuffer = ByteBuffer.allocate(CAPACITY);
713 ByteBuffer writeBuffer = ByteBuffer.allocate(CAPACITY);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 51 private static final int CAPACITY = 100;
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 133 /** pool's capacity */
134 private static final int CAPACITY = 10;
140 private static final ObjectIdentifier[][] KNOWN_OIDS = new ObjectIdentifier[SIZE][CAPACITY];
427 int index = hashIntArray(oid) % CAPACITY;
445 int index = hashIntArray(newOid) % CAPACITY;
459 if (i == (CAPACITY - 1)) {
461 "small OID pool capacity");
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 142 * capacity) will cause new tasks to wait in the queue when all
175 * capacity, and is saturated. In either case, the {@code execute} method
205 * capacity or queuing policies. </dd>
350 private static final int CAPACITY = (1 << COUNT_BITS) - 1;
360 private static int runStateOf(int c) { return c & ~CAPACITY; }
361 private static int workerCountOf(int c) { return c & CAPACITY; }
510 * bounded by CAPACITY.
    [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.4-20150121230028+0000/
gradle-tooling-api-2.4-20150121230028+0000.jar 

Completed in 639 milliseconds