Home
last modified time | relevance | path

Searched defs:Match (Results 1 – 25 of 77) sorted by relevance

1234

/external/skqp/src/core/
DSkRecordOpts.cpp43 Match; in multiple_set_matrices() typedef
80 Match; typedef
156 Match; typedef
187 typedef Pattern<Is<SaveLayer>, IsDraw, Is<Restore>> Match; typedef
245 Is<Restore>, Is<Restore>, Is<Restore>> Match; typedef
/external/skia/src/core/
DSkRecordOpts.cpp43 Match; in multiple_set_matrices() typedef
80 Match; typedef
156 Match; typedef
187 typedef Pattern<Is<SaveLayer>, IsDraw, Is<Restore>> Match; typedef
245 Is<Restore>, Is<Restore>, Is<Restore>> Match; typedef
/external/google-benchmark/src/
Dre.h93 inline bool Regex::Match(const std::string& str) { in Match() function
130 inline bool Regex::Match(const std::string& str) { in Match() function
/external/libcxx/utils/google-benchmark/src/
Dre.h93 inline bool Regex::Match(const std::string& str) { in Match() function
130 inline bool Regex::Match(const std::string& str) { in Match() function
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
DFeatureMatcherTest.java36 public static class Match extends IsEqual<String> { class in FeatureMatcherTest
37 public Match(String equalArg) { super(equalArg); } in Match() method in FeatureMatcherTest.Match
/external/nist-sip/java/gov/nist/core/
DMatch.java38 public interface Match { interface
/external/llvm/lib/Fuzzer/test/
DSimpleDictionaryTest.cpp19 size_t Match = 0; in LLVMFuzzerTestOneInput() local
/external/clang/unittests/Tooling/
DTestVisitor.h123 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch()
131 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { in ExpectMatch()
149 void Match(StringRef Name, SourceLocation Location) { in Match() function
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs208 public virtual void Match(string s) { in Match() method in Antlr.Runtime.Lexer
230 public virtual void Match(int c) { in Match() method in Antlr.Runtime.Lexer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs266 public void Match( string s ) in Match() method in Antlr.Runtime.SlimLexer
293 public void Match( int c ) in Match() method in Antlr.Runtime.SlimLexer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs250 public virtual void Match( string s ) in Match() method in Antlr.Runtime.Lexer
277 public virtual void Match( int c ) in Match() method in Antlr.Runtime.Lexer
/external/swiftshader/third_party/subzero/pydir/
Dcrosstest_generator.py13 def Match(desc, includes, excludes, default_match): function
/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp45 StringMatcher::StringPair Match(Spelling, "return true;"); in EmitClangCommentHTMLTagsProperties() local
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp70 StringMatcher::StringPair Match(Spelling, CLiteral.str()); in EmitClangCommentHTMLNamedCharacterReferences() local
/external/clang/lib/Sema/
DSemaCUDA.cpp156 auto GetCFP = [&](const T &Match) { in EraseUnwantedCUDAMatchesImpl()
168 [&](const T &Match) { return GetCFP(Match) < BestCFP; }), in EraseUnwantedCUDAMatchesImpl()
469 NamedDecl *Match = *It; in maybeAddCUDAHostDeviceAttrs() local
/external/skia/experimental/svg/model/
DSkPEG.h57 static MatchT Match(const char* in) { in Match() function
/external/skqp/experimental/svg/model/
DSkPEG.h57 static MatchT Match(const char* in) { in Match() function
/external/v8/src/parsing/
Dduplicate-finder.cc40 bool DuplicateFinder::Match(void* first, void* second) { in Match() function in v8::internal::DuplicateFinder
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc26 TEST(Suppressions, Match) { in TEST() argument
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DAddrModeMatcher.h84 static ExtAddrMode Match(Value *V, Type *AccessTy, in Match() function
/external/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp382 MachineBasicBlock::iterator Match = findMatchingDSInst(I, Size); in optimizeBlock() local
393 MachineBasicBlock::iterator Match = findMatchingDSInst(I, Size); in optimizeBlock() local
/external/skqp/tests/
DSkPEGTest.cpp21 static MatchT Match(const char* in) { in Match() function
34 static MatchT Match(const char* in) { in Match() function
/external/skia/tests/
DSkPEGTest.cpp21 static MatchT Match(const char* in) { in Match() function
34 static MatchT Match(const char* in) { in Match() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc78 bool SuppressionContext::Match(const char *str, const char *type, in Match() function in __sanitizer::SuppressionContext
/external/tensorflow/tensorflow/core/util/
Dequal_graph_def_test.cc54 bool Match() { in Match() function in tensorflow::__anon548f00c10111::EqualGraphDefTest
78 TEST_F(EqualGraphDefTest, Match) { in TEST_F() argument

1234