HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 101 - 125 of 2445) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/security/cert/
CertificateTest.java 63 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
64 assertTrue(Arrays.equals(testEncoding, c1.getEncoded()));
65 assertEquals("TEST", c1.getPublicKey().getAlgorithm());
67 c1.getPublicKey().getEncoded()));
68 assertEquals("TEST_FORMAT", c1.getPublicKey().getFormat());
69 assertEquals("TEST_TYPE", c1.getType());
78 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
81 assertTrue(c1.hashCode() == c2.hashCode());
83 assertFalse(c1.hashCode() == new MyCertificate("TEST_TYPE", cert
85 assertFalse(c1.hashCode() == cert.hashCode())
93 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
106 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
115 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
125 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
135 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
145 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
158 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
192 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
211 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
219 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
227 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
235 MyCertificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
387 Certificate c1 = new MyCertificate("TEST_TYPE", testEncoding); local
414 MyCertificate c1 = new MyFailingCertificate("TEST_TYPE", testEncoding); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
swap.pass.cpp 25 std::list<int> c1(a1, a1+sizeof(a1)/sizeof(a1[0]));
27 swap(c1, c2);
28 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0])));
34 std::list<int> c1(a1, a1);
36 swap(c1, c2);
37 assert(c1 == std::list<int>(a2, a2+sizeof(a2)/sizeof(a2[0])));
44 std::list<int> c1(a1, a1+sizeof(a1)/sizeof(a1[0]));
46 swap(c1, c2);
47 assert(c1.empty());
48 assert(distance(c1.begin(), c1.end()) == 0)
    [all...]
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
member_swap.pass.cpp 27 C c1(std::begin(t1), std::end(t1), A(1));
30 c1.swap(c2);
32 assert(distance(c1.begin(), c1.end()) == 3);
33 assert(*next(c1.begin(), 0) == 10);
34 assert(*next(c1.begin(), 1) == 11);
35 assert(*next(c1.begin(), 2) == 12);
36 assert(c1.get_allocator() == A(1));
52 C c1(std::begin(t1), std::end(t1), A(1));
54 c1.swap(c2)
    [all...]
non_member_swap.pass.cpp 28 C c1(std::begin(t1), std::end(t1), A(1));
31 swap(c1, c2);
33 assert(distance(c1.begin(), c1.end()) == 3);
34 assert(*next(c1.begin(), 0) == 10);
35 assert(*next(c1.begin(), 1) == 11);
36 assert(*next(c1.begin(), 2) == 12);
37 assert(c1.get_allocator() == A(1));
53 C c1(std::begin(t1), std::end(t1), A(1));
55 swap(c1, c2)
    [all...]
equal.pass.cpp 31 C c1; local
33 c1.push_front(i);
38 assert(c1 == c2);
40 assert(c1 != c2);
41 c2 = c1;
42 assert(c1 == c2);
46 assert(c1 != c2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
member_swap.pass.cpp 27 C c1(std::begin(t1), std::end(t1), A(1));
30 c1.swap(c2);
32 assert(distance(c1.begin(), c1.end()) == 3);
33 assert(*next(c1.begin(), 0) == 10);
34 assert(*next(c1.begin(), 1) == 11);
35 assert(*next(c1.begin(), 2) == 12);
36 assert(c1.get_allocator() == A(1));
52 C c1(std::begin(t1), std::end(t1), A(1));
54 c1.swap(c2)
    [all...]
non_member_swap.pass.cpp 28 C c1(std::begin(t1), std::end(t1), A(1));
31 swap(c1, c2);
33 assert(distance(c1.begin(), c1.end()) == 3);
34 assert(*next(c1.begin(), 0) == 10);
35 assert(*next(c1.begin(), 1) == 11);
36 assert(*next(c1.begin(), 2) == 12);
37 assert(c1.get_allocator() == A(1));
53 C c1(std::begin(t1), std::end(t1), A(1));
55 swap(c1, c2)
    [all...]
equal.pass.cpp 31 C c1; local
33 c1.push_front(i);
38 assert(c1 == c2);
40 assert(c1 != c2);
41 c2 = c1;
42 assert(c1 == c2);
46 assert(c1 != c2);
  /external/boringssl/src/crypto/bn/
generic.c 225 BN_ULONG c1 = 0; local
229 return c1;
233 mul_add(rp[0], ap[0], w, c1);
234 mul_add(rp[1], ap[1], w, c1);
235 mul_add(rp[2], ap[2], w, c1);
236 mul_add(rp[3], ap[3], w, c1);
243 mul_add(rp[0], ap[0], w, c1);
249 return c1;
253 BN_ULONG c1 = 0; local
257 return c1;
774 BN_ULONG c1, c2, c3; local
876 BN_ULONG c1, c2, c3; local
914 BN_ULONG c1, c2, c3; local
988 BN_ULONG c1, c2, c3; local
    [all...]
  /external/libcxx/test/std/containers/sequences/deque/deque.special/
copy.pass.cpp 54 C c1 = make<C>(N, start); local
56 assert(std::copy(c1.cbegin(), c1.cend(), c2.begin()) == c2.end());
57 assert(c1 == c2);
58 assert(std::copy(c2.cbegin(), c2.cend(), c1.begin()) == c1.end());
59 assert(c1 == c2);
60 assert(std::copy(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end()));
61 assert(c1 == c2)
    [all...]
copy_backward.pass.cpp 53 C c1 = make<C>(N, start); local
55 assert(std::copy_backward(c1.cbegin(), c1.cend(), c2.end()) == c2.begin());
56 assert(c1 == c2);
57 assert(std::copy_backward(c2.cbegin(), c2.cend(), c1.end()) == c1.begin());
58 assert(c1 == c2);
59 assert(std::copy_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin()));
60 assert(c1 == c2)
    [all...]
