OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldCapacity
(Results
1 - 25
of
40
) sorted by null
1
2
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntArrayList.java
90
int
oldCapacity
= elements.length;
91
if (n>=
oldCapacity
) {
/external/qemu/android/utils/
intmap.c
99
int
oldCapacity
= map->capacity;
110
if (
oldCapacity
< 256)
111
newCapacity =
oldCapacity
*2;
113
newCapacity =
oldCapacity
+ (
oldCapacity
>> 2);
/external/chromium_org/third_party/skia/src/core/
SkTDynamicHash.h
204
int
oldCapacity
= fCapacity;
209
for (int i = 0; i <
oldCapacity
; i++) {
/external/skia/src/core/
SkTDynamicHash.h
204
int
oldCapacity
= fCapacity;
209
for (int i = 0; i <
oldCapacity
; i++) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java
247
int
oldCapacity
= m_capacity;
250
int newCapacity = 2 *
oldCapacity
+ 1;
255
for (int i =
oldCapacity
-1; i >=0 ; i--)
/external/srec/portable/src/
phashtable.c
277
unsigned int
oldCapacity
= table->args.capacity;
278
unsigned int newCapacity = ((
oldCapacity
<< 1) | 0x01);
293
for (i =
oldCapacity
; i < newCapacity; ++i)
298
for (i = 0; i <
oldCapacity
; i++)
/external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h
309
size_t
oldCapacity
= m_buffer.capacity();
311
m_buffer.allocateBuffer(std::max(static_cast<size_t>(16),
oldCapacity
+
oldCapacity
/ 4 + 1));
316
size_t newStart = m_buffer.capacity() - (
oldCapacity
- m_start);
317
TypeOperations::move(oldBuffer + m_start, oldBuffer +
oldCapacity
, m_buffer.buffer() + newStart);
Vector.h
769
size_t
oldCapacity
= capacity();
770
size_t expandedCapacity =
oldCapacity
;
777
RELEASE_ASSERT(expandedCapacity >
oldCapacity
);
[
all
...]
/external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java
929
int
oldCapacity
= queue.length;
930
int newCapacity = (
oldCapacity
< 64)
931
? (
oldCapacity
+ 1) * 2
932
: IntMath.checkedMultiply(
oldCapacity
/ 2, 3);
MapMakerInternalMap.java
[
all
...]
/external/smack/src/org/jivesoftware/smack/util/collections/
AbstractHashedMap.java
591
int
oldCapacity
= data.length;
592
if (newCapacity <=
oldCapacity
) {
603
for (int i =
oldCapacity
- 1; i >= 0; i--) {
[
all
...]
/libcore/luni/src/main/java/java/util/
HashMap.java
538
int
oldCapacity
= oldTable.length;
539
if (newCapacity <=
oldCapacity
) {
542
if (newCapacity ==
oldCapacity
* 2) {
551
for (int i = 0; i <
oldCapacity
; i++) {
584
int
oldCapacity
= oldTable.length;
585
if (
oldCapacity
== MAXIMUM_CAPACITY) {
588
int newCapacity =
oldCapacity
* 2;
594
for (int j = 0; j <
oldCapacity
; j++) {
603
int highBit = e.hash &
oldCapacity
;
607
int nextHighBit = n.hash &
oldCapacity
;
[
all
...]
Hashtable.java
442
int
oldCapacity
= oldTable.length;
443
if (newCapacity <=
oldCapacity
) {
449
if (newCapacity ==
oldCapacity
* 2) {
458
for (int i = 0; i <
oldCapacity
; i++) {
502
int
oldCapacity
= oldTable.length;
503
if (
oldCapacity
== MAXIMUM_CAPACITY) {
506
int newCapacity =
oldCapacity
* 2;
512
for (int j = 0; j <
oldCapacity
; j++) {
521
int highBit = e.hash &
oldCapacity
;
525
int nextHighBit = n.hash &
oldCapacity
;
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java
400
int
oldCapacity
= oldTable.length;
401
int newCapacity =
oldCapacity
<< 1;
406
for (int i = 0; i <
oldCapacity
; i++) {
[
all
...]
ScheduledThreadPoolExecutor.java
[
all
...]
/external/guava/guava/src/com/google/common/cache/
LocalCache.java
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucol.cpp
274
int32_t
oldCapacity
;
276
oldCapacity
= data->extendCEsSize;
278
oldCapacity
= LENGTHOF(data->CEs);
280
return reallocCEs(data, 2 *
oldCapacity
);
285
int32_t
oldCapacity
;
287
oldCapacity
= data->extendCEsSize;
289
oldCapacity
= LENGTHOF(data->CEs);
291
if(minCapacity <=
oldCapacity
) {
294
oldCapacity
*= 2;
295
return reallocCEs(data, minCapacity >
oldCapacity
? minCapacity : oldCapacity)
[
all
...]
/external/icu4c/i18n/
ucol.cpp
295
int32_t
oldCapacity
;
297
oldCapacity
= data->extendCEsSize;
299
oldCapacity
= LENGTHOF(data->CEs);
301
return reallocCEs(data, 2 *
oldCapacity
);
306
int32_t
oldCapacity
;
308
oldCapacity
= data->extendCEsSize;
310
oldCapacity
= LENGTHOF(data->CEs);
312
if(minCapacity <=
oldCapacity
) {
315
oldCapacity
*= 2;
316
return reallocCEs(data, minCapacity >
oldCapacity
? minCapacity : oldCapacity)
[
all
...]
/prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
/prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
Completed in 1268 milliseconds
1
2