| /external/clang/unittests/Tooling/ |
| D | TestVisitor.h | 123 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
|
| D | CommentHandlerTest.cpp | 108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match() function in clang::CommentVerifier
|
| /external/nist-sip/java/gov/nist/core/ |
| D | Match.java | 38 public interface Match { interface
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
| D | SlimLexer.cs | 266 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/ |
| D | Lexer.cs | 208 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
|
| D | BaseRecognizer.cs | 131 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/ |
| D | Lexer.cs | 250 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
|
| D | BaseRecognizer.cs | 141 public virtual object Match( IIntStream input, int ttype, BitSet follow ) in Match() method in Antlr.Runtime.BaseRecognizer
|
| /external/ltrace/testsuite/ltrace.main/ |
| D | system_calls.exp | 108 proc Match {d patterns} { procedure
|
| /external/clang/utils/TableGen/ |
| D | ClangCommentHTMLTagsEmitter.cpp | 46 StringMatcher::StringPair Match(Spelling, "return true;"); in EmitClangCommentHTMLTagsProperties() local
|
| D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 70 StringMatcher::StringPair Match(Spelling, CLiteral.str()); in EmitClangCommentHTMLNamedCharacterReferences() local
|
| /external/lldb/include/lldb/Core/ |
| D | RegularExpression.h | 41 Match (uint32_t max_matches) : in Match() function
|
| /external/skia/src/pdf/ |
| D | SkPDFFont.h | 141 enum Match { enum
|
| /external/regex-re2/re2/ |
| D | set.cc | 94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const { in Match() function in RE2::Set
|
| /external/llvm/lib/Target/R600/ |
| D | SILoadStoreOptimizer.cpp | 379 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/ |
| D | sanitizer_suppressions_test.cc | 26 TEST(Suppressions, Match) { in TEST() argument
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_suppressions.cc | 80 bool SuppressionContext::Match(const char *str, const char *type, in Match() function in __sanitizer::SuppressionContext
|
| /external/selinux/sepolgen/src/sepolgen/ |
| D | matching.py | 28 class Match: class
|
| /external/v8/src/ |
| D | regexp-macro-assembler.cc | 72 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match( in Match() function in v8::internal::NativeRegExpMacroAssembler
|
| D | interpreter-irregexp.cc | 575 RegExpImpl::IrregexpResult IrregexpInterpreter::Match( in Match() function in v8::internal::IrregexpInterpreter
|
| /external/v8/test/cctest/ |
| D | test-date.cc | 71 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/ |
| D | AMDILISelDAGToDAG.cpp | 327 bool Match = false; in SelectADDR8BitOffset() local
|
| /external/clang/lib/Tooling/ |
| D | JSONCompilationDatabase.cpp | 179 StringRef Match = MatchTrie.findEquivalent(NativeFilePath, ES); in getCompileCommands() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAndOrXor.cpp | 2293 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/ |
| D | Antlr.Runtime.pas | 1094 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
|