HomeSort by relevance Sort by last modified time
    Searched defs:findInfo (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 135 /// findInfo - find the resolved ResolveInfo
136 ResolveInfo* NamePool::findInfo(const llvm::StringRef& pName)
142 /// findInfo - find the resolved ResolveInfo
143 const ResolveInfo* NamePool::findInfo(const llvm::StringRef& pName) const
152 ResolveInfo* info = findInfo(pName);
161 const ResolveInfo* info = findInfo(pName);
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 257 cache.findInfo(identification, isIncoming, new ContactInfoCacheCallback() {
ContactInfoCache.java 113 public void findInfo(final CallIdentification identification, final boolean isIncoming,

Completed in 478 milliseconds