HomeSort by relevance Sort by last modified time
    Searched refs:Session (Results 101 - 125 of 189) sorted by null

1 2 3 45 6 7 8

  /external/srec/tools/parseStringTest/
Android.mk 21 $(ASR_ROOT_DIR)/srec/Session/include \
  /development/scripts/app_engine_server/gae_shell/
shell.py 78 class Session(db.Model):
79 """A shell session. Stores the session's globals.
81 Each session globals is stored in one of two places:
170 """Creates a new session and renders the shell.html template.
174 # set up the session. TODO: garbage collect old shell sessions
175 session_key = self.request.get('session')
177 session = Session.get(session_key)
179 # create a new session
    [all...]
  /external/chromium_org/remoting/protocol/
jingle_session_manager.h 52 virtual scoped_ptr<Session> Connect(
81 void SessionDestroyed(JingleSession* session);
protobuf_video_reader.cc 12 #include "remoting/protocol/session.h"
28 void ProtobufVideoReader::Init(protocol::Session* session,
31 channel_factory_ = session->GetTransportChannelFactory();
protobuf_video_writer.cc 12 #include "remoting/protocol/session.h"
26 void ProtobufVideoWriter::Init(protocol::Session* session,
28 channel_factory_ = session->GetTransportChannelFactory();
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...]
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 276 final ArrayList<Session> mSessions = new ArrayList<Session>();
277 final ArrayList<Session> mRebuildingSessions = new ArrayList<Session>();
286 // Temporary for dispatching session callbacks. Only touched by main thread.
287 final ArrayList<Session> mActiveSessions = new ArrayList<Session>();
353 Session s = mSessions.get(i);
374 Session s = (Session)msg.obj
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 59 #include "talk/session/media/mediamessages.h"
60 #include "talk/session/media/mediasessionclient.h"
113 " addsession [jid] Add a new session to the current call.\n"
114 " rmsession [sid] Remove specified session.\n"
220 console_->PrintLine("Failed to initiate additional session.");
258 cricket::Session* session = GetFirstSession(); local
259 if (session && SelectFirstDesktopScreencastId(&screencastid)) {
261 session, streamid, screencast_ssrc_, screencastid, fps);
268 cricket::Session* session = GetFirstSession() local
755 cricket::Session* session = GetFirstSession(); local
859 cricket::Session* session = GetFirstSession(); local
1083 cricket::Session* session = GetFirstSession(); local
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 69 ATTRIBUTE Session-Timeout 27 integer
79 ATTRIBUTE Acct-Session-Id 44 string
81 ATTRIBUTE Acct-Session-Time 46 integer
124 # Limit session traffic
125 ATTRIBUTE Session-Octets-Limit 227 integer
199 VALUE Acct-Terminate-Cause Session-Timeout 5
dictionary.compat 42 ATTRIBUTE Session 1034 integer
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 49 * {@link #createSession()} to provide a spell checker session that is corresponding
50 * to requested language and so on. The spell checker session returned by this method
51 * should extend {@link SpellCheckerService.Session}.
56 * <p>{@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
61 * {@link SpellCheckerService.Session#onGetSuggestionsMultiple(TextInfo[], int, boolean)} for
65 * <p>Please note that {@link SpellCheckerService.Session#getLocale()} does not return a valid
66 * locale before {@link SpellCheckerService.Session#onCreate()} </p>
91 * Factory method to create a spell checker session impl
94 public abstract Session createSession();
99 public static abstract class Session {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc 52 const char kInvalidSessionIdError[] = "Invalid session id: \"*\".";
54 "There are no browser windows to restore the session.";
119 scoped_ptr<api::sessions::Session> CreateSessionModelHelper(
123 scoped_ptr<api::sessions::Session> session_struct(new api::sessions::Session);
173 scoped_ptr<api::sessions::Session>
205 std::vector<linked_ptr<api::sessions::Session> > result;
316 scoped_ptr<api::sessions::Session>
323 return !window_model ? scoped_ptr<api::sessions::Session>()
330 const browser_sync::SyncedSession* session) {
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPClient.java 14 * actually mapping every request to a distinct {@link ch.ethz.ssh2.Session}.
168 * The session for opened for this SCP transfer must be closed using
181 Session sess = null;
207 * The session for opened for this SCP transfer must be closed using
216 Session sess = null;
Session.java 17 * A <code>Session</code> is a remote execution of a program. "Program" means
20 * a session. However, multiple sessions can be active simultaneously.
23 * @version $Id: Session.java 32 2011-05-28 21:56:21Z dkocher@sudo.ch $
25 public class Session
39 protected Session(ChannelManager cm, SecureRandom rnd) throws IOException
69 * Allocate a pseudo-terminal for this session.
72 * this session.
113 throw new IOException("This session is closed.");
130 * Request X11 forwarding for the current session.
135 * this session
    [all...]
  /external/srec/srec/AcousticModels/
Android.mk 24 $(ASR_ROOT_DIR)/srec/Session/include \
  /external/srec/srec/AcousticState/
Android.mk 24 $(ASR_ROOT_DIR)/srec/Session/include \
  /external/srec/srec/Grammar/
Android.mk 24 $(ASR_ROOT_DIR)/srec/Session/include \
  /external/srec/srec/Nametag/
Android.mk 26 $(ASR_ROOT_DIR)/srec/Session/include \
  /external/srec/srec/Recognizer/
Android.mk 26 $(ASR_ROOT_DIR)/srec/Session/include \
  /external/srec/srec/Semproc/
Android.mk 32 $(ASR_ROOT_DIR)/srec/Session/include \
  /external/srec/srec/Session/
Android.mk 22 $(ASR_ROOT_DIR)/srec/Session/include \
  /external/srec/srec/Vocabulary/
Android.mk 22 $(ASR_ROOT_DIR)/srec/Session/include \
  /external/srec/srec_jni/
Android.mk 23 $(ASR_ROOT_DIR)/srec/Session/include \
  /external/srec/tools/grxmlcompile/
Android.mk 36 $(ASR_ROOT_DIR)/srec/Session/include \
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 24 ClientLib/Session.cpp \

Completed in 1658 milliseconds

1 2 3 45 6 7 8