Home
last modified time | relevance | path

Searched refs:Match (Results 1 – 25 of 170) sorted by relevance

1234567

/external/chromium/chrome/browser/autofill/
Dform_field_unittest.cc12 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/
Dlibip6t_rt.man1 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).
Dlibxt_iprange.man4 Match source IP in the specified range.
7 Match destination IP in the specified range.
Dlibxt_multiport.man9 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
Dlibxt_dscp.man5 Match against a numeric (decimal or hex) value [0-63].
8 Match the DiffServ class. This value may be any of the
Dlibxt_dccp.man7 Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated
12 Match if DCP option set.
Dlibxt_conntrack.man18 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
Dlibxt_connlimit.man5 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.
Dlibxt_rateest.man38 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/
Dblockhash.h78 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/
Dbookmark_index.cc22 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()
Dbookmark_index.h58 struct Match;
59 typedef std::vector<Match> Matches;
76 const Match& match,
/external/chromium/chrome/browser/history/
Dtext_database.h30 struct Match { struct
31 Match();
32 ~Match();
137 std::vector<Match>* results,
Dtext_database.cc61 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()
Dtext_database_manager_unittest.cc137 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()
Dtext_database_unittest.cc57 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/
Dmozilla34 If-Match
35 If-Match-Any
37 If-None-Match
38 If-None-Match-Any
/external/chromium/webkit/glue/
Dregular_expression_unittest.cc17 struct Match { struct
25 const Match* matches, in testMatches()
66 const Match matches[] = { in TEST()
88 const Match matches[] = { in TEST()
/external/libvpx/mkvparser/
Dmkvparser.hpp38 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/
Dmessagequeue.cc328 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/
DMatch.java38 public interface Match { interface
/external/v8/src/
Dinterpreter-irregexp.h39 static bool Match(Isolate* isolate,
/external/clang/lib/Frontend/
DVerifyDiagnosticsClient.cpp87 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/
Dgrepoutput810 13-Before 222
14-Before 333…15:Match
/external/bluetooth/glib/tests/
Dregex-test.c269 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 …]

1234567