HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 251 - 275 of 879) sorted by null

<<11121314151617181920>>

  /external/iproute2/tc/
f_u32.c 210 } else if (matches(*argv, "nexthdr+") == 0) {
498 matches(*argv, "dsfield") == 0) {
507 } else if (matches(*argv, "precedence") == 0) {
704 if (matches(*argv, "u32") == 0) {
707 } else if (matches(*argv, "u16") == 0) {
710 } else if (matches(*argv, "u8") == 0) {
713 } else if (matches(*argv, "ip") == 0) {
716 } else if (matches(*argv, "ip6") == 0) {
719 } else if (matches(*argv, "udp") == 0) {
722 } else if (matches(*argv, "tcp") == 0)
    [all...]
  /frameworks/base/libs/hwui/
Patch.cpp 75 bool Patch::matches(const int32_t* xDivs, const int32_t* yDivs, function in class:android::uirenderer::Patch
78 bool matches = true; local
83 matches = false;
88 matches = false;
93 matches = false;
98 matches = false;
101 return matches;
  /external/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc 52 // Returns an AutocompleteMatch in provider_'s set of matches that matches
200 for (ACMatches::const_iterator i = provider_->matches().begin();
201 i != provider_->matches().end(); ++i) {
232 // And the URL matches what we expected.
268 ASSERT_FALSE(provider_->matches().empty());
270 provider_->matches()[0].type);
273 // Issues a query that matches the registered keyword and makes sure history
296 // And the URL matches what we expected.
371 // There should be two matches, one for what you typed, the other fo
    [all...]
  /external/iproute2/ip/
ip6tunnel.c 170 matches(*argv, "dsfield") == 0) {
204 if (matches(*argv, "help") == 0)
390 if (matches(*argv, "add") == 0)
392 if (matches(*argv, "change") == 0)
394 if (matches(*argv, "del") == 0)
396 if (matches(*argv, "show") == 0 ||
397 matches(*argv, "lst") == 0 ||
398 matches(*argv, "list") == 0)
400 if (matches(*argv, "help") == 0)
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 72 if (each.getExpectedInvocation().matches(actual)) {
135 int matches = 0; local
144 matches++;
149 if (matches > 1) {
151 .append(". Possible matches are marked with (+1):");
157 m.appendTo(errorMessage, matches);
  /external/iptables/iptables/
xshared.c 15 * specified matches and targets.
60 int nolookup, struct xtables_rule_match **matches)
68 return xtables_find_match(protoname, tryload, matches);
70 return xtables_find_match(pname, tryload, matches);
104 cs->options & OPT_NUMERIC, &cs->matches);
122 for (matchp = cs->matches; matchp; matchp = matchp->next) {
  /frameworks/base/tools/aidl/
options_test.cpp 241 int matches[count]; local
256 matches[i] = test(g_tests[i]);
258 if (0 == matches[i]) {
263 result |= matches[i];
277 if (matches[i]) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ResourceValueCompleter.java 67 String[] matches = computeResourceStringMatches( local
71 if (matches != null && matches.length > 0) {
72 proposals = new ArrayList<IContentProposal>(matches.length);
73 for (String match : matches) {
93 // System matches: only do this if the value already matches at least @a,
  /external/clang/lib/Driver/
Option.cpp 77 bool Option::matches(OptSpecifier Opt) const { function in class:Option
81 return Alias.matches(Opt);
89 return Group.matches(Opt);
117 // Always matches.
145 // Matches iff this is an exact match.
157 // Matches iff this is an exact match.
189 // Always matches.
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 160 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
161 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
269 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
270 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
350 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
351 $in_pre = isset($matches[1]) && $matches[1] == '/' ? 0 : 1;
387 if (preg_match("@$sp_tags_to_skip@", $cur_token[1], $matches)) {
    [all...]
  /external/llvm/lib/Option/
Option.cpp 79 bool Option::matches(OptSpecifier Opt) const { function in class:Option
83 return Alias.matches(Opt);
91 return Group.matches(Opt);
119 // Always matches.
147 // Matches iff this is an exact match.
159 // Matches iff this is an exact match.
191 // Always matches.
  /external/mockito/src/org/mockito/internal/invocation/
InvocationsFinder.java 57 if (wanted.matches(invocation)) {
68 if( wanted.matches( invocation )){
145 return !wanted.matches(invocation);
  /external/webkit/LayoutTests/dom/html/level1/core/
selfhtml.js 46 var matches;
48 matches = 0;
54 matches++;
58 matches++;
63 matches++;
67 if(matches == 0) {
70 if(matches > 1) {
71 assert(descr + ": Multiple matches found for " + expectedValue, false);
88 var matches;
90 matches = 0
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/core/
selfhtml.js 46 var matches;
48 matches = 0;
54 matches++;
58 matches++;
63 matches++;
67 if(matches == 0) {
70 if(matches > 1) {
71 assert(descr + ": Multiple matches found for " + expectedValue, false);
88 var matches;
90 matches = 0
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/events/
selfhtml.js 46 var matches;
48 matches = 0;
54 matches++;
58 matches++;
63 matches++;
67 if(matches == 0) {
70 if(matches > 1) {
71 assert(descr + ": Multiple matches found for " + expectedValue, false);
88 var matches;
90 matches = 0
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
selfhtml.js 46 var matches;
48 matches = 0;
54 matches++;
58 matches++;
63 matches++;
67 if(matches == 0) {
70 if(matches > 1) {
71 assert(descr + ": Multiple matches found for " + expectedValue, false);
88 var matches;
90 matches = 0
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
selfxhtml.js 45 var matches;
47 matches = 0;
53 matches++;
57 matches++;
62 matches++;
66 if(matches == 0) {
69 if(matches > 1) {
70 assert(descr + ": Multiple matches found for " + expectedValue, false);
87 var matches;
89 matches = 0
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
selfxhtml.js 45 var matches;
47 matches = 0;
53 matches++;
57 matches++;
62 matches++;
66 if(matches == 0) {
69 if(matches > 1) {
70 assert(descr + ": Multiple matches found for " + expectedValue, false);
87 var matches;
89 matches = 0
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
selfxhtml.js 45 var matches;
47 matches = 0;
53 matches++;
57 matches++;
62 matches++;
66 if(matches == 0) {
69 if(matches > 1) {
70 assert(descr + ": Multiple matches found for " + expectedValue, false);
87 var matches;
89 matches = 0
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
selfxhtml.js 45 var matches;
47 matches = 0;
53 matches++;
57 matches++;
62 matches++;
66 if(matches == 0) {
69 if(matches > 1) {
70 assert(descr + ": Multiple matches found for " + expectedValue, false);
87 var matches;
89 matches = 0
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
selfxhtml.js 45 var matches;
47 matches = 0;
53 matches++;
57 matches++;
62 matches++;
66 if(matches == 0) {
69 if(matches > 1) {
70 assert(descr + ": Multiple matches found for " + expectedValue, false);
87 var matches;
89 matches = 0
    [all...]
  /external/webkit/Source/WebCore/page/
UserContentURLPattern.cpp 41 if (contentPattern.matches(url)) {
52 if (contentPattern.matches(url)) {
110 bool UserContentURLPattern::matches(const KURL& test) const function in class:WebCore::UserContentURLPattern
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSignatureRawRSA.java 183 boolean matches = (resultSize == inputOffset);
186 matches = false;
189 return matches;
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 360 // Don't perform any scoring (and don't return any matches) if the
647 TermMatches matches; local
650 matches.push_back(TermMatch(term_num, location, term.size()));
651 return matches;
655 TermMatches InMemoryURLIndex::SortAndDeoverlap(const TermMatches& matches) {
656 if (matches.empty())
657 return matches;
658 TermMatches sorted_matches = matches;
676 const TermMatches& matches) {
678 for (TermMatches::const_iterator i = matches.begin(); i != matches.end(); ++i
    [all...]
  /external/valgrind/main/coregrind/
m_options.c 297 // see if the exe name matches any of the patterns specified
303 Bool matches; local
315 matches = VG_(string_match)(patt, name);
317 if (matches)
328 Bool matches; local
341 matches = VG_(string_match)(patt, child_argv[i]);
342 if (matches) {

Completed in 5938 milliseconds

<<11121314151617181920>>