HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 426 - 450 of 1001) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_recent.h 33 u_int8_t invert; member in struct:ipt_recent_info
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/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
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/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/webkit/Source/WebCore/platform/graphics/android/
MediaLayer.h 46 void invertContents(bool invert) { m_mediaTexture->invertContents(invert); }
  /external/iptables/extensions/
libxt_policy.c 112 e->invert.reqid = cb->invert;
120 e->invert.spi = cb->invert;
129 e->invert.saddr = cb->invert;
138 e->invert.daddr = cb->invert;
152 e->invert.proto = cb->invert;
    [all...]
libxt_udp.c 53 if (cb->invert)
57 if (cb->invert)
87 int invert, int numeric)
89 const char *inv = invert ? "!" : "";
91 if (min != 0 || max != 0xFFFF || invert) {
libxt_dccp.c 107 if (cb->invert)
112 if (cb->invert)
118 if (cb->invert)
123 if (cb->invert)
153 int invert, int numeric)
155 const char *inv = invert ? "!" : "";
157 if (min != 0 || max != 0xFFFF || invert) {
200 print_option(uint8_t option, int invert, int numeric)
202 if (option || invert)
203 printf(" option=%s%u", invert ? "!" : "", option)
    [all...]
libxt_recent.c 93 if (cb->invert)
94 info->invert = true;
98 if (cb->invert)
99 info->invert = true;
103 if (cb->invert)
104 info->invert = true;
108 if (cb->invert)
109 info->invert = true;
136 if (info->invert)
163 if (info->invert)
    [all...]
libxt_SET.c 63 parse_target_v0(char **argv, int invert, unsigned int *flags,
70 if (xtables_check_inverse(optarg, &invert, NULL, 0, argv))
92 set_target_parse_v0(int c, char **argv, int invert, unsigned int *flags,
100 parse_target_v0(argv, invert, flags,
104 parse_target_v0(argv, invert, flags,
170 parse_target(char **argv, int invert, struct xt_set_info *info,
177 if (xtables_check_inverse(optarg, &invert, NULL, 0, argv))
197 set_target_parse_v1(int c, char **argv, int invert, unsigned int *flags,
205 parse_target(argv, invert, &myinfo->add_set, "add-set");
209 parse_target(argv, invert, &myinfo->del_set, "del-set")
    [all...]
libxt_string.c 177 if (cb->invert) {
179 stringinfo->u.v0.invert = 1;
186 if (cb->invert) {
188 stringinfo->u.v0.invert = 1;
262 int invert = (revision == 0 ? info->u.v0.invert : local
266 printf(" STRING match %s", invert ? "!" : "");
269 printf(" STRING match %s", invert ? "!" : "");
286 int invert = (revision == 0 ? info->u.v0.invert local
    [all...]
libipt_realm.c 66 if (cb->invert)
67 realminfo->invert = 1;
92 if (ri->invert)
103 if (ri->invert)
libxt_pkttype.c 83 if (cb->invert)
84 info->invert = 1;
106 printf(" PKTTYPE %s= ", info->invert ? "!" : "");
114 printf("%s --pkt-type ", info->invert ? " !" : "");
libxt_set.c 52 set_parse_v0(int c, char **argv, int invert, unsigned int *flags,
68 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
69 if (invert)
139 set_parse_v1(int c, char **argv, int invert, unsigned int *flags,
155 xtables_check_inverse(optarg, &invert, &optind, 0, argv);
156 if (invert)
  /external/skia/tests/
MatrixTest.cpp 56 mat.invert(&inverse);
61 mat.invert(&inverse);
67 mat.invert(&inverse);
74 REPORTER_ASSERT(reporter, mat.invert(NULL));
75 mat.invert(&inverse);
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 61 #define IPT_INV_VIA_IN 0x01 /* Invert the sense of IN IFACE. */
62 #define IPT_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */
63 #define IPT_INV_TOS 0x04 /* Invert the sense of TOS. */
64 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
65 #define IPT_INV_DSTIP 0x10 /* Invert the sense of DST OP. */
66 #define IPT_INV_FRAG 0x20 /* Invert the sense of FRAG. */
138 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /external/iptables/include/linux/netfilter_ipv4/
ip_tables.h 61 #define IPT_INV_VIA_IN 0x01 /* Invert the sense of IN IFACE. */
62 #define IPT_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */
63 #define IPT_INV_TOS 0x04 /* Invert the sense of TOS. */
64 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
65 #define IPT_INV_DSTIP 0x10 /* Invert the sense of DST OP. */
66 #define IPT_INV_FRAG 0x20 /* Invert the sense of FRAG. */
138 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 59 #define IPT_INV_VIA_IN 0x01 /* Invert the sense of IN IFACE. */
60 #define IPT_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */
61 #define IPT_INV_TOS 0x04 /* Invert the sense of TOS. */
62 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
63 #define IPT_INV_DSTIP 0x10 /* Invert the sense of DST OP. */
64 #define IPT_INV_FRAG 0x20 /* Invert the sense of FRAG. */
138 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.h 152 ByteTerm(CharacterClass* characterClass, bool invert, int inputPos)
155 , m_invert(invert)
175 ByteTerm(Type type, bool invert = false)
178 , m_invert(invert)
184 ByteTerm(Type type, unsigned subpatternId, bool capture, bool invert, int inputPos)
187 , m_invert(invert)
223 static ByteTerm WordBoundary(bool invert, int inputPos)
225 ByteTerm term(TypeAssertionWordBoundary, invert);
299 bool invert() function in struct:JSC::Yarr::ByteTerm
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
invert.h 0 // invert.h
17 // Functions and classes to invert an Fst.
49 void Invert(MutableFst<Arc> *fst) { Map(fst, InvertMapper<Arc>()); }
  /external/iptables/include/linux/netfilter/
xt_policy.h 60 struct xt_policy_spec invert; member in struct:xt_policy_elem
  /system/media/mca/filterpacks/imageproc/
Android.mk 29 native/invert.c \
  /external/iptables/include/linux/netfilter_ipv6/
ip6_tables.h 73 #define IP6T_INV_VIA_IN 0x01 /* Invert the sense of IN IFACE. */
74 #define IP6T_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */
75 #define IP6T_INV_TOS 0x04 /* Invert the sense of TOS. */
76 #define IP6T_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
77 #define IP6T_INV_DSTIP 0x10 /* Invert the sense of DST OP. */
78 #define IP6T_INV_FRAG 0x20 /* Invert the sense of FRAG. */
195 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 67 #define IPT_INV_VIA_IN 0x01 /* Invert the sense of IN IFACE. */
68 #define IPT_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */
69 #define IPT_INV_TOS 0x04 /* Invert the sense of TOS. */
70 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */
71 #define IPT_INV_DSTIP 0x10 /* Invert the sense of DST OP. */
72 #define IPT_INV_FRAG 0x20 /* Invert the sense of FRAG. */
143 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */

Completed in 1476 milliseconds

<<11121314151617181920>>