OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CAPACITY
(Results
1 - 9
of
9
) sorted by null
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractQueueTest.java
33
static final int
CAPACITY
= 10;
37
private Object[] elements = new Object[
CAPACITY
];
77
if (size >=
CAPACITY
) {
124
for(int i = 0; i < MockAbstractQueue.
CAPACITY
; i++ ) {
/libcore/luni/src/test/java/tests/api/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/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
];
425
int index = hashIntArray(oid) %
CAPACITY
;
443
int index = hashIntArray(newOid) %
CAPACITY
;
457
if (i == (
CAPACITY
- 1)) {
459
"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
...]
/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/nio/tests/java/nio/channels/
FileChannelTest.java
51
private static final int
CAPACITY
= 100;
[
all
...]
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.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 564 milliseconds