OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_TEST
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc
51
// we make it a TEST() instead of a
BPF_TEST
().
72
//
BPF_TEST
does a lot of the boiler-plate code around setting up a
131
BPF_TEST
(SandboxBPF, ApplyBasicBlacklistPolicy, BlacklistNanosleepPolicy) {
151
BPF_TEST
(SandboxBPF, ApplyBasicWhitelistPolicy, WhitelistGetpidPolicy) {
187
BPF_TEST
(SandboxBPF,
238
BPF_TEST
(SandboxBPF, ErrnoTest, ErrnoTestPolicy) {
316
BPF_TEST
(SandboxBPF, StackingPolicy, StackingPolicyPartOne) {
375
BPF_TEST
(SandboxBPF, SyntheticPolicy, SyntheticPolicy) {
425
BPF_TEST
(SandboxBPF, ArmPrivatePolicy, ArmPrivatePolicy) {
453
//
BPF_TEST
() is guaranteed to turn messages back on, after the polic
[
all
...]
bpf_tests.h
18
// A BPF_DEATH_TEST is just the same as a
BPF_TEST
, but it assumes that the
32
//
BPF_TEST
() is a special version of SANDBOX_TEST(). It turns into a no-op,
37
//
BPF_TEST
() takes a C++ data type as an optional fourth parameter. If
41
// communicate data between the
BPF_TEST
() and a Trap() function.
42
#define
BPF_TEST
(test_case_name, test_name, policy, aux...) \
syscall_unittest.cc
94
BPF_TEST
(Syscall,
Completed in 207 milliseconds