Home
last modified time | relevance | path

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

/external/smack/src/org/jivesoftware/smack/
DRosterStorage.java25 public RosterPacket.Item getEntry(String bareJid); in getEntry() method
DRosterGroup.java117 public RosterEntry getEntry(String user) { in getEntry() method in RosterGroup
DRoster.java531 public RosterEntry getEntry(String user) { in getEntry() method in Roster
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.cpp18 getEntry(AsmPrinter &Asm, in getEntry() function
DDIE.h420 DIE &getEntry() const { return Entry; } in getEntry() function
/external/llvm/include/llvm/Analysis/
DRegionInfo.h117 inline BasicBlock* getEntry() const { return entry.getPointer(); } in getEntry() function
267 BasicBlock *getEntry() const { return RegionNode::getEntry(); } in getEntry() function
/external/guava/guava/src/com/google/common/collect/
DComputingConcurrentHashMap.java221 public ReferenceEntry<K, V> getEntry() { in getEntry() method in ComputingConcurrentHashMap.ComputationExceptionReference
260 public ReferenceEntry<K, V> getEntry() { in getEntry() method in ComputingConcurrentHashMap.ComputedReference
301 public ReferenceEntry<K, V> getEntry() { in getEntry() method in ComputingConcurrentHashMap.ComputingValueReference
DMapMakerInternalMap.java604 ReferenceEntry<K, V> getEntry(); in getEntry() method
1748 public ReferenceEntry<K, V> getEntry() { in getEntry() method in MapMakerInternalMap.WeakValueReference
1787 public ReferenceEntry<K, V> getEntry() { in getEntry() method in MapMakerInternalMap.SoftValueReference
1828 public ReferenceEntry<K, V> getEntry() { in getEntry() method in MapMakerInternalMap.StrongValueReference
2435 ReferenceEntry<K, V> getEntry(Object key, int hash) { in getEntry() method in MapMakerInternalMap.Segment
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DAbstractConnPool.java165 BasicPoolEntry getEntry( in getEntry() method in AbstractConnPool
/external/skia/src/core/
DSkBitmapHeap.h171 SkBitmapHeapEntry* getEntry(int32_t slot) const { in getEntry() function
/external/chromium_org/third_party/skia/src/core/
DSkBitmapHeap.h171 SkBitmapHeapEntry* getEntry(int32_t slot) const { in getEntry() function
/external/chromium_org/ui/file_manager/gallery/js/
Dgallery_item.js79 Gallery.Item.prototype.getEntry = function() { return this.entry_; }; method in Gallery.Item
/external/jmdns/src/javax/jmdns/impl/
DDNSCache.java299 protected Map.Entry<String, List<? extends DNSEntry>> getEntry(String key) { in getEntry() method in DNSCache
/external/llvm/include/llvm/Object/
DELF.h839 const T *ELFFile<ELFT>::getEntry(uint32_t Section, uint32_t Entry) const { in getEntry() function
845 const T *ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, in getEntry() function
/external/srec/portable/src/
Dphashtable.c159 static PHashTableEntry *getEntry(PHashTable *table, in getEntry() function
/external/clang/include/clang/Analysis/
DCFG.h864 CFGBlock & getEntry() { return *Entry; } in getEntry() function
865 const CFGBlock & getEntry() const { return *Entry; } in getEntry() function
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java646 ReferenceEntry<K, V> getEntry(); in getEntry() method
1650 public ReferenceEntry<K, V> getEntry() { in getEntry() method in LocalCache.WeakValueReference
1697 public ReferenceEntry<K, V> getEntry() { in getEntry() method in LocalCache.SoftValueReference
1746 public ReferenceEntry<K, V> getEntry() { in getEntry() method in LocalCache.StrongValueReference
2726 ReferenceEntry<K, V> getEntry(Object key, int hash) { in getEntry() method in LocalCache.Segment
3599 public ReferenceEntry<K, V> getEntry() { in getEntry() method in LocalCache.LoadingValueReference
/external/smack/src/org/jivesoftware/smack/util/collections/
DAbstractReferenceMap.java402 protected HashEntry<K, V> getEntry(Object key) { in getEntry() method in AbstractReferenceMap
DAbstractHashedMap.java421 protected HashEntry<K, V> getEntry(Object key) { in getEntry() method in AbstractHashedMap
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h877 Instruction *getEntry() const { return entry; } // first non-phi instruction in getEntry() function
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1854 public ReferenceEntry<K, V> getEntry() { in getEntry() method in MapMakerInternalMapTest.DummyValueReference
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h877 Instruction *getEntry() const { return entry; } // first non-phi instruction in getEntry() function
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java2632 public ReferenceEntry<K, V> getEntry() { in getEntry() method in LocalCacheTest.DummyValueReference
/external/clang/lib/Sema/
DSemaDeclCXX.cpp8551 InheritingConstructor &getEntry(Sema &S, const CXXConstructorDecl *Ctor) { in getEntry() function
8567 InheritingConstructor &getEntry(const CXXConstructorDecl *Ctor, in getEntry() function in __anonc13587990f11::InheritingConstructorInfo