| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
| move_convert07.pass.cpp | 52 std::unique_ptr<A, CDeleter<A> > s2 = std::move(s); local 53 assert(s2.get() == p); 57 assert(s2.get_deleter().state() == 5);
|
| move_convert10.fail.cpp | 49 std::unique_ptr<A> s2 = s; local 50 assert(s2.get() == p);
|
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| EntryTest.java | 51 Map.Entry s2 = new AbstractMap.SimpleImmutableEntry(k1, v1); local 52 Map.Entry s = new AbstractMap.SimpleImmutableEntry(s2); 64 Map.Entry s2 = new AbstractMap.SimpleImmutableEntry(k1, v1); local 65 Map.Entry s = new AbstractMap.SimpleImmutableEntry(s2); 68 assertEquals(s2, s); 69 assertEquals(s2.hashCode(), s.hashCode()); 70 assertEquals(e2, s2); 71 assertEquals(e2.hashCode(), s2.hashCode()); 88 Map.Entry s2 = new AbstractMap.SimpleImmutableEntry(k1, v1); local 90 assertFalse(s2.equals(s)) 114 Map.Entry s2 = new AbstractMap.SimpleImmutableEntry(k1, v1); local [all...] |
| /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
| SignerTest.java | 62 Signer s2 = new SignerStub("testToString2", IdentityScope.getSystemScope()); local 63 s2.toString(); 70 s2.setKeyPair(kp); 71 s2.toString(); 93 Signer s2 = new SignerStub(null); local 94 assertNull(s2.getName()); 109 Signer s2 = new SignerStub("sss4", IdentityScope.getSystemScope()); local 116 Signer s2 = new SignerStub(null); local 117 assertNull(s2.getName());
|
| /art/runtime/arch/ |
| memcmp16_test.cc | 55 uint16_t *s1, *s2; // Use raw pointers to simplify using clobbered addresses local 95 s2 = new uint16_t[count2]; 98 s2 = reinterpret_cast<uint16_t*>(0xebad2002); 107 s2[i] = s1[i]; 113 s2[i] = static_cast<uint16_t>(r.next() & 0xFFFF); 120 s2[i] = static_cast<uint16_t>(r.next() & 0xFFFF); 125 uint16_t* s2_pot_unaligned = s2; 150 delete s2;
|
| /art/test/020-string/src/ |
| Main.java | 47 String s2 = "\u0c6d\u0cb6\u0d00\u0000\u0080\u0080\u0080\u0000\u0002\u0002\u0002\u0000\uffff\uffff\uffff\u00e9\u00e9\u00e9"; local 48 System.out.println("Compare unicode: " + s1.compareTo(s2));
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| s_atan.c | 76 double w,s1,s2,z; local 114 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9])))); 115 if (id<0) return x - x*(s1+s2); 117 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
|
| s_atanf.c | 51 float w,s1,s2,z; local 86 s2 = w*(aT[1]+w*aT[3]); 87 if (id<0) return x - x*(s1+s2); 89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
|
| s_atanl.c | 36 long double w,s1,s2,z; local 79 s2 = w*T_odd(w); 80 if (id<0) return x - x*(s1+s2); 82 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string/ |
| Test_const_string.java | 32 String s2 = t.run(); local 33 assertTrue(s == s2);
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_string_jumbo/ |
| Test_const_string_jumbo.java | 32 String s2 = t.run(); local 33 assertTrue(s == s2);
|
| /development/ndk/platforms/android-L/include/linux/ |
| random.h | 40 __u32 s1, s2, s3; member in struct:rnd_state
|
| /external/apache-http/src/org/apache/commons/codec/ |
| StringEncoderComparator.java | 74 Comparable s2 = (Comparable) ((Encoder) this.stringEncoder).encode(o2); local 75 compareCode = s1.compareTo(s2);
|
| /external/chromium_org/third_party/openssl/openssl/crypto/des/ |
| des3s.cpp | 40 unsigned long s1,s2,e1,e2; local 54 GetTSC(s2); 64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
|
| dess.cpp | 40 unsigned long s1,s2,e1,e2; local 54 GetTSC(s2); 64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
|
| /external/clang/test/CXX/dcl.decl/dcl.init/ |
| p6.cpp | 24 struct s2 { struct 28 template<> const struct s0 s2<int>::foo; // okay
|
| /external/clang/test/CodeGen/ |
| sanitize-init-order.cpp | 19 PODWithDtor s2; variable
|
| /external/clang/test/CodeGenCXX/ |
| reference-init.cpp | 25 const int &s2 = s.bitfield; variable
|
| /external/clang/test/FixIt/ |
| fixit-vexing-parse.cpp | 39 S s2, // expected-note {{change this ',' to a ';' to call 'F2'}} local
|
| /external/clang/test/SemaTemplate/ |
| self-comparison.cpp | 14 template <int A, int B> struct S2 { 44 S2<1, 1> s2; s2.foo<void>(); local
|
| /external/compiler-rt/lib/sanitizer_common/tests/ |
| sanitizer_stackdepot_test.cc | 64 uptr s2[] = {1, 2, 3, 4, 8, 9}; local 65 u32 i2 = StackDepotPut(s2, ARRAY_SIZE(s2)); 71 uptr s2[] = {7, 1, 3, 0}; local 76 ids[1] = StackDepotPut(s2, ARRAY_SIZE(s2));
|
| /external/compiler-rt/lib/tsan/tests/unit/ |
| tsan_sync_test.cc | 62 SyncVar *s2 = m->GetOrCreateAndLock(thr, 0, (uptr)&block[1], false); local 63 EXPECT_NE(s2, (SyncVar*)0); 64 EXPECT_EQ(s2->addr, (uptr)&block[1]); 65 s2->mtx.ReadUnlock(); 69 s2 = m->GetIfExistsAndLock((uptr)&block[1]); 70 EXPECT_EQ(s2, (SyncVar*)0); 83 SyncVar *s2 = m->GetOrCreateAndLock(thr, 0, (uptr)&block1[1], true); local 84 s2->mtx.Unlock(); 98 s2 = m->GetIfExistsAndLock((uptr)&block1[1]); 99 EXPECT_EQ(s2, (SyncVar*)0) [all...] |
| /external/eigen/Eigen/src/Geometry/ |
| EulerAngles.h | 59 Scalar s2 = Vector2(coeff(j,i), coeff(k,i)).norm(); local 60 res[1] = -atan2(s2, coeff(i,i)); 64 Scalar s2 = Vector2(coeff(j,i), coeff(k,i)).norm(); local 65 res[1] = atan2(s2, coeff(i,i)); 72 // c2 s1.s2 c1.s2 1 0 0 74 // -s2 s1.c2 c1.c2 0 -s3 c3
|
| /external/eigen/test/ |
| product_trmm.cpp | 32 s2 = internal::random<Scalar>(); local 46 VERIFY_IS_APPROX( ge_xs.noalias() = (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.transpose()), s1*triTr.conjugate() * (s2*ge_left.transpose())); 49 VERIFY_IS_APPROX( ge_xs.noalias() = (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.adjoint()), s1*triTr.conjugate() * (s2*ge_left.adjoint())); 53 VERIFY_IS_APPROX( (ge_xs_save + s1*triTr.conjugate() * (s2*ge_left.adjoint())).eval(), ge_xs.noalias() += (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.adjoint()) );
|
| /external/fdlibm/ |
| s_atan.c | 92 double w,s1,s2,z; local 128 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9])))); 129 if (id<0) return x - x*(s1+s2); 131 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
|