Searched refs:getNumEntries (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapEqualsTester.java49 Map<K, V> other = newHashMap(getSampleEntries(getNumEntries() - 1));
61 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1);
72 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1);
85 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1);
96 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1);
109 = getSampleEntries(getNumEntries() - 1);
116 = getSampleEntries(getNumEntries() + 1);
H A DMapHashCodeTester.java63 Collection<Map.Entry<K, V>> entries = getSampleEntries(getNumEntries() - 1);
/external/llvm/include/llvm/ADT/
H A DDenseMap.h69 return getNumEntries() == 0;
71 unsigned size() const { return getNumEntries(); }
80 if (getNumEntries() == 0 && getNumTombstones() == 0) return;
84 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) {
99 assert(getNumEntries() == 0 && "Node count imbalance!");
310 setNumEntries(other.getNumEntries());
326 std::swap(getNumEntries(), RHS.getNumEntries());
345 unsigned getNumEntries() const { function in class:llvm::DenseMapBase
346 return static_cast<const DerivedT *>(this)->getNumEntries();
644 unsigned getNumEntries() const { function in class:llvm::DenseMap
908 unsigned getNumEntries() const { function in class:llvm::SmallDenseMap
[all...]
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h262 offset_type getNumEntries() const { return NumEntries; } function in class:llvm::OnDiskChainedHashTable
458 return key_iterator(Payload, this->getNumEntries(), &this->getInfoObj());
531 return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj());
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractMapTester.java159 protected int getNumEntries() { method in class:AbstractMapTester
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp114 unsigned getNumEntries() const { return declToIndex.size(); } function in class:__anon17785::CFGBlockValues
819 stats.NumVariablesAnalyzed = vals.getNumEntries();
828 const unsigned n = vals.getNumEntries();
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp116 int getNumEntries (void) const { return (int)m_layout.size(); } function in class:deqp::gls::__anon20392::VertexDataStorage
313 for (int attribNdx = 0; attribNdx < vertexData.getNumEntries(); ++attribNdx)
/external/clang/lib/Lex/
H A DPTHLexer.cpp704 Cache(FL.getNumBuckets(), FL.getNumEntries(), FL.getBuckets(),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 3853 milliseconds