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

1234567891011>>

/external/valgrind/main/gdbserver_tests/
H A Dhginfo.stderr.exp1 (action at startup) vgdb me ...
H A Dnlgone_exit.stderr.exp3 (action at startup) vgdb me ...
8 (action at exit) vgdb me ...
H A Dnlself_invalidate.stderr.exp3 (action at startup) vgdb me ...
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 Dhginfo.stdoutB.exp1 Breakpoint 1 at 0x........: file hg01_all_ok.c, line 13.
4 Breakpoint 1, breakme () at hg01_all_ok.c:13
8 Breakpoint 1, breakme () at hg01_all_ok.c:13
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
/external/libcxx/test/containers/associative/map/map.access/
H A Dat.pass.cpp14 // mapped_type& at(const key_type& k);
15 // const mapped_type& at(const key_type& k) const;
38 assert(m.at(1) == 1.5);
39 m.at(1) = -1.5;
40 assert(m.at(1) == -1.5);
41 assert(m.at(2) == 2.5);
42 assert(m.at(3) == 3.5);
43 assert(m.at(4) == 4.5);
44 assert(m.at(5) == 5.5);
47 m.at(
[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/llvm/test/MC/Mips/
H A Dset-at-directive-explicit-at.s5 # for ".set at" and set the correct value. The correct value for $at is always
10 # WARNINGS: :[[@LINE+2]]:11: warning: Used $at without ".set noat"
11 .set at=$1
12 jr $at
15 # WARNINGS: :[[@LINE+2]]:11: warning: Used $at without ".set noat"
16 .set at=$1
18 # WARNINGS-NOT: warning: Used $at without ".set noat"
21 .set at=$2
22 jr $at
[all...]
/external/valgrind/main/tests/
H A Dfilter_libc24 s/(at.*)__builtin_new/$1...operator new.../;
25 s/(at.*)operator new\(unsigned(| int| long)\)/$1...operator new.../;
27 s/(at.*)__builtin_vec_new/$1...operator new.../;
28 s/(at.*)operator new\[\]\(unsigned(| int| long)\)/$1...operator new[].../;
30 s/(at.*)__builtin_delete/$1...operator delete.../;
31 s/(at.*)operator delete\(void\*\)/$1...operator delete.../;
33 s/(at.*)__builtin_vec_delete/$1...operator delete[].../;
34 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
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
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
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
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
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
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
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
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
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
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 a global variable declared at hg03_inherit.c:11
9 Conflicting store by thread 3 at 0x........ size 4
10 at 0x........: t2 (hg03_inherit.c:29)
13 a global variable declared at hg03_inherit.c:11
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
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
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
/external/bison/tests/
H A DMakefile.am10 # (at your option) any later version.
45 local.at \
46 testsuite.at \
47 input.at named-refs.at \
48 output.at skeletons.at sets.at reduce.at \
49 synclines.at header
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Ddata-cache-instructions.stdout.exp1 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
/external/valgrind/main/none/tests/ppc64/
H A Ddata-cache-instructions.stdout.exp1 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
/external/chromium_org/content/browser/compositor/
H A Doverlay_candidate_validator_ozone.cc43 ozone_surface_list.at(i).transform = surfaces->at(i).transform;
44 ozone_surface_list.at(i).format = GetOzoneFormat(surfaces->at(i).format);
45 ozone_surface_list.at(i).display_rect = surfaces->at(i).display_rect;
46 ozone_surface_list.at(i).crop_rect = surfaces->at(i).uv_rect;
47 ozone_surface_list.at(i).plane_z_order = surfaces->at(
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dstrucsize.asm11 at TST2.b label
15 at TST1.a

Completed in 6805 milliseconds

1234567891011>>