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

123

/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/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp39 NameToDIE::Find (const ConstString &name, DIEArray &info_array) const function in class:NameToDIE
45 NameToDIE::Find (const RegularExpression& regex, DIEArray &info_array) const function in class:NameToDIE
H A DUniqueDWARFASTType.cpp21 UniqueDWARFASTTypeList::Find function in class:UniqueDWARFASTTypeList
H A DDWARFDebugPubnamesSet.cpp145 DWARFDebugPubnamesSet::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const function in class:DWARFDebugPubnamesSet
156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_coll) const function in class:DWARFDebugPubnamesSet
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/mockito/src/org/mockito/internal/matchers/
H A DFind.java14 public class Find extends ArgumentMatcher<String> implements Serializable { class in inherits:ArgumentMatcher,Serializable
19 public Find(String regex) { method in class:Find
/external/v8/tools/
H A Dexternal-reference-check.py25 def Find(filename, re): function
35 declarations = Find(DECLARE_FILE, DECLARE_RE)
36 registrations = Find(REGISTER_FILE, REGISTER_RE)
/external/skia/src/core/
H A DSkTLS.cpp81 void* SkTLS::Find(CreateProc createProc) { function in class:SkTLS
/external/v8/src/compiler/
H A Dnode-cache.cc78 Node** NodeCache<Key>::Find(Zone* zone, Key key) { function in class:v8::internal::compiler::NodeCache
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_list.cpp127 FX_POSITION CFX_PtrList::Find(void* searchValue, FX_POSITION startAfter) const function in class:CFX_PtrList
/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
/external/skia/tests/
H A DGpuLayerCacheTest.cpp27 static GrCachedLayer* Find(GrLayerCache* cache, uint32_t pictureID, function in class:TestingAccess
51 GrCachedLayer* temp = TestingAccess::Find(cache, picture.uniqueID(), SkMatrix::I(),
123 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
143 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
152 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
182 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
193 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
/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/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/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/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/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.cpp92 /// Find KV in array using binary search.
93 static const SubtargetFeatureKV *Find(StringRef S, function
188 // Find feature in table.
190 Find(StripFlag(Feature), FeatureTable);
244 // Find CPU entry if CPU name is specified.
246 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable);
271 // Find feature in table.
273 Find(StripFlag(Feature), FeatureTable);
/external/lzma/CPP/Common/
H A DMyVector.h214 int Find(const T& item) const function in class:CObjectVector

Completed in 572 milliseconds

123