/external/guava/guava/src/com/google/common/collect/ |
ImmutableAsList.java | 45 public int size() { method in class:ImmutableAsList 46 return delegateCollection().size();
|
ImmutableEnumMap.java | 38 switch (map.size()) { 67 public int size() { method in class:ImmutableEnumMap 68 return ImmutableEnumMap.this.size(); 84 public int size() { 85 return delegate.size();
|
ImmutableMapEntrySet.java | 40 public int size() { method in class:ImmutableMapEntrySet 41 return map().size();
|
ImmutableMapKeySet.java | 42 public int size() { method in class:ImmutableMapKeySet 43 return map.size();
|
ImmutableMapValues.java | 42 public int size() { method in class:ImmutableMapValues 43 return map.size();
|
RegularImmutableMultiset.java | 36 private final transient int size; field in class:RegularImmutableMultiset 38 RegularImmutableMultiset(ImmutableMap<E, Integer> map, int size) { 40 this.size = size; 55 public int size() { method in class:RegularImmutableMultiset 56 return size;
|
RegularImmutableTable.java | 46 public int size() { method in class:RegularImmutableTable.CellSet 47 return RegularImmutableTable.this.size(); 95 public int size() { 96 return RegularImmutableTable.this.size(); 175 return (cellList.size() > (((long) rowSpace.size() * columnSpace.size()) / 2)) ?
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ForwardingImmutableCollection.java | 25 * definitions of method delegation to save code size. 50 public int size() { method in class:ForwardingImmutableCollection 51 return delegate.size();
|
ForwardingImmutableSet.java | 51 @Override public int size() { method in class:ForwardingImmutableSet 52 return delegate.size();
|
ImmutableMapEntrySet.java | 38 public int size() { method in class:ImmutableMapEntrySet 39 return map().size();
|
ImmutableMapKeySet.java | 40 public int size() { method in class:ImmutableMapKeySet 41 return map.size();
|
ImmutableMapValues.java | 40 public int size() { method in class:ImmutableMapValues 41 return map.size();
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
ConcurrentHashMultisetBenchmark.java | 51 @Param({"3", "30", "300"}) int size; field in class:ConcurrentHashMultisetBenchmark 61 for (int i = 0; i < size; i++) { 103 int nKeys = keys.size(); 116 int nKeys = keys.size(); 200 @Override public int size() { 209 * Note: the superclass toArray() methods assume that size() gives a correct 226 List<E> list = Lists.newArrayListWithExpectedSize(size()); 442 return countMap.size(); 479 * Note: the superclass toArray() methods assume that size() gives a correct 492 List<Multiset.Entry<E>> list = Lists.newArrayListWithExpectedSize(size()); [all...] |
ImmutableListCreationBenchmark.java | 32 int size; field in class:ImmutableListCreationBenchmark 37 int size = this.size; local 41 for (int i = 0; i < size; i++) { 44 dummy += builder.build().size(); 50 int size = this.size; local 53 ImmutableList.Builder<Object> builder = new ImmutableList.Builder<Object>(size); 54 for (int i = 0; i < size; i++) { 57 dummy += builder.build().size(); 63 int size = this.size; local 76 int size = this.size; local [all...] |
SetCreationBenchmark.java | 34 private int size; field in class:SetCreationBenchmark 47 sampleData = new CollectionBenchmarkSampleData(true, random, 0.8, size);
|
SetIterationBenchmark.java | 28 * Test iteration speed at various size for {@link Set} instances. 36 private int size; field in class:SetIterationBenchmark 50 new CollectionBenchmarkSampleData(true, random, 0.8, size);
|
/external/guava/guava-tests/benchmark/com/google/common/hash/ |
ChecksumBenchmark.java | 31 * <p>Parameters for the benchmark are: <ul> <li>size: The length of the byte array to hash. </ul> 41 private int size; field in class:ChecksumBenchmark 47 testBytes = new byte[size];
|
HashFunctionBenchmark.java | 31 * <li>size: The length of the byte array to hash. 43 private int size; field in class:HashFunctionBenchmark 50 testBytes = new byte[size];
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
UResourceBundleIterator.java | 40 private int size = 0; field in class:UResourceBundleIterator 49 size = bundle.getSize(); 58 if(index<size){ 70 if(index<size){ 89 return index < size;
|
/external/icu/icu4c/source/common/unicode/ |
stringpiece.h | 75 : ptr_(str.data()), length_(static_cast<int32_t>(str.size())) { } 117 int32_t size() const { return length_; } function in class:StringPiece 119 * Returns the string length. Same as size().
|
/external/icu/icu4c/source/i18n/ |
fphdlimp.cpp | 90 int32_t size = vec->size(); local 95 vec->setSize(size); 103 int32_t i = vec->size();
|
nfrlist.h | 8 * tab size: 8 (not used) 75 uint32_t size() const { return fCount; } function in class:NFRuleList 87 int32_t size = fCount; local 88 if (size > 0) { 90 for (int32_t i = 0; i < size; i++) {
|
/external/icu/icu4c/source/samples/udata/ |
writer.c | 10 * tab size: 8 (not used) 67 uint32_t size; local 100 size=sizeof(stringValue) + sizeof(intValue); 103 if(dataLength!=(long)size) { 104 fprintf(stderr, "Error: data length %ld != calculated size %lu\n", dataLength, size);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
UResourceBundleIterator.java | 39 private int size = 0; field in class:UResourceBundleIterator 49 size = bundle.getSize(); 59 if(index<size){ 72 if(index<size){ 93 return index < size;
|
/external/iproute2/include/ |
names.h | 13 unsigned int size; member in struct:db_names
|