move.pass.cpp 53 C c1 = make<C>(N, start); local
55 assert(std::move(c1.cbegin(), c1.cend(), c2.begin()) == c2.end());
56 assert(c1 == c2);
57 assert(std::move(c2.cbegin(), c2.cend(), c1.begin()) == c1.end());
58 assert(c1 == c2);
59 assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end()));
60 assert(c1 == c2)
    [all...]
move_backward.pass.cpp 53 C c1 = make<C>(N, start); local
55 assert(std::move_backward(c1.cbegin(), c1.cend(), c2.end()) == c2.begin());
56 assert(c1 == c2);
57 assert(std::move_backward(c2.cbegin(), c2.cend(), c1.end()) == c1.begin());
58 assert(c1 == c2);
59 assert(std::move_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin()));
60 assert(c1 == c2)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
copy.pass.cpp 54 C c1 = make<C>(N, start); local
56 assert(std::copy(c1.cbegin(), c1.cend(), c2.begin()) == c2.end());
57 assert(c1 == c2);
58 assert(std::copy(c2.cbegin(), c2.cend(), c1.begin()) == c1.end());
59 assert(c1 == c2);
60 assert(std::copy(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end()));
61 assert(c1 == c2)
    [all...]
copy_backward.pass.cpp 53 C c1 = make<C>(N, start); local
55 assert(std::copy_backward(c1.cbegin(), c1.cend(), c2.end()) == c2.begin());
56 assert(c1 == c2);
57 assert(std::copy_backward(c2.cbegin(), c2.cend(), c1.end()) == c1.begin());
58 assert(c1 == c2);
59 assert(std::copy_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin()));
60 assert(c1 == c2)
    [all...]
move.pass.cpp 53 C c1 = make<C>(N, start); local
55 assert(std::move(c1.cbegin(), c1.cend(), c2.begin()) == c2.end());
56 assert(c1 == c2);
57 assert(std::move(c2.cbegin(), c2.cend(), c1.begin()) == c1.end());
58 assert(c1 == c2);
59 assert(std::move(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end()));
60 assert(c1 == c2)
    [all...]
move_backward.pass.cpp 53 C c1 = make<C>(N, start); local
55 assert(std::move_backward(c1.cbegin(), c1.cend(), c2.end()) == c2.begin());
56 assert(c1 == c2);
57 assert(std::move_backward(c2.cbegin(), c2.cend(), c1.end()) == c1.begin());
58 assert(c1 == c2);
59 assert(std::move_backward(c1.cbegin(), c1.cend(), RAI(c2.end())) == RAI(c2.begin()));
60 assert(c1 == c2)
    [all...]
  /external/clang/test/Analysis/
padding_cpp.cpp 23 char c1; member in struct:LowAlignmentBase2
29 char c1; member in class:PaddedA
40 char c1; member in class:VirtualIntSandwich
47 char c1; member in class:InnerPaddedB
54 char c1; member in class:TailPaddedB
130 char c1; member in class:EBO1
136 Empty c1; member in class:EBO2
143 char c1; member in class:TemplateSandwich
150 char c1; member in class:TemplateSandwich
157 char c1; member in class:TemplateSandwich
169 char c1; member in struct:__anon8387
171 char c1; member in struct:__anon8387::__anon8388
183 char c1; member in struct:Foo::Nested
196 char c1; member in struct:GlobalsForLambda
    [all...]
  /external/libcxx/test/std/containers/associative/map/map.special/
