| /external/jmdns/src/javax/jmdns/impl/ |
| DNSEntry.java | 49 String protocol = _qualifiedNameMap.get(Fields.Protocol); local 52 _type = (application.length() > 0 ? "_" + application + "." : "") + (protocol.length() > 0 ? "_" + protocol + "." : "") + domain + ".";
|
| /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
| KernelAdapter.java | 57 * <p>This adapter assumes a simple protocol where two 212 MessageProtocol protocol = getMessageBuffer(env.getSource()); local 217 int count = protocol.addBuffer( buffer ); 236 while( (m = protocol.getMessage()) != null ) {
|
| /external/kernel-headers/original/linux/ |
| smb.h | 41 enum smb_protocol protocol; member in struct:smb_conn_opt
|
| if_ppp.h | 4 * if_ppp.h - Point-to-Point Protocol definitions. 46 #define PROTO_IPX 0x002b /* protocol numbers */ 54 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ 92 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl
|
| ip.h | 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 6 * Definitions for the IP protocol. 97 __u8 protocol; member in struct:iphdr
|
| /external/nist-sip/java/gov/nist/javax/sip/parser/ |
| ViaParser.java | 55 // The protocol 78 Protocol protocol = new Protocol(); local 79 protocol.setProtocolName(protocolName.getTokenValue()); 80 protocol.setProtocolVersion(protocolVersion.getTokenValue()); 81 protocol.setTransport(transport.getTokenValue()); 82 v.setSentProtocol(protocol);
|
| /external/okhttp/src/main/java/com/squareup/okhttp/ |
| OkHttpClient.java | 259 * <p>If unset, protocol redirects will be followed. This is different than 285 * <li><a href="http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3">spdy/3</a> 344 String protocol = url.getProtocol(); local 348 if (protocol.equals("http")) return new HttpURLConnectionImpl(url, copy); 349 if (protocol.equals("https")) return new HttpsURLConnectionImpl(url, copy); 350 throw new IllegalArgumentException("Unexpected protocol: " + protocol); 390 public URLStreamHandler createURLStreamHandler(final String protocol) { 391 if (!protocol.equals("http") && !protocol.equals("https")) return null [all...] |
| /external/ppp/pppd/ |
| fsm.h | 2 * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions. 68 int protocol; /* Data Link Layer Protocol field value */ member in struct:fsm 82 char *term_reason; /* Reason for closing protocol */ 110 void (*protreject) /* Called when Protocol-Reject received */ 116 char *proto_name; /* String name for protocol (for messages) */
|
| /libcore/crypto/src/main/java/org/conscrypt/ |
| OpenSSLSessionImpl.java | 51 private String protocol; field in class:OpenSSLSessionImpl 318 * Returns the standard version name of the SSL protocol used in all 322 if (protocol == null) { 323 protocol = NativeCrypto.SSL_SESSION_get_version(sslSessionNativePointer); 325 return protocol; 331 * protocol.
|
| SSLParametersImpl.java | 260 String protocol = protocols[i]; local 261 if (protocol == null) { 264 if (!ProtocolVersion.isSupported(protocol)) { 265 throw new IllegalArgumentException("Protocol " + protocol + " is not supported.");
|
| SSLSessionImpl.java | 50 ProtocolVersion protocol; field in class:SSLSessionImpl 167 return (protocol == null) ? "NONE" : protocol.name;
|
| /libcore/luni/src/test/java/libcore/javax/net/ssl/ |
| SSLContextTest.java | 50 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { 53 SSLContext newContext = SSLContext.getInstance(protocol); 68 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { 69 assertNotNull(SSLContext.getInstance(protocol)); 70 assertNotSame(SSLContext.getInstance(protocol), 71 SSLContext.getInstance(protocol)); 84 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { 86 SSLContext.getInstance(protocol, (String) null); 99 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) { 100 String protocolName = SSLContext.getInstance(protocol).getProtocol() [all...] |
| /libcore/support/src/test/java/libcore/javax/net/ssl/ |
| TestSSLContext.java | 149 String protocol = "TLS"; local 150 SSLContext clientContext = createSSLContext(protocol, clientProvider, 152 SSLContext serverContext = createSSLContext(protocol, serverProvider, 201 public static final SSLContext createSSLContext(final String protocol, 207 SSLContext context = SSLContext.getInstance(protocol, provider);
|
| /packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
| DataAction.java | 173 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : im.getProtocol(); local 185 if (protocol != Im.PROTOCOL_CUSTOM) { 187 host = ContactsUtils.lookupProviderNameFromId(protocol);
|
| /packages/apps/Email/src/com/android/email/activity/setup/ |
| AccountSetupType.java | 62 // If we're in account setup flow mode, see if there's just one protocol that matches 65 String protocol = null; local 68 protocol = info.protocol; 74 onSelect(protocol); 85 if (EmailServiceUtils.isServiceAvailable(this, info.protocol)) { 98 button.setTag(info.protocol); 114 private void onSelect(String protocol) { 117 recvAuth.setConnection(protocol, recvAuth.mAddress, recvAuth.mPort, recvAuth.mFlags); 118 final EmailServiceInfo info = EmailServiceUtils.getServiceInfo(this, protocol); [all...] |
| /packages/apps/Email/src/com/android/email/service/ |
| PopImapSyncAdapterService.java | 84 private static boolean loadsFromServer(Context context, Mailbox m, String protocol) { 87 if (legacyImapProtocol.equals(protocol)) { 94 } else if (pop3Protocol.equals(protocol)) { 110 String protocol = account.getProtocol(context); local 112 !loadsFromServer(context, mailbox, protocol)) { 136 if (protocol.equals(legacyImapProtocol)) {
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar | |
| /bionic/libc/kernel/common/linux/ |
| if_ppp.h | 66 int protocol; member in struct:npioctl
|
| ip.h | 104 __u8 protocol; member in struct:iphdr
|
| /development/ndk/platforms/android-3/include/linux/ |
| if_ppp.h | 55 int protocol; member in struct:npioctl
|
| ip.h | 90 __u8 protocol; member in struct:iphdr
|
| /external/checkpolicy/ |
| checkpolicy.c | 387 unsigned int protocol, port; local 880 printf("protocol? "); 884 protocol = IPPROTO_TCP; 886 protocol = IPPROTO_UDP; 888 printf("unknown protocol\n"); 894 sepol_port_sid(0, 0, protocol, port, &ssid); 910 printf("protocol family? "); 918 printf("unknown protocol family\n");
|
| /external/chromium_org/chrome/browser/net/ |
| http_server_properties_manager.cc | 388 DVLOG(1) << "Malformed Alternate-Protocol server: " << server_str; 395 DVLOG(1) << "Malformed Alternate-Protocol server: " << server_str; 399 net::AlternateProtocol protocol = local 401 if (!net::IsAlternateProtocolValid(protocol)) { 402 DVLOG(1) << "Malformed Alternate-Protocol server: " << server_str; 409 port_alternate_protocol.protocol = protocol; 446 // Clear the cached data and use the new Alternate-Protocol server list from 597 if (!net::IsAlternateProtocolValid(port_alternate_protocol.protocol)) { 664 net::AlternateProtocolToString(port_alternate_protocol->protocol); [all...] |
| /external/chromium_org/remoting/protocol/ |
| channel_multiplexer.cc | 5 #include "remoting/protocol/channel_multiplexer.h" 17 #include "remoting/protocol/util.h" 20 namespace protocol { namespace in namespace:remoting 518 } // namespace protocol
|
| /external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
| WebSocket.cpp | 163 static bool isValidProtocolString(const String& protocol) 165 if (protocol.isEmpty()) 167 for (size_t i = 0; i < protocol.length(); ++i) { 168 if (!isValidProtocolCharacter(protocol[i])) 174 static String encodeProtocolString(const String& protocol) 177 for (size_t i = 0; i < protocol.length(); i++) { 178 if (protocol[i] < 0x20 || protocol[i] > 0x7E) 179 builder.append(String::format("\\u%04X", protocol[i])); 180 else if (protocol[i] == 0x5c 501 String WebSocket::protocol() const function in class:WebCore::WebSocket [all...] |