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 15 error_type_ = ET_SIMPLE;
19 error_type_ = ET_SIMPLE;
57 if (error_type_ == ET_SIMPLE || error_type_ == ET_TRAP) {
82 if (error_type_ == ET_SIMPLE || error_type_ == ET_TRAP) {
errorcode.h 102 ET_INVALID, ET_SIMPLE, ET_TRAP, ET_COND,
verifier.cc 40 if (code.error_type() == ErrorCode::ET_SIMPLE ||
90 if (code.error_type() == ErrorCode::ET_SIMPLE ||
codegen.cc 166 if (err.error_type_ != ErrorCode::ET_SIMPLE &&

Completed in 223 milliseconds