HomeSort by relevance Sort by last modified time
    Searched refs:ET_SIMPLE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 14 error_type_ = ET_SIMPLE;
18 error_type_ = ET_SIMPLE;
58 if (error_type_ == ET_SIMPLE || error_type_ == ET_TRAP) {
80 if (error_type_ == ET_SIMPLE || error_type_ == ET_TRAP) {
errorcode.h 105 ET_SIMPLE,
verifier.cc 34 if (code.error_type() == ErrorCode::ET_SIMPLE ||
85 if (code.error_type() == ErrorCode::ET_SIMPLE ||
codegen.cc 169 if (err.error_type_ != ErrorCode::ET_SIMPLE &&

Completed in 955 milliseconds