HomeSort by relevance Sort by last modified time
    Searched defs:c1 (Results 26 - 50 of 489) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multiset/unord.multiset.swap/
swap_noexcept.pass.cpp 46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
52 C c1, c2; local
53 static_assert(noexcept(swap(c1, c2)), "");
58 C c1, c2; local
59 static_assert(noexcept(swap(c1, c2)), "");
63 C c1, c2; local
64 static_assert(!noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(!noexcept(swap(c1, c2)), "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.swap/
swap_noexcept.pass.cpp 46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
52 C c1, c2; local
53 static_assert(noexcept(swap(c1, c2)), "");
58 C c1, c2; local
59 static_assert(noexcept(swap(c1, c2)), "");
63 C c1, c2; local
64 static_assert(!noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(!noexcept(swap(c1, c2)), "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
time_h.pass.cpp 37 char* c1 = 0; local
39 static_assert((std::is_same<decltype(strftime(c1,s,c2,&tmv)), size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
lv_value.pass.cpp 24 test(C c1, typename C::difference_type j,
28 std::insert_iterator<C> q(c1, c1.begin() + j);
32 assert(c1 == c2);
49 C c1; local
51 c1.push_back(i);
52 C c2 = c1;
54 test(c1, 0, 'a', 'b', 'c', c2);
55 c2 = c1;
57 test(c1, 1, 'a', 'b', 'c', c2)
    [all...]
rv_value.pass.cpp 27 test(C c1, typename C::difference_type j,
31 std::insert_iterator<C> q(c1, c1.begin() + j);
35 assert(c1 == c2);
61 C c1; local
64 c1.push_back(Ptr(x+i));
69 test(std::move(c1), 0, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2);
70 c1.clear();
72 c1.push_back(Ptr(x+i));
77 test(std::move(c1), 1, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/
ctime.pass.cpp 37 char* c1 = 0; local
39 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.members/
count.pass.cpp 32 std::size_t c1 = v.count(); local
37 assert(c1 == c2);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
EllipticCurve_ImplTest.java 45 EllipticCurve c2=null, c1 = local
49 assertFalse(c1.equals(c2));
52 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)),
58 assertFalse(c1.equals(c2) || c2.equals(c1));
61 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)),
67 assertFalse(c1.equals(c2) || c2.equals(c1));
70 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)),
76 assertFalse(c1.equals(c2) || c2.equals(c1))
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.cc 72 wchar_t c1, c2; local
75 c1 = transformation(*s1);
80 if (c1 != c2) return (c1 < c2) ? -1 : 1;
81 if (!c1) return 0;
  /external/clang/test/CodeGen/
constant-comparison.c 5 int *c1 = 1 < 2 ? &a : &b; variable
  /external/clang/test/SemaTemplate/
instantiation-default-2.cpp 6 Constant<int, 5> *c1; variable
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 30 C c1(std::begin(t1), std::end(t1));
32 c1.remove_if(g);
33 assert(c1 == c2);
39 C c1(std::begin(t1), std::end(t1));
41 c1.remove_if(g);
42 assert(c1 == c2);
49 C c1(std::begin(t1), std::end(t1));
51 c1.remove_if(g);
52 assert(c1 == c2);
57 C c1; local
    [all...]
unique_pred.pass.cpp 30 C c1(std::begin(t1), std::end(t1));
32 c1.unique(g);
33 assert(c1 == c2);
40 C c1(std::begin(t1), std::end(t1));
42 c1.unique(g);
43 assert(c1 == c2);
50 C c1(std::begin(t1), std::end(t1));
52 c1.unique(g);
53 assert(c1 == c2);
58 C c1; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
swap_noexcept.pass.cpp 40 C c1, c2; local
41 static_assert(noexcept(swap(c1, c2)), "");
45 C c1, c2; local
46 static_assert(noexcept(swap(c1, c2)), "");
50 C c1, c2; local
51 static_assert(noexcept(swap(c1, c2)), "");
55 C c1, c2; local
56 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.nonmembers/string.special/
swap_noexcept.pass.cpp 40 C c1, c2; local
41 static_assert(noexcept(swap(c1, c2)), "");
45 C c1, c2; local
46 static_assert(noexcept(swap(c1, c2)), "");
50 C c1, c2; local
51 static_assert(!noexcept(swap(c1, c2)), "");
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 11 var c1 = row.cells[0];
14 c1.className = "jd-autocomplete jd-selected";
17 c1.className = "jd-autocomplete";
48 var c1 = r.insertCell(-1);
50 c1.className = "jd-autocomplete";
53 c1.onmousedown = function() {
56 c1.onmouseover = function() {
59 c1.onmouseout = function() {
62 c1.appendChild(link);
65 var c1 = r.insertCell(-1)
    [all...]
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 11 var c1 = row.cells[0];
14 c1.className = "jd-autocomplete jd-selected";
17 c1.className = "jd-autocomplete";
48 var c1 = r.insertCell(-1);
50 c1.className = "jd-autocomplete";
53 c1.onmousedown = function() {
56 c1.onmouseover = function() {
59 c1.onmouseout = function() {
62 c1.appendChild(link);
65 var c1 = r.insertCell(-1)
    [all...]

Completed in 570 milliseconds

12 3 4 5 6 7 8 91011>>