Home
last modified time | relevance | path

Searched refs:session2 (Results 1 – 10 of 10) sorted by relevance

/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DNativeSslSessionTest.java453 NativeSslSession session2 = in check_reserializableFromByteArray_roundTrip() local
455 byte[] sessionBytes2 = session2.toBytes(); in check_reserializableFromByteArray_roundTrip()
457 assertSSLSessionEquals(session, session2); in check_reserializableFromByteArray_roundTrip()
DNativeCryptoTest.java2633 long session2 = NativeCrypto.d2i_SSL_SESSION(b); in test_i2d_SSL_SESSION()
2634 assertTrue(session2 != NULL); in test_i2d_SSL_SESSION()
2637 assertTrue(NativeCrypto.SSL_SESSION_cipher(session2) != null); in test_i2d_SSL_SESSION()
2639 NativeCrypto.SSL_SESSION_cipher(session2)); in test_i2d_SSL_SESSION()
2641 NativeCrypto.SSL_SESSION_free(session2); in test_i2d_SSL_SESSION()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeSslSessionTest.java449 NativeSslSession session2 = in check_reserializableFromByteArray_roundTrip() local
451 byte[] sessionBytes2 = session2.toBytes(); in check_reserializableFromByteArray_roundTrip()
453 assertSSLSessionEquals(session, session2); in check_reserializableFromByteArray_roundTrip()
DNativeCryptoTest.java2625 long session2 = NativeCrypto.d2i_SSL_SESSION(b); in test_i2d_SSL_SESSION()
2626 assertTrue(session2 != NULL); in test_i2d_SSL_SESSION()
2629 assertTrue(NativeCrypto.SSL_SESSION_cipher(session2) != null); in test_i2d_SSL_SESSION()
2631 NativeCrypto.SSL_SESSION_cipher(session2)); in test_i2d_SSL_SESSION()
2633 NativeCrypto.SSL_SESSION_free(session2); in test_i2d_SSL_SESSION()
/external/webrtc/talk/app/webrtc/objctests/
DRTCPeerConnectionTest.mm65 ofSameTypeAsSession:(RTCSessionDescription*)session2;
82 ofSameTypeAsSession:(RTCSessionDescription*)session2 {
83 return [session1.type isEqual:session2.type];
/external/perfetto/docs/
Ddetached-mode.md142 ' | perfetto -c - --txt --detach=session2 -o /data/misc/perfetto-traces/trace
146 perfetto --attach=session2 --stop
/external/boringssl/src/ssl/
Dssl_test.cc4442 bssl::UniquePtr<SSL_SESSION> session2 = in TEST_P() local
4444 ASSERT_TRUE(session2); in TEST_P()
4461 threads.emplace_back([&] { connect_with_session(session2.get()); }); in TEST_P()
4462 threads.emplace_back([&] { connect_with_session(session2.get()); }); in TEST_P()
4500 bssl::UniquePtr<SSL_SESSION> session2 = in TEST_P() local
4502 ASSERT_TRUE(session2); in TEST_P()
4519 threads.emplace_back([&] { connect_with_session(session2.get()); }); in TEST_P()
4520 threads.emplace_back([&] { connect_with_session(session2.get()); }); in TEST_P()
/external/python/cpython3/Lib/test/
Dtest_ssl.py4171 session2 = stats['session']
4172 self.assertEqual(session2.id, session.id)
4173 self.assertEqual(session2, session)
4174 self.assertIsNot(session2, session)
4175 self.assertGreaterEqual(session2.time, session.time)
4176 self.assertGreaterEqual(session2.timeout, session.timeout)
/external/tensorflow/tensorflow/contrib/lookup/
Dlookup_ops_test.py259 session2 = session.Session(server.target)
276 with session2:
/external/tensorflow/tensorflow/python/kernel_tests/
Dlookup_ops_test.py281 session2 = session.Session(server.target)
298 with session2:
2680 session2 = session.Session(server.target)
2698 with session2: