/external/libcxx/test/std/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), "");
|
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/ |
lv_value.pass.cpp | 25 test(C c1, typename C::difference_type j, 29 std::insert_iterator<C> q(c1, c1.begin() + j); 33 assert(c1 == c2); 51 C c1; local 53 c1.push_back(i); 54 C c2 = c1; 56 test(c1, 0, 'a', 'b', 'c', c2); 57 c2 = c1; 59 test(c1, 1, 'a', 'b', 'c', c2) 69 C c1; local [all...] |
/external/libcxx/test/std/language.support/support.runtime/ |
ctime.pass.cpp | 40 char* c1 = 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 | 32 std::size_t c1 = v.count(); local 37 assert(c1 == c2);
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
fwalsh_sse2.asm | 49 psllw xmm2, 2 ; c1 b1 53 punpckhqdq xmm1, xmm2 ; c1 d1 59 paddw xmm7, [GLOBAL(c1)] 62 paddw xmm0, xmm1 ; b1+c1 a1+d1 63 psubw xmm2, xmm1 ; b1-c1 a1-d1 64 paddw xmm0, xmm7 ; b1+c1 a1+d1+(a1!=0) 78 pmaddwd xmm0, [GLOBAL(c1)] ; d11 a11 d10 a10 81 pmaddwd xmm1, [GLOBAL(c1)] ; d12 a12 d13 a13 154 c1: label
|
/external/testng/src/test/java/test/dependent/xml/ |
GroupDependencySampleTest.java | 14 public void c1() {} method in class:GroupDependencySampleTest
|
/external/testng/src/test/java/test/preserveorder/ |
C.java | 10 public void c1() { method in class:C 11 log("C.c1");
|
/external/v8/src/base/ |
functional.cc | 73 const uint32_t c1 = 0xcc9e2d51; local 76 value *= c1;
|
/external/valgrind/massif/tests/ |
new-cpp.cpp | 21 char* c1 = new char[2000]; local 25 delete [] c1;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
fwalsh_sse2.asm | 49 psllw xmm2, 2 ; c1 b1 53 punpckhqdq xmm1, xmm2 ; c1 d1 59 paddw xmm7, [GLOBAL(c1)] 62 paddw xmm0, xmm1 ; b1+c1 a1+d1 63 psubw xmm2, xmm1 ; b1-c1 a1-d1 64 paddw xmm0, xmm7 ; b1+c1 a1+d1+(a1!=0) 78 pmaddwd xmm0, [GLOBAL(c1)] ; d11 a11 d10 a10 81 pmaddwd xmm1, [GLOBAL(c1)] ; d12 a12 d13 a13 154 c1: label
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
remove.pass.cpp | 27 C c1(std::begin(t1), std::end(t1)); 29 c1.remove(0); 30 assert(c1 == c2); 36 C c1(std::begin(t1), std::end(t1)); 38 c1.remove(0); 39 assert(c1 == c2); 46 C c1(std::begin(t1), std::end(t1)); 48 c1.remove(0); 49 assert(c1 == c2); 54 C c1; local 102 C c1; local [all...] |
unique.pass.cpp | 27 C c1(std::begin(t1), std::end(t1)); 29 c1.unique(); 30 assert(c1 == c2); 37 C c1(std::begin(t1), std::end(t1)); 39 c1.unique(); 40 assert(c1 == c2); 47 C c1(std::begin(t1), std::end(t1)); 49 c1.unique(); 50 assert(c1 == c2); 55 C c1; local 104 C c1; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/ |
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/sequences/vector/vector.cons/ |
construct_default.pass.cpp | 33 C c1 = {}; local 34 assert(c1.__invariants()); 35 assert(c1.empty()); 36 assert(c1.get_allocator() == typename C::allocator_type()); 37 assert(is_contiguous_container_asan_correct(c1));
|
/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 | 25 test(C c1, typename C::difference_type j, 29 std::insert_iterator<C> q(c1, c1.begin() + j); 33 assert(c1 == c2); 51 C c1; local 53 c1.push_back(i); 54 C c2 = c1; 56 test(c1, 0, 'a', 'b', 'c', c2); 57 c2 = c1; 59 test(c1, 1, 'a', 'b', 'c', c2) 69 C c1; local [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 | 44 EllipticCurve c2 = null, c1 = local 48 assertFalse(c1.equals(c2)); 51 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)), 57 assertFalse(c1.equals(c2) || c2.equals(c1)); 60 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)), 66 assertFalse(c1.equals(c2) || c2.equals(c1)); 69 c1 = new EllipticCurve(new ECFieldFp(BigInteger.valueOf(23L)), 75 assertFalse(c1.equals(c2) || c2.equals(c1)) [all...] |
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
constructor_test.cc | 40 class c1 class 45 c1() function in class:c1 48 ~c1() 55 c1 c1v;
|