/external/strace/tests/ |
filtering_syscall-syntax.test | 33 check_syscall() function 74 check_syscall "$arg" "$arg" 75 check_syscall "!$arg" "!$arg" 89 check_syscall "$arg" "$arg" 90 check_syscall "$arg" "!$arg" 91 check_syscall "$arg" "1,$arg" 95 check_syscall "$arg" "1,$arg" 111 check_syscall nonsense "$arg,nonsense" 112 check_syscall nonsense "!$arg,nonsense" 113 check_syscall nonsense "nonsense,$arg [all...] |
/external/strace/tests-m32/ |
filtering_syscall-syntax.test | 33 check_syscall() function 74 check_syscall "$arg" "$arg" 75 check_syscall "!$arg" "!$arg" 89 check_syscall "$arg" "$arg" 90 check_syscall "$arg" "!$arg" 91 check_syscall "$arg" "1,$arg" 95 check_syscall "$arg" "1,$arg" 111 check_syscall nonsense "$arg,nonsense" 112 check_syscall nonsense "!$arg,nonsense" 113 check_syscall nonsense "nonsense,$arg [all...] |
/external/strace/tests-mx32/ |
filtering_syscall-syntax.test | 33 check_syscall() function 74 check_syscall "$arg" "$arg" 75 check_syscall "!$arg" "!$arg" 89 check_syscall "$arg" "$arg" 90 check_syscall "$arg" "!$arg" 91 check_syscall "$arg" "1,$arg" 95 check_syscall "$arg" "1,$arg" 111 check_syscall nonsense "$arg,nonsense" 112 check_syscall nonsense "!$arg,nonsense" 113 check_syscall nonsense "nonsense,$arg [all...] |
/external/google-breakpad/src/tools/mac/dump_syms/ |
macho_dump.cc | 63 int check_syscall(int result, const char *operation, const char *filename) { function in namespace:__anon21021 123 int fd = check_syscall(open(filename, O_RDONLY), "opening", filename); 125 check_syscall(fstat(fd, &attributes), 130 check_syscall(mapping == (void *)-1 ? -1 : 0,
|