/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/ |
gen_xmlpool.py | 99 # Expand matches. The first match is always a DESC or DESC_BEGIN match. 123 for match in matches[1:]: 125 match.expand (r'\3')), "utf-8"))).encode("utf-8") 126 print match.expand (r'\1"' + text + r'"\5') 162 matchENUM = reENUM .match (line) 163 matchDESC_END = reDESC_END.match (line) 178 matchDESC = reDESC .match (line) 179 matchDESC_BEGIN = reDESC_BEGIN.match (line)
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
gen_xmlpool.py | 99 # Expand matches. The first match is always a DESC or DESC_BEGIN match. 123 for match in matches[1:]: 125 match.expand (r'\3')), "utf-8"))).encode("utf-8") 126 print match.expand (r'\1"' + text + r'"\5') 162 matchENUM = reENUM .match (line) 163 matchDESC_END = reDESC_END.match (line) 178 matchDESC = reDESC .match (line) 179 matchDESC_BEGIN = reDESC_BEGIN.match (line)
|
/frameworks/opt/mms/src/java/com/google/android/mms/util/ |
PduCache.java | 134 int match = URI_MATCHER.match(uri); local 135 switch (match) { 153 purgeByMessageBox(MATCH_TO_MSGBOX_ID_MAP.get(match)); 188 int match = URI_MATCHER.match(uri); local 191 switch (match) {
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_icon_source.cc | 72 ExtensionIconSet::MatchType match; member in struct:extensions::ExtensionIconSource::ExtensionIconRequest 78 ExtensionIconSet::MatchType match, 83 IconsInfo::GetIconURL(extension, icon_size, match) != GURL::EmptyGURL(); 90 match, 137 request->extension, request->size, request->match); 264 request->extension, request->size, request->match); 323 ExtensionIconSet::MatchType match) { 329 request->match = match;
|
/external/chromium_org/testing/gtest/test/ |
gtest_xml_output_unittest.py | 176 match = re.match(r'(\d+)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)', date_time_str) 178 re.match, 181 year=int(match.group(1)), month=int(match.group(2)), 182 day=int(match.group(3)), hour=int(match.group(4)), 183 minute=int(match.group(5)), second=int(match.group(6))) 236 "'%s' exited with code %s, which doesn't match " [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
SelectorChecker.cpp | 131 SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, MatchResult* result) const function in class:WebCore::SelectorChecker 133 // first selector has to match 168 Match match; local 180 match = matchForRelation(context, siblingTraversalStrategy, result); 185 match = matchForSubSelector(context, siblingTraversalStrategy, result); 187 if (match != SelectorMatches || !result) 188 return match; 203 SelectorChecker::Match SelectorChecker::matchForSubSelector(const SelectorCheckingContext& context, const SiblingTraversa (…) 247 Match match = this->match(nextContext, siblingTraversalStrategy, result); local 288 Match match = this->match(nextContext, siblingTraversalStrategy, result); local 315 Match match = this->match(nextContext, siblingTraversalStrategy, result); local [all...] |
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl | 355 my $match; 371 $match = $1; 374 if ($match !~ m%^\s*$copyright_disindicator_regex%ix) { 376 $match =~ s/([,.])?\s*$//; 377 $match =~ s/$copyright_indicator_regex//igx; 378 $match =~ s/^\s+//; 379 $match =~ s/\s{2,}/ /g; 380 $match =~ s/\\@/@/g; 381 $copyright = $match;
|
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_rule.cpp | 216 * set, or otherwise can match multiple keys, the index value is -1. 221 // match any key. 236 * then it will match any key. 240 // If there is neither then we match any key; return true. 329 * Attempt a match and replacement at the given position. Return 330 * the degree of match between this rule and the given text. The 331 * degree of match may be mismatch, a partial match, or a full 332 * match. A mismatch means at least one character of the text 333 * does not match the context or key. A partial match means som 386 UMatchDegree match; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_format.c | 162 boolean match = TRUE; local 170 match = FALSE; 174 match = FALSE; 179 match = FALSE; 183 if (!match) { 247 boolean match; local 253 match = TRUE; 264 match = FALSE; 267 if (!match) {
|
/external/chromium_org/third_party/zlib/ |
deflate.c | 18 * string matches are performed only when the previous match ends. So it 22 * is used to find longer strings when a small match has been found. 97 local void check_match OF((deflate_state *s, IPos start, IPos match, 119 ush good_length; /* reduce lazy search above this match length */ 120 ush max_lazy; /* do not perform lazy search above this match length */ 121 ush nice_length; /* quit search above this match length */ 1145 register Bytef *match; \/* matched string *\/ local 1358 register Bytef *match; \/* matched string *\/ local [all...] |
/external/chromium_org/tools/deep_memory_profiler/lib/ |
policy.py | 160 rule.stackfunction_pattern.match(stackfunction)) and 162 rule.stacksourcefile_pattern.match(stacksourcefile)) and 163 (not rule.typeinfo_pattern or rule.typeinfo_pattern.match(typeinfo))): 173 It uses |bucket_set| to match with backtraces. If |pageframe| is given, 204 rule.stackfunction_pattern.match(stackfunction)) and 206 rule.stacksourcefile_pattern.match(stacksourcefile)) and 208 rule.mappedpathname_pattern.match(region[1]['vma']['name'])) and 210 rule.mappedpermission_pattern.match( 242 rule.mappedpathname_pattern.match(region[1]['vma']['name'])) and 244 rule.mappedpermission_pattern.match( [all...] |
/external/icu4c/i18n/ |
rbt_rule.cpp | 217 * set, or otherwise can match multiple keys, the index value is -1. 222 // match any key. 237 * then it will match any key. 241 // If there is neither then we match any key; return true. 330 * Attempt a match and replacement at the given position. Return 331 * the degree of match between this rule and the given text. The 332 * degree of match may be mismatch, a partial match, or a full 333 * match. A mismatch means at least one character of the text 334 * does not match the context or key. A partial match means som 387 UMatchDegree match; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_format.c | 162 boolean match = TRUE; local 170 match = FALSE; 174 match = FALSE; 179 match = FALSE; 183 if (!match) { 247 boolean match; local 253 match = TRUE; 264 match = FALSE; 267 if (!match) {
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_xml_output_unittest.py | 176 match = re.match(r'(\d+)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)', date_time_str) 178 re.match, 181 year=int(match.group(1)), month=int(match.group(2)), 182 day=int(match.group(3)), hour=int(match.group(4)), 183 minute=int(match.group(5)), second=int(match.group(6))) 236 "'%s' exited with code %s, which doesn't match " [all...] |
/build/core/ |
checktree | 18 if e.match(str): 42 m = regex_compiled.match(s) 48 if filt_compiled.match(s):
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
SimpleCParser.m | 457 [self match:input TokenType:11 Follow:FOLLOW_11_in_declaration62]; 538 [self match:input TokenType:11 Follow:FOLLOW_11_in_variable103]; 572 [self match:input TokenType:ID Follow:FOLLOW_ID_in_declarator122]; 622 ID3=(ANTLRCommonToken *)[self match:input TokenType:ID Follow:FOLLOW_ID_in_functionHeader153]; 624 [self match:input TokenType:7 Follow:FOLLOW_7_in_functionHeader155]; 657 [self match:input TokenType:10 Follow:FOLLOW_10_in_functionHeader163]; 683 [self match:input TokenType:8 Follow:FOLLOW_8_in_functionHeader173]; 810 [self match:input TokenType:19 Follow:FOLLOW_19_in_block286]; [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
BestMatchSpec.java | 147 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:BestMatchSpec 155 return getStrict().match(cookie, origin); 157 return getCompat().match(cookie, origin);
|
RFC2965DomainAttributeHandler.java | 85 * Performs domain-match as defined by the RFC2965. 100 boolean match = host.equals(domain) 103 return match; 143 // The effective host name must domain-match domain attribute. 148 + "domain-match domain attribute."); 161 // string match request host (case-insensitive). 172 * Match cookie domain attribute. 174 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:RFC2965DomainAttributeHandler 184 // The effective host name MUST domain-match the Domain
|
/external/chromium/chrome/browser/autocomplete/ |
history_url_provider.h | 60 // redirect data, results other than the top match might change between the 111 // |matches_| at all, so it won't delete the default match 186 // Determines the relevance for some input, given its type and which match it 188 // [0, kMaxSuggestions) indicating the relevance of the match (higher == more 194 // Given the user's |input| and a |match| created from it, reduce the 195 // match's URL to just a host. If this host still matches the user input, 197 static GURL ConvertToHostOnly(const history::HistoryMatch& match, 200 // See if a shorter version of the best match should be created, and if so 202 // are prefixes of the best match (if they've been visited enough, compared 203 // to the best match), or create host-only suggestions even when they haven' [all...] |
/external/chromium/chrome/browser/history/ |
history_types.cc | 253 for (int match = 0; match < static_cast<int>(found->second->size()); 254 match++) { 255 if (found->second[match] >= begin && found->second[match] <= end) { 257 found->second->erase(found->second->begin() + match); 258 match--; 289 for (size_t match = 0; match < i->second->size(); match++) [all...] |
/external/chromium/chrome/browser/instant/ |
instant_controller.h | 83 const AutocompleteMatch& match, 135 // TabContents the match is being shown for. 226 // Returns true if a preview should be shown for |match|. If |match| has 228 bool ShouldShowPreviewFor(const AutocompleteMatch& match, 252 // NULL if there is no TemplateURL for |match|. 253 const TemplateURL* GetTemplateURL(const AutocompleteMatch& match);
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_permissions.cc | 40 bool match = true; local 44 match = false; 48 sensitive_chrome_url = sensitive_chrome_url || match;
|
/external/chromium_org/chrome/browser/history/ |
history_types.cc | 199 for (int match = 0; match < static_cast<int>(found->second->size()); 200 match++) { 201 if (found->second[match] >= begin && found->second[match] <= end) { 203 found->second->erase(found->second->begin() + match); 204 match--; 235 for (size_t match = 0; match < i->second->size(); match++) [all...] |
/external/chromium_org/chrome/browser/predictors/ |
autocomplete_action_predictor.h | 87 // entered in the Omnibox, and |match|, the suggestion from Autocomplete. 93 const AutocompleteMatch& match) const; 106 static bool IsPreconnectable(const AutocompleteMatch& match); 201 // will take a particular match given what they have typed. |is_in_db| is set 202 // to differentiate trivial zero results resulting from a match not being 205 const AutocompleteMatch& match,
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
app_search_provider.cc | 60 TokenizedStringMatch match; local 64 if (!match.Calculate(query_terms, (*app_it)->indexed_name())) 69 result->UpdateFromMatch((*app_it)->indexed_name(), match);
|