Searched defs:Find (Results 26 - 50 of 106) sorted by relevance

12345

/external/chromium_org/tools/cr/cr/
H A Dvisitor.py227 def Find(self, key): member in class:Node
/external/chromium_org/v8/src/
H A Dsplay-tree-inl.h77 bool SplayTree<Config, Allocator>::Find(const Key& key, Locator* locator) { function in class:v8::internal::SplayTree
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnames.cpp267 DWARFDebugPubnames::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offsets) const function in class:DWARFDebugPubnames
276 (*pos).Find(name, ignore_case, die_offsets);
283 DWARFDebugPubnames::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const function in class:DWARFDebugPubnames
292 (*pos).Find(regex, die_offsets);
H A DUniqueDWARFASTType.h120 Find (SymbolFileDWARF *symfile,
152 Find (const lldb_private::ConstString &name, function in class:UniqueDWARFASTTypeMap
164 return pos->second.Find (symfile, cu, die, decl, byte_size, entry);
/external/lzma/CPP/Windows/
H A DFileFind.cpp201 bool CFileInfo::Find(LPCTSTR wildcard) function in class:NWindows::NFile::NFind::CFileInfo
223 bool CFileInfoW::Find(LPCWSTR wildcard) function in class:NWindows::NFile::NFind::CFileInfoW
247 return fi.Find(name) && !fi.IsDir();
253 return fi.Find(name) && fi.IsDir();
259 return fi.Find(name);
266 return fi.Find(name) && !fi.IsDir();
272 return fi.Find(name) && fi.IsDir();
277 return fi.Find(name);
/external/skia/src/animator/
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/pcre/dist/
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/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_org/chrome/browser/extensions/
H A Dextension_install_prompt_experiment.cc176 ExtensionInstallPromptExperiment::Find() { function in class:ExtensionInstallPromptExperiment
177 base::FieldTrial* trial = base::FieldTrialList::Find(kExperimentName);
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.cc63 scoped_refptr<SelectFileDialogExtension> Find(
91 scoped_refptr<SelectFileDialogExtension> PendingDialog::Find( function in class:__anon5332::PendingDialog
253 PendingDialog::GetInstance()->Find(routing_id);
267 PendingDialog::GetInstance()->Find(routing_id);
278 PendingDialog::GetInstance()->Find(routing_id);
319 return PendingDialog::GetInstance()->Find(routing_id).get() != NULL;
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_country.cc788 static const Iterator Find(const std::string& country_code);
836 const CountryDataMap::Iterator CountryDataMap::Find( function in class:autofill::__anon6305::CountryDataMap
1053 const CountryDataMap::Iterator result = CountryDataMap::Find(country_code);
1095 if (CountryDataMap::Find(country_code) == CountryDataMap::End())
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_find_helper.cc87 void WebViewFindHelper::Find( function in class:extensions::WebViewFindHelper
106 // Find options including the implicit |findNext| field.
132 guest_web_contents->Find(current_find_request_id_,
/external/chromium_org/third_party/skia/src/animator/
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/chromium_org/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp58 int index = Find(fPaint);
100 int index = Find(paint);
185 int SkPDFGraphicState::Find(const SkPaint& paint) { function in class:SkPDFGraphicState
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.cc57 if (Connection* connection = Find(connection_id)) {
68 if (Connection* connection = Find(connection_id)) {
92 HttpServer::Find(int connection_id) { function in class:rtc::HttpServer
/external/lldb/include/lldb/Core/
H A DUniqueCStringMap.h155 // Find the value for the unique string in the map.
163 Find (const char *unique_cstr, T fail_value) const function in class:lldb_private::UniqueCStringMap
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp91 /// Find KV in array using binary search.
92 static const SubtargetFeatureKV *Find(StringRef S, function
187 // Find feature in table.
189 Find(StripFlag(Feature), FeatureTable);
239 // Find CPU entry if CPU name is specified.
241 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable);
266 // Find feature in table.
268 Find(StripFlag(Feature), FeatureTable);
/external/lzma/CPP/Common/
H A DMyVector.h214 int Find(const T& item) const function in class:CObjectVector
/external/openfst/src/include/fst/extensions/far/
H A Dstlist.h21 // not support the Find() operation but that does support
204 bool Find(const string &key) { function in class:fst::STListReader
206 << "STListReader::Find: stlist does not support find operation";
H A Dsttable.h194 bool Find(const string &key) { function in class:fst::STTableReader
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h85 StackId Find(StackId stack_id, Label label) { function in class:fst::PdtStack
/external/openfst/src/include/fst/
H A Dutil.h375 // is otherwise unused. 'Find()' returns an STL const_iterator to the match
415 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

Completed in 744 milliseconds

12345