HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 251 - 275 of 795) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/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-r5/platforms/android-3/arch-arm/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
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/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-r6/platforms/android-3/arch-arm/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
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/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-r6/platforms/android-3/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...]
  /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>()); }

Completed in 327 milliseconds

<<11121314151617181920>>