| /external/easymock/src/org/easymock/internal/matchers/ |
| D | Find.java | 23 public class Find implements IArgumentMatcher, Serializable { class 29 public Find(String regex) { in Find() method in Find
|
| /external/mockito/src/org/mockito/internal/matchers/ |
| D | Find.java | 14 public class Find extends ArgumentMatcher<String> implements Serializable { class 19 public Find(String regex) { in Find() method in Find
|
| /external/openfst/src/include/fst/ |
| D | symbol-table.h | 111 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
|
| D | matcher.h | 116 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
|
| D | lookahead-matcher.h | 207 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/ |
| D | NameToDIE.cpp | 39 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
|
| D | DWARFDebugPubnamesSet.cpp | 145 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
|
| D | UniqueDWARFASTType.cpp | 21 UniqueDWARFASTTypeList::Find in Find() function in UniqueDWARFASTTypeList
|
| D | DWARFDebugPubnames.cpp | 267 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
|
| D | UniqueDWARFASTType.h | 152 Find (const lldb_private::ConstString &name, in Find() function
|
| /external/lzma/CPP/Common/ |
| D | MyString.h | 253 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/ |
| D | identity-map.h | 85 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/ |
| D | SkGetCondensedInfo.cpp | 90 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
|
| D | SkMemberInfo.cpp | 484 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/ |
| D | external-reference-check.py | 26 def Find(filename, re): function
|
| /external/skia/src/views/ |
| D | SkTagList.cpp | 16 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) in Find() function in SkTagList
|
| /external/openfst/src/include/fst/extensions/far/ |
| D | far.h | 317 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/ |
| D | rules_parser.py | 63 def Find(self, rule_type_name): member in Rules
|
| D | httpproxy_test.py | 61 def Find(self, unused_rule_type_name): # pylint: disable=unused-argument member in MockRules
|
| /external/pdfium/core/src/fxcrt/ |
| D | fx_basic_list.cpp | 117 FX_POSITION CFX_PtrList::Find(void* searchValue, FX_POSITION startAfter) const { in Find() function in CFX_PtrList
|
| /external/skia/src/core/ |
| D | SkTLS.cpp | 88 void* SkTLS::Find(CreateProc createProc) { in Find() function in SkTLS
|
| /external/v8/src/compiler/ |
| D | node-cache.cc | 64 Node** NodeCache<Key, Hash, Pred>::Find(Zone* zone, Key key) { in Find() function in v8::internal::compiler::NodeCache
|
| /external/libweave/src/commands/ |
| D | command_queue.cc | 140 CommandInstance* CommandQueue::Find(const std::string& id) const { in Find() function in weave::CommandQueue
|
| /external/pdfium/xfa/src/fxbarcode/qrcode/ |
| D | BC_QRAlignmentPatternFinder.cpp | 51 CBC_QRAlignmentPattern* CBC_QRAlignmentPatternFinder::Find(int32_t& e) { in Find() function in CBC_QRAlignmentPatternFinder
|
| /external/lzma/CPP/7zip/Crypto/ |
| D | 7zAes.cpp | 65 bool CKeyInfoCache::Find(CKeyInfo &key) in Find() function in NCrypto::NSevenZ::CKeyInfoCache
|