HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 101 - 125 of 840) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/easymock/src/org/easymock/internal/matchers/
Contains.java 32 public boolean matches(Object actual) { method in class:Contains
EndsWith.java 32 public boolean matches(Object actual) { method in class:EndsWith
InstanceOf.java 32 public boolean matches(Object actual) { method in class:InstanceOf
StartsWith.java 32 public boolean matches(Object actual) { method in class:StartsWith
  /external/icu4c/common/unicode/
unifilt.h 88 virtual UMatchDegree matches(const Replaceable& text,
unimatch.h 26 * Constants returned by <code>UnicodeMatcher::matches()</code>
32 * Constant returned by <code>matches()</code> indicating a
41 * Constant returned by <code>matches()</code> indicating a
53 * Constant returned by <code>matches()</code> indicating a
56 * the given text matches, and it is known that additional
123 virtual UMatchDegree matches(const Replaceable& text,
  /external/iproute2/tc/
f_flow.c 76 if (matches(s, flow_keys[i]) == 0) {
156 if (matches(*argv, "map") == 0) {
158 } else if (matches(*argv, "hash") == 0) {
160 } else if (matches(*argv, "keys") == 0) {
165 } else if (matches(*argv, "and") == 0) {
172 } else if (matches(*argv, "or") == 0) {
179 } else if (matches(*argv, "xor") == 0) {
186 } else if (matches(*argv, "rshift") == 0) {
193 } else if (matches(*argv, "addend") == 0) {
200 } else if (matches(*argv, "divisor") == 0)
    [all...]
q_cbq.c 66 if (matches(*argv, "bandwidth") == 0 ||
67 matches(*argv, "rate") == 0) {
73 } else if (matches(*argv, "ewma") == 0) {
83 } else if (matches(*argv, "cell") == 0) {
99 } else if (matches(*argv, "avpkt") == 0) {
105 } else if (matches(*argv, "mpu") == 0) {
111 } else if (matches(*argv, "allot") == 0) {
118 } else if (matches(*argv, "overhead") == 0) {
123 } else if (matches(*argv, "linklayer") == 0) {
128 } else if (matches(*argv, "help") == 0)
    [all...]
tc_qdisc.c 116 } else if (matches(*argv, "estimator") == 0) {
119 } else if (matches(*argv, "stab") == 0) {
123 } else if (matches(*argv, "help") == 0) {
149 if (matches(*argv, "help") == 0)
301 } else if (matches(*argv, "help") == 0) {
338 if (matches(*argv, "add") == 0)
340 if (matches(*argv, "change") == 0)
342 if (matches(*argv, "replace") == 0)
344 if (matches(*argv, "link") == 0)
346 if (matches(*argv, "delete") == 0
    [all...]
m_pedit.c 287 if (matches(*argv, "invert") == 0) {
289 } else if (matches(*argv, "set") == 0) {
293 } else if (matches(*argv, "preserve") == 0) {
296 if (matches(*argv, "clear") != 0)
302 if (argc && matches(*argv, "retain") == 0) {
360 if (matches(*argv, "u32") == 0) {
365 if (matches(*argv, "u16") == 0) {
370 if (matches(*argv, "u8") == 0) {
383 if (matches(*argv, "at") == 0) {
427 if (matches(*argv, "offset") == 0)
    [all...]
  /external/libvpx/examples/
gen_example_doxy.php 61 while (preg_match($regexp, $page_body, $matches) > 0)
65 $block_new = $matches[1];
76 while (preg_match($regexp, $page_body, $matches))
78 $geshi = new GeSHi($matches[1], $language);
  /external/proguard/src/proguard/util/
ExtensionMatcher.java 46 public boolean matches(String string) method in class:ExtensionMatcher
VariableStringMatcher.java 53 public boolean matches(String string) method in class:VariableStringMatcher
74 if (nextMatcher.matches(string.substring(index)))
86 return nextMatcher.matches(string.substring(maximumLength));
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 84 // HistoryQuickProvider matches are currently not deletable.
95 ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms(terms); local
96 if (matches.empty())
104 size_t match_num = matches.size() - 1;
105 for (ScoredHistoryMatches::const_iterator match_iter = matches.begin();
106 match_iter != matches.end(); ++match_iter, --match_num) {
130 // of the URL, or b) there are more than one substring matches in the URL, or
217 const history::TermMatches& matches,
220 if (matches.empty()) {
225 if (matches[0].offset
    [all...]
  /external/chromium/webkit/glue/
password_form_dom_manager.cc 35 const PasswordFormMap& matches,
66 for (iter = matches.begin(); iter != matches.end(); iter++) {
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 98 /// \brief If the provided matcher matches a node, binds the node to \c ID.
115 /// \brief Matches any node.
121 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
133 /// \brief Matches declarations.
135 /// Examples matches \c X, \c C, and the friend declaration inside \c C;
144 /// \brief Matches a declaration of anything that could have a name.
146 /// Example matches \c X, \c S, the anonymous union type, \c i, and \c U;
157 /// \brief Matches C++ class declarations.
159 /// Example matches \c X, \c Z
168 /// \brief Matches C++ class template declarations
    [all...]
  /external/junit/src/org/junit/experimental/results/
ResultMatchers.java 18 * Matches if the tests are all successful
25 * Matches if there are {@code count} failures
41 * Matches if the result has exactly one failure, and it contains {@code string}
45 public boolean matches(Object item) {
46 return item.toString().contains(string) && failureCountIs(1).matches(item);
56 * Matches if the result has one or more failures, and at least one of them
61 public boolean matches(Object item) {
  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 61 * except if the names of any involved classes matches the given filter.
90 !classFilter.matches(className);
113 !(classFilter.matches(className1) ||
114 classFilter.matches(className2));
  /external/iproute2/ip/
iplink_vlan.c 83 if (matches(*argv, "id") == 0) {
88 } else if (matches(*argv, "reorder_hdr") == 0) {
97 } else if (matches(*argv, "gvrp") == 0) {
106 } else if (matches(*argv, "loose_binding") == 0) {
115 } else if (matches(*argv, "ingress-qos-map") == 0) {
121 } else if (matches(*argv, "egress-qos-map") == 0) {
127 } else if (matches(*argv, "help") == 0) {
ipmonitor.c 128 if (matches(*argv, "file") == 0) {
131 } else if (matches(*argv, "link") == 0) {
134 } else if (matches(*argv, "address") == 0) {
137 } else if (matches(*argv, "route") == 0) {
140 } else if (matches(*argv, "prefix") == 0) {
143 } else if (matches(*argv, "neigh") == 0) {
149 } else if (matches(*argv, "help") == 0) {
rtmon.c 79 if (matches(argv[1], "-family") == 0) {
102 } else if (matches(argv[1], "-Version") == 0) {
105 } else if (matches(argv[1], "file") == 0) {
111 } else if (matches(argv[1], "link") == 0) {
114 } else if (matches(argv[1], "address") == 0) {
117 } else if (matches(argv[1], "route") == 0) {
122 } else if (matches(argv[1], "help") == 0) {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 136 final List<ResolveInfo> matches = mPackageManager.queryIntentActivities(intent, local
141 final int size = matches.size();
143 bestResolve = matches.get(0);
145 bestResolve = getBestResolve(intent, matches);
169 protected ResolveInfo getBestResolve(Intent intent, List<ResolveInfo> matches) {
183 for (ResolveInfo info : matches) {
194 return firstSystem != null ? firstSystem : matches.get(0);
  /external/chromium/chrome/browser/history/
query_parser.cc 34 // Coalesces match positions in |matches| after index that intersect the match
37 Snippet::MatchPositions* matches) {
38 Snippet::MatchPosition& mp = (*matches)[index];
39 for (Snippet::MatchPositions::iterator i = matches->begin() + index + 1;
40 i != matches->end(); ) {
43 i = matches->erase(i);
50 // Sorts the match positions in |matches| by their first index, then coalesces
52 void CoalseAndSortMatchPositions(Snippet::MatchPositions* matches) {
53 std::sort(matches->begin(), matches->end(), &CompareMatchPosition)
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
ToStringHelperTest.java 44 assertTrue(toTest, toTest.matches(".*\\{\\}"));
55 assertTrue(toTest, toTest.matches(".*\\{\\}"));
66 assertTrue(toTest, toTest.matches(".*\\{\\}"));
77 assertTrue(toTest, toTest.matches(".*\\{\\}"));
96 assertTrue(toTest, toTest.matches(".*\\{\\}"));
115 assertTrue(toTest, toTest.matches(".*\\{\\}"));
148 assertTrue(toTest, toTest.matches(".*\\{\\}"));
180 assertTrue(toTest, toTest.matches(".*\\{field1\\=Hello\\}"));
187 assertTrue(toTest, toTest.matches(".*\\{field1\\=42\\}"));
194 assertTrue(toTest, toTest.matches(".*\\{field1\\=null\\}"))
    [all...]
  /external/proguard/src/proguard/optimize/
Optimizer.java 139 boolean classMarkingFinal = filter.matches(CLASS_MARKING_FINAL);
140 boolean classMergingVertical = filter.matches(CLASS_MERGING_VERTICAL);
141 boolean classMergingHorizontal = filter.matches(CLASS_MERGING_HORIZONTAL);
142 boolean fieldRemovalWriteonly = filter.matches(FIELD_REMOVAL_WRITEONLY);
143 boolean fieldMarkingPrivate = filter.matches(FIELD_MARKING_PRIVATE);
144 boolean fieldPropagationValue = filter.matches(FIELD_PROPAGATION_VALUE);
145 boolean methodMarkingPrivate = filter.matches(METHOD_MARKING_PRIVATE);
146 boolean methodMarkingStatic = filter.matches(METHOD_MARKING_STATIC);
147 boolean methodMarkingFinal = filter.matches(METHOD_MARKING_FINAL);
148 boolean methodRemovalParameter = filter.matches(METHOD_REMOVAL_PARAMETER)
    [all...]

Completed in 874 milliseconds

1 2 3 45 6 7 8 91011>>