/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLEngineImplTest.java | 118 server.getSession().invalidate(); in testHandshake() 124 client.getSession().invalidate(); in testHandshake() 128 client.getSession().invalidate(); in testHandshake() 129 server.getSession().invalidate(); in testHandshake() 380 engine.getSession().getPacketBufferSize())); in testSetGetUseClientMode() 409 SSLSession session = engine.getSession(); in testGetSession() 501 client.getSession().getPacketBufferSize(); in testCloseInbound2() 503 server.getSession().getApplicationBufferSize(); in testCloseInbound2() 594 client.getSession().getPacketBufferSize(); in testErrorProcessing() 596 server.getSession().getApplicationBufferSize(); in testErrorProcessing() [all …]
|
D | SSLSessionContextImplTest.java | 48 assertTrue(context.getSession(id) != null); in testSSLSessionContextImpl() 51 SSLSession ses = context.getSession(ses1.getId()); in testSSLSessionContextImpl() 54 ses = context.getSession(ses3.getId()); in testSSLSessionContextImpl()
|
D | HandshakeProtocolTest.java | 107 assertSame(hs_protocol.getSession(), ses); in testcomputerVerifyDataTLS() 151 assertSame(hs_protocol.getSession(), ses); in testComputerReferenceVerifyDataSSLv3()
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | ClientSessionContextTest.java | 90 assertSame(s.getPeerHost(), s, context.getSession(s.getId())); in assertSessionContextContents() 91 assertSame(s.getPeerHost(), s, context.getSession(s.getPeerHost(), 443)); in assertSessionContextContents() 94 assertNull(s.getPeerHost(), context.getSession(s.getId())); in assertSessionContextContents() 95 assertNull(s.getPeerHost(), context.getSession(s.getPeerHost(), 443)); in assertSessionContextContents() 102 sessions.add(context.getSession(id)); in assertSessionContextContents()
|
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
D | AbstractSessionManager.java | 84 public HttpSession getSession(String sessionId) 145 httpSession = request.getSession(true); in renewSession() 186 AbstractSession s = ((SessionIf)session).getSession(); in access() 225 AbstractSession s = ((SessionIf)session).getSession(); in complete() 312 AbstractSession session = getSession(cluster_id); in getHttpSession() 563 AbstractSession s = ((SessionIf)session).getSession(); in isValid() 570 AbstractSession s = ((SessionIf)session).getSession(); in getClusterId() 577 AbstractSession s = ((SessionIf)session).getSession(); in getNodeId() 739 public abstract AbstractSession getSession(String idInCluster); in getSession() method in AbstractSessionManager 779 AbstractSession s = ((SessionIf)session).getSession(); in removeSession() [all …]
|
D | SessionHandler.java | 152 old_session = baseRequest.getSession(false); in doScope() 166 session = baseRequest.getSession(false); in doScope() 206 HttpSession session = baseRequest.getSession(false); in doScope()
|
/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 37 Symbol.getSession().template getConcreteSymbolById<PDBSymbolTypeUDT>( in dumpClassParentWithScopeOperator() 57 Symbol.getSession().getConcreteSymbolById<PDBSymbolTypeUDT>( in start() 196 auto ElementType = Symbol.getSession().getSymbolById(ElementTypeId); in dump() 220 auto Type = Symbol.getSession().getSymbolById(TypeId); in dump() 233 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
|
D | TypedefDumper.cpp | 32 if (auto TypeSymbol = Symbol.getSession().getSymbolById(TargetId)) in start() 56 auto PointeeType = Symbol.getSession().getSymbolById(PointeeId); in dump()
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/ |
D | HandshakeCompletedEventTest.java | 41 return new Object[] { new HandshakeCompletedEvent(soc, soc.getSession()) }; in getData() 51 test.getSession(); in assertDeserialized()
|
D | SSLSessionBindingEventTest.java | 41 return new Object[] { new SSLSessionBindingEvent(soc.getSession(), "someName") }; in getData()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | ServerSessionContext.java | 56 public SSLSession getSession(byte[] sessionId) { in getSession() method in ServerSessionContext 58 SSLSession cachedSession = super.getSession(sessionId); in getSession()
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
D | PairingContext.java | 88 Certificate localCert = PoloUtil.getLocalCert(socket.getSession()); in fromSslSocket() 89 Certificate peerCert = PoloUtil.getPeerCert(socket.getSession()); in fromSslSocket()
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
D | ServletRequestHttpWrapper.java | 141 public HttpSession getSession(boolean create) in getSession() method in ServletRequestHttpWrapper 146 public HttpSession getSession() in getSession() method in ServletRequestHttpWrapper
|
/external/apache-http/android/src/android/net/http/ |
D | CertificateChainValidator.java | 113 SSLSession sslSession = sslSocket.getSession(); in doHandshakeAndValidateServerCertificates() 120 sslSocket.getSession().getPeerCertificates(); in doHandshakeAndValidateServerCertificates() 278 SSLSession session = socket.getSession(); in closeSocketThrowException()
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
D | ContinuingHttpServletRequest.java | 66 @Override public HttpSession getSession() { in getSession() method in ContinuingHttpServletRequest 70 @Override public HttpSession getSession(boolean create) { in getSession() method in ContinuingHttpServletRequest
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
D | SessionAuthentication.java | 129 _session=se.getSession(); in sessionDidActivate() 137 _session=event.getSession(); in valueBound()
|
/external/guice/extensions/servlet/lib/build/ |
D | servlet-api-2.5.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/external/guice/extensions/struts2/lib/ |
D | servlet-api-2.5.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/external/guice/extensions/persist/lib/ |
D | servlet-api-2.5.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | javax.servlet_2.5.0.v200910301333.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/testng/src/test/java/test/guice/ |
D | MyContext.java | 5 MySession getSession(); in getSession() method
|
D | MyContextImpl.java | 8 public MySession getSession() { in getSession() method in MyContextImpl
|
D | GuiceTestModule.java | 16 bind(MySession.class).toInstance(myContext.getSession()); in configure()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | DelegatingSSLSocket.java | 72 @Override public SSLSession getSession() { in getSession() method in DelegatingSSLSocket 73 return delegate.getSession(); in getSession()
|
/external/jetty/lib/ |
D | javax.servlet-3.0.0.v201112011016.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |