Home
last modified time | relevance | path

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

1234

/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/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/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
/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/lzma/CPP/Common/
DMyString.h253 int Find(char c) const { return FindCharPosInString(_chars, c); } in Find() function
254 int Find(char c, unsigned startIndex) const in Find() function
260 int Find(const AString &s) const { return Find(s, 0); } in Find() function
418 int Find(wchar_t c) const { return FindCharPosInString(_chars, c); } in Find() function
419 int Find(wchar_t c, unsigned startIndex) const in Find() function
424 int Find(const UString &s) const { return Find(s, 0); } in Find() function
/external/v8/src/
Didentity-map.h85 V* Find(Handle<Object> key) { return Find(*key); } in Find() function
86 V* Find(Object* key) { return reinterpret_cast<V*>(FindEntry(key)); } 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.py26 def Find(filename, re): function
/external/skia/src/views/
DSkTagList.cpp16 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) in Find() function in SkTagList
/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/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Drules_parser.py63 def Find(self, rule_type_name): member in Rules
Dhttpproxy_test.py61 def Find(self, unused_rule_type_name): # pylint: disable=unused-argument member in MockRules
/external/pdfium/core/src/fxcrt/
Dfx_basic_list.cpp117 FX_POSITION CFX_PtrList::Find(void* searchValue, FX_POSITION startAfter) const { in Find() function in CFX_PtrList
/external/skia/src/core/
DSkTLS.cpp88 void* SkTLS::Find(CreateProc createProc) { in Find() function in SkTLS
/external/v8/src/compiler/
Dnode-cache.cc64 Node** NodeCache<Key, Hash, Pred>::Find(Zone* zone, Key key) { in Find() function in v8::internal::compiler::NodeCache
/external/libweave/src/commands/
Dcommand_queue.cc140 CommandInstance* CommandQueue::Find(const std::string& id) const { in Find() function in weave::CommandQueue
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRAlignmentPatternFinder.cpp51 CBC_QRAlignmentPattern* CBC_QRAlignmentPatternFinder::Find(int32_t& e) { in Find() function in CBC_QRAlignmentPatternFinder
/external/lzma/CPP/7zip/Crypto/
D7zAes.cpp65 bool CKeyInfoCache::Find(CKeyInfo &key) in Find() function in NCrypto::NSevenZ::CKeyInfoCache

1234