HomeSort by relevance Sort by last modified time
    Searched full:wss (Results 76 - 100 of 157) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter/
xt_osf.h 56 struct xt_osf_wc wss; member in struct:xt_osf_user_finger
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/
xt_osf.h 56 struct xt_osf_wc wss; member in struct:xt_osf_user_finger
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
telephony.h 132 WSS = 12,
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
telephony.h 132 WSS = 12,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
msgutil.py 108 Note: This class should not be used with the standalone server for wss
180 Note: This class should not be used with the standalone server for wss
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
msgutil.py 108 Note: This class should not be used with the standalone server for wss
180 Note: This class should not be used with the standalone server for wss
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter_unittest.cc 93 EXPECT_FALSE(IsURLWhitelisted("wss://secure.com"));
96 EXPECT_FALSE(IsURLWhitelisted("wss://www.secure.com"));
202 SupervisedUserURLFilter::HasFilteredScheme(GURL("wss://example.com")));
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.cpp 81 ASSERT(url.protocolIs("wss") == secure);
126 , m_secure(m_url.protocolIs("wss"))
177 builder.append(m_secure ? "wss" : "ws");
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.h 47 // Container for various options to control how the HTTPS or WSS server is
202 // Initialize a TestServer with a specific set of SSLOptions for HTTPS or WSS.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
console.html 173 var scheme = window.location.protocol == 'https:' ? 'wss://' : 'ws://';
  /external/chromium_org/net/url_request/
url_request_job_manager.cc 38 { "wss", URLRequestHttpJob::Factory },
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SchemeRegistry.cpp 58 secureSchemes.add("wss");
SecurityOriginTest.cpp 101 { true, "wss://foobar.com" },
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 352 EXPECT_FALSE(blacklist.IsURLBlocked(GURL("wss://secure.com")));
355 EXPECT_FALSE(blacklist.IsURLBlocked(GURL("wss://www.secure.com")));
380 // Filter only ws and wss schemes.
383 blocked->Append(new base::StringValue("wss://ws.aaa.com"));
386 EXPECT_TRUE(blacklist.IsURLBlocked(GURL("wss://ws.aaa.com")));
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_draft75.py 69 'WebSocket-Location: wss://example.com/demo\r\n'
98 'WebSocket-Location: wss://example.com:8081/demo\r\n'
test_handshake_hybi00.py 89 'Sec-WebSocket-Location: wss://example.com/demo\r\n'
124 'Sec-WebSocket-Location: wss://example.com:8081/demo\r\n'
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 641 // Visit a HTTP page which request WSS connection to a server providing invalid
642 // certificate. Close the page while WSS connection waits for SSLManager's
670 // Create tabs and visit pages which keep on creating wss connections.
691 // requests WSS connection to the same origin host to check if WSS connection
716 // Test page run a WebSocket wss connection test. The result will be shown
785 // Test page runs a WebSocket wss connection test. The result will be shown
    [all...]
  /external/chromium_org/net/websockets/
websocket_job.cc 51 net::SocketStreamJob::RegisterProtocolFactory("wss", WebSocketJobFactory);
587 // Forbid wss downgrade to SPDY without SSL.

Completed in 3242 milliseconds

1 2 34 5 6 7