HomeSort by relevance Sort by last modified time
    Searched defs:protocol (Results 251 - 275 of 773) sorted by null

<<11121314151617181920>>

  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-artifact-manager-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 
  /libcore/luni/src/module/java/
module-info.java 82 exports sun.net.www.protocol.file;
83 exports sun.net.www.protocol.ftp;
84 exports sun.net.www.protocol.jar;
  /bionic/libc/kernel/uapi/linux/
ip.h 87 __u8 protocol; member in struct:iphdr
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 1000 String protocol = url.getProtocol(); local
1274 String protocol = url.getProtocol(); local
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLContextTest.java 92 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
95 SSLContext newContext = SSLContext.getInstance(protocol);
108 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
109 SSLContext sslContext = SSLContext.getInstance(protocol);
110 if (!protocol.equals(StandardNames.SSL_CONTEXT_PROTOCOLS_DEFAULT)) {
233 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS) {
234 assertNotNull(SSLContext.getInstance(protocol));
235 assertNotSame(SSLContext.getInstance(protocol), SSLContext.getInstance(protocol));
266 for (String protocol : StandardNames.SSL_CONTEXT_PROTOCOLS)
    [all...]
  /external/iproute2/include/uapi/linux/
ip.h 3 * INET An implementation of the TCP/IP protocol suite for the LINUX
7 * Definitions for the IP protocol.
101 __u8 protocol; member in struct:iphdr
  /external/kernel-headers/original/uapi/linux/
ip.h 3 * INET An implementation of the TCP/IP protocol suite for the LINUX
7 * Definitions for the IP protocol.
101 __u8 protocol; member in struct:iphdr
  /external/libnl/include/linux-private/linux/
ip.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the IP protocol.
100 __u8 protocol; member in struct:iphdr
  /external/selinux/checkpolicy/
checkpolicy.c 393 unsigned int protocol, port; local
938 printf("protocol? ");
942 protocol = IPPROTO_TCP;
944 protocol = IPPROTO_UDP;
946 protocol = IPPROTO_DCCP;
948 printf("unknown protocol\n");
954 sepol_port_sid(0, 0, protocol, port, &ssid);
970 printf("protocol family? ");
978 printf("unknown protocol family\n");
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 2 * ppp.h - Network Point to Point Protocol header file.
143 * Protocol field values.
145 #define PPP_IP 0x21 /* Internet Protocol */
146 #define PPP_AT 0x29 /* AppleTalk Protocol */
150 #define PPP_IPCP 0x8021 /* IP Control Protocol */
151 #define PPP_ATCP 0x8029 /* AppleTalk Control Protocol */
152 #define PPP_CCP 0x80fd /* Compression Control Protocol */
153 #define PPP_LCP 0xc021 /* Link Control Protocol */
154 #define PPP_PAP 0xc023 /* Password Authentication Protocol */
155 #define PPP_LQR 0xc025 /* Link Quality Report protocol */
275 u_short protocol; \/* PPP protocol number *\/ member in struct:protent
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 71 public final String protocol; field in class:ApnSetting
158 String protocol, String roamingProtocol, boolean carrierEnabled, int bearer,
181 this.protocol = protocol;
204 String protocol, String roamingProtocol, boolean carrierEnabled,
209 authType, types, protocol, roamingProtocol, carrierEnabled, networkTypeBitmask,
218 String protocol, String roamingProtocol, boolean carrierEnabled,
241 this.protocol = protocol;
261 apn.mmsPort, apn.user, apn.password, apn.authType, apn.types, apn.protocol,
343 String protocol, roamingProtocol; local
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URL.java 59 * The URL above indicates that the protocol to use is
60 * {@code http} (HyperText Transfer Protocol) and that the
64 * meaning of this name on the host machine is both protocol
72 * the protocol is used instead. For example, the default port for
117 * the protocol, host name, or port number is missing, the value is
147 // static final String BUILTIN_HANDLERS_PREFIX = "sun.net.www.protocol";
153 * for protocol handlers. The value of this property (if any) should
155 * for a protocol handler to load. The policy of this class is that
156 * all protocol handlers will be in a class called <protocolname>.Handler,
159 * default package prefix, sun.net.www.protocol, is used. The searc
169 private String protocol; field in class:URL
1360 String protocol = (String)gf.get("protocol", null); local
1409 String protocol = tempState.getProtocol(); local
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/
ParseUtil.java 276 String protocol = url.getProtocol(); local
293 uri = createURI(protocol, auth, path, query, ref);
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
Vvm3Subscriber.java 17 package com.android.voicemail.impl.protocol;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 91 HostAuthColumns._ID, HostAuthColumns.PROTOCOL, HostAuthColumns.ADDRESS,
167 public static String getSchemeString(String protocol, int flags, String clientAlias) {
195 return protocol + security;
242 values.put(HostAuthColumns.PROTOCOL, mProtocol);
259 json.put(HostAuthColumns.PROTOCOL, mProtocol);
280 h.mProtocol = json.getString(HostAuthColumns.PROTOCOL);
354 public void setConnection(String protocol, String address, int port, int flags) {
355 setConnection(protocol, address, port, flags, null);
360 * @param protocol the mail protocol to use (e.g. "eas", "imap")
549 String protocol = schemeParts[0]; local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 421 final String protocol = mAccount.mHostAuthRecv.mProtocol; local
423 .getServiceInfo(mContext, protocol);
AccountSetupCredentialsFragment.java 55 private static final String EXTRA_PROTOCOL = "protocol";
93 * Create a new instance of this fragment with the appropriate email and protocol
95 * @param protocol protocol of the service we're gathering credentials for
102 final String protocol, final String clientCert, final boolean passwordFailed,
107 b.putString(EXTRA_PROTOCOL, protocol);
173 final String protocol = getArguments().getString(EXTRA_PROTOCOL); local
176 if (protocol != null) {
177 final EmailServiceInfo info = EmailServiceUtils.getServiceInfo(mAppContext, protocol);
185 // For now, we might not know what protocol we're using, so just default t
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsHttpClient.java 224 LogUtil.e(requestId, "HTTP: invalid URL protocol " + redactedUrl, e);
225 throw new MmsHttpException(0/*statusCode*/, "Invalid URL protocol " + redactedUrl, e);
429 String protocol = "http"; local
433 protocol = url.getProtocol();
440 sb.append(protocol).append("://").append(host)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ppp.h 2 * if_ppp.h - Point-to-Point Protocol definitions.
45 #define PROTO_IPX 0x002b /* protocol numbers */
53 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */
91 int protocol; /* PPP protocol, e.g. PPP_IP */ member in struct:npioctl

Completed in 1254 milliseconds

<<11121314151617181920>>