Home
last modified time | relevance | path

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

123

/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
DCommentHandlerTest.cpp108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match() function in clang::CommentVerifier
/external/nist-sip/java/gov/nist/core/
DMatch.java38 public interface Match { interface
/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/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
DBaseRecognizer.cs131 public virtual object Match(IIntStream input, int ttype, BitSet follow) { in Match() method in Antlr.Runtime.BaseRecognizer
/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
DBaseRecognizer.cs141 public virtual object Match( IIntStream input, int ttype, BitSet follow ) in Match() method in Antlr.Runtime.BaseRecognizer
/external/ltrace/testsuite/ltrace.main/
Dsystem_calls.exp108 proc Match {d patterns} { procedure
/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp46 StringMatcher::StringPair Match(Spelling, "return true;"); in EmitClangCommentHTMLTagsProperties() local
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp70 StringMatcher::StringPair Match(Spelling, CLiteral.str()); in EmitClangCommentHTMLNamedCharacterReferences() local
/external/lldb/include/lldb/Core/
DRegularExpression.h41 Match (uint32_t max_matches) : in Match() function
/external/skia/src/pdf/
DSkPDFFont.h141 enum Match { enum
/external/regex-re2/re2/
Dset.cc94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const { in Match() function in RE2::Set
/external/llvm/lib/Target/R600/
DSILoadStoreOptimizer.cpp379 MachineBasicBlock::iterator Match = findMatchingDSInst(I, Size); in optimizeBlock() local
390 MachineBasicBlock::iterator Match = findMatchingDSInst(I, Size); in optimizeBlock() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc26 TEST(Suppressions, Match) { in TEST() argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc80 bool SuppressionContext::Match(const char *str, const char *type, in Match() function in __sanitizer::SuppressionContext
/external/selinux/sepolgen/src/sepolgen/
Dmatching.py28 class Match: class
/external/v8/src/
Dregexp-macro-assembler.cc72 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match( in Match() function in v8::internal::NativeRegExpMacroAssembler
Dinterpreter-irregexp.cc575 RegExpImpl::IrregexpResult IrregexpInterpreter::Match( in Match() function in v8::internal::IrregexpInterpreter
/external/v8/test/cctest/
Dtest-date.cc71 bool Match(Rule* rule, int year, int month, int day, int time_in_day_sec) { in Match() function in DateCacheMock
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelDAGToDAG.cpp327 bool Match = false; in SelectADDR8BitOffset() local
/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp179 StringRef Match = MatchTrie.findEquivalent(NativeFilePath, ES); in getCompileCommands() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp2293 if (Instruction *Match = MatchSelectFromAndOr(A, B, C, D)) in visitOr() local
2295 if (Instruction *Match = MatchSelectFromAndOr(B, A, D, C)) in visitOr() local
2297 if (Instruction *Match = MatchSelectFromAndOr(C, B, A, D)) in visitOr() local
2299 if (Instruction *Match = MatchSelectFromAndOr(D, A, B, C)) in visitOr() local
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1094 procedure Match(const S: String); overload; procedure
1095 procedure Match(const C: Integer); overload; procedure
2252 function Match(const Input: IIntStream; const TokenType: Integer; in Match() function
4488 function TBaseRecognizer.Match(const Input: IIntStream; in TBaseRecognizer.Match() function
5455 procedure TLexer.Match(const S: String); procedure
5478 procedure TLexer.Match(const C: Integer); procedure

123