Searched defs:bypass (Results 1 - 11 of 11) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_NFQUEUE.h26 __u16 bypass; member in struct:xt_NFQ_info_v2
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_NFQUEUE.h26 __u16 bypass; member in struct:xt_NFQ_info_v2
/external/chromium_org/chrome/browser/extensions/api/proxy/
H A Dproxy_apitest.cc30 const std::string& bypass,
45 if (!bypass.empty()) {
47 EXPECT_EQ(bypass, value);
288 ASSERT_TRUE(RunExtensionTestIncognito("proxy/bypass")) << message_;
28 ValidateSettings(int expected_mode, const std::string& expected_server, const std::string& bypass, const std::string& expected_pac_url, PrefService* pref_service) argument
/external/chromium_org/net/proxy/
H A Dproxy_config.cc266 // Output the bypass rules.
267 const ProxyBypassRules& bypass = proxy_rules_.bypass_rules; local
268 if (!bypass.rules().empty()) {
275 bypass.rules().begin();
276 it != bypass.rules().end(); ++it) {
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_chorusdata.h93 EAS_BOOL bypass; member in struct:__anon30854
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_chorusdata.h93 EAS_BOOL bypass; member in struct:__anon30904
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_chorusdata.h93 EAS_BOOL bypass; member in struct:__anon30957
/external/zlib/src/examples/
H A Dgzappend.c204 unsigned bypass; local
208 bypass = n & ~((1U << in->size) - 1);
209 if (bypass) {
210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
212 n -= bypass;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86id.c626 int bypass)
653 if (bypass != 8 &&
924 if ((bypass == 4 && i == 0) || (bypass == 5 && i == 1)
925 || (bypass == 6 && i == 2))
930 if ((bypass == 1 && i == 0) || (bypass == 2 && i == 1)
931 || (bypass == 3 && i == 2))
1006 int bypass; local
1021 for (bypass
624 x86_find_match(x86_id_insn *id_insn, yasm_insn_operand **ops, yasm_insn_operand **rev_ops, const unsigned int *size_lookup, int bypass) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.h103 bool bypass; member in struct:r600_alphatest_state
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h103 bool bypass; member in struct:r600_alphatest_state

Completed in 566 milliseconds