Searched refs:at (Results 1 - 25 of 1292) sorted by relevance

1234567891011>>

/external/bison/tests/
H A DMakefile.am10 ## the Free Software Foundation; either version 2, or (at your option)
47 local.at \
48 testsuite.at \
49 input.at \
50 output.at sets.at reduce.at \
51 synclines.at headers.at actions.at conflict
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicDoubleTest.java4 * domain, as explained at
76 AtomicDouble at = new AtomicDouble(1.0);
77 assertBitEquals(1.0, at.get());
79 at.set(x);
80 assertBitEquals(x, at.get());
88 AtomicDouble at = new AtomicDouble(1.0);
89 assertBitEquals(1.0, at.get());
91 at.lazySet(x);
92 assertBitEquals(x, at.get());
102 AtomicDouble at
[all...]
/external/llvm/test/MC/ARM/
H A Dfull_line_comment.s2 # this is a full line comment starting at column 1
3 # this starting at column 2
/external/valgrind/main/tests/
H A Dfilter_libc21 s/(at.*)__builtin_new/$1...operator new.../;
22 s/(at.*)operator new\(unsigned(| int| long)\)/$1...operator new.../;
24 s/(at.*)__builtin_vec_new/$1...operator new.../;
25 s/(at.*)operator new\[\]\(unsigned(| int| long)\)/$1...operator new[].../;
27 s/(at.*)__builtin_delete/$1...operator delete.../;
28 s/(at.*)operator delete\(void\*\)/$1...operator delete.../;
30 s/(at.*)__builtin_vec_delete/$1...operator delete[].../;
31 s/(at.*)operator delete\[\]\(void\*\)/$1...operator delete[].../;
/external/valgrind/main/drd/tests/
H A Dtc01_simple_race.stderr.exp2 Conflicting load by thread 1 at 0x........ size 4
3 at 0x........: main (tc01_simple_race.c:28)
5 declared at tc01_simple_race.c:9
7 Conflicting store by thread 1 at 0x........ size 4
8 at 0x........: main (tc01_simple_race.c:28)
10 declared at tc01_simple_race.c:9
H A Dannotate_ignore_rw2.stderr.exp2 Conflicting load by thread 1 at 0x........ size 1
3 at 0x........: main (annotate_ignore_rw.c:?)
5 declared at annotate_ignore_rw.c:11, in frame #? of thread 1
7 Conflicting store by thread 1 at 0x........ size 1
8 at 0x........: main (annotate_ignore_rw.c:?)
10 declared at annotate_ignore_rw.c:10, in frame #? of thread 1
12 Conflicting load by thread 1 at 0x........ size 1
13 at 0x........: main (annotate_ignore_rw.c:?)
15 declared at annotate_ignore_rw.c:12, in frame #? of thread 1
H A Dannotate_ignore_write.stderr.exp2 Conflicting load by thread 1 at 0x........ size 1
3 at 0x........: main (annotate_ignore_write.c:?)
5 declared at annotate_ignore_write.c:11, in frame #? of thread 1
7 Conflicting load by thread 1 at 0x........ size 1
8 at 0x........: main (annotate_ignore_write.c:?)
10 declared at annotate_ignore_write.c:12, in frame #? of thread 1
12 Conflicting store by thread 1 at 0x........ size 1
13 at 0x........: main (annotate_ignore_write.c:?)
15 declared at annotate_ignore_write.c:10, in frame #? of thread 1
H A Dannotate_ignore_rw.stderr.exp2 Conflicting load by thread 1 at 0x........ size 1
3 at 0x........: main (annotate_ignore_rw.c:?)
5 declared at annotate_ignore_rw.c:12, in frame #? of thread 1
H A Dannotate_ignore_write2.stderr.exp2 Conflicting load by thread 1 at 0x........ size 1
3 at 0x........: main (annotate_ignore_write.c:?)
5 declared at annotate_ignore_write.c:11, in frame #? of thread 1
7 Conflicting store by thread 1 at 0x........ size 1
8 at 0x........: main (annotate_ignore_write.c:?)
10 declared at annotate_ignore_write.c:10, in frame #? of thread 1
12 Conflicting load by thread 1 at 0x........ size 1
13 at 0x........: main (annotate_ignore_write.c:?)
15 declared at annotate_ignore_write.c:12, in frame #? of thread 1
17 Conflicting store by thread 1 at
[all...]
H A Dhg03_inherit.stderr.exp3 Conflicting store by thread 3 at 0x........ size 4
4 at 0x........: t2 (hg03_inherit.c:28)
7 declared at hg03_inherit.c:11, in frame #? of thread 3
9 Conflicting store by thread 3 at 0x........ size 4
10 at 0x........: t2 (hg03_inherit.c:29)
13 declared at hg03_inherit.c:11, in frame #? of thread 3
H A Drwlock_race.stderr.exp2 Conflicting load by thread x at 0x........ size 4
3 at 0x........: thread_func (rwlock_race.c:?)
6 declared at rwlock_race.c:18, in frame #? of thread x
8 Conflicting store by thread x at 0x........ size 4
9 at 0x........: thread_func (rwlock_race.c:?)
12 declared at rwlock_race.c:18, in frame #? of thread x
H A Dtc16_byterace.stderr.exp2 Conflicting load by thread 1 at 0x........ size 1
3 at 0x........: main (tc16_byterace.c:34)
5 a global variable declared at tc16_byterace.c:7
7 Conflicting store by thread 1 at 0x........ size 1
8 at 0x........: main (tc16_byterace.c:34)
10 a global variable declared at tc16_byterace.c:7
H A Dread_after_free.stderr.exp2 Conflicting load by thread 1 at 0x........ size 1
3 at 0x........: main (read_after_free.c:?)
/external/valgrind/main/gdbserver_tests/
H A Dmcclean_after_fork.stdoutB.exp1 Breakpoint 1 at 0x........: file clean_after_fork.c, line 9.
2 Breakpoint 2 at 0x........: file clean_after_fork.c, line 20.
3 Breakpoint 3 at 0x........: file clean_after_fork.c, line 22.
5 Breakpoint 1, main () at clean_after_fork.c:9
11 main () at clean_after_fork.c:34
H A Dmcvabits.stdoutB.exp1 Breakpoint 1 at 0x........: file t.c, line 100.
3 Breakpoint 1, breakme (line=112) at t.c:100
5 #1 0x........ in main (argc=1, argv=0x........) at t.c:112
10 Breakpoint 1, breakme (line=117) at t.c:100
H A Dmssnapshot.stdoutB.exp1 Breakpoint 1 at 0x........: file t.c, line 105.
3 Breakpoint 1, main (argc=1, argv=0x........) at t.c:105
H A Dnlsigvgdb.stderr.exp3 (action at startup) vgdb me ...
/external/valgrind/main/helgrind/tests/
H A Dtc13_laog1.stderr.exp10 Observed (incorrect) order is: acquisition of lock at 0x........
11 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
14 followed by a later acquisition of lock at 0x........
15 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
18 Required order was established by acquisition of lock at 0x........
19 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
22 followed by a later acquisition of lock at 0x........
23 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
H A Dlocked_vs_unlocked2.stderr.exp19 Lock at 0x........ was first observed
20 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
23 Lock at 0x........ was first observed
24 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
27 Lock at 0x........ was first observed
28 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
31 Possible data race during write of size 4 at 0x........ by thread #x
32 Locks held: 2, at addresses 0x........ 0x........
33 at 0x........: child_fn2 (locked_vs_unlocked2.c:45)
38 Locks held: 2, at addres
[all...]
/external/openssl/crypto/bn/asm/
H A Dmips.pl90 ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
157 mflo $at
159 $ADDU $t1,$at
162 sltu $at,$t1,$at
164 $ADDU $v0,$at
170 mflo $at
172 $ADDU $t3,$at
175 sltu $at,$t3,$at
[all...]
/external/qemu/elff/
H A Ddwarf_utils.h24 * at - DWARF attribute ID to get name string for.
29 const char* dwarf_at_name(Dwarf_At at);
51 * at - Attribute ID (DW_AT_Xxx)
55 void dump_attrib(Dwarf_At at, Dwarf_Form form, const Dwarf_Value* val);
/external/valgrind/main/memcheck/tests/
H A Dbadloop.stderr.exp2 at 0x........: main (badloop.c:12)
H A Dinits.stderr.exp2 at 0x........: main (inits.c:17)
H A Dmanuel1.stderr.exp2 at 0x........: main (manuel1.c:7)
/external/valgrind/main/memcheck/tests/linux/
H A Dwith-space.stderr.exp2 at 0x........: main (manuel1.c:7)

Completed in 304 milliseconds

1234567891011>>