Searched defs:Match (Results 1 - 25 of 31) 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/chromium/webkit/glue/
H A Dregular_expression_unittest.cc17 struct Match { struct in namespace:__anon2511
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/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.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.cpp95 bool Match = true; local
102 Match = false;
104 Match = false;
113 Match = false;
132 MatchReg &= Match;
/external/v8/src/
H A Dinterpreter-irregexp.cc628 bool IrregexpInterpreter::Match(Isolate* isolate, function in class:v8::internal::IrregexpInterpreter
H A Dregexp-macro-assembler.cc104 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Match( function in class:v8::internal::NativeRegExpMacroAssembler
H A Dserialize.h79 static bool Match(void* key1, void* key2) { return key1 == key2; } function in class:v8::internal::ExternalReferenceEncoder
H A Dscopes.cc69 static bool Match(void* key1, void* key2) { function in namespace:v8::internal
81 VariableMap::VariableMap() : HashMap(Match, &LocalsMapAllocator, 8) {}
H A Dd8.cc99 bool CounterMap::Match(void* key1, void* key2) { function in class:v8::CounterMap
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp198 bool Match = (is12Bit ? local
201 if (Match) {
/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]);
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp96 virtual bool Match(const std::string &S) = 0;
121 virtual bool Match(const std::string &S) { function in class:__anon2892::StandardDirective
141 virtual bool Match(const std::string &S) { function in class:__anon2892::RegexDirective
433 if (D.Match(RightText))
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Datom.c270 * Match() - See if a hash table entry is matches a string.
274 static int Match(HashTable *htable, StringTable *stable, const char *s, int hashloc) function
284 } // Match
413 if (Match(&atable->htable, &atable->stable, s, hashloc))
421 if (Match(&atable->htable, &atable->stable, s, hashloc)) {
/external/bluetooth/glib/tests/
H A Dregex-test.c269 typedef struct _Match Match; typedef in typeref:struct:_Match
274 Match *match = data;
304 Match *match;
308 match = g_new0 (Match, 1);
323 Match *match = g_new0 (Match, 1);
350 Match *exp = l_exp->data;
351 Match *match = l_match->data;
1318 Match *match;
1322 match = g_new0 (Match,
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSSelector.h90 enum Match { enum in class:WebCore::CSSSelector
272 mutable unsigned m_match : 4; // enum Match
/external/libvpx/mkvparser/
H A Dmkvparser.cpp432 bool mkvparser::Match( function in class:mkvparser
477 bool mkvparser::Match( function in class:mkvparser
536 bool mkvparser::Match( function in class:mkvparser
588 bool mkvparser::Match( function in class:mkvparser
640 bool mkvparser::Match( function in class:mkvparser
827 if (Match(pReader, pos, 0x0286, m_version))
829 else if (Match(pReader, pos, 0x02F7, m_readVersion))
831 else if (Match(pReader, pos, 0x02F2, m_maxIdLength))
833 else if (Match(pReader, pos, 0x02F3, m_maxSizeLength))
835 else if (Match(pReade
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp444 // Match simple R + imm12 operands.
450 // Match frame index.
636 // Match simple R +/- imm12 operands.
1178 // Match simple R + imm12 operands.
1184 // Match frame index.
1231 // Match simple R - imm8 operands.
1339 bool Match = false; local
1343 Match = true;
1347 Match = true;
1351 Match
1413 bool Match = false; local
[all...]

Completed in 1686 milliseconds

12