HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 476 - 500 of 1473) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
ContentProviderBasedProjectDelegate.js 289 * @param {boolean} matches
291 function searchInContentCallback(path, matches)
293 if (matches)
  /external/chromium_org/tools/android/
find_unused_resources.py 66 # matches are found.
68 matches = re.finditer(pattern, grep_out)
69 for match in matches:
  /external/chromium_org/tools/metrics/histograms/
find_unmapped_histograms.py 150 matches = set(HISTOGRAM_REGEX.findall(contents))
151 for histogram in matches:
  /external/doclava/src/com/google/doclava/
AttrTagInfo.java 55 if (!m.matches()) {
78 if (!m.matches() || m.group(2).trim().length() != 0) {
  /external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java 130 if (inclusions [i].matches (chars))
144 if (exclusions [x].matches (chars)) return false;
  /external/iproute2/tc/
p_ip.c 52 if (strcmp(*argv, "tos") == 0 || matches(*argv, "dsfield") == 0) {
71 if (matches(*argv, "precedence") == 0) {
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Wildcard.java 98 public boolean matches(String value) { method in class:Wildcard
115 if (matcher.matches() && checkIdentifierChars(value, "/"))
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 11 * name mangling that matches the API prefixing that happened as a result of
  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 65 StringList &matches)
76 matches);
77 return matches.GetSize();
551 const uint32_t matches = platform_sp->FindProcesses (m_options.match_info, proc_infos); local
567 if (matches == 0)
581 matches,
582 matches > 1 ? "es were" : " was",
590 for (uint32_t i=0; i<matches; ++i)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkScorerAppManagerTest.java 103 public boolean matches(Object object) {
117 public boolean matches(Object object) {
  /ndk/sources/host-tools/make-3.81/
implicit.c 245 unsigned int *matches
342 find the stem: the part of the filename that matches the %. */
377 /* Check that the rule pattern matches the text before the stem. */
388 /* Check that the rule pattern matches the text after the stem.
391 common case where the first character matches because it is a
402 specific_rule_matched when it matches. Don't try to use it. */
407 target in MATCHES. If several targets of the same rule match,
410 matches[nrules] = i;
467 find the stem: the part of the filename that matches the %. */
469 + (rule->suffixes[matches[i]] - rule->targets[matches[i]]) - 1
243 unsigned int *matches local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java 98 final List<ResolveInfo> matches = pm.queryIntentServices(syncAdapter, local
100 for (ResolveInfo info : matches) {
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 85 if (m.matches()) {
156 if (m.matches()) {
  /bionic/libc/arch-x86/atom/string/
sse2-wcsrchr-atom.S 196 jnz L(matches)
205 jnz L(matches)
214 jnz L(matches)
226 L(matches):
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewStartupTest.java 88 assertTrue(m.matches());
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateSubPatternAssociation.java 119 * @return True if the given mode matches this template's mode
151 public boolean matches(XPathContext xctxt, int targetNode, QName mode) method in class:TemplateSubPatternAssociation
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
IntentHelper.java 52 if (emailPattern.matcher(account.name).matches()) {
  /external/chromium_org/chrome/common/extensions/docs/static/js/
fatnav.js 48 if (!isLargerThanPhoneQuery.matches)
72 if (isLargerThanPhoneQuery.matches)
  /external/chromium_org/components/password_manager/core/browser/
password_manager.h 141 const autofill::PasswordFormMap& matches) const;
201 // the recorded forms matches the login form from the previous page
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tznames.h 282 * <code>MatchInfoCollection</code> represents a collection of time zone name matches used by
370 UVector* matches(UErrorCode& status);
374 * Finds time zone name prefix matches for the input text at the
375 * given offset and returns a collection of the matches.
381 * @return A collection of matches (owned by the caller), or NULL if no matches are found.
  /external/chromium_org/tools/gn/
commands.h 90 // Like above but the input string can be a pattern that matches multiple
93 // empty if there are no matches) and returns true.
101 std::vector<const Target*>* matches);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-regexp-codeflush.js 30 // Regression test for regexp that has multiple matches and which
45 // Make a long string with plenty of matches for re.
regress-regexp-construct-result.js 41 var matches = regexp.exec("a");
43 matches.forEach(function() { count++; });

Completed in 1053 milliseconds

<<11121314151617181920>>