Home
last modified time | relevance | path

Searched refs:check_e (Results 1 – 13 of 13) sorted by relevance

/external/strace/tests-m32/
Dfiltering_syscall-syntax.test35 [ -z "$2" ] || check_e "invalid system call '$1'" -e"$2"
37 check_e "invalid system call '$1'" -e "$2"
38 check_e "invalid system call '$1'" -etrace="$2"
39 check_e "invalid system call '$1'" -e trace="$2"
41 check_e "invalid system call '$1'" -eabbrev="$2"
42 check_e "invalid system call '$1'" -e abbrev="$2"
44 check_e "invalid system call '$1'" -everbose="$2"
45 check_e "invalid system call '$1'" -e verbose="$2"
47 check_e "invalid system call '$1'" -eraw="$2"
48 check_e "invalid system call '$1'" -e raw="$2"
[all …]
Doptions-syntax.test33 check_e "Invalid process id: '0'" -p 0
34 check_e "Invalid process id: '-42'" -p -42
35 check_e "Invalid process id: '$$.'" -p $$.
36 check_e "Invalid process id: 'a'" -p 1,a
37 check_e "Syscall 'chdir' for -b isn't supported" -b chdir
38 check_e "Syscall 'chdir' for -b isn't supported" -b execve -b chdir
83 check_e "$umsg" -u :nosuchuser: true
86 check_e "-$c has no effect with -c
89 check_e "-i has no effect with -c
96 check_e "-tt has no effect with -r
Dfiltering_fd-syntax.test35 check_e "invalid descriptor '$1'" -e"read=$2"
36 check_e "invalid descriptor '$1'" -e "read=$2"
37 check_e "invalid descriptor '$1'" -e"write=$2"
38 check_e "invalid descriptor '$1'" -e "write=$2"
Dsyntax.sh53 check_e() function
/external/strace/tests-mx32/
Dfiltering_syscall-syntax.test35 [ -z "$2" ] || check_e "invalid system call '$1'" -e"$2"
37 check_e "invalid system call '$1'" -e "$2"
38 check_e "invalid system call '$1'" -etrace="$2"
39 check_e "invalid system call '$1'" -e trace="$2"
41 check_e "invalid system call '$1'" -eabbrev="$2"
42 check_e "invalid system call '$1'" -e abbrev="$2"
44 check_e "invalid system call '$1'" -everbose="$2"
45 check_e "invalid system call '$1'" -e verbose="$2"
47 check_e "invalid system call '$1'" -eraw="$2"
48 check_e "invalid system call '$1'" -e raw="$2"
[all …]
Doptions-syntax.test33 check_e "Invalid process id: '0'" -p 0
34 check_e "Invalid process id: '-42'" -p -42
35 check_e "Invalid process id: '$$.'" -p $$.
36 check_e "Invalid process id: 'a'" -p 1,a
37 check_e "Syscall 'chdir' for -b isn't supported" -b chdir
38 check_e "Syscall 'chdir' for -b isn't supported" -b execve -b chdir
83 check_e "$umsg" -u :nosuchuser: true
86 check_e "-$c has no effect with -c
89 check_e "-i has no effect with -c
96 check_e "-tt has no effect with -r
Dfiltering_fd-syntax.test35 check_e "invalid descriptor '$1'" -e"read=$2"
36 check_e "invalid descriptor '$1'" -e "read=$2"
37 check_e "invalid descriptor '$1'" -e"write=$2"
38 check_e "invalid descriptor '$1'" -e "write=$2"
Dsyntax.sh53 check_e() function
/external/strace/tests/
Dfiltering_syscall-syntax.test35 [ -z "$2" ] || check_e "invalid system call '$1'" -e"$2"
37 check_e "invalid system call '$1'" -e "$2"
38 check_e "invalid system call '$1'" -etrace="$2"
39 check_e "invalid system call '$1'" -e trace="$2"
41 check_e "invalid system call '$1'" -eabbrev="$2"
42 check_e "invalid system call '$1'" -e abbrev="$2"
44 check_e "invalid system call '$1'" -everbose="$2"
45 check_e "invalid system call '$1'" -e verbose="$2"
47 check_e "invalid system call '$1'" -eraw="$2"
48 check_e "invalid system call '$1'" -e raw="$2"
[all …]
Doptions-syntax.test33 check_e "Invalid process id: '0'" -p 0
34 check_e "Invalid process id: '-42'" -p -42
35 check_e "Invalid process id: '$$.'" -p $$.
36 check_e "Invalid process id: 'a'" -p 1,a
37 check_e "Syscall 'chdir' for -b isn't supported" -b chdir
38 check_e "Syscall 'chdir' for -b isn't supported" -b execve -b chdir
83 check_e "$umsg" -u :nosuchuser: true
86 check_e "-$c has no effect with -c
89 check_e "-i has no effect with -c
96 check_e "-tt has no effect with -r
Dfiltering_fd-syntax.test35 check_e "invalid descriptor '$1'" -e"read=$2"
36 check_e "invalid descriptor '$1'" -e "read=$2"
37 check_e "invalid descriptor '$1'" -e"write=$2"
38 check_e "invalid descriptor '$1'" -e "write=$2"
Dsyntax.sh53 check_e() function
/external/llvm/test/CodeGen/X86/
Dlocal_stack_symbol_ordering.ll53 ; check_e(&e);
80 ; X64: callq check_e
100 ; X32: calll check_e
148 %call10 = call i32 (i32*, ...) bitcast (i32 (...)* @check_e to i32 (i32*, ...)*)(i32* %e)
179 declare i32 @check_e(...) #2