Searched defs:getEntry (Results 1 - 24 of 24) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DBlockCipherFactory.java68 getEntry(cipherCandidate);
77 CipherEntry ce = getEntry(type);
107 private static CipherEntry getEntry(String type) method in class:BlockCipherFactory
121 CipherEntry ce = getEntry(type);
127 CipherEntry ce = getEntry(type);
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java160 BasicPoolEntry getEntry( method in class:AbstractConnPool
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DListMap.java123 public Entry<K, V> getEntry(int index){ method in class:ListMap
/external/guava/guava/src/com/google/common/collect/
H A DComputingConcurrentHashMap.java83 ReferenceEntry<K, V> e = getEntry(key, hash);
223 public ReferenceEntry<K, V> getEntry() { method in class:ComputingConcurrentHashMap.ComputationExceptionReference
262 public ReferenceEntry<K, V> getEntry() { method in class:ComputingConcurrentHashMap.ComputedReference
303 public ReferenceEntry<K, V> getEntry() { method in class:ComputingConcurrentHashMap.ComputingValueReference
H A DMapMakerInternalMap.java604 ReferenceEntry<K, V> getEntry(); method in interface:MapMakerInternalMap.ValueReference
637 public ReferenceEntry<Object, Object> getEntry() {
1748 public ReferenceEntry<K, V> getEntry() { method in class:MapMakerInternalMap.WeakValueReference
1787 public ReferenceEntry<K, V> getEntry() { method in class:MapMakerInternalMap.SoftValueReference
1828 public ReferenceEntry<K, V> getEntry() { method in class:MapMakerInternalMap.StrongValueReference
1906 ReferenceEntry<K, V> entry = valueReference.getEntry();
2435 ReferenceEntry<K, V> getEntry(Object key, int hash) { method in class:MapMakerInternalMap.Segment
2458 ReferenceEntry<K, V> e = getEntry(key, hash);
3486 ReferenceEntry<K, V> getEntry(@Nullable Object key) { method in class:MapMakerInternalMap
3491 return segmentFor(hash).getEntry(ke
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSCache.java299 protected Map.Entry<String, List<? extends DNSEntry>> getEntry(String key) { method in class:DNSCache
322 Map.Entry<String, List<? extends DNSEntry>> oldEntry = this.getEntry(key);
454 Map.Entry<String, List<? extends DNSEntry>> oldEntry = this.getEntry(dnsEntry.getKey());
484 Map.Entry<String, List<? extends DNSEntry>> existingEntry = this.getEntry(dnsEntry.getKey());
507 Map.Entry<String, List<? extends DNSEntry>> oldEntry = this.getEntry(newDNSEntry.getKey());
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h107 inline BasicBlock* getEntry() const { return entry.getPointer(); } function in class:llvm::RegionNode
133 return getEntry();
259 BasicBlock *getEntry() const { return RegionNode::getEntry(); } function in class:llvm::Region
304 /// @return A region also starting at getEntry(), but reaching to the next
305 /// basic block that forms with getEntry() a (non canonical) region.
368 return contains(SubRegion->getEntry())
/external/srec/portable/src/
H A Dphashtable.c159 static PHashTableEntry *getEntry(PHashTable *table, function
219 if ((entry = getEntry(table, key, hashCode, idx)) != NULL)
267 result = getEntry(table, key, hashCode, idx);
351 entry = getEntry(table, key, hashCode, idx);
440 entry = getEntry(table, key, hashCode, idx);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h333 DIE *getEntry() const { return Entry; } function in class:llvm::DIEEntry
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java395 ReferenceEntry<Object, Object> entry = segment.getEntry(one, hash);
696 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
728 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
1337 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
1516 ReferenceEntry<Object, Object> entry = segment.getEntry(keyOne, hashOne);
1546 ReferenceEntry<Object, Object> entry = segment.getEntry(keyOne, hashOne);
1576 ReferenceEntry<Object, Object> entry = segment.getEntry(keyOne, hashOne);
1607 ReferenceEntry<Object, Object> entry = segment.getEntry(keyOne, hashOne);
1854 public ReferenceEntry<K, V> getEntry() { method in class:MapMakerInternalMapTest.DummyValueReference
/external/clang/include/clang/Analysis/
H A DCFG.h692 CFGBlock & getEntry() { return *Entry; } function in class:clang::CFGBlock::CFG
693 const CFGBlock & getEntry() const { return *Entry; } function in class:clang::CFGBlock::CFG
889 static NodeType *getEntryNode(::clang::CFG* F) { return &F->getEntry(); }
901 return &F->getEntry();
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java427 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
603 ReferenceEntry<Object, Object> entry = segment.getEntry(one, hash);
810 ReferenceEntry<Object, Object> entry = segment.getEntry(one, hash);
1142 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
1174 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
1905 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
2048 ReferenceEntry<Object, Object> entry = map.getEntry(key);
2087 ReferenceEntry<Object, Object> entry = map.getEntry(key);
2185 ReferenceEntry<Object, Object> entry = segment.getEntry(keyOne, hashOne);
2215 ReferenceEntry<Object, Object> entry = segment.getEntry(keyOn
2632 public ReferenceEntry<K, V> getEntry() { method in class:LocalCacheTest.DummyValueReference
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java646 ReferenceEntry<K, V> getEntry(); method in interface:LocalCache.ValueReference
691 public ReferenceEntry<Object, Object> getEntry() {
1650 public ReferenceEntry<K, V> getEntry() { method in class:LocalCache.WeakValueReference
1697 public ReferenceEntry<K, V> getEntry() { method in class:LocalCache.SoftValueReference
1746 public ReferenceEntry<K, V> getEntry() { method in class:LocalCache.StrongValueReference
1893 ReferenceEntry<K, V> entry = valueReference.getEntry();
2211 ReferenceEntry<K, V> e = getEntry(key, hash);
2726 ReferenceEntry<K, V> getEntry(Object key, int hash) { method in class:LocalCache.Segment
2748 ReferenceEntry<K, V> e = getEntry(key, hash);
3599 public ReferenceEntry<K, V> getEntry() { method in class:LocalCache.LoadingValueReference
4100 ReferenceEntry<K, V> getEntry(@Nullable Object key) { method in class:LocalCache
[all...]
/external/llvm/include/llvm/Object/
H A DELF.h499 const T *getEntry(uint16_t Section, uint32_t Entry) const;
501 const T *getEntry(const Elf_Shdr *Section, uint32_t Entry) const;
1470 const Elf_Sym *symb = getEntry<Elf_Sym>(sec->sh_link, symbol_index);
1949 ELFObjectFile<target_endianness, is64Bits>::getEntry(uint16_t Section, function in class:llvm::object::ELFObjectFile
1951 return getEntry<T>(getSection(Section), Entry);
1957 ELFObjectFile<target_endianness, is64Bits>::getEntry(const Elf_Shdr * Section, function in class:llvm::object::ELFObjectFile
1968 return getEntry<Elf_Sym>(SymbolTableSections[Symb.d.b], Symb.d.a);
1974 return getEntry<Elf_Dyn>(dot_dynamic_sec, DynData.d.a);
1980 return getEntry<Elf_Rel>(Rel.w.b, Rel.w.c);
1986 return getEntry<Elf_Rel
[all...]
/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/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 542 milliseconds