Home
last modified time | relevance | path

Searched refs:can_exec (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vsyscall.c441 bool can_exec; in test_vsys_x() local
444 can_exec = true; in test_vsys_x()
446 can_exec = false; in test_vsys_x()
449 if (can_exec) { in test_vsys_x()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/record/old-bench-log/01-lazy-dfa/
Ddynamic-no-lazy-dfa2 src/dfa.rs:73:1: 94:2 warning: function is never used: `can_exec`, #[warn(dead_code)] on by default
3 src/dfa.rs:73 pub fn can_exec(insts: &Insts) -> bool {
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/record/old-bench-log/01-lazy-dfa/
Ddynamic-no-lazy-dfa2 src/dfa.rs:73:1: 94:2 warning: function is never used: `can_exec`, #[warn(dead_code)] on by default
3 src/dfa.rs:73 pub fn can_exec(insts: &Insts) -> bool {
/external/selinux/python/sepolgen/src/sepolgen/
Drefparser.py1159 can_exec = refpolicy.Interface("can_exec")
1163 can_exec.children.append(refpolicy.AVRule(av))
1164 headers.children.append(can_exec)
/external/rust/android-crates-io/crates/regex/src/
Ddfa.rs57 pub fn can_exec(insts: &Program) -> bool { in can_exec() function
Dexec.rs1403 if !dfa::can_exec(&ro.dfa) { in choose_dfa_match_type()