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

1 2 3 4 5 6 7 8

  /external/webkit/Source/WebKit/gtk/tests/
testglobals.c 26 // Make sure the session is initialized properly when webkit_get_default_session() is called.
31 SoupSession* session = webkit_get_default_session(); local
32 soup_session_remove_feature_by_type(session, WEBKIT_TYPE_SOUP_AUTH_DIALOG);
35 g_assert(soup_session_get_feature(session, SOUP_TYPE_CONTENT_DECODER) != NULL);
37 // Creating a WebView should make sure the session is
44 g_assert(soup_session_get_feature(session, SOUP_TYPE_CONTENT_DECODER) != NULL);
45 g_assert(soup_session_get_feature(session, WEBKIT_TYPE_SOUP_AUTH_DIALOG) == NULL);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SCPOutputStream.java 20 private Session session; field in class:SCPOutputStream
24 public SCPOutputStream(SCPClient client, Session session, final String remoteFile, long length, String mode) throws IOException
26 super(session.getStdin(), 40000);
27 this.session = session;
30 InputStream is = new BufferedInputStream(session.getStdout(), 512);
50 scp.readResponse(session.getStdout());
57 if (session != null
    [all...]
SCPInputStream.java 17 private Session session; field in class:SCPInputStream
24 public SCPInputStream(SCPClient client, Session session) throws IOException
26 super(session.getStdout());
28 this.session = session;
30 OutputStream os = new BufferedOutputStream(session.getStdin(), 512);
39 int c = session.getStdout().read();
45 String line = client.receiveLine(session.getStdout())
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/gtk/
WebProcessMainGtk.cpp 57 SoupSession* session = WebCore::ResourceHandle::defaultSession(); local
60 soup_session_add_feature(session, sniffer);
63 soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_DECODER);
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 37 SSLSessionImpl session = new SSLSessionImpl(null, null); local
38 assertEquals(session.getCipherSuite(),
41 session = new SSLSessionImpl(CipherSuite.TLS_RSA_WITH_NULL_MD5,
43 session.protocol = ProtocolVersion.TLSv1;
44 assertEquals("Incorrect protocol", "TLSv1", session.getProtocol());
45 assertEquals("Incorrect cipher suite", session.getCipherSuite(),
47 assertEquals("Incorrect id", 32, session.getId().length);
48 assertTrue("Incorrect isValid", session.isValid());
49 assertTrue("Incorrect isServer", session.isServer);
50 long time = session.getCreationTime()
89 SSLSessionImpl session = new SSLSessionImpl( local
97 SSLSessionImpl session = new SSLSessionImpl(null); local
105 SSLSessionImpl session = new SSLSessionImpl(null); local
    [all...]
  /external/linux-tools-perf/
builtin-evlist.c 22 #include "util/session.h"
28 struct perf_session *session; local
31 session = perf_session__new(input_name, O_RDONLY, 0, false, NULL);
32 if (session == NULL)
35 list_for_each_entry(pos, &session->evlist->entries, node)
38 perf_session__delete(session);
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);
  /bionic/libc/kernel/common/linux/
if_pppolac.h 30 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon332
  /external/chromium/chrome/browser/net/
preconnect.cc 54 net::HttpNetworkSession* session = factory->GetSession(); local
95 session->ssl_config_service()->GetSSLConfig(&ssl_config);
96 if (session->http_stream_factory()->next_protos())
97 ssl_config.next_protos = *session->http_stream_factory()->next_protos();
102 net::HttpStreamFactory* http_stream_factory = session->http_stream_factory();
  /external/kernel-headers/original/linux/
if_pppolac.h 29 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon8477
  /external/webkit/Source/WebKit/efl/ewk/
ewk_main.cpp 207 SoupSession* session = WebCore::ResourceHandle::defaultSession(); local
208 soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_SNIFFER);
209 soup_session_add_feature_by_type(session, SOUP_TYPE_CONTENT_DECODER);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if_pppolac.h 25 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon29220
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
if_pppolac.h 25 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon30007
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 144 RestoreSession session = null; local
149 session = new RestoreSession(mContext, binder);
150 result = session.restorePackage(mContext.getPackageName(), observer);
155 if (session != null) {
156 session.endRestoreSession();
169 RestoreSession session = null; local
176 session = new RestoreSession(mContext, binder);
182 return session;
  /external/chromium/base/win/
event_trace_controller.h 15 // A trace controller can create an event tracing session, which either
18 // A trace consumer consumes events from zero or one realtime session,
37 // event tracing session.
63 // Max string len for name and session name is 1024 per documentation.
66 // max length for name and session name.
87 // log levels and enable bit masks under the session.
93 // Start a session with given name and properties.
96 // Starts a session tracing to a file with some default properties.
101 // Starts a realtime session with some default properties.
105 // Enables "provider" at "level" for this session
139 TRACEHANDLE session() const { return session_; } function in class:base::win::EtwTraceController
    [all...]
  /external/chromium/webkit/glue/
webcookie.h 21 bool http_only, bool secure, bool session);
45 // Session cookie flag.
46 bool session; member in struct:webkit_glue::WebCookie
  /external/dbus/test/name-test/
test-privserver-client.c 35 DBusConnection *session; local
46 session = dbus_bus_get (DBUS_BUS_SESSION, &error);
47 if (!session)
48 die ("couldn't access session bus\n");
49 dbus_connection_set_exit_on_disconnect (session, FALSE);
54 if (!(reply = dbus_connection_send_with_reply_and_block (session, msg, -1, &error)))
81 if (!dbus_connection_send (session, msg, NULL))
87 test_connection_shutdown (loop, session);
88 dbus_connection_unref (session);
test-privserver.c 69 DBusConnection *session; local
79 session = dbus_bus_get (DBUS_BUS_SESSION, &error);
80 if (!session)
81 die ("couldn't access session bus");
83 test_connection_setup (loop, session);
85 dbus_bus_request_name (session, "org.freedesktop.DBus.TestSuite.PrivServer", 0, &error);
89 if (!dbus_connection_add_filter (session, filter_session_message, testdata, NULL))
114 test_connection_shutdown (loop, session);
116 dbus_connection_unref (session);
  /external/qemu/
vnc-tls.h 60 gnutls_session_t session; member in struct:VncStateTLS
  /external/webkit/Source/WebKit/chromium/public/
WebCookie.h 48 , session(false)
53 const WebString& path, double expires, bool httpOnly, bool secure, bool session)
61 , session(session)
72 bool session; member in struct:WebKit::WebCookie
  /frameworks/av/media/libstagefright/wifi-display/
wfd.cpp 106 sp<ANetworkSession> session = new ANetworkSession; local
107 session->start();
111 sp<WifiDisplaySink> sink = new WifiDisplaySink(session);
  /libcore/luni/src/main/java/javax/net/ssl/
HandshakeCompletedEvent.java 31 private transient SSLSession session; field in class:HandshakeCompletedEvent
35 * socket and SSL session.
40 * the SSL session.
44 session = s;
48 * Returns the SSL session associated with this event.
50 * @return the SSL session associated with this event.
53 return session;
62 return session.getCipherSuite();
74 return session.getLocalCertificates();
87 return session.getPeerCertificates()
    [all...]
  /frameworks/base/core/java/android/net/http/
CertificateChainValidator.java 203 SSLSession session = socket.getSession(); local
204 if (session != null) {
205 session.invalidate();
  /sdk/layoutlib_api/sample/src/com/example/android/render/
Main.java 112 RenderSession session = renderService local
118 Result result = session.getResult();
125 BufferedImage image = session.getImage();
129 displayViewObjects(session.getRootViews());
  /external/chromium/chrome/browser/sync/glue/
session_model_associator_unittest.cc 62 ForeignSession* session = tracker.GetForeignSession(tag); local
64 session->windows.push_back(win);
74 // be able to delete the session, window, and tab. We can't delete these
130 ForeignSession* session = tracker.GetForeignSession(tag1); local
135 ASSERT_TRUE(session);
138 ASSERT_NE(session, session2);

Completed in 593 milliseconds

1 2 3 4 5 6 7 8