Home
last modified time | relevance | path

Searched defs:Find (Results 1 – 25 of 71) sorted by relevance

123

/external/mockito/src/org/mockito/internal/matchers/
DFind.java14 public class Find extends ArgumentMatcher<String> implements Serializable { class
19 public Find(String regex) { in Find() method in Find
/external/easymock/src/org/easymock/internal/matchers/
DFind.java23 public class Find implements IArgumentMatcher, Serializable { class
29 public Find(String regex) { in Find() method in Find
/external/openfst/src/include/fst/
Dsymbol-table.h111 string Find(int64 key) const { in Find() function
126 int64 Find(const string& symbol) const { in Find() function
133 int64 Find(const char* symbol) const { in Find() function
376 virtual string Find(int64 key) const { in Find() function
382 virtual int64 Find(const string& symbol) const { in Find() function
388 virtual int64 Find(const char* symbol) const { in Find() function
Dmatcher.h116 bool Find(Label label) { return Find_(label); } in Find() function
228 bool Find(Label match_label) { in Find() function
453 bool Find(Label match_label) { in Find() function
628 bool Find(Label match_label) { in Find() function
884 bool PhiMatcher<M>::Find(Label match_label) { in Find() function
1113 bool MultiEpsMatcher<M>::Find(Label match_label) { in Find() function
1187 bool Find(Label label) { return base_->Find(label); } in Find() function
Dlookahead-matcher.h207 bool Find(Label label) { return matcher_.Find(label); } in Find() function
291 bool Find(Label label) { return matcher_.Find(label); } in Find() function
489 bool Find(Label label) { in Find() function
738 bool Find(Label label) { return base_->Find(label); } in Find() function
Dmatcher-fst.h228 bool Find(Label label) { return matcher_->Find(label); } in Find() function
269 bool Find(Label label) { return matcher_->Find(label); } in Find() function
/external/lldb/source/Plugins/SymbolFile/DWARF/
DNameToDIE.cpp39 NameToDIE::Find (const ConstString &name, DIEArray &info_array) const in Find() function in NameToDIE
45 NameToDIE::Find (const RegularExpression& regex, DIEArray &info_array) const in Find() function in NameToDIE
DDWARFDebugPubnamesSet.cpp145 DWARFDebugPubnamesSet::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offse… in Find() function in DWARFDebugPubnamesSet
156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_co… in Find() function in DWARFDebugPubnamesSet
DUniqueDWARFASTType.cpp21 UniqueDWARFASTTypeList::Find in Find() function in UniqueDWARFASTTypeList
DDWARFDebugPubnames.cpp267 DWARFDebugPubnames::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offsets)… in Find() function in DWARFDebugPubnames
283 DWARFDebugPubnames::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) con… in Find() function in DWARFDebugPubnames
DUniqueDWARFASTType.h152 Find (const lldb_private::ConstString &name, in Find() function
/external/skia/src/animator/
DSkGetCondensedInfo.cpp90 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, int* index) { in Find() function in SkMemberInfo
110 const SkMemberInfo* SkMemberInfo::Find(SkDisplayTypes type, const char** matchPtr) { in Find() function in SkMemberInfo
DSkMemberInfo.cpp484 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, int* index) { in Find() function in SkMemberInfo
505 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, const char** matchPtr)… in Find() function in SkMemberInfo
/external/v8/tools/
Dexternal-reference-check.py25 def Find(filename, re): function
/external/skia/src/views/
DSkTagList.cpp16 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) in Find() function in SkTagList
/external/lzma/CPP/Common/
DMyString.h365 int Find(T c) const { return Find(c, 0); } in Find() function
366 int Find(T c, int startIndex) const in Find() function
378 int Find(const CStringBase &s) const { return Find(s, 0); } in Find() function
379 int Find(const CStringBase &s, int startIndex) const in Find() function
/external/openfst/src/include/fst/extensions/far/
Dfar.h317 bool Find(const string &key) { return reader_->Find(key); } in Find() function
365 bool Find(const string &key) { return reader_->Find(key); } in Find() function
441 bool Find(const string &key) { in Find() function
/external/pdfium/core/src/fxcrt/
Dfx_basic_list.cpp127 FX_POSITION CFX_PtrList::Find(void* searchValue, FX_POSITION startAfter) const in Find() function in CFX_PtrList
/external/webrtc/src/system_wrappers/source/
Dmap.cc129 MapItem* MapWrapper::Find(int id) const in Find() function in webrtc::MapWrapper
Dmap_no_stl.cc145 MapNoStlItem* MapNoStl::Find(int id) const in Find() function in webrtc::MapNoStl
/external/skia/src/core/
DSkTLS.cpp81 void* SkTLS::Find(CreateProc createProc) { in Find() function in SkTLS
DSkBitmapCache.cpp95 bool SkBitmapCache::Find(const SkBitmap& src, SkScalar invScaleX, SkScalar invScaleY, SkBitmap* res… in Find() function in SkBitmapCache
119 bool SkBitmapCache::Find(uint32_t genID, const SkIRect& subset, SkBitmap* result, in Find() function in SkBitmapCache
/external/v8/src/compiler/
Dnode-cache.cc78 Node** NodeCache<Key>::Find(Zone* zone, Key key) { in Find() function in v8::internal::compiler::NodeCache
/external/lzma/CPP/Windows/
DFileFind.cpp201 bool CFileInfo::Find(LPCTSTR wildcard) in Find() function in NWindows::NFile::NFind::CFileInfo
223 bool CFileInfoW::Find(LPCWSTR wildcard) in Find() function in NWindows::NFile::NFind::CFileInfoW
/external/llvm/unittests/ADT/
DSmallStringTest.cpp117 TEST_F(SmallStringTest, Find) { in TEST_F() argument

123