HomeSort by relevance Sort by last modified time
    Searched defs:protocols (Results 26 - 50 of 72) sorted by null

12 3

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 118 * Sets client-supported protocols on a socket to send to a server. The
119 * protocols are only sent if the socket implementation supports NPN.
342 /** This peer's supported protocols. */
343 private final List<String> protocols; field in class:Platform.JettyNpnProvider
349 public JettyNpnProvider(List<String> protocols) {
350 this.protocols = protocols;
364 } else if (methodName.equals("protocols") && args.length == 0) {
365 return protocols; // Server advertises these protocols
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferNegotiator.java 192 * Returns a collection of the supported transfer protocols.
194 * @return Returns a collection of the supported transfer protocols.
197 List<String> protocols = new ArrayList<String>(); local
198 protocols.add(InBandBytestreamManager.NAMESPACE);
200 protocols.add(Socks5BytestreamManager.NAMESPACE);
202 return Collections.unmodifiableList(protocols);
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 702 std::vector<std::string> protocols; local
703 registry()->GetRegisteredProtocols(&protocols);
704 ASSERT_EQ(static_cast<size_t>(0), protocols.size());
708 protocols.clear();
709 registry()->GetRegisteredProtocols(&protocols);
710 ASSERT_EQ(static_cast<size_t>(0), protocols.size());
963 std::vector<std::string> protocols; local
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 82 private final List<Protocol> protocols = Arrays.asList(Protocol.HTTP_11); field in class:RouteSelectorTest
88 protocols);
108 protocols);
130 proxyA, protocols);
148 NO_PROXY, protocols);
166 protocols);
184 protocols);
202 protocols);
238 protocols);
257 protocols);
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java 408 String[] protocols = new String[] { protocol }; local
409 e.setEnabledProtocols(protocols);
410 assertEquals(Arrays.deepToString(protocols),
669 String[] protocols = p.getProtocols();
670 assertNotSame(protocols, e.getEnabledProtocols());
671 assertEquals(Arrays.asList(protocols), Arrays.asList(e.getEnabledProtocols()));
SSLSocketTest.java 298 String[] protocols = new String[] { protocol }; local
299 ssl.setEnabledProtocols(protocols);
300 assertEquals(Arrays.deepToString(protocols),
959 String[] protocols = p.getProtocols(); local
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 42 * This class defines expected string names for protocols, key types,
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 152 private static Mnemonic protocols = new Mnemonic("IP protocol", field in class:WKSRecord.Protocol
156 protocols.setMaximum(0xFF);
157 protocols.setNumericAllowed(true);
159 protocols.add(ICMP, "icmp");
160 protocols.add(IGMP, "igmp");
161 protocols.add(GGP, "ggp");
162 protocols.add(ST, "st");
163 protocols.add(TCP, "tcp");
164 protocols.add(UCL, "ucl");
165 protocols.add(EGP, "egp")
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 67 String[] protocols = { "SSLv3", "TLSv1" }; local
328 + "of supported protocols: " + enabled[i]);
    [all...]
  /external/chromium_org/ppapi/tests/
test_websocket.cc 209 RUN_TEST_WITH_REFERENCE_CHECK(Protocols, filter);
304 PP_Var protocols[] = { PP_MakeUndefined() }; local
312 protocols[0] = CreateVarString(protocol);
316 ws, url_var, protocols, protocol_count,
320 ReleaseVar(protocols[0]);
389 PP_Var protocols[] = { PP_MakeUndefined() }; local
396 ws, PP_MakeUndefined(), protocols, 1U,
401 ws, PP_MakeUndefined(), protocols, 1U,
617 PP_Var protocols[] = { PP_MakeUndefined() }; local
619 ws, url, protocols, 0U, callback.GetCallback().pp_completion_callback())
1164 const pp::Var protocols[] = { pp::Var() }; local
1267 const pp::Var protocols[] = { pp::Var() }; local
1330 const pp::Var protocols[] = { pp::Var() }; local
1354 const pp::Var protocols[] = { pp::Var() }; local
1470 const pp::Var protocols[] = { pp::Var(protocol) }; local
1492 const pp::Var protocols[] = { pp::Var() }; local
1526 const pp::Var protocols[] = { pp::Var() }; local
1558 const pp::Var protocols[] = { pp::Var() }; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 400 * Comma-separated list of protocols to use when creating outgoing TLS connections.
480 // Supported protocols for TLS client: can be overridden by application
981 String[] protocols = new String[st.countTokens()]; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 18 # Tests that try a number of pickle protocols should have a
19 # for proto in protocols:
22 protocols = range(pickle.HIGHEST_PROTOCOL + 1) variable
149 # DATA0 .. DATA2 are the pickles we expect under the various protocols, for
433 for proto in protocols:
453 for proto in protocols:
483 for proto in protocols:
492 for proto in protocols:
502 for proto in protocols:
511 for proto in protocols
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 18 # Tests that try a number of pickle protocols should have a
19 # for proto in protocols:
22 protocols = range(pickle.HIGHEST_PROTOCOL + 1) variable
149 # DATA0 .. DATA2 are the pickles we expect under the various protocols, for
433 for proto in protocols:
453 for proto in protocols:
483 for proto in protocols:
492 for proto in protocols:
502 for proto in protocols:
511 for proto in protocols
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util.cc 466 // Protocols associations.
513 // Protocols associations.
1830 const wchar_t* const protocols[] = { protocol.c_str() }; local
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 1121 ::Atom protocols[2]; local
    [all...]
  /external/ppp/pppd/
main.c 281 struct protent *protocols[] = { variable in typeref:struct:protent
347 * Initialize magic number generator now so that protocols may
355 for (i = 0; (protp = protocols[i]) != NULL; ++i)
451 for (i = 0; (protp = protocols[i]) != NULL; ++i)
1069 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 74 /// \brief A list of Objective-C protocols, along with the source
95 /// categories, protocols, and class implementations. While C++ member
156 /// base classes, its protocols, or its categories' protocols, that has
426 /// base classes, its protocols, or its categories' protocols, that has
436 /// base classes (and base's categories), its protocols, or its categories'
437 /// protocols, that has
455 // Related to protocols declared in \@protocol
604 /// This includes, class's and its conforming protocols' properties
829 protocol_range protocols() const { function in class:clang::ObjCInterfaceDecl
1560 protocol_range protocols() const { function in class:clang::ObjCProtocolDecl
1770 protocol_range protocols() const { function in class:clang::ObjCCategoryDecl
    [all...]
  /external/clang/include/clang-c/
Index.h 5128 const CXIdxObjCProtocolRefInfo *const *protocols; member in struct:__anon1378
5135 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon1379
5143 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon1380
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 3818 u32 protocols; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 

Completed in 3692 milliseconds

12 3