HomeSort by relevance Sort by last modified time
    Searched defs:session (Results 51 - 75 of 196) sorted by null

1 23 4 5 6 7 8

  /external/linux-tools-perf/
builtin-diff.c 12 #include "util/session.h"
36 struct perf_session *session)
40 if (perf_event__preprocess_sample(event, session, &al, sample, NULL) < 0) {
49 if (hists__add_entry(&session->hists, &al, sample->period)) {
54 session->hists.stats.total_period += sample->period;
146 struct perf_session *session[2]; local
148 session[0] = perf_session__new(input_old, O_RDONLY, force, false, &event_ops);
149 session[1] = perf_session__new(input_new, O_RDONLY, force, false, &event_ops);
150 if (session[0] == NULL || session[1] == NULL
    [all...]
  /external/webkit/Source/WebCore/platform/network/cf/
CookieJarCFNet.cpp 207 bool session = false; // FIXME: Need API for if a cookie is a session cookie. local
209 rawCookies.uncheckedAppend(Cookie(name, value, domain, path, expires, httpOnly, secure, session));
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCache.cpp 143 net::HttpNetworkSession* session = m_cache->GetSession(); local
144 if (session)
145 session->cert_verifier()->ClearCache();
  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 287 SoupSession* session = WebCore::ResourceHandle::defaultSession(); local
291 soup_session_remove_feature_by_type(session, SOUP_TYPE_PROXY_RESOLVER);
298 g_object_set(session, SOUP_SESSION_PROXY_URI, uri, NULL);
314 SoupSession* session = WebCore::ResourceHandle::defaultSession(); local
315 g_object_get(session, SOUP_SESSION_PROXY_URI, &uri, NULL);
  /external/webkit/Source/WebKit/gtk/tests/
testwebview.c 35 SoupSession *session; variable
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 62 public String session; field in class:VpnConfig
81 out.writeString(session);
99 config.session = in.readString();
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 75 INetworkStatsSession session = null; local
78 session = mStatsService.openSession();
79 final NetworkStats stats = session.getSummaryForAllUid(
85 TrafficStats.closeQuietly(session);
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
AnimationThread.java 111 RenderSession session = mSession.getSession(); local
157 mListener.onNewFrame(session);
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 67 SSLSession session = c.clientContext.createSSLEngine().getSession(); local
69 int packetBufferSize = session.getPacketBufferSize();
73 int applicationBufferSize = session.getApplicationBufferSize();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmsvc.h 36 unsigned int session; /* for p2pm */ member in struct:atmsvc_msg
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsvc.h 36 unsigned int session; /* for p2pm */ member in struct:atmsvc_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsvc.h 36 unsigned int session; /* for p2pm */ member in struct:atmsvc_msg
  /frameworks/base/voip/java/android/net/sip/
SipManager.java 45 * <li>Verify session connectivity, with {@link #isOpened isOpened()} and
59 * <a href="{@docRoot}guide/topics/network/sip.html">Session Initiation Protocol</a>
78 * Key to retrieve the offered session description from an incoming call
194 * string. The intent contains a call ID extra and an offer session
203 * result code and the intent to fill in the call ID and session
383 throw new SipException("Cannot retrieve session with null intent");
393 throw new SipException("Session description missing in incoming "
398 ISipSession session = mSipService.getPendingSession(callId); local
399 if (session == null) {
400 throw new SipException("No pending session for the call")
479 ISipSession session = mSipService.createSession(localProfile, local
504 ISipSession session = mSipService.createSession(localProfile, local
    [all...]
  /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...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java 68 // active session object
69 private SSLSessionImpl session; field in class:SSLEngineImpl
140 if (session != null) {
141 session.invalidate();
370 if (session != null) {
371 return session;
426 if ((session == null || engine_was_closed) && (
471 session = recordProtocol.getSession();
479 if (session != null) {
480 session.invalidate()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java 343 // for an extended view info, re-render in the same session, and then set a flag
345 // same session
478 RenderSession session = null; local
482 session = mLayoutLib.createSession(params);
483 if (session.getResult().isSuccess()) {
484 assert session.getRootViews().size() == 1;
485 ViewInfo root = session.getRootViews().get(0);
507 if (session != null) {
508 session.dispose();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 123 * HTTP response. After HTTPS session if finished test checks connection
163 * persistent. After HTTPS session if finished test checks connection state
797 SSLSession session = serverPeer.getSession(); local
799 assertEquals(session.getCipherSuite(), clientConnection
802 assertEquals(session.getLocalPrincipal(), clientConnection
805 assertEquals(session.getPeerPrincipal(), clientConnection
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImplTest.java 81 // precondition: session hash does not contains requested session
104 // precondition: session hash contains requested session
106 SSLSessionImpl session = new SSLSessionImpl( local
108 session.id = ses_id;
109 // put session to hash
110 server.parameters.getServerSessionContext().putSession(session);
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 53 // doesn't buy very much as a) a session could already be in progress and it
63 // Joins on the thread as soon as possible (currently running session
116 // a sync. The source is inferable from |session.source()|.
128 linked_ptr<sessions::SyncSession> session, bool is_canary_job,
133 linked_ptr<sessions::SyncSession> session; member in struct:browser_sync::SyncerThread::SyncSessionJob
204 sessions::SyncSession* session,
277 // Creates a session for a poll and performs the sync.
294 // session snapshot containing data like initial_sync_ended. Important when
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc 46 "Session=%s";
184 // All tokens should be session tokens except the gaia auth token.
185 bool session = true; local
187 session = false;
193 session ? "true" : "false");
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 205 // side policy for that cache about session re-use: we retain one session per
211 void OnSessionAdded(const HostPortPair& host_and_port, SSL_SESSION* session) {
212 // Declare the session cleaner-upper before the lock, so any call into
213 // OpenSSL to free the session will happen after the lock is released.
217 DCHECK_EQ(0U, session_map_.count(session));
219 host_port_map_.insert(std::make_pair(host_and_port, session));
223 res.first->second = session;
225 DVLOG(2) << "Adding session " << session << " =>
260 SSL_SESSION* session = it->second; local
    [all...]
  /external/chromium/net/spdy/
spdy_session_pool.cc 67 // Check if we have a Session through a domain alias.
76 "session", spdy_session->net_log().source())));
91 "session", spdy_session->net_log().source())));
104 "session", spdy_session->net_log().source())));
119 // Create the SPDY session and add it to the pool.
131 "session", (*spdy_session)->net_log().source())));
133 // Now we can initialize the session with the SSL socket.
143 // Check if we have a session via an alias.
149 void SpdySessionPool::Remove(const scoped_refptr<SpdySession>& session) {
150 SpdySessionList* list = GetSessionList(session->host_port_proxy_pair())
374 const scoped_refptr<SpdySession>& session = list->front(); local
389 const scoped_refptr<SpdySession>& session = list->front(); local
397 const scoped_refptr<SpdySession>& session = list->front(); local
420 const scoped_refptr<SpdySession>& session = *session_it; local
    [all...]
spdy_session_unittest.cc 134 scoped_refptr<SpdySession> session = local
150 EXPECT_EQ(OK, session->InitializeWithSocket(connection.release(), false, OK));
160 // Delete the first session.
161 session = NULL;
163 // Delete the second session.
205 scoped_refptr<SpdySession> session = local
224 EXPECT_EQ(OK, session->InitializeWithSocket(connection.release(), false, OK));
228 EXPECT_EQ(OK, session->CreateStream(url,
245 session->SendPrefacePingIfNoneInFlight();
249 EXPECT_EQ(0, session->pings_in_flight())
341 scoped_refptr<SpdySession> session = local
427 scoped_refptr<SpdySession> session = local
527 scoped_refptr<SpdySession> session = local
600 scoped_refptr<SpdySession> session = local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 32 #include "talk/session/phone/call.h"
33 #include "talk/session/phone/mediasessionclient.h"
60 Session *session = sessions_[0]; local
61 RemoveSession(session);
62 session_client_->session_manager()->DestroySession(session);
67 Session *Call::InitiateSession(const buzz::Jid &jid,
71 Session *session = session_client_->CreateSession(this); local
72 AddSession(session, offer)
370 Session *session = call->sessions_[0]; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 70 KLABEL(Session::STATE_INIT),
71 KLABEL(Session::STATE_SENTINITIATE),
72 KLABEL(Session::STATE_RECEIVEDINITIATE),
73 KLABEL(Session::STATE_SENTACCEPT),
74 KLABEL(Session::STATE_RECEIVEDACCEPT),
75 KLABEL(Session::STATE_SENTMODIFY),
76 KLABEL(Session::STATE_RECEIVEDMODIFY),
77 KLABEL(Session::STATE_SENTREJECT),
78 KLABEL(Session::STATE_RECEIVEDREJECT),
79 KLABEL(Session::STATE_SENTREDIRECT)
112 Session* session = (*it)->ReleaseSession(true); local
185 Session* session = session_manager_->CreateSession(jid_.Str(), namespace_); local
332 Session* session = session_; local
    [all...]

Completed in 564 milliseconds

1 23 4 5 6 7 8