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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/testcycle/q1/
q1.go 1 package q1 package
q1_test.go 1 package q1 package
4 import _ "testcycle/q1"
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/testcycle/q1/
q1.go 1 package q1 package
q1_test.go 1 package q1 package
4 import _ "testcycle/q1"
  /external/clang/test/PCH/
reinclude2.h 1 int q1 = A::x; variable
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4326.dir/
q2.go 3 import "./q1"
7 y := q1.Deref(&x)
  /prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/
q2.go 3 import "./q1"
7 y := q1.Deref(&x)
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/
swap.pass.cpp 21 std::priority_queue<int> q1; local
23 q1.push(1);
24 q1.push(3);
25 q1.push(2);
26 q1.swap(q2);
27 assert(q1.empty());
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.special/
swap.pass.cpp 23 std::priority_queue<int> q1; local
25 q1.push(1);
26 q1.push(3);
27 q1.push(2);
28 swap(q1, q2);
29 assert(q1.empty());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/
swap.pass.cpp 21 std::priority_queue<int> q1; local
23 q1.push(1);
24 q1.push(3);
25 q1.push(2);
26 q1.swap(q2);
27 assert(q1.empty());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/
swap.pass.cpp 23 std::priority_queue<int> q1; local
25 q1.push(1);
26 q1.push(3);
27 q1.push(2);
28 swap(q1, q2);
29 assert(q1.empty());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.members/
swap.pass.cpp 21 std::priority_queue<int> q1; local
23 q1.push(1);
24 q1.push(3);
25 q1.push(2);
26 q1.swap(q2);
27 assert(q1.empty());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.special/
swap.pass.cpp 23 std::priority_queue<int> q1; local
25 q1.push(1);
26 q1.push(3);
27 q1.push(2);
28 swap(q1, q2);
29 assert(q1.empty());
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.ops/
lt.pass.cpp 39 std::queue<int> q1 = make<std::queue<int> >(5); local
41 assert(q1 < q2);
42 assert(q2 > q1);
43 assert(q1 <= q2);
44 assert(q2 >= q1);
eq.pass.cpp 33 std::queue<int> q1 = make<std::queue<int> >(5); local
35 std::queue<int> q1_save = q1;
37 assert(q1 == q1_save);
38 assert(q1 != q2);
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.ops/
lt.pass.cpp 39 std::stack<int> q1 = make<std::stack<int> >(5); local
41 assert(q1 < q2);
42 assert(q2 > q1);
43 assert(q1 <= q2);
44 assert(q2 >= q1);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.ops/
lt.pass.cpp 39 std::queue<int> q1 = make<std::queue<int> >(5); local
41 assert(q1 < q2);
42 assert(q2 > q1);
43 assert(q1 <= q2);
44 assert(q2 >= q1);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.ops/
lt.pass.cpp 39 std::stack<int> q1 = make<std::stack<int> >(5); local
41 assert(q1 < q2);
42 assert(q2 > q1);
43 assert(q1 <= q2);
44 assert(q2 >= q1);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/queue/queue.ops/
lt.pass.cpp 39 std::queue<int> q1 = make<std::queue<int> >(5); local
41 assert(q1 < q2);
42 assert(q2 > q1);
43 assert(q1 <= q2);
44 assert(q2 >= q1);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.ops/
lt.pass.cpp 39 std::stack<int> q1 = make<std::stack<int> >(5); local
41 assert(q1 < q2);
42 assert(q2 > q1);
43 assert(q1 <= q2);
44 assert(q2 >= q1);
  /external/llvm/test/MC/ARM/
thumb-neon-crypto.s 3 aesd.8 q0, q1
4 @ CHECK: aesd.8 q0, q1 @ encoding: [0xb0,0xff,0x42,0x03]
5 aese.8 q0, q1
6 @ CHECK: aese.8 q0, q1 @ encoding: [0xb0,0xff,0x02,0x03]
7 aesimc.8 q0, q1
8 @ CHECK: aesimc.8 q0, q1 @ encoding: [0xb0,0xff,0xc2,0x03]
9 aesmc.8 q0, q1
10 @ CHECK: aesmc.8 q0, q1 @ encoding: [0xb0,0xff,0x82,0x03]
12 sha1h.32 q0, q1
13 @ CHECK: sha1h.32 q0, q1 @ encoding: [0xb9,0xff,0xc2,0x02
    [all...]
neon-crypto.s 4 aesd.8 q0, q1
5 aese.8 q0, q1
6 aesimc.8 q0, q1
7 aesmc.8 q0, q1
8 @ CHECK: aesd.8 q0, q1 @ encoding: [0x42,0x03,0xb0,0xf3]
9 @ CHECK: aese.8 q0, q1 @ encoding: [0x02,0x03,0xb0,0xf3]
10 @ CHECK: aesimc.8 q0, q1 @ encoding: [0xc2,0x03,0xb0,0xf3]
11 @ CHECK: aesmc.8 q0, q1 @ encoding: [0x82,0x03,0xb0,0xf3]
17 sha1h.32 q0, q1
18 sha1su1.32 q0, q1
    [all...]
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
swap.pass.cpp 29 std::queue<int> q1 = make<std::queue<int> >(5); local
31 std::queue<int> q1_save = q1;
33 q1.swap(q2);
34 assert(q1 == q2_save);
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.special/
swap.pass.cpp 30 std::queue<int> q1 = make<std::queue<int> >(5); local
32 std::queue<int> q1_save = q1;
34 swap(q1, q2);
35 assert(q1 == q2_save);
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
swap.pass.cpp 29 std::stack<int> q1 = make<std::stack<int> >(5); local
31 std::stack<int> q1_save = q1;
33 q1.swap(q2);
34 assert(q1 == q2_save);

Completed in 801 milliseconds

1 2 3 4 5 6 7 8 91011>>