OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TP_32BIT
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc
286
return sandbox->Cond(0, ErrorCode::
TP_32BIT
, ErrorCode::OP_EQUAL, 0,
301
return sandbox->Cond(0, ErrorCode::
TP_32BIT
, ErrorCode::OP_EQUAL, 0,
786
return sandbox->Cond(1, ErrorCode::
TP_32BIT
, ErrorCode::OP_HAS_ANY_BITS,
793
return sandbox->Cond(0, ErrorCode::
TP_32BIT
, ErrorCode::OP_EQUAL,
796
sandbox->Cond(0, ErrorCode::
TP_32BIT
, ErrorCode::OP_EQUAL,
[
all
...]
errorcode.h
49
// When passed as an argument to Sandbox::Cond(),
TP_32BIT
requests that
59
// Implementation detail:
TP_32BIT
does two things. 1) it restricts the
65
TP_32BIT
,
verifier.cc
44
if (code.width() == ErrorCode::
TP_32BIT
&&
53
(code.width() == ErrorCode::
TP_32BIT
61
((code.width() == ErrorCode::
TP_32BIT
70
(code.width() == ErrorCode::
TP_32BIT
132
if (code.width() == ErrorCode::
TP_32BIT
) {
demo.cc
327
return sandbox->Cond(1, ErrorCode::
TP_32BIT
, ErrorCode::OP_EQUAL,
330
sandbox->Cond(1, ErrorCode::
TP_32BIT
, ErrorCode::OP_EQUAL,
sandbox_bpf.cc
[
all
...]
/external/chromium_org/content/common/
sandbox_seccomp_bpf_linux.cc
1307
return sandbox->Cond(3, ErrorCode::
TP_32BIT
, ErrorCode::OP_HAS_ANY_BITS,
1319
return sandbox->Cond(2, ErrorCode::
TP_32BIT
, ErrorCode::OP_HAS_ANY_BITS,
[
all
...]
Completed in 249 milliseconds