HomeSort by relevance Sort by last modified time
    Searched full:session (Results 751 - 775 of 4514) sorted by null

<<31323334353637383940>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HandshakeCompletedEventTest.java 73 mySSLSession session = new mySSLSession(); local
75 HandshakeCompletedEvent event = new HandshakeCompletedEvent(socket, session);
88 mySSLSession session = new mySSLSession("localhost", 1080, null); local
90 HandshakeCompletedEvent event = new HandshakeCompletedEvent(socket, session);
99 mySSLSession session = new mySSLSession("localhost", 1080, null); local
101 HandshakeCompletedEvent event = new HandshakeCompletedEvent(socket, session);
110 mySSLSession session = new mySSLSession("localhost", 1080, null); local
112 HandshakeCompletedEvent event = new HandshakeCompletedEvent(socket, session);
122 mySSLSession session = new mySSLSession((X509Certificate[]) null); local
124 HandshakeCompletedEvent event = new HandshakeCompletedEvent(socket, session);
145 mySSLSession session = new mySSLSession("localhost", 1080, null); local
165 mySSLSession session = new mySSLSession("localhost", 1080, null); local
176 mySSLSession session = new mySSLSession("localhost", 1080, null); local
    [all...]
  /external/tpm2/
Global.h 241 // Active Session Context
245 // The structures in this section define the internal structure of a session context.
249 // The attributes in the SESSION_ATTRIBUTES structure track the various properties of the session. It
250 // maintains most of the tracking state information for the policy session. It is used within the SESSION
255 unsigned isPolicy : 1; //1) SET if the session may only
257 unsigned isAudit : 1; //2) SET if the session is used
259 unsigned isBound : 1; //3) SET if the session is bound to
268 // for computing the session HMAC.
281 unsigned isTrialPolicy : 1; //8) SET if the policy session i
1137 SESSION session; \/\/ session structure member in struct:__anon24674
    [all...]
  /cts/hostsidetests/tv/app/src/com/android/cts/tv/hostside/
