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

1234567891011>>

/external/llvm/test/MC/AArch64/
H A Darmv8.2a-at.s4 at s1e1rp, x1
5 at s1e1wp, x2
6 // CHECK: at s1e1rp, x1 // encoding: [0x01,0x79,0x08,0xd5]
7 // CHECK: at s1e1wp, x2 // encoding: [0x22,0x79,0x08,0xd5]
/external/valgrind/gdbserver_tests/
H A Dhginfo.stderr.exp1 (action at startup) vgdb me ...
H A Dnlgone_abrt.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.
3 Breakpoint 1, breakme () at hg01_all_ok.c:13
6 Breakpoint 1, breakme () at hg01_all_ok.c:13
H A Dmcvabits.stdoutB.exp1 Breakpoint 1 at 0x........: file t.c, line 101.
3 Breakpoint 1, breakme (line=113) at t.c:101
5 #1 0x........ in main (argc=1, argv=0x........) at t.c:113
10 Breakpoint 1, breakme (line=118) at t.c:101
/external/llvm/test/MC/Mips/
H A Dset-at-directive.s4 # for ".set at" and set the correct value.
7 # CHECK: .set at=$1
11 .set at=$1
13 # CHECK: .set at=$2
17 .set at=$2
19 # CHECK: .set at=$3
23 .set at=$3
25 # CHECK: .set at=$4
29 .set at=$a0
31 # CHECK: .set at
[all...]
H A Dset-at-directive-explicit-at.s5 # Check that the assembler can handle the documented syntax for ".set at" and
6 # will set the correct value for $at.
7 # Note that writing $at is always the same as writing $1.
12 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
13 .set at=$1
14 jr $at
17 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
18 .set at=$1
22 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
23 .set at
[all...]
/external/libcxx/test/std/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;
39 assert(m.at(1) == 1.5);
40 m.at(1) = -1.5;
41 assert(m.at(1) == -1.5);
42 assert(m.at(2) == 2.5);
43 assert(m.at(3) == 3.5);
44 assert(m.at(4) == 4.5);
45 assert(m.at(5) == 5.5);
49 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/Microsoft-GSL/tests/
H A Dat_tests.cpp32 CHECK(at(a, i) == i+1);
34 CHECK_THROW(at(a, 4), fail_fast);
42 CHECK(at(a, i) == i+1);
44 CHECK_THROW(at(a, 4), fail_fast);
52 CHECK(at(a, i) == i+1);
54 CHECK_THROW(at(a, 4), fail_fast);
62 CHECK(at(a, i) == i+1);
64 CHECK_THROW(at(a, 4), fail_fast);
/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/swiftshader/third_party/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/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...]
/external/protobuf/src/google/protobuf/
H A Dmap_test_util_impl.h103 // // Get pointers of map entries at given index.
286 EXPECT_EQ(0, message.map_int32_int32().at(0));
287 EXPECT_EQ(0, message.map_int64_int64().at(0));
288 EXPECT_EQ(0, message.map_uint32_uint32().at(0));
289 EXPECT_EQ(0, message.map_uint64_uint64().at(0));
290 EXPECT_EQ(0, message.map_sint32_sint32().at(0));
291 EXPECT_EQ(0, message.map_sint64_sint64().at(0));
292 EXPECT_EQ(0, message.map_fixed32_fixed32().at(0));
293 EXPECT_EQ(0, message.map_fixed64_fixed64().at(0));
294 EXPECT_EQ(0, message.map_sfixed32_sfixed32().at(
[all...]
/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/elfutils/tests/
H A Drun-addr2line-alt-debugpath.sh8 # (at your option) any later version.
38 0x00000000000005a0: foobar at /tmp/x.cpp:5
39 0x00000000000005a1: foobar at /tmp/x.cpp:6
40 0x00000000000005b0: fubar at /tmp/x.cpp:10
41 0x00000000000005b1: fubar at /tmp/x.cpp:11
42 0x00000000000005c0: foobar at /tmp/x.cpp:5
43 (inlined by) bar at /tmp/x.cpp:15
44 0x00000000000005d0: fubar at /tmp/x.cpp:10
45 (inlined by) baz at /tmp/x.cpp:20
46 0x00000000000005e0: foobar at /tm
[all...]
/external/valgrind/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/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.

Completed in 481 milliseconds

1234567891011>>