HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 51 - 75 of 880) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/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...]
  /external/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 38 const char* c2 = 0; local
39 static_assert((std::is_same<decltype(strftime(c1,s,c2,&tmv)), size_t>::value), "");
  /external/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
lv_value.pass.cpp 27 typename C::value_type x3, const C& c2)
33 assert(c1 == c2);
54 C c2 = c1; local
55 insert3at(c2, c2.begin(), 'a', 'b', 'c');
56 test(c1, 0, 'a', 'b', 'c', c2);
57 c2 = c1;
58 insert3at(c2, c2.begin()+1, 'a', 'b', 'c');
59 test(c1, 1, 'a', 'b', 'c', c2);
72 C c2 = c1; local
    [all...]
  /external/libcxx/test/language.support/support.runtime/
ctime.pass.cpp 38 const char* c2 = 0; local
39 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), "");
  /external/libcxx/test/utilities/template.bitset/bitset.members/
count.pass.cpp 33 std::size_t c2 = 0; local
36 ++c2;
37 assert(c1 == c2);
  /external/openssl/crypto/
o_str.c 105 const unsigned char *c1=v1,*c2=v2; local
108 while(n && (ret=*c1-*c2)==0) n--,c1++,c2++;
  /external/valgrind/main/massif/tests/
new-cpp.cpp 22 char* c2 = new (std::nothrow) char[2000]; local
26 delete [] c2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
remove.pass.cpp 28 C c2(std::begin(t2), std::end(t2));
30 assert(c1 == c2);
37 C c2; local
39 assert(c1 == c2);
47 C c2(std::begin(t2), std::end(t2));
49 assert(c1 == c2);
55 C c2; local
57 assert(c1 == c2);
65 C c2(std::begin(t2), std::end(t2));
67 assert(c1 == c2);
85 C c2; local
103 C c2; local
    [all...]
unique.pass.cpp 28 C c2(std::begin(t2), std::end(t2));
30 assert(c1 == c2);
38 C c2(std::begin(t2), std::end(t2));
40 assert(c1 == c2);
48 C c2(std::begin(t2), std::end(t2));
50 assert(c1 == c2);
56 C c2; local
58 assert(c1 == c2);
66 C c2(std::begin(t2), std::end(t2));
68 assert(c1 == c2);
105 C c2; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
db_iterators_2.pass.cpp 32 C c2; local
33 bool b = c1.begin() < c2.begin();
41 C c2;
42 bool b = c1.begin() < c2.begin();
db_iterators_3.pass.cpp 32 C c2; local
33 int i = c1.begin() - c2.begin();
41 C c2; local
42 int i = c1.begin() - c2.begin();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
move.pass.cpp 65 std::vector<int> c2 = std::move(c1); local
66 assert(is_contiguous_container_asan_correct(c2));
67 std::vector<int>::iterator j = c2.erase(i);
69 assert(is_contiguous_container_asan_correct(c2));
95 std::vector<int, min_allocator<int>> c2 = std::move(c1); local
96 assert(is_contiguous_container_asan_correct(c2));
97 std::vector<int, min_allocator<int>>::iterator j = c2.erase(i);
99 assert(is_contiguous_container_asan_correct(c2));
  /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 38 const char* c2 = 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 27 typename C::value_type x3, const C& c2)
33 assert(c1 == c2);
54 C c2 = c1; local
55 insert3at(c2, c2.begin(), 'a', 'b', 'c');
56 test(c1, 0, 'a', 'b', 'c', c2);
57 c2 = c1;
58 insert3at(c2, c2.begin()+1, 'a', 'b', 'c');
59 test(c1, 1, 'a', 'b', 'c', c2);
72 C c2 = c1; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
ctime.pass.cpp 38 const char* c2 = 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 33 std::size_t c2 = 0; local
36 ++c2;
37 assert(c1 == c2);
  /art/runtime/
utf-inl.h 43 uint16_t c1, c2; local
46 c2 = *utf8_2;
49 return (c2 == 0) ? 0 : -1;
50 } else if (c2 == 0) {
57 if (c1 == c2) {
62 if ((c2 & 0x80) == 0) {
64 } else if ((c2 & 0x20) == 0) {
66 c2 = ((c2 & 0x1f) << 6) | (*utf8_2 & 0x3f);
69 c2 = ((c2 & 0x0f) << 12) | ((utf8_2[0] & 0x3f) << 6) | (utf8_2[1] & 0x3f)
    [all...]
  /external/ceres-solver/internal/ceres/
single_linkage_clustering.cc 78 const int c2 = FindConnectedComponent(vertex2, membership); local
80 if (c1 == c2) {
84 if (c1 < c2) {
85 (*membership)[c2] = c1;
87 (*membership)[c1] = c2;
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringutils.cc 72 wchar_t c1, c2; local
79 c2 = transformation(*s2);
80 if (c1 != c2) return (c1 < c2) ? -1 : 1;
  /external/chromium_org/third_party/webrtc/base/
stringutils.cc 55 wchar_t c1, c2; local
62 c2 = transformation(*s2);
63 if (c1 != c2) return (c1 < c2) ? -1 : 1;
  /external/chromium_org/v8/test/webkit/
closure-inside-extra-arg-call.js 56 var c2; variable
65 c2 = function() { return d; }
71 shouldBe("c2()", '"xyxy"');
63 c2 = function() { return d; } function

Completed in 1105 milliseconds

1 23 4 5 6 7 8 91011>>