swap_noexcept.pass.cpp 99 C c1, c2; local
100 static_assert(noexcept(swap(c1, c2)), "");
104 C c1, c2; local
105 static_assert(noexcept(swap(c1, c2)), "");
109 C c1, c2; local
110 static_assert(noexcept(swap(c1, c2)), "");
114 C c1, c2; local
115 static_assert(!noexcept(swap(c1, c2)), "");
121 C c1, c2; local
122 static_assert(!noexcept(swap(c1, c2)), "")
126 C c1, c2; local
131 C c1, c2; local
136 C c1, c2; local
142 C c1, c2; local
    [all...]
  /external/libcxx/test/std/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 99 C c1, c2; local
100 static_assert(noexcept(swap(c1, c2)), "");
104 C c1, c2; local
105 static_assert(noexcept(swap(c1, c2)), "");
109 C c1, c2; local
110 static_assert(noexcept(swap(c1, c2)), "");
114 C c1, c2; local
115 static_assert(!noexcept(swap(c1, c2)), "");
121 C c1, c2; local
122 static_assert(!noexcept(swap(c1, c2)), "")
126 C c1, c2; local
131 C c1, c2; local
136 C c1, c2; local
142 C c1, c2; local
    [all...]
  /external/libcxx/test/std/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 99 C c1, c2; local
100 static_assert(noexcept(swap(c1, c2)), "");
104 C c1, c2; local
105 static_assert(noexcept(swap(c1, c2)), "");
109 C c1, c2; local
110 static_assert(noexcept(swap(c1, c2)), "");
114 C c1, c2; local
115 static_assert(!noexcept(swap(c1, c2)), "");
121 C c1, c2; local
122 static_assert(!noexcept(swap(c1, c2)), "")
126 C c1, c2; local
131 C c1, c2; local
136 C c1, c2; local
142 C c1, c2; local
    [all...]
  /external/libcxx/test/std/containers/associative/set/set.special/
swap_noexcept.pass.cpp 99 C c1, c2; local
100 static_assert(noexcept(swap(c1, c2)), "");
104 C c1, c2; local
105 static_assert(noexcept(swap(c1, c2)), "");
109 C c1, c2; local
110 static_assert(noexcept(swap(c1, c2)), "");
114 C c1, c2; local
115 static_assert(!noexcept(swap(c1, c2)), "");
121 C c1, c2; local
122 static_assert(!noexcept(swap(c1, c2)), "")
126 C c1, c2; local
131 C c1, c2; local
136 C c1, c2; local
142 C c1, c2; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
assign_iter_iter.pass.cpp 45 test(C& c1, const C& c2)
47 std::size_t c1_osize = c1.size();
48 c1.assign(c2.begin(), c2.end());
49 assert(distance(c1.begin(), c1.end()) == c1.size());
50 assert(c1 == c2);
59 C c1 = make<C>(N, start); local
61 test(c1, c2);
66 testI(C& c1, const C& c2
82 C c1 = make<C>(N, start); local
    [all...]
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
assign_copy.pass.cpp 30 C c1(std::begin(t1), std::end(t1), A(10));
31 c1 = c0;
32 assert(c1 == c0);
33 assert(c1.get_allocator() == A(10));
42 C c1(std::begin(t1), std::end(t1), A(11));
43 c1 = c0;
44 assert(c1 == c0);
45 assert(c1.get_allocator() == A(11));
54 C c1(std::begin(t1), std::end(t1), A(10));
55 c1 = c0
    [all...]
  /external/libcxx/test/std/containers/sequences/list/list.special/
db_swap_1.pass.cpp 31 std::list<int> c1(a1, a1+sizeof(a1)/sizeof(a1[0]));
33 std::list<int>::iterator i1 = c1.begin();
35 swap(c1, c2);
36 c1.erase(i2);
39 c1.erase(i1);
46 std::list<int, min_allocator<int>> c1(a1, a1+sizeof(a1)/sizeof(a1[0]));
48 std::list<int, min_allocator<int>>::iterator i1 = c1.begin();
50 swap(c1, c2);
51 c1.erase(i2);
54 c1.erase(i1)
    [all...]

Completed in 184 milliseconds

1 2 3 45 6 7 8 91011>>