HomeSort by relevance Sort by last modified time
    Searched refs:at (Results 1 - 25 of 5936) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
hginfo.stderr.exp 1 (action at startup) vgdb me ...
nlgone_exit.stderr.exp 3 (action at startup) vgdb me ...
8 (action at exit) vgdb me ...
nlself_invalidate.stderr.exp 3 (action at startup) vgdb me ...
mcclean_after_fork.stdoutB.exp 1 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
hginfo.stdoutB.exp 1 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
mcvabits.stdoutB.exp 1 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
  /external/libcxx/test/containers/associative/map/map.access/
at.pass.cpp 14 // 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(6)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/
at.pass.cpp 14 // 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(6)
    [all...]
  /external/llvm/test/MC/ARM/
full_line_comment.s 2 # this is a full line comment starting at column 1
3 # this starting at column 2
  /cts/tools/signature-tools/src/signature/compare/
Main.java 6 * You may obtain a copy of the License at
53 int at = 0; local
55 if (!"--from".equals(args[at])) {
58 String fromType = args[++at];
62 ++at;
63 for (/* at */; at < args.length; at++) {
64 if ("--name".equals(args[at])) {
68 if ("--to".equals(args[at])) {
    [all...]
  /cts/tools/signature-tools/src/signature/converter/
Main.java 6 * You may obtain a copy of the License at
36 int at = 1; local
37 for (/* at */; at < args.length; at++) {
38 if ("--out".equals(args[at])) {
41 sources.add(args[at]);
44 if (!"--out".equals(args[at])) {
47 String targetFile = args[++at];
49 if (!"--name".equals(args[++at])) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleTest.java 4 * domain, as explained at
76 AtomicDouble at = new AtomicDouble(1.0); local
77 assertBitEquals(1.0, at.get());
79 at.set(x);
80 assertBitEquals(x, at.get());
88 AtomicDouble at = new AtomicDouble(1.0); local
89 assertBitEquals(1.0, at.get());
91 at.lazySet(x);
92 assertBitEquals(x, at.get());
102 AtomicDouble at = new AtomicDouble(prev) local
119 final AtomicDouble at = new AtomicDouble(1.0); local
139 AtomicDouble at = new AtomicDouble(prev); local
157 AtomicDouble at = new AtomicDouble(prev); local
214 AtomicDouble at = new AtomicDouble(); local
226 AtomicDouble at = new AtomicDouble(); local
238 AtomicDouble at = new AtomicDouble(); local
250 AtomicDouble at = new AtomicDouble(); local
262 AtomicDouble at = new AtomicDouble(); local
274 AtomicDouble at = new AtomicDouble(+0.0); local
    [all...]
  /external/llvm/test/MC/Mips/
set-at-directive-explicit-at.s 5 # 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/
filter_libc 24 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/chromium_org/content/browser/compositor/
overlay_candidate_validator_ozone.cc 42 ozone_surface_list.at(i).transform = surfaces->at(i).transform;
43 ozone_surface_list.at(i).format = GetOzoneFormat(surfaces->at(i).format);
44 ozone_surface_list.at(i).display_rect = surfaces->at(i).display_rect;
45 ozone_surface_list.at(i).crop_rect = surfaces->at(i).uv_rect;
46 ozone_surface_list.at(i).plane_z_order = surfaces->at(i).plane_z_order
    [all...]
  /external/valgrind/main/drd/tests/
tc01_simple_race.stderr.exp 2 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
annotate_ignore_rw2.stderr.exp 2 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
annotate_ignore_write.stderr.exp 2 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
annotate_ignore_rw.stderr.exp 2 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
annotate_ignore_write2.stderr.exp 2 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 0x........ size
    [all...]
hg03_inherit.stderr.exp 3 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
rwlock_race.stderr.exp 2 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
  /external/bison/tests/
Makefile.am 10 # (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 headers.at actions.at conflicts.at
    [all...]
  /external/valgrind/main/none/tests/ppc32/
data-cache-instructions.stdout.exp 1 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/
data-cache-instructions.stdout.exp 1 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 1524 milliseconds

1 2 3 4 5 6 7 8 91011>>