Searched defs:Find (Results 1 - 25 of 33) sorted by relevance

12

/external/skia/src/views/
H A DSkTagList.cpp24 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) function in class:SkTagList
/external/easymock/src/org/easymock/internal/matchers/
H A DFind.java23 public class Find implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
29 public Find(String regex) { method in class:Find
/external/skia/src/core/
H A DSkGlobals.cpp25 SkGlobals::Rec* SkGlobals::Find(uint32_t tag, Rec* (*create_proc)()) function in class:SkGlobals
/external/skia/src/animator/
H A DSkGetCondensedInfo.cpp72 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr);
98 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) { function in class:SkMemberInfo
103 const SkMemberInfo* result = Find(baseTypeLookup, index);
118 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) { function in class:SkMemberInfo
H A DSkDisplayType.cpp385 info = SkMemberInfo::Find(info, infoCount, matchPtr);
537 SkDisplayTypes SkDisplayType::Find(SkAnimateMaker* maker, const SkMemberInfo* match) { function in class:SkDisplayType
H A DSkMemberInfo.cpp490 // Find Nth memberInfo
491 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, int* index) { function in class:SkMemberInfo
495 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index);
511 // Find named memberinfo
512 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, const char** matchPtr) { function in class:SkMemberInfo
516 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr);
/external/webkit/Source/WebKit/android/plugins/
H A DPluginTimer.cpp84 PluginTimer* PluginTimer::Find(PluginTimer* list, uint32_t timerID) function in class:WebCore::PluginTimer
130 PluginTimer* timer = PluginTimer::Find(m_list, timerID);
/external/webrtc/src/system_wrappers/source/
H A Dmap.cc129 MapItem* MapWrapper::Find(int id) const function in class:webrtc::MapWrapper
H A Dmap_no_stl.cc145 MapNoStlItem* MapNoStl::Find(int id) const function in class:webrtc::MapNoStl
/external/v8/src/
H A Dsplay-tree-inl.h93 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator) { function in class:v8::internal::SplayTree
/external/webkit/Source/WebKit/android/wds/
H A DCommand.cpp133 Command* Command::Find(const Connection* conn) { function in class:android::WDS::Command
/external/pcre/
H A Dpcregexp.pas325 function Find(ARegExp:shortstring;var P: PpcRegExp):boolean; virtual; function
736 function TRegExpCollection.Find(ARegExp:shortstring;var P: PpcRegExp):boolean;
744 Find:=true;
749 Find:=false;
758 if not Find(ARegExp,P) then
/external/chromium/base/metrics/
H A Dfield_trial.cc169 FieldTrial* FieldTrialList::Find(const std::string& name) { function in class:base::FieldTrialList
178 FieldTrial* field_trial = Find(name);
186 FieldTrial* field_trial = Find(name);
242 FieldTrial *field_trial(FieldTrialList::Find(name));
/external/chromium/chrome/browser/autofill/
H A Dautofill_country.cc297 static const Iterator Find(const std::string& country_code);
345 const CountryDataMap::Iterator CountryDataMap::Find( function in class:__anon984::CountryDataMap
573 const CountryDataMap::Iterator result = CountryDataMap::Find(country_code);
615 if (CountryDataMap::Find(country_code) == CountryDataMap::End())
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.cc221 return NULL != ThreadWatcherList::Find(thread_id);
329 ThreadWatcher* ThreadWatcherList::Find(const BrowserThread::ID& thread_id) { function in class:ThreadWatcherList
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp121 bool Find(const TypedValueRegion *R) { function in class:FindUninitializedField
132 if (Find(FR))
154 if (F.Find(D->getRegion())) {
/external/llvm/include/llvm/ADT/
H A DImmutableIntervalMap.h106 TreeTy *Find(TreeTy *T, key_type_ref K) { function in class:llvm::ImutIntervalAVLFactory
115 return Find(this->getLeft(T), K);
117 return Find(this->getRight(T), K);
232 TreeTy *T = F.Find(M.getRoot(), K);
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp76 // Find the next comma
122 /// Find KV in array using binary search.
123 template<typename T> const T *Find(const StringRef S, const T *A, size_t L) { function
232 // Find feature in table.
234 Find(StripFlag(Feature), FeatureTable, FeatureTableSize);
284 // Find CPU entry if CPU name is specified.
286 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable, CPUTableSize);
313 // Find feature in table.
315 Find(StripFlag(Feature), FeatureTable, FeatureTableSize);
351 // Find entr
[all...]
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc60 virtual bool Find(int number, ExtensionInfo* output);
180 bool DescriptorPoolExtensionFinder::Find(int number, ExtensionInfo* output) { function in class:google::protobuf::internal::DescriptorPoolExtensionFinder
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.h51 int64 key = Find(symbol);
72 string Find(int64 key) const { function in class:fst::SymbolTableImpl
84 int64 Find(const string& symbol) const { function in class:fst::SymbolTableImpl
85 return Find(symbol.c_str());
91 int64 Find(const char* symbol) const { function in class:fst::SymbolTableImpl
284 string Find(int64 key) const { function in class:fst::SymbolTable
285 return impl_->Find(key);
290 int64 Find(const string& symbol) const { function in class:fst::SymbolTable
291 return impl_->Find(symbol);
296 int64 Find(cons function in class:fst::SymbolTable
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_model_associator.cc128 const BookmarkNode* Find(int64 id) const;
154 const BookmarkNode* BookmarkNodeIdIndex::Find(int64 id) const { function in class:browser_sync::BookmarkNodeIdIndex
518 const BookmarkNode* node = id_index.Find(external_id);
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp432 unsigned Find = ItinClassesMap[Name]; local
435 unsigned NumUOps = ItinClassList[Find]->getValueAsInt("NumMicroOps");
441 ItinList[Find] = Intinerary;
/external/chromium/net/base/
H A Dx509_certificate.cc56 // between Find() and Remove(). See http://crbug.com/49377
61 X509Certificate* Find(const SHA1Fingerprint& fingerprint);
107 // Find a certificate in the cache with the given fingerprint. If one does
109 X509Certificate* X509CertificateCache::Find( function in class:net::__anon2133::X509CertificateCache
161 cache->Find(CalculateFingerprint(cert_handle));
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1100 bool SourceLocationTable::Find( function in class:google::protobuf::compiler::SourceLocationTable
/external/tinyxml/
H A Dtinyxml.cpp466 TiXmlAttribute* node = attributeSet.Find( name );
664 const TiXmlAttribute* node = attributeSet.Find( name );
703 const TiXmlAttribute* node = attributeSet.Find( name );
713 const TiXmlAttribute* node = attributeSet.Find( name );
747 TiXmlAttribute* node = attributeSet.Find( name );
1534 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set.
1561 const TiXmlAttribute* TiXmlAttributeSet::Find( const char * name ) const function in class:TiXmlAttributeSet
1573 TiXmlAttribute* TiXmlAttributeSet::Find( const char * name ) function in class:TiXmlAttributeSet

Completed in 608 milliseconds

12