HomeSort by relevance Sort by last modified time
    Searched full:matches (Results 1 - 25 of 2313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libip6t_hl.man 1 This module matches the Hop Limit field in the IPv6 header.
4 Matches if Hop Limit equals \fIvalue\fP.
7 Matches if Hop Limit is less than \fIvalue\fP.
10 Matches if Hop Limit is greater than \fIvalue\fP.
libipt_ttl.man 1 This module matches the time to live field in the IP header.
4 Matches the given TTL value.
7 Matches if TTL is greater than the given TTL value.
10 Matches if TTL is less than the given TTL value.
libip6t_ah.man 1 This module matches the parameters in Authentication header of IPsec packets.
4 Matches SPI.
10 Matches if the reserved field is filled with zero.
libip6t_frag.man 1 This module matches the parameters in Fragment header.
4 Matches the given Identification or range of it.
11 Matches if the reserved fields are filled with zero.
14 Matches on the first fragment.
17 Matches if there are more fragments.
20 Matches if this is the last fragement.
libip6t_esp.man 1 This module matches the SPIs in ESP header of IPsec packets.
libipt_ah.man 1 This module matches the SPIs in Authentication header of IPsec packets.
libipt_esp.man 1 This module matches the SPIs in ESP header of IPsec packets.
libipt_pkttype.man 1 This module matches the link-layer packet type.
libip6t_mark.man 1 This module matches the netfilter mark field associated with a packet
7 Matches packets with the given unsigned mark value (if a \fImask\fP is
libipt_connmark.man 1 This module matches the netfilter mark field associated with a connection
7 Matches packets in connections with the given mark value (if a mask is
libipt_mark.man 1 This module matches the netfilter mark field associated with a packet
7 Matches packets with the given unsigned mark value (if a \fImask\fP is
libipt_realm.man 1 This matches the routing realm. Routing realms are used in complex routing
5 Matches a given realm number (and optionally mask). If not a number, value
libip6t_policy.man 1 This modules matches the policy used by IPsec for handling a packet.
16 Matches if the packet is subject to IPsec processing.
20 the policy matches the given policy.
23 Matches the reqid of the policy rule. The reqid can be specified with
30 Matches the SPI of the SA.
33 Matches the encapsulation protocol.
36 Matches the encapsulation mode.
39 Matches the source end-point address of a tunnel mode SA.
43 Matches the destination end-point address of a tunnel mode SA.
libipt_policy.man 1 This modules matches the policy used by IPsec for handling a packet.
16 Matches if the packet is subject to IPsec processing.
20 the policy matches the given policy.
23 Matches the reqid of the policy rule. The reqid can be specified with
30 Matches the SPI of the SA.
33 Matches the encapsulation protocol.
36 Matches the encapsulation mode.
39 Matches the source end-point address of a tunnel mode SA.
43 Matches the destination end-point address of a tunnel mode SA.
libipt_ecn.man 4 This matches if the TCP ECN CWR (Congestion Window Received) bit is set.
7 This matches if the TCP ECN ECE (ECN Echo) bit is set.
10 This matches a particular IPv4 ECT (ECN-Capable Transport). You have to specify
libip6t_condition.man 1 This matches if a specific /proc filename is '0' or '1'.
libip6t_length.man 1 This module matches the length of the IPv6 payload in octets, or range of it.
libipt_condition.man 1 This matches if a specific /proc filename is '0' or '1'.
libipt_length.man 1 This module matches the length of a packet against a specific value
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
regress-001.js 33 for ( var matches = 0; matches < matches_array.length; matches++ ) {
35 "( " + str_regexp + " )[" + matches +"]",
36 matches_array[matches],
37 regexp[matches] );
  /dalvik/dx/tests/104-verify-return-ops/
info.txt 2 the appropriate types and that the opcode matches the method signature.
  /external/proguard/src/proguard/util/
ConstantMatcher.java 24 * This StringMatcher matches any string or no string at all.
30 private boolean matches; field in class:ConstantMatcher
36 public ConstantMatcher(boolean matches)
38 this.matches = matches;
44 public boolean matches(String string) method in class:ConstantMatcher
46 return matches;
  /frameworks/base/core/tests/coretests/src/android/util/
PatternsTest.java 31 t = Patterns.TOP_LEVEL_DOMAIN.matcher("com").matches();
35 t = Patterns.TOP_LEVEL_DOMAIN.matcher("me").matches();
39 t = Patterns.TOP_LEVEL_DOMAIN.matcher("xn--0zwm56d").matches();
42 t = Patterns.TOP_LEVEL_DOMAIN.matcher("mem").matches();
45 t = Patterns.TOP_LEVEL_DOMAIN.matcher("xn").matches();
48 t = Patterns.TOP_LEVEL_DOMAIN.matcher("xer").matches();
56 t = Patterns.WEB_URL.matcher("http://www.google.com").matches();
60 t = Patterns.WEB_URL.matcher("http://www.google.me").matches();
62 t = Patterns.WEB_URL.matcher("google.me").matches();
66 t = Patterns.WEB_URL.matcher("http://xn--fsqu00a.xn--0zwm56d").matches();
    [all...]
  /cts/tools/dex-tools/
TODO.txt 4 Check if fileformat version matches dex reader
  /external/webkit/LayoutTests/http/tests/appcache/
top-frame-3-expected.txt 1 Test that a subframe with manifest that matches top frame manifest works correctly.

Completed in 150 milliseconds

1 2 3 4 5 6 7 8 91011>>