StubTvInputService.java 29 public Session onCreateSession(String inputId) {
33 private static class StubSessionImpl extends Session {
  /cts/tests/tests/print/src/android/print/cts/services/
PrinterDiscoverySessionCallbacks.java 29 public void setSession(StubbablePrinterDiscoverySession session) {
30 mSession = session;
  /cts/tests/tests/tv/src/android/media/tv/cts/
StubTvInputService.java 29 public Session onCreateSession(String inputId) {
33 private static class StubSessionImpl extends Session {
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImplTest.java 80 // precondition: session hash does not contains requested session
103 // precondition: session hash contains requested session
105 SSLSessionImpl session = new SSLSessionImpl( local
107 session.id = ses_id;
108 // put session to hash
109 server.parameters.getServerSessionContext().putSession(session);
  /external/autotest/client/virt/tests/
iozone_windows.py 21 session = vm.wait_for_login(timeout=timeout)
30 results = session.cmd_output(cmd=c, timeout=t)
  /external/clang/test/Modules/
validate-system-headers.m 25 // This should override -fmodules-validate-once-per-build-session
27 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session
33 // Don't recompile due to -fmodules-validate-once-per-build-session
34 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session
38 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fimplicit-module-maps -fmodules-validate-system-headers -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingsession.h 31 // The state of the Polo pairing session.
33 // The Polo session has not yet been initialized.
36 // The session is initializing.
55 // Creates a new pairing session. The given wire adapter will be used for
65 // Adds a supported input encoding. This must be called before the session is
69 // Adds a supported output encoding. This must be called before the session is
73 // Starts the pairing session. The given listener will be invoked during the
74 // pairing session.
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
LoginAuthenticator.java 31 import org.eclipse.jetty.server.session.AbstractSessionManager;
73 /** Change the session id.
74 * The session is changed to a new instance with a new ID if and only if:<ul>
75 * <li>A session exists.
77 * <li>The session ID has been given to unauthenticated responses
81 * @return The new session.
87 //if we should renew sessions, and there is an existing session that may have been seen by non-authenticated users
88 //(indicated by SESSION_SECURED not being set on the session) then we should change id
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSymbols.h 22 explicit DIAEnumSymbols(const DIASession &Session,
32 const DIASession &Session;
DIASourceFile.h 21 explicit DIASourceFile(const DIASession &Session,
31 const DIASession &Session;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDB.h 20 std::unique_ptr<IPDBSession> &Session);
23 std::unique_ptr<IPDBSession> &Session);
  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 25 : DIContext(CK_PDB), Session(std::move(PDBSession)) {
28 Session->setLoadAddress(ImageBase.get());
40 Session->findSymbolByAddress(Address, PDB_SymType::None);
49 auto LineNumbers = Session->findLineNumbersByAddress(Address, Length);
55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId());
72 auto LineNumbers = Session->findLineNumbersByAddress(Address, Size);
103 Session->findSymbolByAddress(Address, PDB_SymType::PublicSymbol);
109 Session->findSymbolByAddress(Address, PDB_SymType::Function);
PDBSymbolTypeEnum.cpp 26 return Session.getConcreteSymbolById<PDBSymbolTypeUDT>(getClassParentId());
31 return Session.getConcreteSymbolById<PDBSymbolTypeBuiltin>(getTypeId());
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
UserCommandHandlerTest.groovy 22 import org.mockftpserver.core.session.SessionKeys
62 assert session.getAttribute(SessionKeys.USER_ACCOUNT) == userAccount
115 * Assert that the Username is stored in the session, depending on the value of isUsernameInSession.
116 * @param isUsernameInSession - true if the Username is expected in the session; false if it is not expected
120 assert session.getAttribute(SessionKeys.USERNAME) == expectedValue
124 * Assert that the current directory is set in the session, but only if currentDirectory is not null.
125 * @param currentDirectory - the curent directory expected in the session; null if it is not expected
128 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == currentDirectory
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerTest.java 23 import org.mockftpserver.core.session.Session;
91 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
97 public void handleCommand(Command command, Session session) throws Exception {
112 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
PortCommandHandler.java 27 import org.mockftpserver.core.session.Session;
60 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
62 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws UnknownHostException {
66 session.setClientDataHost(host);
67 session.setClientDataPort(port);
70 sendReply(session);
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/
WebSocketResponseHandlerTest.java 61 private IHTTPSession session; field in class:WebSocketResponseHandlerTest
115 when(this.session.getHeaders()).thenReturn(this.headers);
121 Response handshakeResponse = this.nanoWebSocketServer.serve(this.session);
128 Response handshakeResponse = this.nanoWebSocketServer.serve(this.session);
140 Response handshakeResponse = this.nanoWebSocketServer.serve(this.session);
149 Response handshakeResponse = this.nanoWebSocketServer.serve(this.session);
156 Response handshakeResponse = this.nanoWebSocketServer.serve(this.session);
164 Response handshakeResponse = this.nanoWebSocketServer.serve(this.session);
  /external/selinux/policycoreutils/restorecond/
restorecond.8 30 Turns on user mode. Runs restorecond in the user session and reads /etc/selinux/restorecond_user.conf. Uses dbus to make sure only one restorecond is running per user session.
  /external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.h 33 #include "talk/session/media/mediasession.h"
83 // This class is used to create offer/answer session description with regards to
94 WebRtcSession* session,
103 WebRtcSession* session,
112 WebRtcSession* session,
153 WebRtcSession* session,
162 // Posts failure notifications for all pending session description requests.
184 // TODO(jiayl): remove the dependency on session once bug 2264 is fixed.
  /external/webrtc/webrtc/p2p/base/
constants.h 18 // CN_ == "content name". When we initiate a session, we choose the
19 // name, and when we receive a Gingle session, we provide default
  /frameworks/av/drm/mediadrm/plugins/clearkey/
CryptoPlugin.h 27 #include "Session.h"
59 android::sp<Session> mSession;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioInputDescriptor.cpp 116 bool AudioInputDescriptor::hasPreemptedSession(audio_session_t session) const
118 return (mPreemptedSessions.indexOf(session) >= 0);
142 audio_session_t session) const {
143 return mSessions.valueFor(session);
151 status_t AudioInputDescriptor::addAudioSession(audio_session_t session,
153 return mSessions.addSession(session, audioSession, /*AudioSessionInfoProvider*/this);
156 status_t AudioInputDescriptor::removeAudioSession(audio_session_t session) {
157 return mSessions.removeSession(session);
  /frameworks/base/core/java/android/content/
ISyncContext.aidl 34 * Signal that the corresponding sync session is completed.
35 * @param result information about this sync session

Completed in 780 milliseconds

<<31323334353637383940>>