Searched refs:match (Results 151 - 175 of 2033) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/cookie/
H A DCookieAttributeHandler.java77 * @param cookie {@link org.apache.http.cookie.Cookie} to match
78 * @param origin the cookie source to match against
79 * @return <tt>true</tt> if the match is successful; <tt>false</tt> otherwise
81 boolean match(Cookie cookie, CookieOrigin origin); method in interface:CookieAttributeHandler
/external/chromium_org/build/
H A Ddetect_host_arch.py18 if re.match(r'i.86', host_arch) or host_arch == 'i86pc':
/external/chromium_org/build/toolchain/
H A Dget_concurrent_links.py46 match = memtotal_re.match(line) variable in class:GetDefaultConcurrentLinks.MEMORYSTATUSEX
47 if not match:
50 return max(1, int(match.group(1)) / (8 * (2 ** 20)))
/external/chromium_org/build/win/importlibs/
H A Dfilter_export_list.py69 match = _EXPORT_RE.match(line)
70 if match:
71 export_name = master_mapping.get(match.group('name'), None)
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.cc128 const AutocompleteMatch& match = result.match_at(line); local
133 manually_selected_match_.destination_url = match.destination_url;
134 manually_selected_match_.provider_affinity = match.provider;
136 match.is_history_what_you_typed_match;
159 // Update the edit with the new data for this match.
166 match.GetKeywordUIState(service, &keyword, &is_keyword_hint);
169 edit_model_->OnPopupDataChanged(match.inline_autocompletion, NULL,
172 edit_model_->OnPopupDataChanged(match.fill_into_edit, &current_destination,
207 const AutocompleteMatch& match = result().match_at(selected_line_); local
208 DCHECK(match
224 const AutocompleteMatch& match = result().match_at(selected_line_); local
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dsettings_api_bubble_helper_views.h29 const AutocompleteMatch& match);
/external/chromium_org/components/autofill/core/browser/
H A Dform_field.h51 // By default match label and name for input/text types.
59 // success and fills |match| with a pointer to the field.
62 AutofillField** match);
65 // as specified in the |match_type| bit field (see |MatchType|). If |match|
67 // A |true| result is returned in the case of a successful match, false
72 AutofillField** match);
75 // on success and fills |match| with a pointer to the field.
76 static bool ParseEmptyLabel(AutofillScanner* scanner, AutofillField** match);
98 // Returns |true| if a match is found according to |match_type|, and |false|
103 AutofillField** match);
[all...]
/external/chromium_org/components/omnibox/
H A Dbase_search_provider_unittest.cc39 AutocompleteMatch* match,
63 MOCK_METHOD1(DeleteMatch, void(const AutocompleteMatch& match));
150 AutocompleteMatch match = map.begin()->second; local
151 ASSERT_EQ(1U, match.duplicate_matches.size());
152 AutocompleteMatch duplicate = match.duplicate_matches[0];
154 EXPECT_EQ(answer_contents, match.answer_contents);
155 EXPECT_EQ(answer_type, match.answer_type);
156 EXPECT_EQ(AutocompleteMatchType::SEARCH_HISTORY, match.type);
157 EXPECT_EQ(1300, match.relevance);
178 match
[all...]
/external/chromium_org/media/test/data/eme_player_js/
H A Dtest_config.js20 // Lambda function for decoding extracted match values. Replaces '+' with
25 var match;
26 while (match = r.exec(window.location.search.substring(1)))
27 this[decodeURI(match[1])] = decodeURI(match[2]);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptRegexp.h47 int match(const String&, int startFrom = 0, int* matchLength = 0) const;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dheadlesscodemirror.js27 eat: function(match) {
29 if (typeof match == "string") var ok = ch == match;
30 else var ok = ch && (match.test ? match.test(ch) : match(ch));
33 eatWhile: function(match) {
35 while (this.eat(match)){}
51 match: function(pattern, consume, caseInsensitive) {
60 var match
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dgenerate_injected_script_externs.py165 match = re.search(method_regex, line)
166 if match:
167 return_type = Type(match.group(1), match.group(2) is not None, match.group(3) is not None)
168 name = match.group(4)
169 methods.append(Method(return_type, name, parse_args(match.group(5))))
171 match = re.search(attribute_regex, line)
172 if match:
173 type = Type(match
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSearchSymbol.h29 bool match; member in class:sh::SearchSymbol
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsrecog.h42 * with the quality of the match plus other information related to the match.
44 * Return TRUE if the the input bytes are a potential match, and
47 virtual UBool match(InputText *textIn, CharsetMatch *results) const = 0;
H A Dcsrsbcs.h72 virtual UBool match(InputText *det, CharsetMatch *results) const = 0;
81 virtual UBool match(InputText *det, CharsetMatch *results) const;
89 virtual UBool match(InputText *det, CharsetMatch *results) const;
140 virtual UBool match(InputText *det, CharsetMatch *results) const;
150 virtual UBool match(InputText *det, CharsetMatch *results) const;
160 virtual UBool match(InputText *det, CharsetMatch *results) const;
172 virtual UBool match(InputText *det, CharsetMatch *results) const;
182 virtual UBool match(InputText *det, CharsetMatch *results) const;
192 virtual UBool match(InputText *det, CharsetMatch *results) const;
204 virtual UBool match(InputTex
[all...]
H A Dcsrucode.h37 * @see com.ibm.icu.text.CharsetRecognizer#match(com.ibm.icu.text.CharsetDetector)
39 UBool match(InputText* textIn, CharsetMatch *results) const = 0;
51 UBool match(InputText* textIn, CharsetMatch *results) const;
62 UBool match(InputText* textIn, CharsetMatch *results) const;
75 UBool match(InputText* textIn, CharsetMatch *results) const;
/external/chromium_org/third_party/smhasher/src/
H A DTypes.cpp110 uint8_t match[256]; local
112 memset(match,0,256);
118 if(match[c]) { b = 0; matchfail++; break; }
120 match[c] = 1;
/external/chromium_org/tools/gn/
H A Dlast_commit_position.py68 match = regex.match(line)
69 if match:
70 return match.group(1)
/external/chromium_org/tools/grit/grit/gather/
H A Dregexp.py60 for match in regexp.finditer(text_to_parse):
61 groups = match.groupdict()
70 text_to_parse[chunk_start : match.start(group)])
71 chunk_start = match.end(group) # Next chunk will start after the match
78 # more than one description per regular expression match.
/external/chromium_org/tools/gyp/test/configurations/inheritance/
H A Dgyptest-duplicates.py29 if not test.match(contents, expect):
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-ldflags-passed-to-libtool.py17 match = lambda a, b: True) variable
H A Dgyptest-objc-arc.py16 # set |match| to ignore build stderr output.
18 match = lambda a, b: True) variable
/external/chromium_org/tools/gyp/test/msvs/multiple_actions_error_handling/
H A Dgyptest.py24 match=TestCmd.match_re_dotall) variable
/external/chromium_org/tools/gyp/test/variables/filelist/
H A Dgyptest-filelist.py24 if not test.match(contents, expect):
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-base-address.py31 exe_match = image_base_reg_ex.match(exe_headers)
39 dll_match = image_base_reg_ex.match(dll_headers)
47 default_exe_match = image_base_reg_ex.match(default_exe_headers)
55 default_dll_match = image_base_reg_ex.match(default_dll_headers)

Completed in 533 milliseconds

1234567891011>>