/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/ |
D | Matches.java | 13 public final class Matches { class 18 Matches(int countMax) { in Matches() method in Matches
|
/external/easymock/src/org/easymock/internal/matchers/ |
D | Matches.java | 22 public class Matches implements IArgumentMatcher, Serializable { class 28 public Matches(String regex) { in Matches() method in Matches
|
/external/mockito/src/org/mockito/internal/matchers/ |
D | Matches.java | 14 public class Matches extends ArgumentMatcher<Object> implements Serializable { class 19 public Matches(String regex) { in Matches() method in Matches
|
/external/clang/lib/Sema/ |
D | SemaCUDA.cpp | 215 llvm::SmallVectorImpl<T> &Matches, in EraseUnwantedCUDAMatchesImpl() 241 SmallVectorImpl<FunctionDecl *> &Matches){ in EraseUnwantedCUDAMatches() 247 SmallVectorImpl<DeclAccessPair> &Matches) { in EraseUnwantedCUDAMatches() 256 SmallVectorImpl<std::pair<DeclAccessPair, FunctionDecl *>> &Matches){ in EraseUnwantedCUDAMatches()
|
/external/llvm/lib/TableGen/ |
D | StringMatcher.cpp | 24 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter() 44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches, in EmitStringMatcherForChar()
|
/external/llvm/lib/Support/ |
D | Regex.cpp | 59 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match() 100 SmallVector<StringRef, 8> Matches; in sub() local
|
/external/llvm/unittests/Support/ |
D | RegexTest.cpp | 27 SmallVector<StringRef, 1> Matches; in TEST_F() local 66 SmallVector<StringRef, 4> Matches; in TEST_F() local
|
/external/llvm/include/llvm/TableGen/ |
D | StringMatcher.h | 37 const std::vector<StringPair> &Matches; variable
|
/external/clang/utils/TableGen/ |
D | ClangCommentHTMLTagsEmitter.cpp | 25 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags() local
|
D | ClangCommentCommandInfoEmitter.cpp | 63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo() local
|
/external/webrtc/talk/media/base/ |
D | cryptoparams.h | 44 bool Matches(const CryptoParams& params) const { in Matches() function
|
D | codec.cc | 119 bool Codec::Matches(const Codec& codec) const { in Matches() function in cricket::Codec 193 bool AudioCodec::Matches(const AudioCodec& codec) const { in Matches() function in cricket::AudioCodec
|
D | streamparams.h | 189 bool Matches(const StreamParams& stream) const { in Matches() function
|
/external/gmock/include/gmock/ |
D | gmock-matchers.h | 236 bool Matches(T x) const { in Matches() function 707 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() function 758 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() function
|
D | gmock-spec-builders.h | 329 bool Matches(const ArgumentTuple& args) const { in Matches() function 1085 bool Matches(const ArgumentTuple& args) const in Matches() function
|
/external/webrtc/webrtc/base/ |
D | stringutils_unittest.cc | 19 TEST(string_matchTest, Matches) { in TEST() argument
|
/external/clang/lib/Format/ |
D | WhitespaceManager.cpp | 154 AlignTokenSequence(unsigned Start, unsigned End, unsigned Column, F &&Matches, in AlignTokenSequence() 187 static void AlignTokens(const FormatStyle &Style, F &&Matches, in AlignTokens()
|
/external/clang/unittests/Tooling/ |
D | TestVisitor.h | 177 bool Matches(StringRef Name, FullSourceLoc const &Location) const { in Matches() function
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | receive_statistics_unittest.cc | 262 void Matches(uint32_t num_calls, in Matches() function in webrtc::RtpTestCallback
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 200 bool Matches(T x) const { in Matches() function 619 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() function 670 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() function
|
D | gmock-spec-builders.h | 325 bool Matches(const ArgumentTuple& args) const { in Matches() function 1077 bool Matches(const ArgumentTuple& args) const in Matches() function
|
/external/dng_sdk/source/ |
D | dng_string.cpp | 1442 bool dng_string::Matches (const char *t, in Matches() function in dng_string 1472 bool dng_string::Matches (const char *s, in Matches() function in dng_string
|
/external/regex-re2/re2/ |
D | prog.h | 114 inline bool Matches(int c) { in Matches() function
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 858 TEST(ValueDecl, Matches) { in TEST() argument 873 TEST(EnumConstant, Matches) { in TEST() argument 1842 TEST(TemplateArgument, Matches) { in TEST() argument 1851 TEST(TemplateArgumentCountIs, Matches) { in TEST() argument 1866 TEST(IsIntegral, Matches) { in TEST() argument 1875 TEST(RefersToIntegralType, Matches) { in TEST() argument 1885 TEST(EqualsIntegralValue, Matches) { in TEST() argument
|
/external/llvm/utils/TableGen/ |
D | AsmMatcherEmitter.cpp | 2180 std::vector<StringMatcher::StringPair> Matches; in emitMatchTokenString() local 2199 std::vector<StringMatcher::StringPair> Matches; in emitMatchRegisterName() local
|