/external/chromium_org/chrome/browser/ui/app_list/search/ |
app_result.cc | 60 const TokenizedStringMatch& match) { 61 const TokenizedStringMatch::Hits& hits = match.hits(); 66 tags.push_back(Tag(Tag::MATCH, hits[i].start(), hits[i].end())); 70 set_relevance(match.relevance());
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_view.cc | 82 void OmniboxView::OpenMatch(const AutocompleteMatch& match, 87 if (!match.destination_url.is_valid()) 90 model_->OpenMatch(match, disposition, alternate_nav_url, selected_line);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauthsimple.js | 176 if (action.match('[^A-Z]')) { 226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) { 287 if (!pName.match(/^oauth/)) { 418 if (paramName.match(/\w+_secret/)) {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauthsimple.js | 176 if (action.match('[^A-Z]')) { 226 if (method.toUpperCase().match(/(PLAINTEXT|HMAC-SHA1)/) === undefined) { 287 if (!pName.match(/^oauth/)) { 418 if (paramName.match(/\w+_secret/)) {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
fake_fetchers.py | 51 return _SVN_URL_TO_PATH_PATTERN.match(url).group(2) 123 'rietveld_patcher', self._base_pattern.match(url).group(1), 'json') 132 'rietveld_patcher', self._base_pattern.match(url).group(1) + '.tar.bz2',
|
/external/chromium_org/chrome_frame/test/ |
chrome_frame_ui_test_utils.h | 182 // Finds an accessibility object with properties that match the specified 201 // Finds the first object which satisfies this matcher and sets as |match|. 203 // |object| in a pre-order fasion. If no object is matched, |match| will be 204 // NULL. Returns true if no error occured while trying to find a match. It is 206 bool Find(AccObject* object, scoped_refptr<AccObject>* match) const; 210 bool FindInWindow(HWND hwnd, scoped_refptr<AccObject>* match) const; 219 bool FindHelper(AccObject* object, scoped_refptr<AccObject>* match) const; 275 // Will cause test failure in case of error or if no match is found in the
|
/external/chromium_org/media/tools/layout_tests/ |
layouttests.py | 76 match = False 79 match = True 81 if not match: 241 # Only keep the first match when found.
|
/external/chromium_org/testing/gtest/scripts/ |
fuse_gtest_files.py | 163 m = INCLUDE_GTEST_FILE_REGEX.match(line) 191 m = INCLUDE_GTEST_FILE_REGEX.match(line) 208 m = INCLUDE_SRC_FILE_REGEX.match(line)
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
action_derivedsourcesallinone.py | 101 match = CONDITIONAL_PATTERN.search(idl_contents) 102 if not match: 104 conditional = match.group(1)
|
make_css_property_names.py | 214 return "CSSProperty" + re.sub(r'(^[^-])|-(.)', lambda match: (match.group(1) or match.group(2)).upper(), property_name)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
scm.py | 70 match = re.search(status_regexp, line) 71 if not match: 73 # status = match.group('status') 74 filename = match.group('filename')
|
/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/tools/check_ecs_deps/ |
check_ecs_deps.py | 174 libmatch = mapping_regexp.match(d) 181 elif built_regexp.match(source): 183 elif blessed_regexp.match(lib):
|
/external/chromium_org/tools/valgrind/ |
waterfall.sh | 9 # suppressions match the reports on the waterfall. 160 usage: $0 fetch|match options 164 suppressions match the reports on the waterfall. 172 match Test the local suppression files against the downloaded logs 184 # Arguments for "match" are handled in match_suppressions 185 if [ "$CMD" != "match" ]; then 213 elif [ "$CMD" = "match" ]; then
|
/external/chromium_org/ui/gl/ |
generate_bindings.py | [all...] |
/external/chromium_org/v8/test/message/ |
testcfg.py | 63 for match in flags_match: 64 result += match.strip().split() 105 if not re.match(pattern, actual):
|
/external/clang/www/ |
make_cxx_dr_status | 41 for match in re.finditer(status_re, file(test_cpp, 'r').read()): 42 status_map[int(match.group(1))] = match.group(2)
|
/external/gtest/scripts/ |
fuse_gtest_files.py | 163 m = INCLUDE_GTEST_FILE_REGEX.match(line) 191 m = INCLUDE_GTEST_FILE_REGEX.match(line) 208 m = INCLUDE_SRC_FILE_REGEX.match(line)
|
/external/guava/guava/src/com/google/common/base/ |
CharMatcher.java | 118 * definition}. If you only care to match ASCII digits, you can use {@code inRange('0', '9')}. 128 * definition}. If you only care to match letters of the Latin alphabet, you can use {@code 379 public static CharMatcher is(final char match) { 382 return c == match; 386 return sequence.toString().replace(match, replacement); 390 return other.matches(match) ? this : NONE; 394 return other.matches(match) ? other : super.or(other); 398 return isNot(match); 402 table.set(match); 416 public static CharMatcher isNot(final char match) { [all...] |
/external/icu4c/i18n/ |
csr2022.cpp | 31 * @return match quality, in the range of 0-100. 146 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { function in class:CharsetRecog_2022JP 161 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { function in class:CharsetRecog_2022KR 176 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { function in class:CharsetRecog_2022CN
|
/external/openfst/src/lib/ |
flags.cc | 114 bool match = file == src; local 115 if ((match && !in_src) || (!match && in_src))
|
fst.cc | 115 bool match = true; local 120 match = false; 123 return match;
|
/external/protobuf/gtest/scripts/ |
fuse_gtest_files.py | 163 m = INCLUDE_GTEST_FILE_REGEX.match(line) 191 m = INCLUDE_GTEST_FILE_REGEX.match(line) 208 m = INCLUDE_SRC_FILE_REGEX.match(line)
|
/external/skia/tests/ |
MetaDataTest.cpp | 89 int match = 0; local 94 match += 1; 99 REPORTER_ASSERT(reporter, match == 1);
|
/hardware/libhardware_legacy/wifi/ |
wifi.c | 698 char *match, *match2; local 735 match = strchr(buf, ' '); 736 if (match != NULL) { 737 if (match[1] == '<') { 738 match2 = strchr(match + 2, '>'); 740 nread -= (match2 - match); 741 memmove(match + 1, match2 + 1, nread - (match - buf) + 1); 748 match = strchr(buf, '>'); 749 if (match != NULL) [all...] |