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

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/
db_iterators_1.pass.cpp 31 C c1; local
33 bool b = c1.begin() != c2.begin();
40 C c1; local
42 bool b = c1.begin() != c2.begin();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
db_iterators_1.pass.cpp 31 C c1; local
33 bool b = c1.begin() != c2.begin();
40 C c1; local
42 bool b = c1.begin() != c2.begin();
db_iterators_2.pass.cpp 31 C c1; local
33 bool b = c1.begin() < c2.begin();
40 C c1;
42 bool b = c1.begin() < c2.begin();
db_iterators_3.pass.cpp 31 C c1; local
33 int i = c1.begin() - c2.begin();
40 C c1; local
42 int i = c1.begin() - c2.begin();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.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++/libcxx/test/containers/unord/unord.multimap/unord.multimap.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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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/chromium_org/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/chromium_org/v8/test/webkit/
closure-inside-extra-arg-call.js 31 var c1; variable
40 c1 = function() { return d; }
46 shouldBe("c1()", '"xyxy"');
38 c1 = function() { return d; } function
  /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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 32 C c1(std::begin(t1), std::end(t1));
34 c1.remove_if(g);
35 assert(c1 == c2);
41 C c1(std::begin(t1), std::end(t1));
43 c1.remove_if(g);
44 assert(c1 == c2);
51 C c1(std::begin(t1), std::end(t1));
53 c1.remove_if(g);
54 assert(c1 == c2);
59 C c1; local
107 C c1; local
    [all...]
unique_pred.pass.cpp 32 C c1(std::begin(t1), std::end(t1));
34 c1.unique(g);
35 assert(c1 == c2);
42 C c1(std::begin(t1), std::end(t1));
44 c1.unique(g);
45 assert(c1 == c2);
52 C c1(std::begin(t1), std::end(t1));
54 c1.unique(g);
55 assert(c1 == c2);
60 C c1; local
109 C c1; local
    [all...]

Completed in 1868 milliseconds

12 3 4 5 6 7 8 91011>>