OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bypass
(Results
1 - 10
of
10
) sorted by null
/external/iptables/include/linux/netfilter/
xt_NFQUEUE.h
26
__u16
bypass
;
member in struct:xt_NFQ_info_v2
/external/chromium/net/proxy/
proxy_config.cc
227
// 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/chromium_org/net/proxy/
proxy_config.cc
253
// Output the
bypass
rules.
254
const ProxyBypassRules&
bypass
= proxy_rules_.bypass_rules;
local
255
if (!
bypass
.rules().empty()) {
262
bypass
.rules().begin();
263
it !=
bypass
.rules().end(); ++it) {
/external/sonivox/arm-fm-22k/lib_src/
eas_chorusdata.h
93
EAS_BOOL
bypass
;
member in struct:__anon28956
/external/sonivox/arm-hybrid-22k/lib_src/
eas_chorusdata.h
93
EAS_BOOL
bypass
;
member in struct:__anon29006
/external/sonivox/arm-wt-22k/lib_src/
eas_chorusdata.h
93
EAS_BOOL
bypass
;
member in struct:__anon29059
/external/zlib/src/examples/
gzappend.c
204
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/
x86id.c
626
int
bypass
)
653
if (
bypass
!= 8 &&
1006
int
bypass
;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.h
103
bool
bypass
;
member in struct:r600_alphatest_state
/external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h
103
bool
bypass
;
member in struct:r600_alphatest_state
Completed in 1252 milliseconds