| /external/openssh/contrib/caldera/ |
| sshd.pam | 7 session required /lib/security/pam_pwdb.so 8 session required /lib/security/pam_limits.so
|
| /external/openssh/contrib/redhat/ |
| sshd.pam.old | 7 session required /lib/security/pam_pwdb.so 8 session required /lib/security/pam_limits.so
|
| /external/openssh/contrib/ |
| sshd.pam.generic | 7 session required /lib/security/pam_unix.so 8 session required /lib/security/pam_limits.so
|
| /frameworks/opt/net/voip/src/java/android/net/sip/ |
| ISipSession.aidl | 23 * A SIP session that is associated with a SIP dialog or a transaction that is 29 * Gets the IP address of the local host on which this SIP session runs. 36 * Gets the SIP profile that this session is associated with. 38 * @return the SIP profile that this session is associated with 43 * Gets the SIP profile that this session is connected to. Only available 44 * when the session is associated with a SIP dialog. 46 * @return the SIP profile that this session is connected to 51 * Gets the session state. The value returned must be one of the states in 54 * @return the session state 59 * Checks if the session is in a call [all...] |
| /external/chromium/chrome/browser/sync/engine/ |
| resolve_conflicts_command.cc | 17 sessions::SyncSession* session) { 18 ConflictResolver* resolver = session->context()->resolver(); 23 syncable::ScopedDirLookup dir(session->context()->directory_manager(), 24 session->context()->account_name()); 27 sessions::StatusController* status = session->status_controller();
|
| /external/chromium_org/content/browser/speech/ |
| speech_recognition_manager_impl.h | 35 // corresponds to a session, initiated via |CreateSession|. 37 // In any moment, the manager has a single session known as the primary session, 39 // This is the session that is capturing audio, waiting for user permission, 48 // - Relays recognition results/status/error events of each session to the 50 // - Relays also recognition results/status/error events of every session to 124 struct Session { 125 Session(); 126 ~Session(); 150 // Entry point for pushing any external event into the session handling FSM [all...] |
| /frameworks/av/drm/libdrmframework/plugins/common/util/include/ |
| SessionMap.h | 25 * A thread safe wrapper template class for session handlings for Drm Engines. It wraps a 27 * allocated pointer can be of any type of structure/class meant for keeping session data. 28 * so session object here means pointer to the session data. 42 * Adds a new value in the session map table. It expects memory to be allocated already 43 * for the session object 45 * @param key - key or Session ID 46 * @param value - session object to add 60 * returns the session object by the key 62 * @param key - key or Session I [all...] |
| /frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
| MediaSessionStatus.java | 25 * Describes the playback status of a media session. 30 * When a media session is created, it is initially in the 31 * {@link #SESSION_STATE_ACTIVE active} state. When the media session ends 33 * If the media session is invalidated due to another session forcibly taking 38 * To monitor session status, the application should supply a {@link PendingIntent} to use as the 39 * {@link MediaControlIntent#EXTRA_SESSION_STATUS_UPDATE_RECEIVER session status update receiver} 40 * for a given {@link MediaControlIntent#ACTION_START_SESSION session start request}. 54 * Session state: Active. 56 * Indicates that the media session is active and in control of the route [all...] |
| /external/chromium_org/remoting/protocol/ |
| session.h | 26 class Session { 32 // Sent session-initiate, but haven't received session-accept. 35 // Received session-initiate, but haven't sent session-accept. 38 // Session has been accepted and is pending authentication. 41 // Session has been connected and authenticated. 44 // Session has been closed. 56 // Called after session state has changed. It is safe to destroy 57 // the session from within the handler if |state| is CLOSED o [all...] |
| jingle_session_manager.cc | 47 scoped_ptr<Session> JingleSessionManager::Connect( 54 scoped_ptr<JingleSession> session(new JingleSession(this)); 55 session->StartConnection(host_jid, authenticator.Pass(), config.Pass()); 56 sessions_[session->session_id_] = session.get(); 57 return session.PassAs<Session>(); 101 // Description must be present in session-initiate messages. 114 JingleSession* session = new JingleSession(this); local 115 session->InitializeIncomingConnection(message, authenticator.Pass()) [all...] |
| /external/qemu/ |
| shaper.c | 286 /* this type is used to model a session connection/state 287 * if session->packet is != NULL, then the connection is delayed 299 } SessionRec, *Session; 307 session_free( Session session ) 309 if (session) { 310 if (session->packet) { 311 queued_packet_free(session->packet); 312 session->packet = NULL; 314 qemu_free( session ); 426 Session session; local 484 Session session = delay->sessions; local 518 Session session = *lookup; local 531 Session session = *lookup; local 581 Session session = delay->sessions; local [all...] |
| /libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
| HostnameVerifierTest.java | 35 * session) 38 mySSLSession session = new mySSLSession("localhost", 1080, null); local 40 assertFalse(hv.verify("localhost", session)); 50 mySSLSession session = new mySSLSession(new X509Certificate[] {x509}); local 53 assertTrue(verifier.verify("foo.com", session)); 54 assertFalse(verifier.verify("a.foo.com", session)); 55 assertFalse(verifier.verify("bar.com", session)); 59 session = new mySSLSession(new X509Certificate[] {x509}); 60 assertTrue(verifier.verify("\u82b1\u5b50.co.jp", session)); 61 assertFalse(verifier.verify("a.\u82b1\u5b50.co.jp", session)); 144 mySSLSession session = new mySSLSession(new X509Certificate[] {x509}); local 158 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); local 181 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); local 209 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); local 242 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); local 279 mySSLSession session = new mySSLSession(new X509Certificate[] { x509 }); local [all...] |
| /external/linux-tools-perf/ |
| builtin-inject.c | 11 #include "util/session.h" 20 struct perf_session *session __used) 41 struct perf_session *session) 43 return perf_event__repipe_synth(event, session); 49 struct perf_session *session) 51 return perf_event__repipe_synth(event, session); 56 struct perf_session *session) 60 err = perf_event__process_mmap(event, sample, session); 61 perf_event__repipe(event, sample, session); 68 struct perf_session *session) 200 struct perf_session *session; local [all...] |
| builtin-buildid-list.c | 15 #include "util/session.h" 39 struct perf_session *session; local 41 session = perf_session__new(input_name, O_RDONLY, force, false, 43 if (session == NULL) 47 perf_session__process_events(session, &build_id__mark_dso_hit_ops); 49 perf_session__fprintf_dsos_buildid(session, stdout, with_hits); 51 perf_session__delete(session);
|
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| sessionmanager.cc | 34 #include "talk/p2p/base/session.h" 54 // Note: Session::Terminate occurs asynchronously, so it's too late to 77 Session* SessionManager::CreateSession(const std::string& local_name, 84 Session* SessionManager::CreateSession( 91 Session* session = new Session(this, local_name, initiator_name, local 93 session_map_[session->id()] = session; 94 session->SignalRequestSignaling.connect 125 Session* session = session_map_.begin()->second; local 157 Session* session = FindSession(msg.sid, msg.from); local 202 Session* session = FindSession(msg.sid, msg.to); local [all...] |
| /external/chromium/chrome/browser/resources/net_internals/ |
| spdyview.js | 41 * on each SPDY session. Otherwise, displays "None". 112 var session = spdySessions[i]; 115 tablePrinter.addCell(session.host_port_pair); 116 tablePrinter.addCell(session.proxy); 118 var idCell = tablePrinter.addCell(session.source_id); 119 idCell.link = '#events&q=id:' + session.source_id; 121 tablePrinter.addCell(session.active_streams); 122 tablePrinter.addCell(session.unclaimed_pushed_streams); 123 tablePrinter.addCell(session.max_concurrent_streams); 124 tablePrinter.addCell(session.streams_initiated_count) [all...] |
| /external/chromium/chrome/browser/sync/sessions/ |
| test_util.h | 5 // Utils to simulate various outcomes of a sync session. 19 void SimulateHasMoreToSync(sessions::SyncSession* session, 21 void SimulateDownloadUpdatesFailed(sessions::SyncSession* session, 23 void SimulateCommitFailed(sessions::SyncSession* session, 25 void SimulateSuccess(sessions::SyncSession* session, 27 void SimulateThrottledImpl(sessions::SyncSession* session, 29 void SimulatePollIntervalUpdateImpl(sessions::SyncSession* session,
|
| /external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
| tunnelsessionclient.h | 37 #include "talk/p2p/base/session.h" 66 void OnSessionCreate(Session* session, bool received); 67 void OnSessionDestroy(Session* session); 75 talk_base::StreamInterface* AcceptTunnel(Session* session); 76 void DeclineTunnel(Session* session); 79 virtual void OnIncomingTunnel(const buzz::Jid &jid, Session *session) = 0 [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
| tunnelsessionclient.h | 37 #include "talk/p2p/base/session.h" 66 void OnSessionCreate(Session* session, bool received); 67 void OnSessionDestroy(Session* session); 75 talk_base::StreamInterface* AcceptTunnel(Session* session); 76 void DeclineTunnel(Session* session); 79 virtual void OnIncomingTunnel(const buzz::Jid &jid, Session *session) = 0 [all...] |
| /external/chromium_org/chrome/browser/resources/options/ |
| startup_section.html | 7 pref="session.restore_on_startup" 12 pref="session.restore_on_startup" value="5"> 19 <input id="startup-restore-session" type="radio" name="startup" 20 value="1" pref="session.restore_on_startup" 23 <label for="startup-restore-session" 27 pref="session.restore_on_startup" value="1"> 35 pref="session.restore_on_startup" 41 pref="session.restore_on_startup" value="4"> 47 pref="session.startup_urls">
|
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| sessionmanager.h | 48 class Session; 52 // SessionManager manages session instances. 83 // describing a session of the given type, we will automatically create a 84 // Session object and notify this client. The client may then accept or 85 // reject the session. 90 // Creates a new session. The given name is the JID of the client on whose 91 // behalf we initiate the session. 92 Session *CreateSession(const std::string& local_name, 95 Session *CreateSession(const std::string& id, 99 // Destroys the given session [all...] |
| /libcore/crypto/src/main/java/org/conscrypt/ |
| SSLClientSessionCache.java | 29 * session data is dependent upon the caller's implementation and is opaque to 35 * Gets data from a pre-existing session for a given server host and port. 39 * @return the session data or null if none is cached 45 * Stores session data for the given session. 47 * @param session to cache data for 49 * @throws NullPointerException if session, result of 50 * {@code session.getPeerHost()} or data is null 52 public void putSessionData(SSLSession session, byte[] sessionData);
|
| /external/chromium_org/ash/system/session_length_limit/ |
| session_length_limit_observer.h | 12 // Observer for the session length limit. 17 // Called when the session start time is updated. 20 // Called when the session length limit is updated.
|
| /external/chromium_org/chrome/browser/sessions/ |
| session_service_factory.h | 18 // Returns the session service for |profile|. This may return NULL. If this 19 // profile supports a session service (it isn't incognito), and the session 20 // service hasn't yet been created, this forces creation of the session 28 // Returns the session service for |profile|, but do not create it if it 29 // doesn't exist. This returns NULL if the profile is incognito or if session 34 // Returns the session service for |profile|. This is the same as 35 // GetForProfile, but will force creation of the session service even if 39 // If |profile| has a session service, it is shut down. To properly record the 40 // current state this forces creation of the session service, then shuts i [all...] |
| /external/chromium_org/net/quic/test_tools/ |
| quic_session_peer.h | 20 static void SetNextStreamId(QuicSession* session, QuicStreamId id); 21 static void SetMaxOpenStreams(QuicSession* session, uint32 max_streams); 23 QuicSession* session);
|