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

/external/iptables/include/linux/netfilter/
H A Dxt_NFQUEUE.h26 __u16 bypass; member in struct:xt_NFQ_info_v2
/external/chromium/chrome/browser/extensions/
H A Dextension_proxy_apitest.cc26 const std::string& bypass,
41 if (!bypass.empty()) {
43 EXPECT_EQ(bypass, value);
269 ASSERT_TRUE(RunExtensionTestIncognito("proxy/bypass")) << message_;
24 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/net/proxy/
H A Dproxy_config.cc227 // Output the bypass rules.
228 const ProxyBypassRules& bypass = proxy_rules_.bypass_rules; local
229 if (!bypass.rules().empty()) {
236 bypass.rules().begin();
237 it != bypass.rules().end(); ++it) {
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_chorusdata.h93 EAS_BOOL bypass; member in struct:__anon12765
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_chorusdata.h93 EAS_BOOL bypass; member in struct:__anon12815
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_chorusdata.h93 EAS_BOOL bypass; member in struct:__anon12868
/external/zlib/src/examples/
H A Dgzappend.c202 unsigned bypass; local
206 bypass = n & ~((1U << in->size) - 1);
207 if (bypass) {
208 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1)
210 n -= bypass;

Completed in 224 milliseconds