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

  /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 141 * capacity) will cause new tasks to wait in the queue when all
174 * capacity, and is saturated. In either case, the {@code execute} method
204 * capacity or queuing policies. </dd>
349 private static final int CAPACITY = (1 << COUNT_BITS) - 1;
359 private static int runStateOf(int c) { return c & ~CAPACITY; }
360 private static int workerCountOf(int c) { return c & CAPACITY; }
509 * bounded by CAPACITY.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 756 util.AppCache.CAPACITY = 100;
825 * Remove over-capacity and obsolete items.
847 var overCapacity = Math.max(0, keys.length - util.AppCache.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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 378 milliseconds