HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 201 - 225 of 1488) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iproute2/ip/
rtmon.c 85 if (matches(argv[1], "-family") == 0) {
108 } else if (matches(argv[1], "-Version") == 0) {
111 } else if (matches(argv[1], "file") == 0) {
117 } else if (matches(argv[1], "link") == 0) {
120 } else if (matches(argv[1], "address") == 0) {
123 } else if (matches(argv[1], "route") == 0) {
128 } else if (matches(argv[1], "help") == 0) {
iplink_can.c 119 if (matches(*argv, "bitrate") == 0) {
123 } else if (matches(*argv, "sample-point") == 0) {
131 } else if (matches(*argv, "tq") == 0) {
135 } else if (matches(*argv, "prop-seg") == 0) {
139 } else if (matches(*argv, "phase-seg1") == 0) {
143 } else if (matches(*argv, "phase-seg2") == 0) {
147 } else if (matches(*argv, "sjw") == 0) {
151 } else if (matches(*argv, "dbitrate") == 0) {
155 } else if (matches(*argv, "dsample-point") == 0) {
162 } else if (matches(*argv, "dtq") == 0)
    [all...]
ipneigh.c 60 if (matches(arg, "permanent") == 0)
62 else if (matches(arg, "reachable") == 0)
76 else if (matches(arg, "failed") == 0)
119 if (matches(*argv, "lladdr") == 0) {
132 } else if (matches(*argv, "proxy") == 0) {
134 if (matches(*argv, "help") == 0)
150 if (matches(*argv, "help") == 0) {
420 if (matches(*argv, "help") == 0)
499 if (matches(*argv, "add") == 0)
501 if (matches(*argv, "change") == 0 |
    [all...]
ipmroute.c 216 if (matches(*argv, "table") == 0) {
233 } else if (matches(*argv, "from") == 0) {
240 if (matches(*argv, "help") == 0)
277 if (matches(*argv, "add") == 0)
279 if (matches(*argv, "delete") == 0)
281 if (matches(*argv, "get") == 0)
284 if (matches(*argv, "list") == 0 || matches(*argv, "show") == 0
285 || matches(*argv, "lst") == 0)
287 if (matches(*argv, "help") == 0
    [all...]
ipmonitor.c 184 if (matches(*argv, "file") == 0) {
187 } else if (matches(*argv, "label") == 0) {
189 } else if (matches(*argv, "link") == 0) {
192 } else if (matches(*argv, "address") == 0) {
195 } else if (matches(*argv, "route") == 0) {
198 } else if (matches(*argv, "mroute") == 0) {
201 } else if (matches(*argv, "prefix") == 0) {
204 } else if (matches(*argv, "neigh") == 0) {
207 } else if (matches(*argv, "netconf") == 0) {
210 } else if (matches(*argv, "rule") == 0)
    [all...]
  /external/iproute2/tc/
f_route.c 58 if (matches(*argv, "to") == 0) {
69 } else if (matches(*argv, "from") == 0) {
80 } else if (matches(*argv, "fromif") == 0) {
92 } else if (matches(*argv, "classid") == 0 ||
102 } else if (matches(*argv, "police") == 0) {
109 } else if (matches(*argv, "action") == 0) {
116 } else if (matches(*argv, "order") == 0) {
m_gact.c 92 if (matches(*argv, "gact") == 0) {
101 if (matches(*argv, "random") == 0) {
104 if (matches(*argv, "netrand") == 0) {
107 } else if (matches(*argv, "determ") == 0) {
128 } else if (matches(*argv, "help") == 0) {
135 if (matches(*argv, "index") == 0) {
143 } else if (matches(*argv, "help") == 0) {
tc_filter.c 115 } else if (matches(*argv, "preference") == 0 ||
116 matches(*argv, "priority") == 0) {
122 } else if (matches(*argv, "protocol") == 0) {
132 } else if (matches(*argv, "chain") == 0) {
139 } else if (matches(*argv, "estimator") == 0) {
142 } else if (matches(*argv, "help") == 0) {
174 if (matches(*argv, "help") == 0)
387 } else if (matches(*argv, "preference") == 0 ||
388 matches(*argv, "priority") == 0) {
394 } else if (matches(*argv, "protocol") == 0)
    [all...]
f_bpf.c 102 if (matches(*argv, "run") == 0) {
117 } else if (matches(*argv, "classid") == 0 ||
118 matches(*argv, "flowid") == 0) {
127 } else if (matches(*argv, "direct-action") == 0 ||
128 matches(*argv, "da") == 0) {
130 } else if (matches(*argv, "skip_hw") == 0) {
132 } else if (matches(*argv, "skip_sw") == 0) {
134 } else if (matches(*argv, "action") == 0) {
141 } else if (matches(*argv, "police") == 0) {
148 } else if (matches(*argv, "help") == 0)
    [all...]
q_hfsc.c 79 if (matches(*argv, "default") == 0) {
89 } else if (matches(*argv, "help") == 0) {
152 if (matches(*argv, "rt") == 0) {
159 } else if (matches(*argv, "ls") == 0) {
166 } else if (matches(*argv, "sc") == 0) {
175 } else if (matches(*argv, "ul") == 0) {
182 } else if (matches(*argv, "help") == 0) {
291 if (matches(*argv, "m1") == 0) {
300 if (matches(*argv, "d") == 0) {
309 if (matches(*argv, "m2") == 0)
    [all...]
e_bpf.c 66 if (matches(*argv, "run") == 0) {
70 } else if (matches(*argv, "import") == 0) {
73 } else if (matches(*argv, "debug") == 0 ||
74 matches(*argv, "dbg") == 0) {
79 } else if (matches(*argv, "graft") == 0) {
87 if (matches(*argv, "key") == 0) {
m_sample.c 58 if (matches(*argv, "sample") == 0) {
66 if (matches(*argv, "rate") == 0) {
74 } else if (matches(*argv, "group") == 0) {
83 } else if (matches(*argv, "trunc") == 0) {
92 } else if (matches(*argv, "help") == 0) {
104 if (matches(*argv, "index") == 0) {
tc_stab.c 58 if (matches(*argv, "help") == 0) {
63 if (matches(*argv, "mtu") == 0) {
69 } else if (matches(*argv, "mpu") == 0) {
75 } else if (matches(*argv, "overhead") == 0) {
81 } else if (matches(*argv, "tsize") == 0) {
87 } else if (matches(*argv, "linklayer") == 0) {
  /external/python/cpython2/Tools/world/
world 29 united matches 6 countries:
123 matches = []
128 matches.append(code)
130 if not matches:
133 if len(matches) == 1:
134 code = matches[0]
135 print regexp, "matches code `%s', %s" % (code, all[code])
137 print regexp, 'matches %d countries:' % len(matches)
138 for code in matches
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/
world 29 united matches 6 countries:
123 matches = []
128 matches.append(code)
130 if not matches:
133 if len(matches) == 1:
134 code = matches[0]
135 print regexp, "matches code `%s', %s" % (code, all[code])
137 print regexp, 'matches %d countries:' % len(matches)
138 for code in matches:
    [all...]
  /build/blueprint/pathtools/
glob.go 36 // more complete path entries) is supported. Any directories in the matches
42 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (matches, deps []string, err error) {
47 follow ShouldFollowSymlinks) (matches, deps []string, err error) {
52 matches, deps, err = glob(fs, pattern, false, follow)
59 matches, err = filterExcludes(matches, excludes)
67 // If the pattern didn't have wildcards, and didn't find matches, the
74 deps = append(deps, matches...)
77 for i, match := range matches {
94 matches[i] = match + "/
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiTransform.java 273 if (scheme.matches(inLevel, inOrder, outLevel, outOrder)) {
370 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
383 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
396 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
410 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
424 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
437 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
451 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
464 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
478 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) method
493 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
508 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
522 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
536 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
549 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
562 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
575 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
601 abstract boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder); method in class:BidiTransform.ReorderingScheme
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiTransform.java 283 if (scheme.matches(inLevel, inOrder, outLevel, outOrder)) {
380 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
393 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
406 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
420 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
434 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
447 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
461 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
474 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
488 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) method
503 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
518 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
532 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
546 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
559 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
572 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
585 boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder) { method
611 abstract boolean matches(byte inLevel, Order inOrder, byte outLevel, Order outOrder); method in class:BidiTransform.ReorderingScheme
    [all...]
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 141 int32_t matches; local
142 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status);
144 ucma, matches, &goodmatch, &highest);
170 ucma = ucsdet_detectAll(csd, &matches, &status);
172 ucma, matches, &goodmatch, &highest);
212 int32_t matches; local
216 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status);
218 ucma, matches, &goodmatchSingle, &highestSingle);
310 * When ICU detects multiple encoding matches, apply additional heuristics to determine
314 * - decode the input using each of the matches foun
328 Vector<const UCharsetMatch*> matches; local
    [all...]
  /cts/tests/tests/rcs/src/android/telephony/ims/cts/
RcsEventTest.java 102 event -> matches(rcsGroupThreadParticipantJoinedEvent, event));
116 event -> matches(rcsGroupThreadNameChangedEvent, event));
129 event -> matches(rcsParticipantAliasChangedEvent, event));
143 event -> matches(rcsGroupThreadParticipantLeftEvent, event));
159 event -> matches(rcsGroupThreadIconChangedEvent, event));
174 private boolean matches(RcsGroupThreadParticipantJoinedEvent expected, RcsEvent actual) { method in class:RcsEventTest
187 private boolean matches(RcsGroupThreadNameChangedEvent expected, RcsEvent actual) { method in class:RcsEventTest
198 private boolean matches(RcsGroupThreadParticipantLeftEvent expected, RcsEvent actual) { method in class:RcsEventTest
211 private boolean matches(RcsGroupThreadIconChangedEvent expected, RcsEvent actual) { method in class:RcsEventTest
231 private boolean matches(RcsParticipantAliasChangedEvent expected, RcsEvent actual) method in class:RcsEventTest
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DetectingViewer.java 170 private void setMatchMenu(CharsetMatch[] matches)
177 for (int i = 0; i < matches.length; i += 1) {
178 CharsetMatch match = matches[i];
291 private void show(InputStream inputStream, CharsetMatch[] matches, String title)
297 if (matches == null || matches.length == 0) {
298 errorDialog("Match Error", "No matches!");
304 String encoding = matches[0].getName();
336 this.setTitle(title + " - " + encodingName(matches[0]));
338 setMatchMenu(matches);
361 CharsetMatch[] matches = detect(inputStream); local
378 CharsetMatch[] matches = detect(filtered); local
    [all...]
  /external/mockito/src/test/java/org/mockito/internal/invocation/
TypeSafeMatchingTest.java 92 public boolean matches(Integer arg) { method in class:TypeSafeMatchingTest.TestMatcher
97 public boolean matches(Date arg) { method in class:TypeSafeMatchingTest.TestMatcher
102 public boolean matches(Integer arg, Void v) { method in class:TypeSafeMatchingTest.TestMatcher
118 public boolean matches(Integer argument) { method in class:TypeSafeMatchingTest.TestMatcher
134 public boolean matches(Integer argument) { method in class:TypeSafeMatchingTest.TestMatcher
153 public boolean matches(T argument) { method in class:TypeSafeMatchingTest.GenericMatcher
  /external/mockito/src/test/java/org/mockitousage/matchers/
CustomMatchersTest.java 25 public boolean matches(String arg) { method in class:CustomMatchersTest.ContainsFoo
31 public boolean matches(Boolean arg) { method in class:CustomMatchersTest.IsAnyBoolean
37 public boolean matches(Character character) { method in class:CustomMatchersTest.IsSorZ
43 public boolean matches(T number) { method in class:CustomMatchersTest.IsZeroOrOne
139 public boolean matches(String arg) { method in class:CustomMatchersTest.StringThatContainsXxx
150 public boolean matches(Object argument) {
  /development/tools/bugreport/src/com/android/bugreport/util/
Utils.java 46 * Returns whether text matches the matcher. The matcher can be used afterwards
49 public static boolean matches(Matcher matcher, String text) { method in class:Utils
51 return matcher.matches();
55 * Returns the matcher if it matches the text, null otherwise.
59 if (matcher.matches()) {
  /external/google-fruit/tests/
test_defn_h_includes.py 39 matches = re.match(include_pattern, line)
40 if matches:
41 current_includes.add(matches.groups()[0])

Completed in 2622 milliseconds

1 2 3 4 5 6 7 891011>>