/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UnicodeFilter.java | 30 * Default implementation of UnicodeMatcher::matches() for Unicode 31 * filters. Matches a single 16-bit code unit at offset. 34 public int matches(Replaceable text, method in class:UnicodeFilter
|
/external/iptables/extensions/ |
libxt_addrtype.man | 1 This module matches packets based on their 44 Matches if the source address is of given type 47 Matches if the destination address is of given type
|
libxt_dscp.man | 1 This module matches the 6 bit DSCP field within the TOS field in the
|
libxt_physdev.man | 1 This module matches on the bridge port input and output devices enslaved 35 Matches if the packet has entered through a bridge interface. 38 Matches if the packet will leave through a bridge interface. 41 Matches if the packet is being bridged and therefore is not being routed.
|
/external/libpcap/ |
pcap_offline_filter.3pcap | 22 pcap_offline_filter \- check whether a filter matches a packet 37 checks whether a filter matches a packet. 52 the packet doesn't match the filter and non-zero if the packet matches
|
/external/vboot_reference/scripts/image_signing/ |
ensure_no_nonrelease_files.sh | 54 local matches=$(grep -s "^[^#]" "${config_path}") 55 if [ -n "$matches" ]; then 57 echo "$matches"
|
/external/autotest/client/site_tests/power_LoadTest/extension/ |
manifest.json | 22 "matches": ["http://*/*", "https://*/*"],
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser_profiles/content_scripts1/Default/ |
Preferences | 25 { "matches": ["file://*"], "js": ["script.js"] }
|
/external/compiler-rt/test/tsan/ |
CMakeLists.txt | 2 if(${COMPILER_RT_DEFAULT_TARGET_ARCH} MATCHES "x86_64")
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/ |
MethodLocator.java | 50 public boolean matches(BodyDeclaration node) { method in class:MethodLocator 54 return typeLocator.matches(parentNode) 56 && parameterMatcher.matches(methodDeclaration); 72 if (parameterMatcher.matches(methodDeclaration)) {
|
/external/iproute2/include/libiptc/ |
libxtc.h | 14 it, you'll also align to any crazy matches and targets someone
|
/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 | 90 if (matches(*argv, "protocol") == 0) { 95 } else if (matches(*argv, "id") == 0) { 100 } else if (matches(*argv, "reorder_hdr") == 0) { 109 } else if (matches(*argv, "gvrp") == 0) { 118 } else if (matches(*argv, "mvrp") == 0) { 127 } else if (matches(*argv, "loose_binding") == 0) { 136 } else if (matches(*argv, "ingress-qos-map") == 0) { 142 } else if (matches(*argv, "egress-qos-map") == 0) { 148 } else if (matches(*argv, "help") == 0) {
|
/external/iproute2/tc/ |
f_flow.c | 77 if (matches(s, flow_keys[i]) == 0) { 157 if (matches(*argv, "map") == 0) { 159 } else if (matches(*argv, "hash") == 0) { 161 } else if (matches(*argv, "keys") == 0) { 166 } else if (matches(*argv, "and") == 0) { 173 } else if (matches(*argv, "or") == 0) { 180 } else if (matches(*argv, "xor") == 0) { 187 } else if (matches(*argv, "rshift") == 0) { 194 } else if (matches(*argv, "addend") == 0) { 201 } else if (matches(*argv, "divisor") == 0) [all...] |
/external/iptables/include/libiptc/ |
libxtc.h | 14 it, you'll also align to any crazy matches and targets someone
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
RuleTest.java | 74 assertTrue(rule.matches("FooBar")); 75 assertFalse(rule.matches("Other")); 82 assertTrue(rule.matches("Other")); 83 assertFalse(rule.matches("FooBar"));
|
/external/libjpeg-turbo/doc/html/search/ |
nomatches.html | 9 <div class="SRStatus" id="NoMatches">No Matches</div>
|
/external/mockito/src/org/mockito/internal/matchers/ |
Any.java | 21 public boolean matches(Object actual) { method in class:Any
|
CompareTo.java | 20 public boolean matches(Object actual) { method in class:CompareTo
|
Contains.java | 23 public boolean matches(Object actual) { method in class:Contains
|
EndsWith.java | 23 public boolean matches(Object actual) { method in class:EndsWith
|
InstanceOf.java | 23 public boolean matches(Object actual) { method in class:InstanceOf
|
NotNull.java | 23 public boolean matches(Object actual) { method in class:NotNull
|
Null.java | 22 public boolean matches(Object actual) { method in class:Null
|
StartsWith.java | 23 public boolean matches(Object actual) { method in class:StartsWith
|