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

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/language.support/support.runtime/
ctime.pass.cpp 41 const char* c2 = 0; local
42 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), "");
  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
count.pass.cpp 33 std::size_t c2 = 0; local
36 ++c2;
37 assert(c1 == c2);
  /external/testng/src/test/java/test/preserveorder/
C.java 15 public void c2() { method in class:C
16 log("C.c2");
  /external/v8/src/base/
functional.cc 74 const uint32_t c2 = 0x1b873593; local
78 value *= c2;
  /external/valgrind/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);
  /toolchain/binutils/binutils-2.25/gold/testsuite/
constructor_test.cc 68 class c2 class
71 c2() function in class:c2
79 ~c2()
83 c2 c2v1;
84 c2 c2v2;
  /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/clang/test/CodeCompletion/
enum-switch-case.c 23 unsigned c2; local
24 switch (c2) {
37 // CHECK-CC2-NEXT: COMPLETION: c2 : [#unsigned int#]c2
  /external/clang/test/CodeGen/
constant-comparison.c 6 int *c2 = 3 != 3LL ? &b : &a; variable
  /external/clang/test/SemaCXX/
attr-cleanup-gcc.cpp 7 void c2(int *a) {} function
14 int v2 __attribute__((cleanup(c2)));
  /external/clang/test/SemaTemplate/
instantiation-default-2.cpp 11 Constant<int&, x> *c2; variable
  /external/libcxx/test/std/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 57 C c1, c2; local
58 static_assert(noexcept(swap(c1, c2)), "");
62 C c1, c2; local
63 static_assert(noexcept(swap(c1, c2)), "");
67 C c1, c2; local
68 static_assert(noexcept(swap(c1, c2)), "");
72 C c1, c2; local
75 static_assert( noexcept(swap(c1, c2)), "");
77 static_assert(!noexcept(swap(c1, c2)), "");
83 C c1, c2; local
    [all...]

Completed in 1082 milliseconds

1 23 4 5 6 7 8 91011>>