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

1 2 3 4 5 6 7 8 91011>>

  /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
  /external/llvm/test/MC/Mips/
set-at-directive.s 4 # for ".set at" and set the correct value.
9 .set at=$1
10 jr $at
13 .set at=$2
14 jr $at
17 .set at=$3
18 jr $at
21 .set at=$a0
22 jr $at
25 .set at=$a
    [all...]
  /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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
erase_key.pass.cpp 41 assert(c.at(1) == "one");
42 assert(c.at(2) == "two");
43 assert(c.at(3) == "three");
44 assert(c.at(4) == "four");
48 assert(c.at(1) == "one");
49 assert(c.at(3) == "three");
50 assert(c.at(4) == "four");
54 assert(c.at(1) == "one");
55 assert(c.at(3) == "three");
56 assert(c.at(4) == "four")
    [all...]
  /external/valgrind/main/tests/
filter_libc 21 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/
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, 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
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, 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
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, in frame #? of thread 1
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, 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 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 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
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, 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
tc16_byterace.stderr.exp 2 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/
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/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterParameterList.cpp 53 if (at(i).get() != other.at(i).get()
54 && *at(i).get() != *other.at(i).get())
64 if (!codePointCompareLessThan(at(i - 1)->name(), at(i)->name()))
78 CustomFilterParameter* paramFrom = fromList.at(fromListIndex).get();
79 CustomFilterParameter* paramTo = at(toListIndex).get();
95 resultList.append(fromList.at(fromListIndex));
97 resultList.append(at(toListIndex))
    [all...]
  /external/valgrind/main/gdbserver_tests/
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
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
mssnapshot.stdoutB.exp 1 Breakpoint 1 at 0x........: file t.c, line 105.
3 Breakpoint 1, main (argc=1, argv=0x........) at t.c:105
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 6 * You may obtain a copy of the License at
70 int at; local
73 for (at = 0; at < sz; at++) {
74 Attribute att = get(at);
85 for (at++; at < sz; at++) {
86 Attribute att = get(at);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 6 * You may obtain a copy of the License at
70 int at; local
73 for (at = 0; at < sz; at++) {
74 Attribute att = get(at);
85 for (at++; at < sz; at++) {
86 Attribute att = get(at);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
strucsize.asm 11 at TST2.b label
15 at TST1.a
  /external/valgrind/main/helgrind/tests/
tc13_laog1.stderr.exp 10 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:...)

Completed in 969 milliseconds

1 2 3 4 5 6 7 8 91011>>