/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
MatcherAssert.java | 10 if (!matcher.matches(actual)) {
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
IsAnything.java | 24 public boolean matches(Object o) { method in class:IsAnything 34 * Creates a matcher that always matches, regardless of the examined object. 41 * Creates a matcher that always matches, regardless of the examined object, but describes
|
IsSame.java | 19 public boolean matches(Object arg) { method in class:IsSame 31 * Creates a matcher that matches only when the examined object is the same instance as 42 * Creates a matcher that matches only when the examined object is the same instance as
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UnicodeFilter.java | 28 * Default implementation of UnicodeMatcher::matches() for Unicode 29 * filters. Matches a single 16-bit code unit at offset. 32 public int matches(Replaceable text, method in class:UnicodeFilter
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UnicodeFilter.java | 33 * Default implementation of UnicodeMatcher::matches() for Unicode 34 * filters. Matches a single 16-bit code unit at offset. 38 public int matches(Replaceable text, method in class:UnicodeFilter
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/ |
MethodLocator.java | 52 public boolean matches(BodyDeclaration node) { method in class:MethodLocator 60 return typeLocator.matches(parentNode) 62 && parameterMatcher.matches(methodDeclaration); 79 if (parameterMatcher.matches(methodDeclaration)) {
|
/external/iproute2/ip/ |
iplink_ipoib.c | 50 if (matches(*argv, "pkey") == 0) { 55 } else if (matches(*argv, "mode") == 0) { 64 } else if (matches(*argv, "umcast") == 0) { 69 } else if (matches(*argv, "help") == 0) {
|
iplink_vlan.c | 92 if (matches(*argv, "protocol") == 0) { 97 } else if (matches(*argv, "id") == 0) { 102 } else if (matches(*argv, "reorder_hdr") == 0) { 111 } else if (matches(*argv, "gvrp") == 0) { 120 } else if (matches(*argv, "mvrp") == 0) { 129 } else if (matches(*argv, "loose_binding") == 0) { 138 } else if (matches(*argv, "ingress-qos-map") == 0) { 144 } else if (matches(*argv, "egress-qos-map") == 0) { 150 } else if (matches(*argv, "help") == 0) {
|
/external/iproute2/tc/ |
f_basic.c | 63 if (matches(*argv, "match") == 0) { 70 } else if (matches(*argv, "classid") == 0 || 80 } else if (matches(*argv, "action") == 0) { 88 } else if (matches(*argv, "police") == 0) {
|
f_flower.c | 208 if (matches(str, "tcp") == 0) { 210 } else if (matches(str, "udp") == 0) { 212 } else if (matches(str, "sctp") == 0) { 214 } else if (matches(str, "icmp") == 0) { 218 } else if (matches(str, "icmpv6") == 0) { 606 if (matches(*argv, "classid") == 0 || 607 matches(*argv, "flowid") == 0) { 617 } else if (matches(*argv, "ip_flags") == 0) { 627 } else if (matches(*argv, "skip_hw") == 0) { 629 } else if (matches(*argv, "skip_sw") == 0) [all...] |
m_simple.c | 20 * 2) Start a chain on ingress of eth0 that first matches ICMP then invokes 108 if (matches(*argv, "simple") == 0) { 110 } else if (matches(*argv, "sdata") == 0) { 116 } else if (matches(*argv, "help") == 0) { 124 if (matches(*argv, "index") == 0) {
|
m_skbmod.c | 70 if (matches(*argv, "skbmod") == 0) { 73 } else if (matches(*argv, "swap") == 0) { 76 } else if (matches(*argv, "mac") == 0) { 79 } else if (matches(*argv, "set") == 0) { 82 } else if (matches(*argv, "etype") == 0) { 89 } else if (matches(*argv, "dmac") == 0) { 103 } else if (matches(*argv, "smac") == 0) { 116 } else if (matches(*argv, "help") == 0) { 129 if (matches(*argv, "index") == 0) {
|
m_vlan.c | 65 if (matches(*argv, "vlan") != 0) 71 if (matches(*argv, "pop") == 0) { 79 } else if (matches(*argv, "push") == 0) { 87 } else if (matches(*argv, "modify") == 0) { 95 } else if (matches(*argv, "id") == 0) { 106 } else if (matches(*argv, "protocol") == 0) { 117 } else if (matches(*argv, "priority") == 0) { 128 } else if (matches(*argv, "help") == 0) { 141 if (matches(*argv, "index") == 0) {
|
tc_qdisc.c | 118 } else if (matches(*argv, "estimator") == 0) { 121 } else if (matches(*argv, "stab") == 0) { 125 } else if (matches(*argv, "help") == 0) { 152 if (matches(*argv, "help") == 0) 318 } else if (matches(*argv, "help") == 0) { 376 if (matches(*argv, "add") == 0) 378 if (matches(*argv, "change") == 0) 380 if (matches(*argv, "replace") == 0) 382 if (matches(*argv, "link") == 0) 384 if (matches(*argv, "delete") == 0 [all...] |
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
ZapProcessor.java | 41 if (wildcard.matches(desc))
|
/external/libtextclassifier/utils/sentencepiece/ |
sorted_strings_table.h | 32 // binary search is used to find all prefix matches. 48 // Find matches that are prefixes of a string. 50 std::vector<TrieMatch>* matches) const override;
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
WindowsFakeFileSystem.java | 82 return standardized.matches(VALID_PATTERN) || standardized.startsWith(LAN_PREFIX);
|
/external/mockito/src/main/java/org/mockito/internal/matchers/ |
CompareTo.java | 20 public final boolean matches(T actual) { method in class:CompareTo
|
EqualsWithDelta.java | 22 public boolean matches(Number actual) { method in class:EqualsWithDelta
|
/external/mockito/src/test/java/org/mockitousage/matchers/ |
HamcrestMatchersTest.java | 28 public boolean matches(Object o) { method in class:HamcrestMatchersTest.ContainsX 60 public boolean matches(Object o) { method in class:HamcrestMatchersTest.IntMatcher 93 public boolean matches(Object o) { method in class:HamcrestMatchersTest.NonGenericMatcher 114 public boolean matches(String argument) {
|
/external/parameter-framework/upstream/parameter/ |
CompoundRule.h | 46 bool matches() const override;
|
/external/proguard/lib/ |
retrace.jar | |
/external/tensorflow/tensorflow/contrib/eager/python/ |
metrics_impl.py | 366 """Calculates how often `predictions` matches `labels`. 397 matches = math_ops.equal(labels, predictions) 398 matches = math_ops.cast(matches, self.dtype) 399 super(Accuracy, self).call(matches, weights=weights) 406 """Calculates how often `predictions` matches `labels`. 441 matches = math_ops.equal(labels, predictions) 442 matches = math_ops.cast(matches, self.dtype) 443 super(CategoricalAccuracy, self).call(matches, weights=weights [all...] |
/frameworks/av/media/libmedia/include/media/ |
CharacterEncodingDetector.h | 45 const UCharsetMatch** ucma, size_t matches,
|
/external/bcc/src/cc/usdt/ |
usdt_args.cc | 231 std::smatch matches; local 247 matched = std::regex_search(arg_str, matches, arg_n_regex); 249 dest->arg_size_ = stoi(matches.str(1)); 250 cur_pos_ += matches.length(0); 253 if (std::regex_search(arg_str, matches, arg_op_regex_const)) { 254 dest->constant_ = stoi(matches.str(1)); 255 } else if (std::regex_search(arg_str, matches, arg_op_regex_reg)) { 256 dest->base_register_name_ = "gpr[" + matches.str(1) + "]"; 257 } else if (std::regex_search(arg_str, matches, arg_op_regex_breg_off)) { 258 dest->deref_offset_ = stoi(matches.str(1)) [all...] |