HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 251 - 275 of 1068) sorted by null

<<11121314151617181920>>

  /external/chromium/base/i18n/
icu_encoding_detection.cc 24 const UCharsetMatch* match = ucsdet_detect(detector, &status); local
25 if (match == NULL)
27 const char* detected_encoding = ucsdet_getName(match, &status);
  /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/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/base/i18n/
icu_encoding_detection.cc 24 const UCharsetMatch* match = ucsdet_detect(detector, &status); local
25 if (match == NULL)
27 const char* detected_encoding = ucsdet_getName(match, &status);
  /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/
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/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);
  /external/chromium_org/content/browser/service_worker/
service_worker_storage.cc 50 PatternToRegistrationMap::const_iterator match = local
52 if (match == registration_by_pattern_.end()) {
65 base::Bind(callback, true /* found */, REGISTRATION_OK, match->second));
143 PatternToRegistrationMap::iterator match = local
145 if (match != registration_by_pattern_.end()) {
146 match->second->Shutdown();
147 registration_by_pattern_.erase(match);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
diff_parser.py 43 def match(pattern, string): function
47 return _regexp_compile_cache[pattern].match(string)
66 matched = match(pattern, line)
90 if match(r"^diff --git \w/", line):
158 file_declaration = match(r"^Index: (?P<FilePath>.+)", line)
166 lines_changed = match(r"^@@ -(?P<OldStartLine>\d+)(,\d+)? \+(?P<NewStartLine>\d+)(,\d+)? @@", line)
  /external/chromium_org/third_party/icu/source/i18n/
csr2022.cpp 30 * @return match quality, in the range of 0-100.
144 int32_t CharsetRecog_2022JP::match(InputText *textIn) function in class:CharsetRecog_2022JP
154 int32_t CharsetRecog_2022KR::match(InputText *textIn) function in class:CharsetRecog_2022KR
164 int32_t CharsetRecog_2022CN::match(InputText *textIn) function in class:CharsetRecog_2022CN
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function.cpp 30 PARAMETER_LIST_INEXACT_MATCH /*< Match requires implicit conversion. */
34 * \brief Check if two parameter lists match.
46 /* This is set to true if there is an inexact match requiring an implicit
55 * do not match.
106 * match.
129 ir_function_signature *match = NULL; local
134 * "If an exact match is found, the other signatures are ignored, and
135 * the exact match is used. Otherwise, if no exact match is found, then
137 * be applied to the calling arguments if this can make their types match
    [all...]
s_expression.cpp 177 s_pattern::match(s_expression *expr) function in class:s_pattern
209 if (expr == NULL || !pattern[i].match(expr))
  /external/chromium_org/third_party/skia/src/animator/
SkGetCondensedInfo.cpp 38 unsigned char match = (unsigned char) type; local
43 if (gTypeIDs[mid] < match)
82 const char* match = *matchPtr; local
84 int index = _searchByName(&info->fName, count, strings, match);
  /external/elfutils/libdw/
dwarf_getsrc_file.c 74 Dwarf_Line **match = *nsrcs == 0 ? NULL : *srcsp; local
95 no match is performed. */
111 /* Match the name with the name the user provided. */
121 /* See whether line and possibly column match. */
125 /* Cannot match. */
128 /* Determine whether this is the best match so far. */
131 if (match[inner]->files == line->files
132 && match[inner]->file == line->file)
135 && (match[inner]->line != line->line
136 || match[inner]->line != linen
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 73 Dwfl_Line **match = *nsrcs == 0 ? NULL : *srcsp; local
96 no match is performed. */
113 /* Match the name with the name the user provided. */
122 /* See whether line and possibly column match. */
126 /* Cannot match. */
129 /* Determine whether this is the best match so far. */
132 if (dwfl_line_file (match[inner])
136 && (dwfl_line (match[inner])->line != line->line
137 || dwfl_line (match[inner])->line != lineno
139 && (dwfl_line (match[inner])->column != line->colum
    [all...]
  /external/iproute2/include/
xt-internal.h 22 /* optname to check revision support of match */
25 /* optname to check revision support of match */
38 struct xtables_match *match; member in struct:xtables_rule_match
61 struct xtables_rule_match **match);
  /external/mesa3d/src/glsl/
ir_function.cpp 30 PARAMETER_LIST_INEXACT_MATCH /*< Match requires implicit conversion. */
34 * \brief Check if two parameter lists match.
46 /* This is set to true if there is an inexact match requiring an implicit
55 * do not match.
106 * match.
129 ir_function_signature *match = NULL; local
134 * "If an exact match is found, the other signatures are ignored, and
135 * the exact match is used. Otherwise, if no exact match is found, then
137 * be applied to the calling arguments if this can make their types match
    [all...]
s_expression.cpp 177 s_pattern::match(s_expression *expr) function in class:s_pattern
209 if (expr == NULL || !pattern[i].match(expr))
  /external/skia/src/animator/
SkGetCondensedInfo.cpp 38 unsigned char match = (unsigned char) type; local
43 if (gTypeIDs[mid] < match)
82 const char* match = *matchPtr; local
84 int index = _searchByName(&info->fName, count, strings, match);
  /external/skia/tests/
MetaDataTest.cpp 89 int match = 0; local
94 match += 1;
99 REPORTER_ASSERT(reporter, match == 1);
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 192 const char *match = item; local
206 if (!os_strncasecmp(tagname, match, match_len) &&
  /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()) {
  /frameworks/base/core/tests/coretests/src/android/app/
SuggestionProvider.java 65 int match = sURLMatcher.match(url); local
66 switch (match) {
87 int match = sURLMatcher.match(url); local
88 switch (match) {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 126 puts ("\nregexec without REG_NOSUB did not find the correct match");
144 int match; local
147 match = re_search (&rpbuf, string, len, 0, len,
149 if (match < 0)
155 if (match + 11 > len
156 || string + match >= strchr (string, 'R')
157 || strncmp (string + match,
162 puts ("\nre_search did not find the correct match");
174 if (regs.start[0] != match || regs.end[0] != match + 11
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Lexer.pm 46 # Return a token from this source; i.e., match a token on the char
159 sub match { subroutine
262 $msg = 'required (...)+ loop did not match anything at character '
299 # Lexers can normally match any char in it's vocabulary after matching

Completed in 846 milliseconds

<<11121314151617181920>>