HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 751 - 775 of 2381) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 25 u_int8_t match, invert; member in struct:ip6t_owner_info
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_string.h 25 u_int8_t invert; member in struct:xt_string_info
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_dscp_.h 21 u_int8_t invert; member in struct:ipt_dscp_info
ipt_tos_.h 17 u_int8_t invert; member in struct:ipt_tos_info
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_owner.h 25 u_int8_t match, invert; member in struct:ip6t_owner_info
  /frameworks/base/data/keyboards/
Vendor_046d_Product_c299.kl 56 axis 0x01 invert GENERIC_1
59 axis 0x02 invert GAS
62 axis 0x05 invert BRAKE
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
Invert.java 28 public class Invert extends SimpleImageFilter {
42 public Invert(String name) {
48 return new NativeProgram("filterpack_imageproc", "invert");
  /external/iptables/extensions/
libxt_owner.c 15 /* match and invert flags */
35 uint8_t match, invert; /* flags */ member in struct:ipt_owner_info
44 uint8_t match, invert; /* flags */ member in struct:ip6t_owner_info
151 if (cb->invert)
152 info->invert |= IPT_OWNER_UID;
161 if (cb->invert)
162 info->invert |= IPT_OWNER_GID;
167 if (cb->invert)
168 info->invert |= IPT_OWNER_PID;
172 if (cb->invert)
    [all...]
libxt_tcp.c 108 int invert)
113 if (invert)
141 tcp_parse(int c, char **argv, int invert, unsigned int *flags,
152 if (invert)
162 if (invert)
172 parse_tcp_flags(tcpinfo, "SYN,RST,ACK,FIN", "SYN", invert);
187 invert);
197 if (invert)
230 int invert, int numeric)
232 const char *inv = invert ? "!" : ""
    [all...]
libxt_dscp.c 60 if (cb->invert)
61 dinfo->invert = 1;
65 if (cb->invert)
66 dinfo->invert = 1;
83 printf(" DSCP match %s0x%02x", dinfo->invert ? "!" : "", dinfo->dscp);
91 printf("%s --dscp 0x%02x", dinfo->invert ? " !" : "", dinfo->dscp);
libxt_ipvs.c 82 data->invert &= ~XT_IPVS_DIR;
85 data->invert |= XT_IPVS_DIR;
104 if (cb->invert)
105 data->invert |= 1 << cb->entry->id;
116 if (info->invert & XT_IPVS_IPVS_PROPERTY)
161 if (data->invert & XT_IPVS_IPVS_PROPERTY)
167 if (data->invert & XT_IPVS_PROTO)
173 if (data->invert & XT_IPVS_VADDR)
181 if (data->invert & XT_IPVS_VPORT)
188 if (data->invert & XT_IPVS_DIR
    [all...]
libxt_rpfilter.man 21 \fB\-\-invert\fP
22 This will invert the sense of the match. Instead of matching packets that passed the
39 iptables \-t raw \-A RPFILTER \-m rpfilter \-\-invert \-j DROP
libipt_ah.c 31 if (cb->invert)
37 int invert)
39 const char *inv = invert ? "!" : "";
41 if (min != 0 || max != 0xFFFFFFFF || invert) {
libxt_esp.c 31 if (cb->invert)
37 int invert)
39 const char *inv = invert ? "!" : "";
41 if (min != 0 || max != 0xFFFFFFFF || invert) {
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
GrAndroidPathRenderer.cpp 67 android::uirenderer::AlphaVertex* inVert =
72 outVert->pos.set(inVert->position[0], inVert->position[1]);
74 int coverage = static_cast<int>(inVert->alpha * 0xff);
77 ++inVert;
  /external/skia/experimental/AndroidPathRenderer/
GrAndroidPathRenderer.cpp 67 android::uirenderer::AlphaVertex* inVert =
72 outVert->pos.set(inVert->position[0], inVert->position[1]);
74 int coverage = static_cast<int>(inVert->alpha * 0xff);
77 ++inVert;
  /external/kernel-headers/original/uapi/linux/netfilter_arp/
arp_tables.h 79 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */
80 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */
81 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */
82 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */
83 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */
84 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */
85 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
86 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
87 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
88 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h 69 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */
70 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */
71 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */
72 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */
73 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */
74 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */
75 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
76 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
77 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
78 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_arp/
arp_tables.h 69 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */
70 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */
71 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */
72 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */
73 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */
74 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */
75 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */
76 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */
77 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */
78 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. *
    [all...]
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_multiport.h 37 u_int8_t invert; member in struct:xt_multiport_v1
xt_physdev.h 27 u_int8_t invert; member in struct:xt_physdev_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_owner.h 27 u_int8_t match, invert; member in struct:ipt_owner_info
ipt_recent.h 33 u_int8_t invert; member in struct:ipt_recent_info
  /external/iptables/include/linux/netfilter/
xt_connmark.h 28 __u8 invert; member in struct:xt_connmark_mtinfo1
xt_policy.h 49 struct xt_policy_spec invert; member in struct:xt_policy_elem

Completed in 1030 milliseconds

<<31323334353637383940>>