/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Exception.pm | 10 my ($self, $args) = @_; 13 if (exists $args->{message}) { 14 $exception_args{message} = $args->{message};
|
/external/strace/tests/ |
epoll_create1.test | 8 run_strace -e epoll_create1 $args
|
eventfd.test | 8 run_strace -e eventfd2 $args
|
fanotify_mark.test | 8 run_strace -efanotify_mark $args
|
memfd_create.test | 8 run_strace -e memfd_create $args
|
oldselect.test | 8 run_strace -a34 -eselect $args
|
qual_syscall.test | 11 dump_log_and_fail_with "$STRACE $args output mismatch" 15 dump_log_and_fail_with "$STRACE $args unexpected output" 20 dump_log_and_fail_with "$STRACE $args output mismatch" 23 dump_log_and_fail_with "$STRACE $args unexpected output"
|
sigaction.test | 8 run_strace -ert_sigaction $args
|
sigaltstack.test | 8 run_strace -e sigaltstack $args
|
signalfd.test | 8 run_strace -e signalfd4 $args
|
umovestr.test | 8 run_strace -e chdir $args
|
xattr.test | 8 run_strace -e removexattr,setxattr $args
|
execve.test | 8 run_strace $args 10 run_strace -v $args
|
execveat.test | 8 run_strace $args 10 run_strace -v $args
|
ppoll.test | 8 run_strace -s2 -e ppoll $args 10 run_strace -v -s2 -e ppoll $args
|
caps.test | 8 run_strace -e trace=capget,capset $args
|
filter-unavailable.test | 8 run_strace -qq -f -echdir -esignal=none $args
|
ip_mreq.test | 8 run_strace -e setsockopt $args
|
ipc_msgbuf.test | 8 run_strace -v -e msgget,msgsnd,msgrcv,msgctl $args
|
mq.test | 8 run_strace -v -e mq_getsetattr,mq_open,mq_unlink $args
|
net.test | 8 run_strace_merge -enetwork $args
|
sun_path.test | 8 run_strace_merge -ebind,connect,getsockname $args
|
uio.test | 8 run_strace -edesc $args
|
/device/google/contexthub/util/ |
nanoapp_prepare.sh | 39 if [ ${#args[@]} -ge 1 ] 41 if [[ ${args[0]} = "-e" ]] 43 if [ ${#args[@]} -lt 3 ] 47 encr_key_num=${args[1]} 48 encr_key_file=${args[2]} 49 args=("${args[@]:3}") 61 if [ ${#args[@]} -ge 1 ] 63 if [[ ${args[0]} = "-s" ]] 65 if [ ${#args[@]} -lt 3 ] 69 priv1=${args[1] [all...] |
/external/libcxx/buildcmds/ |
buildcmdscc | 7 echo $ARGS | grep -P '\S+\.cpp\b' > /dev/null 9 echo $ARGS | perl -ne 's/\S+\.cpp\b/%SOURCE%/; print' \ 12 echo $ARGS | perl -ne 's/out\/\S+\/EXECUTABLES\/\S+\.o\b/%SOURCE%/; print' \ 16 $CXX $ARGS
|