/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsProvider.java | 79 int match = sURLMatcher.match(uri); local 81 Log.v(TAG, "Query uri=" + uri + ", match=" + match); 84 switch (match) { 111 + getMessageBoxByMatch(match)); 227 int match = sURLMatcher.match(uri); local 228 switch (match) { 278 int match = sURLMatcher.match(uri) local 536 int match = sURLMatcher.match(uri); local 693 int match = sURLMatcher.match(uri); local 778 int match = sURLMatcher.match(uri); local [all...] |
/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | 409 // if the operands match too. If so, return the simplified value. 489 if (match(FCmp, m_Zero())) 494 if (match(TCmp, m_One())) 499 if (match(FCmp, m_One()) && match(TCmp, m_Zero())) 606 if (match(Op1, m_Undef())) 610 if (match(Op1, m_Zero())) 617 if (match(Op1, m_Sub(m_Value(Y), m_Specific(Op0))) || 618 match(Op0, m_Sub(m_Value(Y), m_Specific(Op1)))) 622 if (match(Op0, m_Not(m_Specific(Op1))) | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.m | 144 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45]; 146 [self match:input TokenType:DOWN Follow:nil]; 163 [self match:input TokenType:UP Follow:nil]; 200 [self match:input TokenType:INTTYPE Follow:FOLLOW_INTTYPE_in_type81]; 237 [self match:input TokenType:ID Follow:FOLLOW_ID_in_declarator95];
|
/external/chromium_org/third_party/re2/re2/testing/ |
dfa_test.cc | 189 // which is not a match for 0[01]{n}$. Adding one more 0 is a match. 191 string match = no_match + "0"; local 209 matched = prog->SearchDFA(match, NULL, 233 // Helper thread: searches for match, which should match, 237 SearchThread(Prog* prog, const StringPiece& match, 239 : prog_(prog), match_(match), no_match_(no_match) {} 270 string match = no_match + "0"; local 277 SearchThread* t = new SearchThread(prog, match, no_match) 312 bool match; member in struct:re2::ReverseTest [all...] |
/external/regex-re2/re2/testing/ |
dfa_test.cc | 189 // which is not a match for 0[01]{n}$. Adding one more 0 is a match. 191 string match = no_match + "0"; local 209 matched = prog->SearchDFA(match, NULL, 233 // Helper thread: searches for match, which should match, 237 SearchThread(Prog* prog, const StringPiece& match, 239 : prog_(prog), match_(match), no_match_(no_match) {} 270 string match = no_match + "0"; local 277 SearchThread* t = new SearchThread(prog, match, no_match) 312 bool match; member in struct:re2::ReverseTest [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
markupbase.py | 11 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match 12 _declstringlit_match = re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match 155 match= _markedsectionclose.search(rawdata, i+3) 158 match= _msmarkedsectionclose.search(rawdata, i+3) 161 if not match: 164 j = match.start(0) 166 return match.end(0) 173 match = _commentclose.search(rawdata, i+4) 174 if not match: 177 j = match.start(0 [all...] |
mimify.py | 84 if he.match(line): 115 match = res.group(1) 117 match = ' '.join(match.split('_')) 118 newline = newline + line[pos:res.start(0)] + mime_decode(match) 145 if qp.match(line): 148 if decode_base64 and base64_re.match(line): 152 if not prefix and repl.match(line): 155 mp_res = mp.match(line) 158 if he.match(line) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
markupbase.py | 11 _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match 12 _declstringlit_match = re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match 155 match= _markedsectionclose.search(rawdata, i+3) 158 match= _msmarkedsectionclose.search(rawdata, i+3) 161 if not match: 164 j = match.start(0) 166 return match.end(0) 173 match = _commentclose.search(rawdata, i+4) 174 if not match: 177 j = match.start(0 [all...] |
mimify.py | 84 if he.match(line): 115 match = res.group(1) 117 match = ' '.join(match.split('_')) 118 newline = newline + line[pos:res.start(0)] + mime_decode(match) 145 if qp.match(line): 148 if decode_base64 and base64_re.match(line): 152 if not prefix and repl.match(line): 155 mp_res = mp.match(line) 158 if he.match(line) [all...] |
/external/chromium_org/chrome/test/functional/perf/ |
endure_result_parser.py | 265 for match in re.findall( 267 if (not only_dmp) or match[0].endswith('-DMP'): 269 match2 = eval(match[2]) 273 AppendRawPerfData(match[0], match[1], match2, match[3], None, 277 for match in re.findall( 279 if (not only_dmp) or match[0].endswith('-DMP'): 281 match2 = eval(match[2]) 287 AppendRawPerfData(match[0], match[1], match2, match[3], match[4] [all...] |
/external/iptables/extensions/ |
libxt_conntrack.c | 70 "conntrack match options:\n" 72 " State(s) to match\n" 73 "[!] --ctproto proto Protocol to match; by number or name, e.g. \"tcp\"\n" 85 " Status(es) to match\n" 86 "[!] --ctexpire time[:time] Match remaining lifetime in seconds against\n" 313 "rule would never match protocol"); 375 "never match protocol"); 652 matchinfo_print(const void *ip, const struct xt_entry_match *match, int numeric, const char *optpfx) 654 const struct xt_conntrack_info *sinfo = (const void *)match->data; 863 static void conntrack_print(const void *ip, const struct xt_entry_match *match, [all...] |
/external/chromium/chrome/browser/instant/ |
instant_controller.cc | 139 const AutocompleteMatch& match, 148 const GURL& url = match.destination_url; 151 last_transition_type_ = match.transition; 160 if (!ShouldShowPreviewFor(match, &template_url)) { 177 if (ShouldUpdateNow(template_url_id, match.destination_url)) { 178 UpdateLoader(template_url, match.destination_url, match.transition, 181 ScheduleUpdate(match.destination_url); 621 bool InstantController::ShouldShowPreviewFor(const AutocompleteMatch& match, 623 const TemplateURL* t_url = GetTemplateURL(match); [all...] |
/external/clang/lib/ASTMatchers/ |
ASTMatchFinder.cpp | 36 // that match on every statement over a very large codebase. 44 // AST node twice. This struct is the key for looking up match 69 // Used to store the result of a match and possibly bound nodes. 101 // Returns true if a match is found in the subtree rooted at the 131 // no match in this recursive branch, the result set is empty 158 // hierarchy level. Thus, we try to match either of them. 163 // Match the Type. 164 if (!match(*TypeNode)) 170 // on the same hierarchy level. Thus, we try to match all of them. 175 // Match the Type 247 bool match(const T &Node) { function in class:clang::ast_matchers::internal::__anon15744::MatchChildASTVisitor 452 void match(const ast_type_traits::DynTypedNode& Node) { function in class:clang::ast_matchers::internal::__anon15744::MatchASTVisitor 465 template <typename T> void match(const T &Node) { function in class:clang::ast_matchers::internal::__anon15744::MatchASTVisitor 830 void MatchFinder::match(const clang::ast_type_traits::DynTypedNode &Node, function in class:clang::ast_matchers::MatchFinder [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/ |
buildbot.py | 126 match = self.file_name_regexp.match(filename) 127 if not match: 129 return (int(match.group("revision")), int(match.group("build_number"))) 233 if not re.match('\D', revision_string) \ 243 link_match = re.match(status_link_regexp, status_link['href']) 258 match = re.match("(?P<pending_builds>\d) pending", activity_lines[-1]) 259 builder["pending_builds"] = int(match.group("pending_builds")) if match else [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
DictionaryProvider.java | 111 // The list of word lists served by this provider that match the client request. 165 case 1: return sUriMatcherV1.match(uri); 166 case 2: return sUriMatcherV2.match(uri); 193 final int match = matchUri(uri); local 194 switch (match) { 225 final int match = matchUri(uri); local 226 switch (match) { 295 final int match = matchUri(uri); local 296 if (DICTIONARY_V1_DICT_INFO != match && DICTIONARY_V2_DATAFILE != match) { 436 final int match = matchUri(uri); local [all...] |
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | 205 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; local 206 assertNotNull("Did not find a number in '" + zipPreceding + "'; expected " + number, match); 207 assertEquals(expectedResult, match.number()); 208 assertEquals(number, match.rawString()); 421 // Doesn't match any formatting in the test file, but almost matches an alternate format (the 453 // Doesn't match any formatting in the test file, but matches an alternate format exactly. 526 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; local 527 if (match == null) { 529 System.err.println("No match found in " + test.toString() + " for leniency: " + leniency); 531 if (!test.rawString.equals(match.rawString())) 548 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; local 841 PhoneNumberMatch match = matches.next(); local 929 PhoneNumberMatch match = iterator.hasNext() ? iterator.next() : null; local [all...] |
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl.vanilla | 328 my $match; 344 $match = $1; 347 if ($match !~ m%^\s*$copyright_disindicator_regex%ix) { 349 $match =~ s/([,.])?\s*$//; 350 $match =~ s/$copyright_indicator_regex//igx; 351 $match =~ s/^\s+//; 352 $match =~ s/\s{2,}/ /g; 353 $match =~ s/\\@/@/g; 354 $copyright = $match;
|
/external/chromium_org/v8/tools/push-to-trunk/ |
common_includes.py | 142 ref = re.match(r"^BUG[ \t]*=[ \t]*(.+)$", text.strip()) 147 match = re.match(r"^v8:(\d+)$", bug) 148 if match: v8bugs.append(int(match.group(1))) 150 match = re.match(r"^(?:chromium:)?(\d+)$", bug) 151 if match: crbugs.append(int(match.group(1))) 322 if re.match(r".*\s+%s$" % name, line) [all...] |
/external/apache-http/src/org/apache/http/conn/ssl/ |
AbstractVerifier.java | 149 boolean match = false; 171 match = hostName.endsWith(cn.substring(1)); 172 if(match && strictWithSubDomains) { 174 // allowed to match [a.b.foo.com] 175 match = countDots(hostName) == countDots(cn); 178 match = hostName.equals(cn); 180 if(match) { 184 if(!match) { 185 throw new SSLException("hostname in certificate didn't match: <" + host + "> !=" + buf);
|
/external/chromium/chrome/browser/history/ |
text_database.cc | 29 // url URL of the page so searches will match the URL. 61 TextDatabase::Match::Match() {} 63 TextDatabase::Match::~Match() {} 248 // First get all rows that match. Selecing on time (which has an index) allows 250 // generally be only one match per time). 304 std::vector<Match>* results, 312 "WHERE pages MATCH ? AND time >= ? AND time < ? " 344 Match& match = results->at(results->size() - 1) local [all...] |
/external/chromium_org/build/util/ |
lastchange.py | 54 match = svn_url_regex.search(attrs['URL']) 55 if match: 56 url = match.group(2) 127 match = _GIT_SVN_ID_REGEX.search(output) 128 if match: 129 revision = match.group(2) 130 url_match = svn_url_regex.search(match.group(1))
|
/external/chromium_org/chrome/browser/autocomplete/ |
builtin_provider.cc | 70 const int kMatch = kUrl | ACMatchClassification::MATCH; 92 // Match input about: or chrome: URL input against builtin chrome URLs. 122 // allowing completions is okay, give the match a high enough score to 134 AutocompleteMatch match(this, kRelevance, false, 136 match.fill_into_edit = match_string; 137 match.inline_autocompletion = inline_completion; 138 match.destination_url = GURL(match_string); 139 match.contents = match_string; 140 match.contents_class = styles; 141 matches_.push_back(match); [all...] |
contact_provider_chromeos.cc | 27 // Base match relevance assigned to a contact with an affinity of 0.0. 197 // TODO(derat): Consider additionally segmenting the full name so we can match 229 AutocompleteMatch match(this, 0, false, AutocompleteMatchType::CONTACT); 230 match.contents = contact.full_name; 231 match.fill_into_edit = match.contents; 232 match.relevance = kBaseRelevance + 234 match.RecordAdditionalInfo(kMatchContactIdKey, contact.contact_id); 235 return match;
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
compile_frontend.py | 481 match = re.search(invalid_type_regex, line) 482 if match: 483 print_error("Type '%s' nullability not marked explicitly with '?' (nullable) or '!' (non-nullable)" % match.group(1), match.start(1)) 485 match = re.search(invalid_type_designator_regex, line) 486 if (match): 487 print_error("Type nullability indicator misplaced, should precede type", match.start(1))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_parser_unittest.py | 44 <link rel="match" href="green-box-ref.xht" /> 60 <link rel="match" href="green-box-ref.xht" /> 61 <link rel="match" href="blue-box-ref.xht" /> 62 <link rel="match" href="orange-box-ref.xht" /> 85 <link rel="match" href="green-box-ref.xht" /> 86 <link rel="match" href="blue-box-ref.xht" /> 114 <link rel="match" href="../reference/green-box-ref.xht" />
|