HomeSort by relevance Sort by last modified time
    Searched defs:Match (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/nist-sip/java/gov/nist/core/
Match.java 28 /** Match template for pattern matching.
38 public interface Match {
39 /** Return true if a match occurs for searchString.
40 * This is used for pattern matching in the find and replace and match
45 public boolean match(String searchString); method in interface:Match
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
rules.py 22 match the value of their parent.
44 +------------------+ Match all. +--------------------+
50 |File: foo* | +---+File: bar* +-----+ | Match all |
56 |File: bar*cof| | Match all |
81 Embedders must override the Match method when deriving this class.
88 def Match(self, _): # pylint: disable=R0201
92 that the totals match at any level of the tree.
results_unittest.py 62 def Match(self, s):
63 return bool(re.match(self._regex, s)
mmap_classifier.py 67 def Match(self, map_entry):
native_heap_classifier.py 15 rule-1 will match any allocation that has 'foo' in one of its stack frames.
16 rule-2 will match any allocation that has a stack frame matching 'foo' AND a
18 will not match a stacktrace like ['bar baz', 'foo'].
19 rule-3 will match any allocation in which at least one of the source paths in
21 rule-4 will match any allocation which satisfies both the conditions.
185 def Match(self, allocation):
186 # Match the source file path, if the 'source_path' filter is specified.
198 # Match the stack traces symbols, if the 'stacktrace' filter is specified.
  /external/chromium_org/tools/findit/
match_set.py 15 class Match(object):
16 """Represents a match entry.
18 A match is a CL that is suspected to have caused the crash. A match object
77 review_url_line_match = REVIEW_URL_PATTERN.match(line)
101 revert = self.REVERT_PATTERN.match(line)
111 matches: A map from CL to a match object.
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_helper_unittest.cc 53 bool Match(const GURL& origin,
117 EXPECT_FALSE(Match(kOrigin1, kUnprotected, mock_policy.get()));
118 EXPECT_TRUE(Match(kOrigin2, kUnprotected, mock_policy.get()));
119 EXPECT_FALSE(Match(kOriginExt, kUnprotected, mock_policy.get()));
120 EXPECT_FALSE(Match(kOriginDevTools, kUnprotected, mock_policy.get()));
122 EXPECT_TRUE(Match(kOrigin1, kProtected, mock_policy.get()));
123 EXPECT_FALSE(Match(kOrigin2, kProtected, mock_policy.get()));
124 EXPECT_FALSE(Match(kOriginExt, kProtected, mock_policy.get()));
125 EXPECT_FALSE(Match(kOriginDevTools, kProtected, mock_policy.get()));
127 EXPECT_FALSE(Match(kOrigin1, kExtension, mock_policy.get()))
    [all...]
  /external/chromium_org/components/autofill/core/browser/
form_field.cc 70 AutofillField** match) {
71 return ParseFieldSpecifics(scanner, pattern, MATCH_DEFAULT, match);
78 AutofillField** match) {
87 return MatchAndAdvance(scanner, pattern, match_type, match);
92 AutofillField** match) {
96 match);
114 AutofillField** match) {
116 if (FormField::Match(field, pattern, match_type)) {
117 if (match)
118 *match = field
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
diff.rb 3 Match = Struct.new(:start_in_old, :start_in_new, :size)
4 class Match
39 # an empty match at the end forces the loop below to handle the unmatched tails
41 matches << Match.new(@old_words.length, @new_words.length, 0)
43 matches.each_with_index do |match, i|
44 match_starts_at_current_position_in_old = (position_in_old == match.start_in_old)
45 match_starts_at_current_position_in_new = (position_in_new == match.start_in_new)
63 position_in_old, match.start_in_old,
64 position_in_new, match.start_in_new)
67 if match.size !=
    [all...]
  /external/chromium_org/third_party/re2/re2/
set.cc 47 // Concatenate with match index and push on vector.
94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const {
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/regex-re2/re2/
set.cc 47 // Concatenate with match index and push on vector.
94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const {
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/chromium_org/components/url_matcher/
regex_set_matcher.cc 38 bool RegexSetMatcher::Match(const std::string& text,
49 // match case-sensitively.
70 substring_matcher_->Match(text, &atoms_set);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_re2.cc 121 virtual bool Match(const string& input_string,
  /external/lldb/include/lldb/Core/
RegularExpression.h 38 class Match
41 Match (uint32_t max_matches) :
154 /// Execute a regular expression match using the compiled regular
155 /// expression that is already in this object against the match
162 /// The string to match against the compile regular expression.
164 /// @param[in] match
165 /// A pointer to a RegularExpression::Match structure that was
177 Execute (const char* string, Match *match = NULL, int execute_flags = 0) const;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
Match.java 26 /** A match is a potential pairing of two segments with a given {@link ConstraintType}. */
27 class Match {
37 /** the type of constraint this is a match for */
40 /** whether this {@link Match} results in a cycle */
43 /** The associated {@link GuidelineHander} which performed the match */
47 * Create a new match.
49 * @param handler the handler which performed the match
52 * @param type the type of constraint this is a match for
55 public Match(GuidelineHandler handler, Segment edge, Segment with,
66 * Returns the XML constraint attribute value for this match
    [all...]
  /system/core/libbacktrace/
BacktraceThread.h 67 bool Match(pid_t chk_pid, pid_t chk_tid) { return (chk_pid == pid_ && chk_tid == tid_); }
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 39 * uses simplified match() and error recovery mechanisms in the interest
109 /** <summary>Return a token from this source; i.e., match a token on the char stream.</summary> */
137 // match() routine has already called recover()
208 public virtual void Match(string s) {
230 public virtual void Match(int c) {
294 msg = "required (...)+ loop did not match anything at character " + GetCharErrorDisplay(e.Character);
331 * Lexers can normally match any char in it's vocabulary after matching
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 40 * uses simplified match() and error recovery mechanisms in the interest
127 /** <summary>Return a token from this source; i.e., match a token on the char stream.</summary> */
166 // Match() routine has already called recover()
250 public virtual void Match( string s )
277 public virtual void Match( int c )
356 msg = "required (...)+ loop did not match anything at character " + GetCharErrorDisplay( e.Character );
403 * Lexers can normally match any char in it's vocabulary after matching
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_path_filter.cc 150 bool MediaPathFilter::Match(const base::FilePath& path) {
  /external/chromium_org/net/base/
ip_pattern.cc 22 bool Match(uint32 value) const;
44 bool IPPattern::ComponentPattern::Match(uint32 value) const {
61 bool IPPattern::Match(const IPAddressNumber& address) const {
83 if (!(*pattern_it)->Match(value_to_test))
111 // This value will just have a specific integer to match.
128 // We'll need a pattern to match this bracketed component.
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.h 50 // Using (for example) kBlockSize = 4 guarantees that no match smaller
59 // match length that is guaranteed to be found in FindBestMatch(),
76 // This class is used to store the best match found by FindBestMatch()
78 class Match {
80 Match() : size_(0), source_offset_(-1), target_offset_(-1) { }
97 // The size of the best (longest) match passed to ReplaceIfBetterMatch().
100 // The source offset of the match, including the starting_offset_
101 // of the BlockHash for which the match was found.
104 // The target offset of the match. An offset of 0 corresponds to the
110 Match(const Match&); // NOLIN
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.cpp 92 * OPTIMIZATION -- since comparison short-circuits on no match,
96 bool SkDQuadImplicit::match(const SkDQuadImplicit& p2) const { function in class:SkDQuadImplicit
113 bool SkDQuadImplicit::Match(const SkDQuad& quad1, const SkDQuad& quad2) {
116 return i1.match(i2);
  /external/chromium_org/tools/valgrind/
suppressions.py 110 regex: The actual regex used to match against scraped reports.
125 def Match(self, suppression_from_report):
129 We match our suppressions against generated suppressions
143 return self.regex.match('\n'.join(lines) + '\n') is not None
215 # * Memcheck:Unaddressable should also match Addr* reports,
216 # * Memcheck:Uninitialized should also match Cond and Value reports,
220 # * Memcheck:Addr[1248] suppressions should match Unaddressable reports,
221 # * Memcheck:Cond and Memcheck:Value[1248] should match Uninitialized.
315 elif re.match("^fun:.*|^obj:.*|^\.\.\.$", line):
385 instr: The instruction to match
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 68 bool SuppressionContext::Match(const char *str, SuppressionType type,
92 // Context must not mutate once Match has been called.
  /external/skia/src/pathops/
SkDQuadImplicit.cpp 92 * OPTIMIZATION -- since comparison short-circuits on no match,
96 bool SkDQuadImplicit::match(const SkDQuadImplicit& p2) const { function in class:SkDQuadImplicit
113 bool SkDQuadImplicit::Match(const SkDQuad& quad1, const SkDQuad& quad2) {
116 return i1.match(i2);

Completed in 1205 milliseconds

1 2 3 4 5