Home
last modified time | relevance | path

Searched defs:Match (Results 1 – 25 of 85) sorted by relevance

1234

/external/nist-sip/java/gov/nist/core/
DMatch.java38 public interface Match { interface
/external/ltrace/testsuite/ltrace.main/
Dsystem_calls.exp108 proc Match {d patterns} { procedure
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
Ddiff.rb3 Match = Struct.new(:start_in_old, :start_in_new, :size) constant
4 class Match class
/external/chromium_org/chrome/browser/autocomplete/
Dsearch_provider_unittest.cc2688 struct Match { in TEST_F() struct
2689 std::string contents; in TEST_F()
2690 std::string description; in TEST_F()
2691 std::string query_params; in TEST_F()
2692 std::string fill_into_edit; in TEST_F()
2693 AutocompleteMatchType::Type type; in TEST_F()
2775 struct Match { in TEST_F() struct
2776 std::string contents; in TEST_F()
2777 bool allowed_to_be_prefetched; in TEST_F()
2778 AutocompleteMatchType::Type type; in TEST_F()
[all …]
/external/clang/unittests/Tooling/
DTestVisitor.h123 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch()
131 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { in ExpectMatch()
149 void Match(StringRef Name, SourceLocation Location) { in Match() function
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
Dresults_unittest.py62 def Match(self, s): member in MockRegexMatchingRule
Dmmap_classifier.py67 def Match(self, map_entry): member in _MmapRule
Drules.py88 def Match(self, _): # pylint: disable=R0201 member in Rule
Dnative_heap_classifier.py185 def Match(self, allocation): member in _NHeapRule
/external/chromium_org/components/autofill/core/browser/
Dform_field_unittest.cc16 TEST(FormFieldTest, Match) { in TEST() argument
/external/chromium_org/net/base/
Dip_pattern.cc44 bool IPPattern::ComponentPattern::Match(uint32 value) const { in Match() function in net::IPPattern::ComponentPattern
61 bool IPPattern::Match(const IPAddressNumber& address) const { in Match() function in net::IPPattern
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs208 public virtual void Match(string s) { in Match() method in Antlr.Runtime.Lexer
230 public virtual void Match(int c) { in Match() method in Antlr.Runtime.Lexer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs250 public virtual void Match( string s ) in Match() method in Antlr.Runtime.Lexer
277 public virtual void Match( int c ) in Match() method in Antlr.Runtime.Lexer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs266 public void Match( string s ) in Match() method in Antlr.Runtime.SlimLexer
293 public void Match( int c ) in Match() method in Antlr.Runtime.SlimLexer
/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp46 StringMatcher::StringPair Match(Spelling, "return true;"); in EmitClangCommentHTMLTagsProperties() local
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp70 StringMatcher::StringPair Match(Spelling, CLiteral.str()); in EmitClangCommentHTMLNamedCharacterReferences() local
/external/chromium_org/tools/findit/
Dmatch_set.py15 class Match(object): class
/external/lldb/include/lldb/Core/
DRegularExpression.h41 Match (uint32_t max_matches) : in Match() function
/external/chromium_org/components/bookmarks/browser/
Dbookmark_index.cc68 struct BookmarkIndex::Match { struct in bookmarks::BookmarkIndex
70 std::list<Index::const_iterator> terms;
79 NodeSet nodes;
/external/chromium_org/third_party/re2/re2/
Dset.cc94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const { in Match() function in RE2::Set
/external/regex-re2/re2/
Dset.cc94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const { in Match() function in RE2::Set
/external/chromium_org/components/url_matcher/
Dregex_set_matcher.cc38 bool RegexSetMatcher::Match(const std::string& text, in Match() function in url_matcher::RegexSetMatcher
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc26 TEST(Suppressions, Match) { in TEST() argument
/external/chromium_org/third_party/skia/src/pathops/
DSkDQuadImplicit.cpp113 bool SkDQuadImplicit::Match(const SkDQuad& quad1, const SkDQuad& quad2) { in Match() function in SkDQuadImplicit
/external/skia/src/pathops/
DSkDQuadImplicit.cpp113 bool SkDQuadImplicit::Match(const SkDQuad& quad1, const SkDQuad& quad2) { in Match() function in SkDQuadImplicit

1234