HomeSort by relevance Sort by last modified time
    Searched full:match (Results 276 - 300 of 9534) sorted by null

<<11121314151617181920>>

  /external/iptables/extensions/
libxt_connbytes.man 0 Match by how many bytes or packets a connection (or one of the two
13 NOTE that for connections which have no accounting information, the match will
20 match packets from a connection whose packets/bytes/average packet
22 omitted only FROM check is done. "!" is used to match packets not
libxt_connlimit.c 23 "connlimit match options:\n"
24 " --connlimit-upto n match if the number of existing connections is 0..n\n"
25 " --connlimit-above n match if the number of existing connections is >n\n"
49 static void connlimit_init(struct xt_entry_match *match)
51 struct xt_connlimit_info *info = (void *)match->data;
60 const unsigned int revision = (*cb->match)->u.user.revision;
129 const struct xt_entry_match *match, int numeric)
131 const struct xt_connlimit_info *info = (const void *)match->data;
140 const struct xt_entry_match *match, int numeric)
142 const struct xt_connlimit_info *info = (const void *)match->data
    [all...]
libxt_standard.c 8 "standard match options:\n"
libxt_tcpmss.man 4 Match a given TCP MSS value or range.
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_ipv6header.h 1 /* ipv6header match - matches IPv6 packets based
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_dscp_.h 17 /* match info */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_ipv6header.h 1 /* ipv6header match - matches IPv6 packets based
  /external/libmtp/examples/
hotplug.c 108 printf(" <match key=\"info.subsystem\" string=\"usb\">\n");
135 printf(" <match key=\"usb.vendor_id\" int=\"0x%04x\">\n", entry->vendor_id);
136 printf(" <match key=\"usb.product_id\" int=\"0x%04x\">\n", entry->product_id);
138 printf(" <match key=\"info.capabilities\" contains_not=\"portable_audio_player\">\n");
140 printf(" </match>\n");
145 printf(" <match key=\"portable_audio_player.access_method.protocols\" contains_not=\"mtp\">\n");
147 printf(" </match>\n");
150 printf(" <match key=\"portable_audio_player.output_formats\" contains_not=\"audio/mpeg\">\n");
152 printf(" </match>\n");
153 printf(" <match key=\"portable_audio_player.output_formats\" contains_not=\"audio/x-ms-wma\">\n")
    [all...]
  /external/oprofile/libutil++/
comma_list.h 33 * match anything.
45 * return true if value match one the stored value in items
47 bool match(T const & value) const;
85 bool comma_list<T>::match(T const & value) const function in class:comma_list
  /external/qemu/
acl.h 34 char *match; member in struct:qemu_acl_entry
58 const char *match);
61 const char *match,
64 const char *match);
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dcaps.h 228 #define D3DFDS_COLORMODEL 0x00000001L /* Match color model */
229 #define D3DFDS_GUID 0x00000002L /* Match guid */
230 #define D3DFDS_HARDWARE 0x00000004L /* Match hardware/software */
231 #define D3DFDS_TRIANGLES 0x00000008L /* Match in triCaps */
232 #define D3DFDS_LINES 0x00000010L /* Match in lineCaps */
233 #define D3DFDS_MISCCAPS 0x00000020L /* Match primCaps.dwMiscCaps */
234 #define D3DFDS_RASTERCAPS 0x00000040L /* Match primCaps.dwRasterCaps */
235 #define D3DFDS_ZCMPCAPS 0x00000080L /* Match primCaps.dwZCmpCaps */
236 #define D3DFDS_ALPHACMPCAPS 0x00000100L /* Match primCaps.dwAlphaCmpCaps */
237 #define D3DFDS_SRCBLENDCAPS 0x00000200L /* Match primCaps.dwSourceBlendCaps */
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DCAPS.H 228 #define D3DFDS_COLORMODEL 0x00000001L /* Match color model */
229 #define D3DFDS_GUID 0x00000002L /* Match guid */
230 #define D3DFDS_HARDWARE 0x00000004L /* Match hardware/software */
231 #define D3DFDS_TRIANGLES 0x00000008L /* Match in triCaps */
232 #define D3DFDS_LINES 0x00000010L /* Match in lineCaps */
233 #define D3DFDS_MISCCAPS 0x00000020L /* Match primCaps.dwMiscCaps */
234 #define D3DFDS_RASTERCAPS 0x00000040L /* Match primCaps.dwRasterCaps */
235 #define D3DFDS_ZCMPCAPS 0x00000080L /* Match primCaps.dwZCmpCaps */
236 #define D3DFDS_ALPHACMPCAPS 0x00000100L /* Match primCaps.dwAlphaCmpCaps */
237 #define D3DFDS_SRCBLENDCAPS 0x00000200L /* Match primCaps.dwSourceBlendCaps */
    [all...]
  /external/v8/test/mjsunit/
function-caller.js 28 function f(match) {
29 g(match);
32 function g(match) {
34 assertEquals(match, f.caller);
  /external/valgrind/main/none/tests/s390x/
stfle.c 9 unsigned long long hoststfle[S390_NUM_FACILITY_DW], match; local
20 match = (hoststfle[0] & (1ULL << (63 - bit_to_test)));
22 match = (hoststfle[1] & (1ULL << (63 - bit_to_test)));
26 return match;
  /external/webkit/Source/WebCore/manual-tests/
find-count-matches-after-text-control.html 2 Test that text matches are counted correctly when a match occurs inside a text field.
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex10.c 36 int match; local
49 match = re_match (&regex, "foacabdxy", 9, 2, &regs);
50 if (match != 5)
52 printf ("re_match returned %d, expected 5\n", match);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
vsyscall32.h 4 /* Values need to match arch/x86_64/ia32/vsyscall.lds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_dscp.h 17 /* match info */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_conntrack.h 1 /* Header file for kernel module to match connection tracking information.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_ipv6header.h 1 /* ipv6header match - matches IPv6 packets based
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
vsyscall32.h 4 /* Values need to match arch/x86_64/ia32/vsyscall.lds */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_dscp.h 17 /* match info */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_conntrack.h 1 /* Header file for kernel module to match connection tracking information.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_ipv6header.h 1 /* ipv6header match - matches IPv6 packets based
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
vsyscall32.h 4 /* Values need to match arch/x86_64/ia32/vsyscall.lds */

Completed in 500 milliseconds

<<11121314151617181920>>