/external/chromium/chrome/browser/autofill/ |
D | form_field_unittest.cc | 12 TEST(FormFieldTest, Match) { in TEST() argument 16 EXPECT_TRUE(FormField::Match(&field, string16(), true)); in TEST() 20 EXPECT_TRUE(FormField::Match(&field, string16(), true)); in TEST() 24 EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("^$"), true)); in TEST() 28 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^$"), true)); in TEST() 32 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("a"), true)); in TEST() 36 EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("^head"), true)); in TEST() 37 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^tail"), true)); in TEST() 41 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("head$"), true)); in TEST() 42 EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("tail$"), true)); in TEST() [all …]
|
/external/clang/unittests/Tooling/ |
D | CommentHandlerTest.cpp | 108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match() function in clang::CommentVerifier 140 Verifier.Match("/* comment */", 1, 26); in TEST() 152 Verifier.Match("// comment 1", 1, 13); in TEST() 153 Verifier.Match("// comment 2", 3, 3); in TEST() 164 Verifier.Match("// visible comment", 4, 1); in TEST() 186 Verifier.Match("// visible_1", 1, 21); in TEST() 187 Verifier.Match("// visible_2", 2, 21); in TEST() 188 Verifier.Match("// visible_6", 6, 21); in TEST() 189 Verifier.Match("// visible_7", 7, 21); in TEST() 190 Verifier.Match("// visible_8", 8, 21); in TEST() [all …]
|
D | RecursiveASTVisitorTest.cpp | 17 Match(TypeLocation.getType().getAsString(), TypeLocation.getBeginLoc()); in VisitTypeLoc() 25 Match(Reference->getNameInfo().getAsString(), Reference->getLocation()); in VisitDeclRefExpr() 33 Match(Variable->getNameAsString(), Variable->getLocStart()); in VisitVarDecl() 42 Match(Call->getMethodDecl()->getQualifiedNameAsString(), in VisitCXXMemberCallExpr() 56 Match(NameWithTemplateArgs, Decl->getLocation()); in VisitNamedDecl() 67 Match(getOperatorSpelling(CE->getOperator()), CE->getExprLoc()); in TraverseCXXOperatorCallExpr() 76 Match("", Parens->getExprLoc()); in VisitParenExpr() 90 Match(Stream.str(), ArgLoc.getLocation()); in TraverseTemplateArgumentLoc() 101 Match("true", BE->getLocation()); in VisitCXXBoolLiteralExpr() 103 Match("false", BE->getLocation()); in VisitCXXBoolLiteralExpr() [all …]
|
D | TestVisitor.h | 106 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch() argument 107 DisallowedMatches.push_back(MatchCandidate(Match, Line, Column)); in DisallowMatch() 114 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { in ExpectMatch() argument 115 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column)); in ExpectMatch() 132 void Match(StringRef Name, SourceLocation Location) { in Match() function 179 MatchCandidate const &Match) { 180 return Stream << Match.ExpectedName 181 << " at " << Match.LineNumber << ":" << Match.ColumnNumber;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugTreeGrammar.cs | 297 Match(input,17,Follow._17_in_stat98); in stat() 299 Match(input, TokenTypes.Down, null); in stat() 301 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100); in stat() 309 Match(input, TokenTypes.Up, null); in stat() 322 Match(input,FUNC,Follow._FUNC_in_stat128); in stat() 324 Match(input, TokenTypes.Down, null); in stat() 391 Match(input, TokenTypes.Up, null); in stat() 520 Match(input,16,Follow._16_in_expr172); in expr() 522 Match(input, TokenTypes.Down, null); in expr() 536 Match(input, TokenTypes.Up, null); in expr() [all …]
|
D | ProfileTreeGrammar.cs | 302 Match(input,17,Follow._17_in_stat98); in stat() 304 Match(input, TokenTypes.Down, null); in stat() 306 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100); in stat() 314 Match(input, TokenTypes.Up, null); in stat() 327 Match(input,FUNC,Follow._FUNC_in_stat128); in stat() 329 Match(input, TokenTypes.Down, null); in stat() 396 Match(input, TokenTypes.Up, null); in stat() 525 Match(input,16,Follow._16_in_expr172); in expr() 527 Match(input, TokenTypes.Down, null); in expr() 541 Match(input, TokenTypes.Up, null); in expr() [all …]
|
D | ProfileGrammarLexer.cs | 60 Match('-'); in mT__10() 83 Match('%'); in mT__11() 106 Match('('); in mT__12() 129 Match(')'); in mT__13() 152 Match('*'); in mT__14() 175 Match('/'); in mT__15() 198 Match('+'); in mT__16() 221 Match('='); in mT__17() 375 Match('\r'); in mNEWLINE() 382 Match('\n'); in mNEWLINE()
|
D | DebugGrammarLexer.cs | 60 Match('-'); in mT__10() 83 Match('%'); in mT__11() 106 Match('('); in mT__12() 129 Match(')'); in mT__13() 152 Match('*'); in mT__14() 175 Match('/'); in mT__15() 198 Match('+'); in mT__16() 221 Match('='); in mT__17() 375 Match('\r'); in mNEWLINE() 382 Match('\n'); in mNEWLINE()
|
D | DebugGrammarParser.cs | 340 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72); in stat() 375 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105); in stat() 379 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107); in stat() 390 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111); in stat() 444 NEWLINE9=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat145); in stat() 479 NEWLINE10=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat178); in stat() 592 ID11=(IToken)Match(input,ID,Follow._ID_in_func219); in func() 596 char_literal12=(IToken)Match(input,12,Follow._12_in_func222); in func() 607 char_literal14=(IToken)Match(input,13,Follow._13_in_func226); in func() 611 char_literal15=(IToken)Match(input,17,Follow._17_in_func228); in func() [all …]
|
D | ProfileGrammarParser.cs | 344 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72); in stat() 379 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105); in stat() 383 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107); in stat() 394 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111); in stat() 448 NEWLINE9=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat145); in stat() 483 NEWLINE10=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat178); in stat() 596 ID11=(IToken)Match(input,ID,Follow._ID_in_func219); in func() 600 char_literal12=(IToken)Match(input,12,Follow._12_in_func222); in func() 611 char_literal14=(IToken)Match(input,13,Follow._13_in_func226); in func() 615 char_literal15=(IToken)Match(input,17,Follow._17_in_func228); in func() [all …]
|
/external/iptables/extensions/ |
D | libip6t_rt.man | 1 Match on IPv6 routing header 4 Match the type (numeric). 7 Match the `segments left' field (range). 10 Match the length of this header. 13 Match the reserved field, too (type=0) 16 Match type=0 addresses (list).
|
D | libxt_iprange.man | 4 Match source IP in the specified range. 7 Match destination IP in the specified range.
|
D | libxt_multiport.man | 9 Match if the source port is one of the given ports. The flag 17 Match if the destination port is one of the given ports. The flag 22 Match if either the source or destination ports are equal to one of
|
D | libxt_dscp.man | 5 Match against a numeric (decimal or hex) value [0-63]. 8 Match the DiffServ class. This value may be any of the
|
D | libxt_dccp.man | 7 Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated 12 Match if DCP option set.
|
/external/chromium/sdch/open-vcdiff/src/ |
D | blockhash.h | 78 class Match { 80 Match() : size_(0), source_offset_(-1), target_offset_(-1) { } in Match() function 110 Match(const Match&); // NOLINT 111 void operator=(const Match&); 298 Match* best_match) const;
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_index.cc | 22 struct BookmarkIndex::Match { struct in BookmarkIndex 45 BookmarkIndex::Match::nodes_begin() const { in nodes_begin() argument 49 BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const { in nodes_end() 127 const Match& match, in ExtractBookmarkNodePairs() 171 Match match; in GetBookmarksWithTitleMatchingTerm() 183 Match match; in GetBookmarksWithTitleMatchingTerm() 206 Match* match = &((*matches)[i]); in CombineMatchesInPlace() 225 const Match& match = current_matches[i]; in CombineMatches() 231 result->push_back(Match()); in CombineMatches() 232 Match& combined_match = result->back(); in CombineMatches()
|
D | bookmark_index.h | 58 struct Match; 59 typedef std::vector<Match> Matches; 76 const Match& match,
|
/external/chromium/chrome/browser/history/ |
D | text_database.h | 30 struct Match { struct 31 Match(); 32 ~Match(); 137 std::vector<Match>* results,
|
D | text_database.cc | 61 TextDatabase::Match::Match() {} in Match() function in history::TextDatabase::Match 63 TextDatabase::Match::~Match() {} in ~Match() 304 std::vector<Match>* results, in GetTextMatches() 344 Match& match = results->at(results->size() - 1); in GetTextMatches()
|
D | text_database_manager_unittest.cc | 137 bool ResultsHaveURL(const std::vector<TextDatabase::Match>& results, in ResultsHaveURL() 184 std::vector<TextDatabase::Match> results; in TEST_F() 219 std::vector<TextDatabase::Match> results; in TEST_F() 255 std::vector<TextDatabase::Match> results; in TEST_F() 298 std::vector<TextDatabase::Match> results; in TEST_F() 350 std::vector<TextDatabase::Match> results; in TEST_F() 376 std::vector<TextDatabase::Match> results; in TEST_F() 413 std::vector<TextDatabase::Match> results; in TEST_F() 463 std::vector<TextDatabase::Match> results; in TEST_F() 505 std::vector<TextDatabase::Match> results; in TEST_F()
|
D | text_database_unittest.cc | 57 std::vector<TextDatabase::Match> results; in RowCount() 76 bool ResultsHaveURL(const std::vector<TextDatabase::Match>& results, in ResultsHaveURL() 196 std::vector<TextDatabase::Match> results; in TEST_F() 247 std::vector<TextDatabase::Match> results; in TEST_F() 305 std::vector<TextDatabase::Match> results; in TEST_F()
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/ |
D | mozilla | 34 If-Match 35 If-Match-Any 37 If-None-Match 38 If-None-Match-Any
|
/external/clang/utils/TableGen/ |
D | ClangCommentHTMLTagsEmitter.cpp | 49 StringMatcher::StringPair Match(Spelling, "return true;"); in EmitClangCommentHTMLTagsProperties() local 51 MatchesEndTagOptional.push_back(Match); in EmitClangCommentHTMLTagsProperties() 53 MatchesEndTagForbidden.push_back(Match); in EmitClangCommentHTMLTagsProperties()
|
/external/chromium/webkit/glue/ |
D | regular_expression_unittest.cc | 17 struct Match { struct 25 const Match* matches, in testMatches() 66 const Match matches[] = { in TEST() 88 const Match matches[] = { in TEST()
|