Home
last modified time | relevance | path

Searched refs:EXP (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/external/clang/test/Parser/
Dattributes.mm10 #define EXP __attribute__((visibility("default"))) macro
11 class EXP C {};
12 EXP class C2 {}; // expected-warning {{attribute 'visibility' is ignored, place it after "class" to…
14 @interface EXP I @end // expected-error {{postfix attributes are not allowed on Objective-C directi… interface
15 EXP @interface I2 @end
17 @implementation EXP I @end // expected-error-re {{postfix attributes are not allowed on Objective-C… implementation
19 EXP @implementation I2 @end; // expected-error {{prefix attribute must be followed by an interface …
21 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives{…
22 EXP @class OC2; // expected-error {{prefix attribute must be followed by an interface or protocol}}
24 @protocol EXP P @end // expected-error {{postfix attributes are not allowed on Objective-C directiv… protocol
[all …]
/external/strace/tests-m32/
Dnsyscalls-d.test19 2> "$LOG-err-all" > "$EXP" 9> "$EXP-err"
21 [ -n "$debug_flag" ] || > "$EXP-err"
25 match_diff "$LOG" "$EXP"
26 match_diff "$LOG-err" "$EXP-err"
Dsyntax.sh38 match_diff "$LOG" "$EXP" ||
48 match_grep "$LOG" "$EXP" ||
56 cat > "$EXP" << __EOF__
65 cat > "$EXP" << __EOF__
74 cat > "$EXP" << __EOF__
Dattach-p-cmd.test36 ../set_ptracer_any ../attach-p-cmd-p >> "$EXP" &
39 while ! [ -s "$EXP" ]; do
44 run_strace -a30 -echdir -p $tracee_pid ../attach-p-cmd-cmd > "$EXP"
45 match_diff "$LOG" "$EXP"
Dpoll.test8 run_strace -a16 -vepoll $args > "$EXP"
9 match_diff "$LOG" "$EXP"
13 run_strace -a16 -epoll -s$abbrev $args > "$EXP"
14 match_diff "$LOG" "$EXP"
Dattach-f-p.test37 ../set_ptracer_any sh -c "exec ../attach-f-p >> $EXP" > /dev/null &
40 while ! [ -s "$EXP" ]; do
45 run_strace -a32 -f -echdir -p $tracee_pid ../attach-f-p-cmd > "$EXP"
46 match_diff "$LOG" "$EXP"
Dpoll-P.test9 $args > "$EXP"
10 match_diff "$LOG" "$EXP"
15 $args > "$EXP"
16 match_diff "$LOG" "$EXP"
/external/strace/tests/
Dnsyscalls-d.test19 2> "$LOG-err-all" > "$EXP" 9> "$EXP-err"
21 [ -n "$debug_flag" ] || > "$EXP-err"
25 match_diff "$LOG" "$EXP"
26 match_diff "$LOG-err" "$EXP-err"
Dsyntax.sh38 match_diff "$LOG" "$EXP" ||
48 match_grep "$LOG" "$EXP" ||
56 cat > "$EXP" << __EOF__
65 cat > "$EXP" << __EOF__
74 cat > "$EXP" << __EOF__
Dattach-p-cmd.test36 ../set_ptracer_any ../attach-p-cmd-p >> "$EXP" &
39 while ! [ -s "$EXP" ]; do
44 run_strace -a30 -echdir -p $tracee_pid ../attach-p-cmd-cmd > "$EXP"
45 match_diff "$LOG" "$EXP"
Dpoll.test8 run_strace -a16 -vepoll $args > "$EXP"
9 match_diff "$LOG" "$EXP"
13 run_strace -a16 -epoll -s$abbrev $args > "$EXP"
14 match_diff "$LOG" "$EXP"
Dattach-f-p.test37 ../set_ptracer_any sh -c "exec ../attach-f-p >> $EXP" > /dev/null &
40 while ! [ -s "$EXP" ]; do
45 run_strace -a32 -f -echdir -p $tracee_pid ../attach-f-p-cmd > "$EXP"
46 match_diff "$LOG" "$EXP"
Dpoll-P.test9 $args > "$EXP"
10 match_diff "$LOG" "$EXP"
15 $args > "$EXP"
16 match_diff "$LOG" "$EXP"
/external/strace/tests-mx32/
Dnsyscalls-d.test19 2> "$LOG-err-all" > "$EXP" 9> "$EXP-err"
21 [ -n "$debug_flag" ] || > "$EXP-err"
25 match_diff "$LOG" "$EXP"
26 match_diff "$LOG-err" "$EXP-err"
Dsyntax.sh38 match_diff "$LOG" "$EXP" ||
48 match_grep "$LOG" "$EXP" ||
56 cat > "$EXP" << __EOF__
65 cat > "$EXP" << __EOF__
74 cat > "$EXP" << __EOF__
Dattach-p-cmd.test36 ../set_ptracer_any ../attach-p-cmd-p >> "$EXP" &
39 while ! [ -s "$EXP" ]; do
44 run_strace -a30 -echdir -p $tracee_pid ../attach-p-cmd-cmd > "$EXP"
45 match_diff "$LOG" "$EXP"
Dpoll.test8 run_strace -a16 -vepoll $args > "$EXP"
9 match_diff "$LOG" "$EXP"
13 run_strace -a16 -epoll -s$abbrev $args > "$EXP"
14 match_diff "$LOG" "$EXP"
Dattach-f-p.test37 ../set_ptracer_any sh -c "exec ../attach-f-p >> $EXP" > /dev/null &
40 while ! [ -s "$EXP" ]; do
45 run_strace -a32 -f -echdir -p $tracee_pid ../attach-f-p-cmd > "$EXP"
46 match_diff "$LOG" "$EXP"
Dpoll-P.test9 $args > "$EXP"
10 match_diff "$LOG" "$EXP"
15 $args > "$EXP"
16 match_diff "$LOG" "$EXP"
/external/e2fsprogs/tests/f_detect_xfs/
Dscript10 EXP=$test_dir/expect
12 EXP=$test_dir/expect.nodebugfs
30 if cmp -s $EXP $OUT; then
35 diff -u $EXP $OUT >> $test_name.failed
37 unset EXP OUT FSCK_OPT IMAGE
/external/e2fsprogs/tests/m_hugefile_slack/
Dscript3 EXP=$test_dir/expect
6 #gzip -d < $EXP.gz > $EXP
42 cmp -s $OUT $EXP
50 diff $DIFF_OPTS $EXP $OUT > $test_name.failed
53 unset IMAGE FSCK_OPT OUT EXP CONF
/external/e2fsprogs/tests/m_mcsum_extjournal/
Dscript4 EXP=$test_name.tmp
7 EXP=$test_dir/expect
15 cmp -s $OUT $EXP
23 diff $DIFF_OPTS $EXP $OUT > $test_name.failed
27 unset IMAGE FSCK_OPT OUT EXP
/external/e2fsprogs/tests/f_detect_junk/
Dscript16 EXP=$test_dir/expect
18 EXP=$test_dir/expect.nodebugfs
36 if cmp -s $EXP $OUT; then
41 diff -u $EXP $OUT >> $test_name.failed
43 unset EXP OUT FSCK_OPT IMAGE
/external/e2fsprogs/tests/t_ext_jnl_fail/
Dscript4 EXP=$test_name.tmp
7 EXP=$test_dir/expect
18 cmp -s $OUT $EXP
26 diff $DIFF_OPTS $EXP $OUT > $test_name.failed
30 unset IMAGE FSCK_OPT OUT EXP
/external/e2fsprogs/tests/j_ext_dumpe2fs/
Dscript4 EXP=$test_name.tmp
7 EXP=$test_dir/expect
22 cmp -s $OUT $EXP
30 diff $DIFF_OPTS $EXP $OUT > $test_name.failed
34 unset IMAGE FSCK_OPT OUT EXP

12345678910>>...17