/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...] |
/external/iproute2/ip/ |
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...] |
/frameworks/av/media/libmedia/ |
CharacterEncodingDetector.cpp | 119 int32_t matches; local 120 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); 122 ucma, matches, &goodmatch, &highest); 148 ucma = ucsdet_detectAll(csd, &matches, &status); 150 ucma, matches, &goodmatch, &highest); 186 int32_t matches; local 190 const UCharsetMatch** ucma = ucsdet_detectAll(csd, &matches, &status); 192 ucma, matches, &goodmatchSingle, &highestSingle); 284 * When ICU detects multiple encoding matches, apply additional heuristics to determine 288 * - decode the input using each of the matches foun 302 Vector<const UCharsetMatch*> matches; local [all...] |
/external/iproute2/tc/ |
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) {
|
f_cgroup.c | 47 if (matches(*argv, "match") == 0) { 54 } else if (matches(*argv, "action") == 0) { 62 } else if (matches(*argv, "police") == 0) {
|
m_police.c | 80 if (matches(*argv, "index") == 0) { 86 } else if (matches(*argv, "burst") == 0 || 139 } else if (matches(*argv, "peakrate") == 0) { 149 } else if (matches(*argv, "reclassify") == 0 || 150 matches(*argv, "drop") == 0 || 151 matches(*argv, "shot") == 0 || 152 matches(*argv, "continue") == 0 || 153 matches(*argv, "pass") == 0 || 154 matches(*argv, "pipe") == 0 || 155 matches(*argv, "goto") == 0) [all...] |
q_htb.c | 74 if (matches(*argv, "r2q") == 0) { 79 } else if (matches(*argv, "default") == 0) { 84 } else if (matches(*argv, "debug") == 0) { 90 } else if (matches(*argv, "direct_qlen") == 0) { 127 if (matches(*argv, "prio") == 0) { 133 } else if (matches(*argv, "mtu") == 0) { 138 } else if (matches(*argv, "mpu") == 0) { 143 } else if (matches(*argv, "overhead") == 0) { 148 } else if (matches(*argv, "linklayer") == 0) { 153 } else if (matches(*argv, "quantum") == 0) [all...] |
q_qfq.c | 42 if (matches(*argv, "help") != 0) 61 if (matches(*argv, "weight") == 0) { 67 } else if (matches(*argv, "maxpkt") == 0) {
|
/external/v8/tools/turbolizer/ |
schedule-view.js | 18 let matches = /\d+/.exec(text); 19 if (!matches) return undefined; 20 BLOCK_HEADER_STYLE.block_id = Number(matches[0]); 36 let matches = /\d+/.exec(text); 38 node_id: Number(matches[0]),
|
/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) {
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
MockUtils.java | 45 public boolean matches(Object item) { 61 public boolean matches(Object item) { 77 public boolean matches(Object item) { 93 public boolean matches(Object item) { 113 public boolean matches(Object item) { 129 public boolean matches(Object item) {
|
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/ |
Version.kt | 66 if (!matcher.matches()) { 78 return if (matcher.matches()) Version(matcher.group(1)) else null 86 return if (matcher.matches()) Version(versionString) else null
|
/packages/apps/Settings/tests/unit/src/com/android/settings/ |
ManagedAccessSettingsLowRamTest.java | 22 import static android.support.test.espresso.assertion.ViewAssertions.matches; 65 onView(withText(label)).check(matches(isDisplayed())); 78 onView(withText(label)).check(matches(isDisplayed())); 92 onView(withText(label)).check(matches(isDisplayed())); 106 onView(withText(label)).check(matches(isDisplayed())); 120 onView(withText(label)).check(matches(isDisplayed()));
|
/cts/hostsidetests/security/src/android/security/cts/ |
SecurityTestCase.java | 97 assertTrue("Pattern not found", Pattern.matches(pattern, input)); 101 assertFalse("Pattern found", Pattern.matches(pattern, input)); 107 Pattern.DOTALL).matcher(input).matches());
|
/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/guice/core/src/com/google/inject/matcher/ |
Matchers.java | 38 * Returns a matcher which matches any input. 47 public boolean matches(Object o) { method in class:Matchers.Any 76 public boolean matches(T t) { method in class:Matchers.Not 77 return !delegate.matches(t); 104 * Returns a matcher which matches elements (methods, classes, etc.) 121 public boolean matches(AnnotatedElement element) { method in class:Matchers.AnnotatedWithType 142 * Returns a matcher which matches elements (methods, classes, etc.) 159 public boolean matches(AnnotatedElement element) { method in class:Matchers.AnnotatedWith 181 * Returns a matcher which matches subclasses of the given type (as well as 196 public boolean matches(Class subclass) method in class:Matchers.SubclassesOf 231 public boolean matches(Object other) { method in class:Matchers.Only 266 public boolean matches(Object other) { method in class:Matchers.IdenticalTo 303 public boolean matches(Class c) { method in class:Matchers.InPackage 344 public boolean matches(Class c) { method in class:Matchers.InSubpackage 381 public boolean matches(Method m) { method in class:Matchers.Returns [all...] |
/external/icu/icu4c/source/common/ |
dictionarydata.h | 63 * Wrapper class around generic dictionaries, implementing matches(). 73 // this should emulate CompactTrieDictionary::matches() 80 * @param lengths output array, filled with the lengths of the matches, in order, 83 * @param cpLengths output array, filled with the lengths of the matches, in order, 93 virtual int32_t matches(UText *text, int32_t maxLength, int32_t limit, 108 virtual int32_t matches(UText *text, int32_t maxLength, int32_t limit, 126 virtual int32_t matches(UText *text, int32_t maxLength, int32_t limit,
|