/external/icu4c/common/ |
ucnv_ext.cpp | 109 * or if the match length fits with the current converter state 111 #define UCNV_EXT_TO_U_VERIFY_SISO_MATCH(sisoState, match) \ 112 ((sisoState)<0 || ((sisoState)==0) == (match==1)) 133 return 0; /* no extension data, no match */ 146 return 0; /* no match of a DBCS sequence in SBCS mode */ 159 /* match input units until there is a full match or the input is consumed */ 173 /* remember longest match so far */ 178 /* match pre[] then src[] */ 184 /* all input consumed, partial match */ 284 int32_t match; local 334 int32_t match; local 372 int32_t match, length; local 752 int32_t match; local 811 int32_t match; local 865 int32_t match; local [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedProvider.java | 74 final int match = sUriMatcher.match(uri); local 75 switch (match) { 96 int uriMatch = sUriMatcher.match(uri); 125 final int match = sUriMatcher.match(uri); local 127 switch (match) { 151 final int match = sUriMatcher.match(uri); local 153 switch (match) { 183 final int match = sUriMatcher.match(uri); local [all...] |
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedProvider.java | 74 final int match = sUriMatcher.match(uri); local 75 switch (match) { 96 int uriMatch = sUriMatcher.match(uri); 125 final int match = sUriMatcher.match(uri); local 127 switch (match) { 151 final int match = sUriMatcher.match(uri); local 153 switch (match) { 183 final int match = sUriMatcher.match(uri); local [all...] |
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
FeedProvider.java | 74 final int match = sUriMatcher.match(uri); local 75 switch (match) { 96 int uriMatch = sUriMatcher.match(uri); 125 final int match = sUriMatcher.match(uri); local 127 switch (match) { 151 final int match = sUriMatcher.match(uri); local 153 switch (match) { 183 final int match = sUriMatcher.match(uri); local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_omnibox_apitest.cc | 42 AutocompleteMatch match = result.match_at(i); local 43 std::string provider_name = match.provider->name(); 45 UTF16ToUTF8(match.contents).c_str(), 118 AutocompleteMatch match = result.match_at(0); local 119 EXPECT_EQ(AutocompleteMatch::SEARCH_WHAT_YOU_TYPED, match.type); 120 EXPECT_FALSE(match.deletable); 122 match = result.match_at(1); 123 ASSERT_TRUE(match.template_url); 124 EXPECT_TRUE(match.template_url->IsExtensionKeyword()); 125 EXPECT_EQ(ASCIIToUTF16("keyword"), match.template_url->keyword()) 188 AutocompleteMatch match = result.match_at(4); local [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
extension_app_provider.cc | 44 const AutocompleteMatch& match, 51 service->GetInstalledApp(match.destination_url); 77 AutocompleteMatch match(this, 0, false, 79 match.fill_into_edit = 81 match.destination_url = GURL(app.launch_url); 82 match.allowed_to_be_default_match = true; 83 match.contents = AutocompleteMatch::SanitizeString(app.name); 86 &match.contents_class); 88 match.description = app.launch_url; 91 ACMatchClassification::URL, &match.description_class) [all...] |
autocomplete_result.cc | 28 // Returns the relevance score of |match| demoted appropriately by 30 int GetDemotedRelevance(const AutocompleteMatch& match); 47 const AutocompleteMatch& match) { 49 demotions_.find(match.type); 51 match.relevance : (match.relevance * demotion_it->second); 56 // Compute demoted relevance scores for each match. 116 // new low-relevance match appear and then quickly get pushed off the bottom; 157 // Find the top match before possibly applying demotions. 161 // Don't demote the top match if applicable 373 AutocompleteMatch match = *i; local [all...] |
/external/chromium_org/tools/valgrind/ |
tsan_analyze.py | 74 match = TsanAnalyzer.LOAD_LIB_RE.match(self.line_) 75 if match: 76 binary, ip = match.groups() 79 match = TsanAnalyzer.TSAN_LINE_RE.match(self.line_) 80 if match: 81 address, binary_name = match.groups() 115 if re.match('-+ suppression -+', self.line_): 120 while not re.match('-+ end suppression -+', self.line_) [all...] |
/external/iptables/extensions/ |
libxt_connlimit.c | 23 "connlimit match options:\n" 24 " --connlimit-upto n match if the number of existing connections is 0..n\n" 25 " --connlimit-above n match if the number of existing connections is >n\n" 49 static void connlimit_init(struct xt_entry_match *match) 51 struct xt_connlimit_info *info = (void *)match->data; 60 const unsigned int revision = (*cb->match)->u.user.revision; 129 const struct xt_entry_match *match, int numeric) 131 const struct xt_connlimit_info *info = (const void *)match->data; 140 const struct xt_entry_match *match, int numeric) 142 const struct xt_connlimit_info *info = (const void *)match->data [all...] |
libxt_owner.c | 15 /* match and invert flags */ 35 uint8_t match, invert; /* flags */ member in struct:ipt_owner_info 44 uint8_t match, invert; /* flags */ member in struct:ip6t_owner_info 64 "owner match options:\n" 65 "[!] --uid-owner userid Match local UID\n" 66 "[!] --gid-owner groupid Match local GID\n" 67 "[!] --pid-owner processid Match local PID\n" 68 "[!] --sid-owner sessionid Match local SID\n" 69 "[!] --cmd-owner name Match local command name\n" 76 "owner match options:\n [all...] |
libxt_tos.c | 2 * Shared library add-on to iptables to add tos match support 44 "tos match options:\n" 45 "[!] --tos value[/mask] Match Type of Service/Priority field value\n" 46 "[!] --tos symbol Match TOS field (IPv4 only) by symbol\n" 81 static void tos_mt_print_v0(const void *ip, const struct xt_entry_match *match, 84 const struct ipt_tos_info *info = (const void *)match->data; 86 printf(" tos match "); 93 static void tos_mt_print(const void *ip, const struct xt_entry_match *match, 96 const struct xt_tos_match_info *info = (const void *)match->data; 98 printf(" tos match"); [all...] |
/external/llvm/include/llvm/Support/ |
PatternMatch.h | 1 //===-- llvm/Support/PatternMatch.h - Match on the LLVM IR ------*- C++ -*-===// 19 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)), 42 bool match(Val *V, const Pattern &P) { function in namespace:llvm::PatternMatch 43 return const_cast<Pattern&>(P).match(V); 54 bool match(OpTy *V) { function in struct:llvm::PatternMatch::OneUse_match 55 return V->hasOneUse() && SubPattern.match(V); 66 bool match(ITy *V) { return isa<Class>(V); } function in struct:llvm::PatternMatch::class_match 69 /// m_Value() - Match an arbitrary value and ignore it. 71 /// m_ConstantInt() - Match an arbitrary ConstantInt and ignore it. 75 /// m_Undef() - Match an arbitrary undef constant 89 bool match(ITy *V) { function in struct:llvm::PatternMatch::match_combine_or 106 bool match(ITy *V) { function in struct:llvm::PatternMatch::match_combine_and 128 bool match(ITy *V) { function in struct:llvm::PatternMatch::match_zero 141 bool match(ITy *V) { function in struct:llvm::PatternMatch::match_neg_zero 165 bool match(ITy *V) { function in struct:llvm::PatternMatch::apint_match 189 bool match(ITy *V) { function in struct:llvm::PatternMatch::constantint_match 214 bool match(ITy *V) { function in struct:llvm::PatternMatch::cst_pred_ty 233 bool match(ITy *V) { function in struct:llvm::PatternMatch::api_pred_ty 290 bool match(ITy *V) { function in struct:llvm::PatternMatch::bind_ty 317 bool match(ITy *V) { function in struct:llvm::PatternMatch::specificval_ty 332 bool match(ITy *V) { function in struct:llvm::PatternMatch::specific_fpval 355 bool match(ITy *V) { function in struct:llvm::PatternMatch::bind_const_intval_ty 381 bool match(OpTy *V) { function in struct:llvm::PatternMatch::BinaryOp_match 512 bool match(OpTy *V) { function in struct:llvm::PatternMatch::BinOp2_match 556 bool match(OpTy *V) { function in struct:llvm::PatternMatch::Exact_match 580 bool match(OpTy *V) { function in struct:llvm::PatternMatch::CmpClass_match 619 bool match(OpTy *V) { function in struct:llvm::PatternMatch::SelectClass_match 654 bool match(OpTy *V) { function in struct:llvm::PatternMatch::CastClass_match 721 bool match(OpTy *V) { function in struct:llvm::PatternMatch::not_match 748 bool match(OpTy *V) { function in struct:llvm::PatternMatch::neg_match 774 bool match(OpTy *V) { function in struct:llvm::PatternMatch::fneg_match 804 bool match(OpTy *V) { function in struct:llvm::PatternMatch::br_match 825 bool match(OpTy *V) { function in struct:llvm::PatternMatch::brc_match 855 bool match(OpTy *V) { function in struct:llvm::PatternMatch::MaxMin_match 884 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::smax_pred_ty 891 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::smin_pred_ty 898 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::umax_pred_ty 905 static bool match(ICmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::umin_pred_ty 912 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ofmax_pred_ty 919 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ofmin_pred_ty 926 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ufmax_pred_ty 933 static bool match(FCmpInst::Predicate Pred) { function in struct:llvm::PatternMatch::ufmin_pred_ty 1029 bool match(OpTy *V) { function in struct:llvm::PatternMatch::Argument_match 1047 bool match(OpTy *V) { function in struct:llvm::PatternMatch::IntrinsicID_match [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSpelunker.java | 67 protected void match(String expecting) throws IOException { method in class:GrammarSpelunker 68 //System.out.println("match "+expecting+"; is "+token); 108 match("grammar"); 115 match("options"); 116 match("{"); 122 match(";"); 126 match("}"); 131 match("import"); 137 match(";");
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_classifier.cc | 23 AutocompleteMatch* match, 38 *match = *result.default_match();
|
history_contents_provider.h | 47 // Adds ACMatchClassifications to match from the offset positions in 50 AutocompleteMatch* match) const; 62 void AddBookmarkTitleMatchToResults(const bookmark_utils::TitleMatch& match);
|
/external/chromium/chrome/browser/autofill/ |
name_field.cc | 35 if (Match(field, l10n_util::GetStringUTF16(IDS_AUTOFILL_USERNAME_RE), false)) 90 // so we match "initials" here (and just fill in a first name there, 93 string16 match = l10n_util::GetStringUTF16(IDS_AUTOFILL_FIRST_NAME_RE); local 94 if (!ParseText(&q, match, &v->first_name_)) 102 match = l10n_util::GetStringUTF16(IDS_AUTOFILL_MIDDLE_INITIAL_RE); 103 if (ParseText(&q, match, &v->middle_name_)) { 106 match = l10n_util::GetStringUTF16(IDS_AUTOFILL_MIDDLE_NAME_RE); 107 ParseText(&q, match, &v->middle_name_); 111 match = l10n_util::GetStringUTF16(IDS_AUTOFILL_LAST_NAME_RE); 112 if (!ParseText(&q, match, &v->last_name_) [all...] |
/external/chromium_org/chrome/browser/ui/omnibox/ |
alternate_nav_infobar_delegate.h | 20 const AutocompleteMatch& match, 30 const AutocompleteMatch& match,
|
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/ |
strsrchperf.h | 119 int32_t match; local 121 match = usearch_first(srch, status); 122 while (match != USEARCH_DONE) { 123 match = usearch_next(srch, status); 128 int32_t match; local 130 match = usearch_last(srch, status); 131 while (match != USEARCH_DONE) { 132 match = usearch_previous(srch, status);
|
/external/chromium_org/tools/mac/ |
dump-static-initializers.py | 49 match = dsymutil_re.search(line) 50 if match:
|
/external/chromium_org/tools/ |
sync-webkit-git.py | 9 we can use git commands to make it match the version requested by DEPS. 104 match = commit_re.match(line) 105 if match: 106 commit = match.group(1) 108 match = git_svn_re.match(line) 109 if match: 110 rev = int(match.group(1))
|
/external/linux-tools-perf/scripts/python/bin/ |
sctop-report | 7 if expr match "$i" "-" > /dev/null ; then
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ChallengeParser.java | 89 lexer.match(TokenTypes.ID); 102 this.lexer.match(',');
|
ContentDispositionParser.java | 77 this.lexer.match(TokenTypes.ID); 85 this.lexer.match('\n');
|
EventParser.java | 75 this.lexer.match(TokenTypes.ID); 83 this.lexer.match('\n');
|
MimeVersionParser.java | 78 this.lexer.match('.'); 87 this.lexer.match('\n');
|