Searched refs:Match (Results 1 - 25 of 103) sorted by relevance

12345

/external/nist-sip/java/gov/nist/core/
H A DMatch.java28 /** Match template for pattern matching.
38 public interface Match { interface
/external/chromium/chrome/browser/autofill/
H A Dform_field_unittest.cc12 TEST(FormFieldTest, Match) {
16 EXPECT_TRUE(FormField::Match(&field, string16(), true));
20 EXPECT_TRUE(FormField::Match(&field, string16(), true));
24 EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("^$"), true));
28 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^$"), true));
32 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("a"), true));
36 EXPECT_TRUE(FormField::Match(&field, ASCIIToUTF16("^head"), true));
37 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("^tail"), true));
41 EXPECT_FALSE(FormField::Match(&field, ASCIIToUTF16("head$"), true));
42 EXPECT_TRUE(FormField::Match(
[all...]
H A Dform_field.h82 static bool Match(AutofillField* field,
/external/chromium/chrome/browser/history/
H A Dtext_database.h30 struct Match { struct in class:history::TextDatabase
31 Match();
32 ~Match();
137 std::vector<Match>* results,
H A Dtext_database.cc61 TextDatabase::Match::Match() {} function in class:history::TextDatabase::Match
63 TextDatabase::Match::~Match() {}
304 std::vector<Match>* results,
344 Match& match = results->at(results->size() - 1);
H A Dtext_database_manager_unittest.cc137 bool ResultsHaveURL(const std::vector<TextDatabase::Match>& results,
184 std::vector<TextDatabase::Match> results;
219 std::vector<TextDatabase::Match> results;
255 std::vector<TextDatabase::Match> results;
298 std::vector<TextDatabase::Match> results;
350 std::vector<TextDatabase::Match> results;
376 std::vector<TextDatabase::Match> results;
413 std::vector<TextDatabase::Match> results;
463 std::vector<TextDatabase::Match> results;
505 std::vector<TextDatabase::Match> result
[all...]
H A Dtext_database_unittest.cc57 std::vector<TextDatabase::Match> results;
76 bool ResultsHaveURL(const std::vector<TextDatabase::Match>& results,
196 std::vector<TextDatabase::Match> results;
247 std::vector<TextDatabase::Match> results;
305 std::vector<TextDatabase::Match> results;
/external/v8/src/
H A Dinterpreter-irregexp.h39 static RegExpImpl::IrregexpResult Match(Isolate* isolate,
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarLexer.cs60 Match('-');
83 Match('%');
106 Match('(');
129 Match(')');
152 Match('*');
175 Match('/');
198 Match('+');
221 Match('=');
375 Match('\r');
382 Match('\
[all...]
H A DProfileGrammarLexer.cs60 Match('-');
83 Match('%');
106 Match('(');
129 Match(')');
152 Match('*');
175 Match('/');
198 Match('+');
221 Match('=');
375 Match('\r');
382 Match('\
[all...]
H A DDebugTreeGrammar.cs297 Match(input,17,Follow._17_in_stat98);
299 Match(input, TokenTypes.Down, null);
301 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100);
309 Match(input, TokenTypes.Up, null);
322 Match(input,FUNC,Follow._FUNC_in_stat128);
324 Match(input, TokenTypes.Down, null);
391 Match(input, TokenTypes.Up, null);
520 Match(input,16,Follow._16_in_expr172);
522 Match(input, TokenTypes.Down, null);
536 Match(inpu
[all...]
H A DProfileTreeGrammar.cs302 Match(input,17,Follow._17_in_stat98);
304 Match(input, TokenTypes.Down, null);
306 ID2=(CommonTree)Match(input,ID,Follow._ID_in_stat100);
314 Match(input, TokenTypes.Up, null);
327 Match(input,FUNC,Follow._FUNC_in_stat128);
329 Match(input, TokenTypes.Down, null);
396 Match(input, TokenTypes.Up, null);
525 Match(input,16,Follow._16_in_expr172);
527 Match(input, TokenTypes.Down, null);
541 Match(inpu
[all...]
H A DDebugGrammarParser.cs340 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72);
375 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105);
379 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107);
390 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111);
444 NEWLINE9=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat145);
479 NEWLINE10=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat178);
592 ID11=(IToken)Match(input,ID,Follow._ID_in_func219);
596 char_literal12=(IToken)Match(input,12,Follow._12_in_func222);
607 char_literal14=(IToken)Match(input,13,Follow._13_in_func226);
611 char_literal15=(IToken)Match(inpu
[all...]
H A DProfileGrammarParser.cs344 NEWLINE3=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat72);
379 ID4=(IToken)Match(input,ID,Follow._ID_in_stat105);
383 char_literal5=(IToken)Match(input,17,Follow._17_in_stat107);
394 NEWLINE7=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat111);
448 NEWLINE9=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat145);
483 NEWLINE10=(IToken)Match(input,NEWLINE,Follow._NEWLINE_in_stat178);
596 ID11=(IToken)Match(input,ID,Follow._ID_in_func219);
600 char_literal12=(IToken)Match(input,12,Follow._12_in_func222);
611 char_literal14=(IToken)Match(input,13,Follow._13_in_func226);
615 char_literal15=(IToken)Match(inpu
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.h78 class Match { class in class:open_vcdiff::BlockHash
80 Match() : size_(0), source_offset_(-1), target_offset_(-1) { } function in class:open_vcdiff::BlockHash::Match
110 Match(const Match&); // NOLINT
111 void operator=(const Match&);
238 // point to a valid Match object, and cannot be NULL.
239 // The same Match object can be passed
244 // open_vcdiff::BlockHash::Match best_match;
298 Match* best_match) const;
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.h58 struct Match;
59 typedef std::vector<Match> Matches;
76 const Match& match,
99 // Iterates over |matches| updating each Match's nodes to contain the
100 // intersection of the Match's current nodes and the nodes at |index_i|.
101 // If the intersection is empty, the Match is removed.
108 // Match's nodes and the nodes at |index_i|. If the intersection between the
H A Dbookmark_index.cc22 struct BookmarkIndex::Match { struct in class:BookmarkIndex
45 BookmarkIndex::Match::nodes_begin() const {
49 BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const {
127 const Match& match,
171 Match match;
183 Match match;
206 Match* match = &((*matches)[i]);
225 const Match& match = current_matches[i];
231 result->push_back(Match());
232 Match
[all...]
/external/regex-re2/re2/
H A Dset.h26 // it in the result of Match, or -1 if the regexp cannot be parsed.
38 // Match returns true if text matches any of the regexps in the set.
40 bool Match(const StringPiece& text, vector<int>* v) const;
/external/openssh/regress/
H A Daddrmatch.sh24 Match Address 192.168.0.0/16,!192.168.30.0/24,10.0.0.0/8,host.example.com
26 Match Address 1.1.1.1,::1,!::3,2000::/16
/external/chromium/webkit/glue/
H A Dregular_expression_unittest.cc17 struct Match { struct in namespace:__anon2821
25 const Match* matches,
66 const Match matches[] = {
88 const Match matches[] = {
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler.h45 bool Match(const NativeWebKeyboardEvent& wke, EditCommands* edit_commands);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DASTTreeParser.stg97 Match(Input, TToken.DOWN, nil); <checkRuleBacktrackFailure()>
99 Match(Input, TToken.UP, nil); <checkRuleBacktrackFailure()>
102 Match(Input, TToken.DOWN, nil); <checkRuleBacktrackFailure()>
104 Match(Input, TToken.UP, nil); <checkRuleBacktrackFailure()>
174 /** Match ^(label+=TOKEN ...) auto construct */
/external/v8/test/cctest/
H A Dtest-date.cc64 if (Match(&rules_[i], year, month, day, time_in_day_sec)) {
71 bool Match(Rule* rule, int year, int month, int day, int time_in_day_sec) { function in class:DateCacheMock
/external/llvm/include/llvm/Transforms/Utils/
H A DAddrModeMatcher.h81 /// Match - Find the maximal addressing mode that a load/store of V can fold,
84 static ExtAddrMode Match(Value *V, Type *AccessTy, function in class:llvm::AddressingModeMatcher
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmessagequeue.cc328 if (fPeekKeep_ && msgPeek_.Match(phandler, id)) {
340 if (it->Match(phandler, id)) {
357 if (it->msg_.Match(phandler, id)) {

Completed in 392 milliseconds

12345