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

<<11121314151617181920>>

  /external/chromium_org/chromeos/network/
client_cert_resolver.cc 103 // A unary predicate that returns true if the given CertAndIssuer matches the
171 // Searches for matches between |networks| and |certs| and writes matches to
172 // |matches|. Because this calls NSS functions and is potentially slow, it must
176 NetworkCertMatches* matches) {
203 matches->push_back(ClientCertResolver::NetworkAndMatchingCert(
416 NetworkCertMatches* matches = new NetworkCertMatches; local
422 matches),
425 base::Owned(matches)));
428 void ClientCertResolver::ConfigureCertificates(NetworkCertMatches* matches) {
    [all...]
  /external/chromium_org/media/tools/layout_tests/
test_expectations_history.py 117 matches = re.findall(testname, line)
118 if matches:
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.h 49 bool matches(Element&) const;
91 bool matches(Element&) const;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGURIReference.cpp 39 return attrName.matches(XLinkNames::hrefAttr);
91 // Enforce that the referenced url matches the url of the document that we've loaded for it!
110 if (name.matches(XLinkNames::hrefAttr)) {
  /external/chromium_org/third_party/WebKit/Source/platform/
URLPatternMatcher.cpp 42 if (contentPattern.matches(url))
97 bool URLPatternMatcher::matches(const KURL& test) const function in class:blink::URLPatternMatcher
  /external/chromium_org/third_party/icu/source/i18n/
quant.cpp 63 UMatchDegree Quantifier::matches(const Replaceable& text, function in class:Quantifier
71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
  /external/chromium_org/tools/gn/
commands.cc 90 std::vector<const Target*>* matches) {
117 if (pattern.Matches(all_targets[i]->label()))
118 matches->push_back(all_targets[i]);
  /external/chromium_org/v8/test/mjsunit/
regexp-global.js 29 // Test that an optional capture is cleared between two matches.
38 // Test zero-length matches.
45 // Test zero-length matches that have non-zero-length sub-captures.
80 //Test that an optional capture is cleared between two matches.
90 // Test zero-length matches.
97 // Test zero-length matches that have non-zero-length sub-captures.
134 // Test zero-length matches that have non-zero-length sub-captures that do not
216 // Test for different number of matches.
218 // Create string that matches m times.
  /external/hamcrest/library/src/org/hamcrest/collection/
IsMapContaining.java 26 if (keyMatcher.matches(entry.getKey()) && valueMatcher.matches(entry.getValue())) {
  /external/icu/icu4c/source/i18n/
quant.cpp 63 UMatchDegree Quantifier::matches(const Replaceable& text, function in class:Quantifier
71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
  /external/iproute2/ip/
xfrm_monitor.c 359 if (matches(*argv, "file") == 0) {
362 } else if (matches(*argv, "acquire") == 0) {
365 } else if (matches(*argv, "expire") == 0) {
368 } else if (matches(*argv, "SA") == 0) {
371 } else if (matches(*argv, "aevent") == 0) {
374 } else if (matches(*argv, "policy") == 0) {
377 } else if (matches(*argv, "report") == 0) {
380 } else if (matches(*argv, "help") == 0) {
iptunnel.c 183 matches(*argv, "dsfield") == 0) {
195 } else if (matches(*argv, "help") == 0)
619 if (matches(*argv, "add") == 0)
621 if (matches(*argv, "change") == 0)
623 if (matches(*argv, "del") == 0)
625 if (matches(*argv, "show") == 0 ||
626 matches(*argv, "lst") == 0 ||
627 matches(*argv, "list") == 0)
629 if (matches(*argv, "prl") == 0)
631 if (matches(*argv, "6rd") == 0
    [all...]
  /external/iproute2/tc/
tc_util.c 394 if (matches(arg, "continue") == 0)
396 else if (matches(arg, "drop") == 0)
398 else if (matches(arg, "shot") == 0)
400 else if (matches(arg, "pass") == 0)
404 else if (matches(arg, "reclassify") == 0)
419 if (matches(arg, "ethernet") == 0)
421 else if (matches(arg, "atm") == 0)
423 else if (matches(arg, "adsl") == 0)
  /external/junit/src/org/junit/runner/
Description.java 219 return matcher.matches()
234 if (matcher.matches())
  /external/lldb/include/lldb/Interpreter/
Options.h 233 /// @param[out] matches
234 /// The array of matches returned.
237 /// make a distinction between total number of matches, and the
251 lldb_private::StringList &matches);
285 /// @param[out] matches
286 /// The array of matches returned.
289 /// make a distinction between total number of matches, and the
304 StringList &matches);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
Path.java 80 if (m.matches()) {
94 if (box1.getType().matches(type)) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
ApplicationResolver.java 55 if (splits[splits.length - 1].matches(staticInnerClassRegex) && splits[splits.length - 2].matches(staticInnerClassRegex)) {
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 25 * {@link String#matches String.matches}, {@link String#replaceAll String.replaceAll} and
33 * boolean sawFailures = s.matches("Failures: \\d+");
58 * <tr> <td> \ </td> <td>Quote the following metacharacter (so {@code \.} matches a literal {@code .}).</td> </tr>
161 * text in the containing match. The maximum length of possible matches for look-behind patterns
230 * This constant specifies that a pattern matches Unix line endings ('\n')
263 * This constant specifies that the '.' meta character matches arbitrary
315 * entries. If this is fewer than the number of matches, the
415 * Tests whether the given {@code regularExpression} matches the given {@code input}.
416 * Equivalent to {@code Pattern.compile(regularExpression).matcher(input).matches()}
423 public static boolean matches(String regularExpression, CharSequence input) { method in class:Pattern
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.1/
hamcrest-integration-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/
hamcrest-integration-1.3.jar 
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 378 ::regmatch_t matches[3]; local
380 if (!::regexec(&s_regex, out_string, sizeof(matches) / sizeof(::regmatch_t), matches, 0))
382 if (matches[1].rm_so != -1)
383 m_opcode_name.assign(out_string + matches[1].rm_so, matches[1].rm_eo - matches[1].rm_so);
384 if (matches[2].rm_so != -1)
385 m_mnemonics.assign(out_string + matches[2].rm_so, matches[2].rm_eo - matches[2].rm_so)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
InMatcher.java 46 public boolean matches(Object o) { method in class:InMatcher
  /development/tools/findunused/
findunusedtranslations 39 @matches = (glob($pattern1), glob($pattern2));
55 for $match (@matches) {
  /external/chromium_org/athena/main/
url_search_provider.cc 275 const ACMatches& matches = provider_->matches(); local
276 for (ACMatches::const_iterator it = matches.begin(); it != matches.end();
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 84 std::vector<BookmarkMatch> matches; local
87 bookmarks_record[i].title, 10, &matches);
88 EXPECT_EQ(expected, matches.size());
89 matches.clear();

Completed in 1164 milliseconds

<<11121314151617181920>>