HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 101 - 125 of 3045) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.cc 73 const AutocompleteMatch& match = result.match_at(line); local
78 manually_selected_match_.destination_url = match.destination_url;
79 manually_selected_match_.provider_affinity = match.provider;
81 match.is_history_what_you_typed_match;
100 // Update the edit with the new data for this match.
104 const bool is_keyword_hint = GetKeywordForMatch(match, &keyword);
107 if ((match.inline_autocomplete_offset != string16::npos) &&
108 (match.inline_autocomplete_offset < match.fill_into_edit.length())) {
110 match.fill_into_edit.substr(match.inline_autocomplete_offset)
203 const AutocompleteMatch& match = result().match_at(selected_line_); local
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 75 const AutocompleteMatch& match = result.match_at(line); local
80 manually_selected_match_.destination_url = match.destination_url;
81 manually_selected_match_.provider_affinity = match.provider;
83 match.is_history_what_you_typed_match;
106 // Update the edit with the new data for this match.
111 match.GetKeywordUIState(edit_model_->profile(), &keyword, &is_keyword_hint);
114 edit_model_->OnPopupDataChanged(match.inline_autocompletion, NULL,
117 edit_model_->OnPopupDataChanged(match.fill_into_edit, &current_destination,
152 const AutocompleteMatch& match = result().match_at(selected_line_); local
153 DCHECK(match.associated_keyword.get())
169 const AutocompleteMatch& match = result().match_at(selected_line_); local
    [all...]
omnibox_controller.cc 33 // instructions from the suggest server. If such a match ranks sufficiently
38 // a top verbatim match) or the second entry in the dropdown (which can happen
39 // for non-default matches when a top verbatim match is shown); for other
95 // The default match has changed, we need to let the OmniboxEditModel know
98 const AutocompleteResult::const_iterator match(result.default_match());
99 if (match != result.end()) {
100 current_match_ = *match;
102 DoPreconnect(*match);
147 void OmniboxController::DoPreconnect(const AutocompleteMatch& match) {
148 if (!match.destination_url.SchemeIs(extensions::kExtensionScheme))
    [all...]
  /external/icu4c/i18n/
csrmbcs.h 50 * Test the match of this charset with the input text data
57 * bits 0-7: the match confidence, ranging from 0-100
59 * bits 8-15: The match reason, an enum-like value.
74 UBool match(InputText* input, CharsetMatch *results) const = 0;
103 UBool match(InputText* input, CharsetMatch *results) const;
125 UBool match(InputText* input, CharsetMatch *results) const = 0;
147 UBool match(InputText* input, CharsetMatch *results) const;
162 UBool match(InputText* input, CharsetMatch *results) const;
180 UBool match(InputText* input, CharsetMatch *results) const;
199 UBool match(InputText* input, CharsetMatch *results) const
    [all...]
  /frameworks/base/core/jni/
android_os_UEventObserver.cpp 48 const String8& match = gMatches.itemAt(i); local
54 if (strstr(field, match.string())) {
55 ALOGV("Matched uevent message with pattern: %s", match.string());
88 ScopedUtfChars match(env, matchStr);
91 gMatches.add(String8(match.c_str()));
95 ScopedUtfChars match(env, matchStr);
99 if (gMatches.itemAt(i) == match.c_str()) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 145 match = self.interesting.search(rawdata, i) # < or &
146 if match:
147 j = match.start()
157 if starttagopen.match(rawdata, i): # < + letter
185 match = charref.match(rawdata, i)
186 if match:
187 name = match.group()[2:-1]
189 k = match.end()
200 match = entityref.match(rawdata, i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 145 match = self.interesting.search(rawdata, i) # < or &
146 if match:
147 j = match.start()
157 if starttagopen.match(rawdata, i): # < + letter
185 match = charref.match(rawdata, i)
186 if match:
187 name = match.group()[2:-1]
189 k = match.end()
200 match = entityref.match(rawdata, i
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 155 match(input,FUNC_DECL,FOLLOW_FUNC_DECL_in_declaration74); method
157 match(input, Token.DOWN, null); method
164 match(input, Token.UP, null); method
171 match(input,FUNC_DEF,FOLLOW_FUNC_DEF_in_declaration88); method
173 match(input, Token.DOWN, null); method
185 match(input, Token.UP, null); method
210 match(input,VAR_DEF,FOLLOW_VAR_DEF_in_variable113); method
212 match(input, Token.DOWN, null); method
224 match(input, Token.UP, null); method
247 match(input,ID,FOLLOW_ID_in_declarator137); method
270 match(input,FUNC_HDR,FOLLOW_FUNC_HDR_in_functionHeader158); method
272 match(input, Token.DOWN, null); method
278 match(input,ID,FOLLOW_ID_in_functionHeader162); method
314 match(input, Token.UP, null); method
337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186); method
339 match(input, Token.DOWN, null); method
351 match(input, Token.UP, null); method
405 match(input,BLOCK,FOLLOW_BLOCK_in_block273); method
408 match(input, Token.DOWN, null); method
468 match(input, Token.UP, null); method
574 match(input,FOR,FOLLOW_FOR_in_forStat328); method
576 match(input, Token.DOWN, null); method
598 match(input, Token.UP, null); method
667 match(input,EQEQ,FOLLOW_EQEQ_in_expr352); method
669 match(input, Token.DOWN, null); method
681 match(input, Token.UP, null); method
688 match(input,LT,FOLLOW_LT_in_expr368); method
690 match(input, Token.DOWN, null); method
702 match(input, Token.UP, null); method
709 match(input,PLUS,FOLLOW_PLUS_in_expr384); method
711 match(input, Token.DOWN, null); method
723 match(input, Token.UP, null); method
730 match(input,EQ,FOLLOW_EQ_in_expr400); method
732 match(input, Token.DOWN, null); method
740 match(input, Token.UP, null); method
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 155 match(input,FUNC_DECL,FOLLOW_FUNC_DECL_in_declaration74); method
157 match(input, Token.DOWN, null); method
164 match(input, Token.UP, null); method
171 match(input,FUNC_DEF,FOLLOW_FUNC_DEF_in_declaration88); method
173 match(input, Token.DOWN, null); method
185 match(input, Token.UP, null); method
210 match(input,VAR_DEF,FOLLOW_VAR_DEF_in_variable113); method
212 match(input, Token.DOWN, null); method
224 match(input, Token.UP, null); method
247 match(input,ID,FOLLOW_ID_in_declarator137); method
270 match(input,FUNC_HDR,FOLLOW_FUNC_HDR_in_functionHeader158); method
272 match(input, Token.DOWN, null); method
278 match(input,ID,FOLLOW_ID_in_functionHeader162); method
314 match(input, Token.UP, null); method
337 match(input,ARG_DEF,FOLLOW_ARG_DEF_in_formalParameter186); method
339 match(input, Token.DOWN, null); method
351 match(input, Token.UP, null); method
405 match(input,BLOCK,FOLLOW_BLOCK_in_block273); method
408 match(input, Token.DOWN, null); method
468 match(input, Token.UP, null); method
574 match(input,FOR,FOLLOW_FOR_in_forStat328); method
576 match(input, Token.DOWN, null); method
598 match(input, Token.UP, null); method
667 match(input,EQEQ,FOLLOW_EQEQ_in_expr352); method
669 match(input, Token.DOWN, null); method
681 match(input, Token.UP, null); method
688 match(input,LT,FOLLOW_LT_in_expr368); method
690 match(input, Token.DOWN, null); method
702 match(input, Token.UP, null); method
709 match(input,PLUS,FOLLOW_PLUS_in_expr384); method
711 match(input, Token.DOWN, null); method
723 match(input, Token.UP, null); method
730 match(input,EQ,FOLLOW_EQ_in_expr400); method
732 match(input, Token.DOWN, null); method
740 match(input, Token.UP, null); method
    [all...]
  /external/chromium/chrome/browser/history/
snippet_unittest.cc 87 // For testing, we'll compute the match positions manually instead of using
96 // to be more generic depending on how we deal with 'folding for match'
124 Snippet::MatchPositions::const_iterator match; local
126 for (match = snippet.matches().begin();
127 match != snippet.matches().end(); ++match) {
128 star_snippet += snippet.text().substr(pos, match->first - pos);
130 star_snippet += snippet.text().substr(match->first,
131 match->second - match->first)
    [all...]
  /external/chromium_org/chrome/browser/history/
snippet_unittest.cc 87 // For testing, we'll compute the match positions manually instead of using
96 // to be more generic depending on how we deal with 'folding for match'
124 Snippet::MatchPositions::const_iterator match; local
126 for (match = snippet.matches().begin();
127 match != snippet.matches().end(); ++match) {
128 star_snippet += snippet.text().substr(pos, match->first - pos);
130 star_snippet += snippet.text().substr(match->first,
131 match->second - match->first)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 11 // over the AST and invokes a given callback on every match.
14 // subtree match on the AST. Next, a callback that is executed every time the
19 // the match or construct changes that can be applied to the code.
56 /// that will trigger the callbacks specified via addMatcher(...) when a match
68 /// \brief Contains all information for a given match.
70 /// Every time a match is found, the MatchFinder will invoke the registered
71 /// MatchCallback with a MatchResult containing information about the match.
75 /// \brief Contains the nodes bound on the current match.
87 /// \brief Called when the Match registered for it was successfully found
93 /// \brief Called on every match by the \c MatchFinder
148 template <typename T> void match(const T &Node, ASTContext &Context) { function in class:clang::ast_matchers::MatchFinder
226 match(MatcherT Matcher, const ast_type_traits::DynTypedNode &Node, function in namespace:clang::ast_matchers
237 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { function in namespace:clang::ast_matchers
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
WarningParser.java 87 this.lexer.match(TokenTypes.ID);
100 this.lexer.match(TokenTypes.ID);
104 this.lexer.match(':');
105 this.lexer.match(TokenTypes.ID);
123 this.lexer.match(',');
129 this.lexer.match(TokenTypes.ID);
142 this.lexer.match(TokenTypes.ID);
148 this.lexer.match(':');
149 this.lexer.match(TokenTypes.ID);
CallInfoParser.java 77 this.lexer.match('<');
81 this.lexer.match('>');
88 this.lexer.match(',');
94 this.lexer.match('<');
98 this.lexer.match('>');
  /external/valgrind/main/none/tests/s390x/
tcxb.c 7 int match; local
12 : "=d" (match)
15 return match;
20 int match; local
25 : "=d" (match)
28 return match;
33 int match; local
38 : "=d" (match)
41 return match;
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 44 android::String8 match; local
45 match.append(PASS_MAGIC_WORD);
46 match.append(reMatch);
47 LOGV("re match %s", match.string());
53 if (regcomp(&re, match.string(), cflags) != 0) {
59 // match found. passed
  /external/chromium_org/chrome/browser/nacl_host/test/
gdb_rsp.py 55 match = re.match('\+\$([^#]*)#([0-9a-fA-F]{2})$', reply)
56 if match is None:
58 reply_body = match.group(1)
59 checksum = match.group(2)
  /external/chromium_org/content/renderer/android/
phone_number_detector.cc 68 PhoneNumberMatch match; local
69 matcher.Next(&match);
72 phone_util->FormatNumberForMobileDialing(match.number(), region_code_,
81 *start_pos = UTF8ToUTF16(utf8_input.substr(0, match.start())).length();
82 *end_pos = *start_pos + UTF8ToUTF16(match.raw_string()).length();
  /packages/apps/Email/src/com/android/email/mail/internet/
EmailHtmlUtil.java 36 Matcher match = pattern.matcher(text); local
38 if (match.find()) {
42 int start = match.start();
44 end = match.end();
61 } while (match.find());
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
TypedUriMatcherImpl.java 53 public T match(Uri uri) { method in class:TypedUriMatcherImpl
54 int match = mUriMatcher.match(uri); local
55 if (match == UriMatcher.NO_MATCH) {
58 return mValues[match];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 48 # Don't match the node if it's within another match
49 def match(self, node): member in class:FixRenames
50 match = super(FixRenames, self).match
51 results = match(node)
53 if any(match(obj) for obj in attr_chain(node, "parent")):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 48 # Don't match the node if it's within another match
49 def match(self, node): member in class:FixRenames
50 match = super(FixRenames, self).match
51 results = match(node)
53 if any(match(obj) for obj in attr_chain(node, "parent")):
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CRLSelectorTest.java 181 * Tests if CRLs with any issuers match the selector in the case of
182 * null issuerNames criteria, if specified issuers match the selector,
183 * and if not specified issuer does not match the selector.
195 assertTrue("Any CRL issuers should match in the case of null issuers.",
196 selector.match(crl1) && selector.match(crl2));
202 assertTrue("The CRL should match the selection criteria.",
203 selector.match(crl1) && selector.match(crl2));
204 assertFalse("The CRL should not match the selection criteria."
    [all...]
  /external/iptables/extensions/
libxt_policy.c 26 "policy match options:\n"
27 " --dir in|out match policy applied during decapsulation/\n"
29 " --pol none|ipsec match policy\n"
30 " --strict match entire policy instead of single element\n"
33 "[!] --reqid reqid match reqid\n"
34 "[!] --spi spi match SPI\n"
35 "[!] --proto proto match protocol (ah/esp/ipcomp)\n"
36 "[!] --mode mode match mode (transport/tunnel)\n"
37 "[!] --tunnel-src addr/mask match tunnel source\n"
38 "[!] --tunnel-dst addr/mask match tunnel destination\n
    [all...]
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 39 const char *match = "Result: Parcel(00000000 '....')"; local
40 if (!strncmp(buffer, match, strlen(match))) {

Completed in 707 milliseconds

1 2 3 45 6 7 8 91011>>