Home
last modified time | relevance | path

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

12345

/external/skqp/src/core/
DSkRecordOpts.cpp44 Match; in multiple_set_matrices() typedef
81 Match; typedef
157 Match; typedef
188 typedef Pattern<Is<SaveLayer>, IsDraw, Is<Restore>> Match; typedef
247 Is<Restore>, Is<Restore>, Is<Restore>> Match; typedef
/external/skia/src/core/
DSkRecordOpts.cpp44 Match; in multiple_set_matrices() typedef
81 Match; typedef
157 Match; typedef
188 typedef Pattern<Is<SaveLayer>, IsDraw, Is<Restore>> Match; typedef
247 Is<Restore>, Is<Restore>, Is<Restore>> Match; typedef
/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/libcxx/utils/google-benchmark/src/
Dre.h111 inline bool Regex::Match(const std::string& str) { in Match() function
148 inline bool Regex::Match(const std::string& str) { in Match() function
/external/google-benchmark/src/
Dre.h111 inline bool Regex::Match(const std::string& str) { in Match() function
148 inline bool Regex::Match(const std::string& str) { in Match() function
/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/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/
DBsDiff.java138 static class Match { class in BsDiff
146 private Match(int start, int length) { in Match() method in BsDiff.Match
/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/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/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/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs258 public virtual void Match( string s ) in Match() method in Antlr.Runtime.Lexer
285 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalityPredicates.cpp37 std::pair<LLT, LLT> Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1]}; in typePairInSet() local
47 TypePairAndMemSize Match = {Query.Types[TypeIdx0], Query.Types[TypeIdx1], in typePairAndMemSizeInSet() 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/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/skqp/tests/
DSkPEGTest.cpp22 static MatchT Match(const char* in) { in Match() function
35 static MatchT Match(const char* in) { in Match() function
/external/skia/tests/
DSkPEGTest.cpp22 static MatchT Match(const char* in) { in Match() function
35 static MatchT Match(const char* in) { 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/grpc-grpc/examples/cpp/route_guide/
Dhelper.cc116 bool Match(const std::string& prefix) { in Match() function in routeguide::Parser

12345