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

12

/external/skia/src/views/
H A DSkTagList.cpp16 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/animator/
H A DSkGetCondensedInfo.cpp64 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr);
90 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) { function in class:SkMemberInfo
95 const SkMemberInfo* result = Find(baseTypeLookup, index);
110 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) { function in class:SkMemberInfo
H A DSkDisplayType.cpp377 info = SkMemberInfo::Find(info, infoCount, matchPtr);
529 SkDisplayTypes SkDisplayType::Find(SkAnimateMaker* maker, const SkMemberInfo* match) { function in class:SkDisplayType
H A DSkMemberInfo.cpp483 // Find Nth memberInfo
484 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, int* index) { function in class:SkMemberInfo
488 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index);
504 // Find named memberinfo
505 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, const char** matchPtr) { function in class:SkMemberInfo
509 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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs267 public virtual IList Find(object t, int ttype) { method in class:Antlr.Runtime.Tree.TreeWizard
274 public virtual IList Find(object t, string pattern) { method in class:Antlr.Runtime.Tree.TreeWizard
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs306 public virtual IList Find( object t, int ttype ) method in class:Antlr.Runtime.Tree.TreeWizard
314 public virtual IList Find( object t, string pattern ) method in class:Antlr.Runtime.Tree.TreeWizard
/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:__anon1707::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/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.cpp75 // Find the next comma
121 /// Find KV in array using binary search.
122 template<typename T> const T *Find(const StringRef S, const T *A, size_t L) { function
231 // Find feature in table.
233 Find(StripFlag(Feature), FeatureTable, FeatureTableSize);
283 // Find CPU entry if CPU name is specified.
285 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable, CPUTableSize);
312 // Find feature in table.
314 Find(StripFlag(Feature), FeatureTable, FeatureTableSize);
350 // Find entr
[all...]
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h112 virtual bool Find(const string &key) = 0;
260 bool Find(const string &key) { return reader_->Find(key); } function in class:fst::STTableFarReader
308 bool Find(const string &key) { return reader_->Find(key); } function in class:fst::STListFarReader
H A Dstlist.h21 // not support the Find() operation but that does support
203 bool Find(const string &key) { function in class:fst::STListReader
205 << "STListReader::Find: stlist does not support find operation";
H A Dsttable.h193 bool Find(const string &key) { function in class:fst::STTableReader
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h84 StackId Find(StackId stack_id, Label label) { function in class:fst::PdtStack
/external/openfst/src/include/fst/
H A Dutil.h358 // is otherwise unused. 'Find()' returns an STL const_iterator to the match
387 const_iterator Find(Key key) const { function in class:fst::CompactSet
/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/skia/src/pdf/
H A DSkPDFGraphicState.cpp55 int index = Find(fPaint);
99 int index = Find(paint);
181 int SkPDFGraphicState::Find(const SkPaint& paint) { function in class:SkPDFGraphicState
/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...]

Completed in 422 milliseconds

12