Searched defs:Match (Results 1 - 25 of 46) sorted by relevance

12

/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/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);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs166 // Match() routine has already called recover()
250 public virtual void Match( string s ) method in class:Antlr.Runtime.Lexer
277 public virtual void Match( int c ) method in class:Antlr.Runtime.Lexer
H A DBaseRecognizer.cs127 * Match current input symbol against ttype. Attempt
141 public virtual object Match( IIntStream input, int ttype, BitSet follow ) method in class:Antlr.Runtime.BaseRecognizer
161 /** <summary>Match the wildcard: in a symbol</summary> */
746 * Match needs to return the current input symbol, which gets put
/external/chromium/webkit/glue/
H A Dregular_expression_unittest.cc17 struct Match { struct in namespace:__anon3233
25 const Match* matches,
66 const Match matches[] = {
88 const Match matches[] = {
/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/regex-re2/re2/
H A Dset.cc94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const { function in class:RE2::Set
96 LOG(DFATAL) << "RE2::Set::Match without Compile";
104 LOG(DFATAL) << "RE2::Set::Match: DFA ran out of cache space";
109 LOG(DFATAL) << "RE2::Set::Match: match but unknown regexp set";
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs208 public virtual void Match(string s) { method in class:Antlr.Runtime.Lexer
230 public virtual void Match(int c) { method in class:Antlr.Runtime.Lexer
H A DBaseRecognizer.cs117 * Match current input symbol against ttype. Attempt
131 public virtual object Match(IIntStream input, int ttype, BitSet follow) { method in class:Antlr.Runtime.BaseRecognizer
148 /** <summary>Match the wildcard: in a symbol</summary> */
662 * Match needs to return the current input symbol, which gets put
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs266 public void Match( string s ) method in class:Antlr.Runtime.SlimLexer
293 public void Match( int c ) method in class:Antlr.Runtime.SlimLexer
/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/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp108 void Match(const char *Message, unsigned Line, unsigned Col) { function in class:clang::CommentVerifier
140 Verifier.Match("/* comment */", 1, 26);
152 Verifier.Match("// comment 1", 1, 13);
153 Verifier.Match("// comment 2", 3, 3);
164 Verifier.Match("// visible comment", 4, 1);
186 Verifier.Match("// visible_1", 1, 21);
187 Verifier.Match("// visible_2", 2, 21);
188 Verifier.Match("// visible_6", 6, 21);
189 Verifier.Match("// visible_7", 7, 21);
190 Verifier.Match("// visible_
[all...]
H A DTestVisitor.h103 /// \brief Expect 'Match' *not* to occur at the given 'Line' and 'Column'.
106 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { argument
107 DisallowedMatches.push_back(MatchCandidate(Match, Line, Column));
110 /// \brief Expect 'Match' to occur at the given 'Line' and 'Column'.
114 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { argument
115 ExpectedMatches.push_back(ExpectedMatch(Match, Line, Column));
132 void Match(StringRef Name, SourceLocation Location) { function in class:clang::ExpectedLocationVisitor
179 MatchCandidate const &Match) {
180 return Stream << Match.ExpectedName
181 << " at " << Match
178 operator <<(std::ostream &Stream, MatchCandidate const &Match) argument
[all...]
/external/v8/src/
H A Dinterface.cc35 static bool Match(void* key1, void* key2) { function in namespace:v8::internal
88 if (*map == NULL) *map = new ZoneHashMap(Match, 8);
H A Dinterpreter-irregexp.cc628 RegExpImpl::IrregexpResult IrregexpInterpreter::Match( function in class:v8::internal::IrregexpInterpreter
H A Dregexp-macro-assembler.cc104 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match( function in class:v8::internal::NativeRegExpMacroAssembler
/external/chromium/chrome/browser/bookmarks/
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/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler.cc28 bool GtkKeyBindingsHandler::Match(const NativeWebKeyboardEvent& wke, function in class:GtkKeyBindingsHandler
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmessagequeue.h128 inline bool Match(MessageHandler* handler, uint32 id) const { function in struct:talk_base::Message
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp112 bool Match = true; local
119 Match = false;
121 Match = false;
130 Match = false;
151 MatchReg &= Match;
/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/utils/FileCheck/
H A DFileCheck.cpp84 /// Match - Match the pattern string against the input buffer Buffer. This
90 size_t Match(StringRef Buffer, size_t &MatchLen,
282 /// Match - Match the pattern string against the input buffer Buffer. This
285 size_t Pattern::Match(StringRef Buffer, size_t &MatchLen, function in class:Pattern
326 // Match the newly constructed regex.
697 size_t MatchPos = CheckStr.Pat.Match(Buffer, MatchLen, VariableTable);
742 size_t Pos = CheckStr.NotStrings[ChunkNo].second.Match(SkippedRegion,
/external/chromium/chrome/browser/autofill/
H A Dform_field.cc125 bool FormField::Match(AutofillField* field, function in class:FormField
208 if (Match(field, pattern, match_label_only)) {
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc300 ModuleEnumerator::ModuleStatus ModuleEnumerator::Match( function in class:ModuleEnumerator
619 // Match this module against the blacklist.
635 ModuleStatus status = Match(*module, kModuleBlacklist[i]);

Completed in 537 milliseconds

12