/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/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.
|
D | libxt_conntrack.man | 18 Match against original/reply source/destination address 27 Match against original/reply source/destination port (TCP/UDP/etc.) or GRE key. 35 Match remaining lifetime in seconds against given value or range of values 39 Match packets that are flowing in the specified direction. If this flag is not
|
D | libxt_connlimit.man | 5 Match if the number of existing connections is below or equal \fIn\fP. 8 Match if the number of existing connections is above \fIn\fP.
|
D | libxt_rateest.man | 38 Match if rate is less than given rate/estimator. 41 Match if rate is greater than given rate/estimator. 44 Match if rate is equal to given rate/estimator.
|
/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/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()
|
/external/libvpx/mkvparser/ |
D | mkvparser.hpp | 38 bool Match(IMkvReader*, long long&, unsigned long, long long&); 39 bool Match(IMkvReader*, long long&, unsigned long, char*&); 40 bool Match(IMkvReader*, long long&, unsigned long, unsigned char*&, size_t&); 41 bool Match(IMkvReader*, long long&, unsigned long, double&); 42 bool Match(IMkvReader*, long long&, unsigned long, short&);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | messagequeue.cc | 328 if (fPeekKeep_ && msgPeek_.Match(phandler, id)) { in Clear() 340 if (it->Match(phandler, id)) { in Clear() 357 if (it->msg_.Match(phandler, id)) { in Clear()
|
/external/nist-sip/java/gov/nist/core/ |
D | Match.java | 38 public interface Match { interface
|
/external/v8/src/ |
D | interpreter-irregexp.h | 39 static bool Match(Isolate* isolate,
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticsClient.cpp | 87 virtual bool Match(const std::string &S) = 0; 112 virtual bool Match(const std::string &S) { in Match() function in __anon6150ab3a0111::StandardDirective 132 virtual bool Match(const std::string &S) { in Match() function in __anon6150ab3a0111::RegexDirective 426 if (D.Match(RightText)) in CheckLists()
|
/external/pcre/testdata/ |
D | grepoutput8 | 10 13-Before 222
14-Before 333
15:Match
|
/external/bluetooth/glib/tests/ |
D | regex-test.c | 269 typedef struct _Match Match; typedef 274 Match *match = data; in free_match() 304 Match *match; in test_match_next() 308 match = g_new0 (Match, 1); in test_match_next() 323 Match *match = g_new0 (Match, 1); in test_match_next() 350 Match *exp = l_exp->data; in test_match_next() 351 Match *match = l_match->data; in test_match_next() 1318 Match *match; in test_match_all_full() 1322 match = g_new0 (Match, 1); in test_match_all_full() 1363 Match *exp = l_exp->data; in test_match_all_full() [all …]
|