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

1 2 3 4 5 6 78 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
CompatibilityTest.java 119 String protocol = dataURL.getProtocol(); local
121 if (protocol.equals("jar")) {
123 } else if (protocol.equals("file")) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
URLHandler.java 106 String protocol = url.getProtocol(); local
109 Method m = handlers.get(protocol);
137 String protocol = url.getProtocol(); local
139 if (protocol.equals("file")) {
141 } else if (protocol.equals("jar") || protocol.equals("wsjar")) {
205 String protocol = url.getProtocol(); local
206 if (!protocol.equals("jar")) {
207 // change the protocol to "jar"
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
CompatibilityTest.java 116 String protocol = dataURL.getProtocol(); local
118 if (protocol.equals("jar")) {
120 } else if (protocol.equals("file")) {
  /external/iptables/iptables/
xshared.h 33 * xtables_afinfo - protocol family dependent information
63 char *protocol; member in struct:iptables_command_state
  /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/kernel-headers/original/uapi/linux/
bsg.h 24 __u32 protocol; /* [i] 0 -> SCSI , .... */ member in struct:sg_io_v4
  /external/linux-kselftest/tools/testing/selftests/net/
reuseport_bpf.c 6 * result. These tests are run for each supported address family and protocol.
33 int protocol; member in struct:test_params
159 fd[i] = socket(p.recv_family, p.protocol, 0);
174 if (p.protocol == SOCK_STREAM) {
193 const int fd = socket(p.send_family, p.protocol, 0);
242 if (p.protocol == SOCK_STREAM) {
310 fd1 = socket(p.recv_family, p.protocol, 0);
313 fd2 = socket(p.recv_family, p.protocol, 0);
366 fd = socket(p.recv_family, p.protocol, 0);
445 .protocol = SOCK_DGRAM
    [all...]
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
rxtimestamp.c 38 int protocol; member in struct:socket_type
279 src = socket(AF_INET, s.type, s.protocol);
283 dst = socket(AF_INET, s.type, s.protocol);
  /external/ltp/testcases/network/sockets/
ltpClient.c 57 struct protoent *protocol = NULL; variable in typeref:struct:protoent
315 protocol = getprotobyname("ICMP");
342 protocol = getprotobyname("ICMP");
372 rawSocket = socket(PF_INET, SOCK_RAW, protocol->p_proto);
462 printf("IPv%d: hdr-size=%d pkt-size=%d protocol=%d TTL=%d src=%s ",
463 ip->version, ip->ihl * 4, ntohs(ip->tot_len), ip->protocol,
493 rawSocket = socket(PF_INET, SOCK_RAW, protocol->p_proto);
576 rawTraceSocket = socket(PF_INET, SOCK_RAW, protocol->p_proto);
  /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/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 19 import com.squareup.okhttp.Protocol;
42 private final List<Protocol> framedProtocols =
43 Util.immutableList(Protocol.HTTP_2, Protocol.SPDY_3);
64 Protocol protocol = protocolString != null ? Protocol.get(protocolString) : null; local
65 if (protocol == null || !framedProtocols.contains(protocol)) {
66 throw new ProtocolException("Protocol " + protocol + " unsupported")
    [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) */
  /external/python/cpython3/Modules/clinic/
_pickle.c.h 66 "Pickler(file, protocol=None, fix_imports=True)\n"
71 "The optional *protocol* argument tells the pickler to use the given\n"
72 "protocol; supported protocols are 0, 1, 2, 3 and 4. The default\n"
73 "protocol is 3; a backward-incompatible protocol designed for Python 3.\n"
75 "Specifying a negative protocol version selects the highest protocol\n"
76 "version supported. The higher the protocol used, the more recent the\n"
84 "If *fix_imports* is True and protocol is less than 3, pickle will try\n"
90 PyObject *protocol, int fix_imports)
99 PyObject *protocol = NULL; local
401 PyObject *protocol = NULL; local
446 PyObject *protocol = NULL; local
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
fsm.h 2 * fsm.h - Network Control Protocol Finite State Machine header file.
34 * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions.
80 u_short protocol; /* Data Link Layer Protocol field value */ member in struct:fsm
93 char* term_reason; /* Reason for closing protocol */
110 void (*protreject)(int); /* Called when Protocol-Reject received */
113 char *proto_name; /* String name for protocol (for messages) */
  /external/testng/src/main/java/org/testng/internal/
PackageUtils.java 88 String protocol = url.getProtocol(); local
93 if ("file".equals(protocol)) {
99 else if ("jar".equals(protocol)) {
126 else if ("bundleresource".equals(protocol)) {
  /external/webrtc/talk/app/webrtc/
datachannel.h 144 virtual std::string protocol() const { return config_.protocol; } function in class:webrtc::DataChannel
288 PROXY_CONSTMETHOD0(std::string, protocol)
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclientsettings.h 81 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
90 cricket::ProtocolType protocol() const { return protocol_; } function in class:buzz::XmppClientSettings
  /external/webrtc/webrtc/p2p/base/
candidate.h 44 const std::string& protocol,
54 protocol_(protocol),
70 const std::string & protocol() const { return protocol_; } function in class:cricket::Candidate
71 void set_protocol(const std::string & protocol) { protocol_ = protocol; }
73 // The protocol used to talk to relay.
75 void set_relay_protocol(const std::string& protocol) {
76 relay_protocol_ = protocol;
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbInterfaceDescriptor.java 41 protected int mProtocol; // 7:1 Protocol Code
120 int protocol = getProtocol(); local
132 canvas.writeListItem("Protocol: " + protocol + ": " + ReportCanvas.getHexString(protocol));
  /libcore/ojluni/src/main/java/java/net/
URLStreamHandler.java 36 * superclass for all stream protocol handlers. A stream protocol
37 * handler knows how to make a connection for a particular protocol
42 * first time a protocol name is encountered when constructing a
43 * {@code URL}, the appropriate stream protocol handler is
56 * <p>If for the handler's protocol (such as HTTP or JAR), there
73 * made through the specified proxy; Protocol handlers that do not
90 * implements the protocol doesn't support this method.
106 * {@code http} specification. Most URL protocol families have a
107 * similar parsing. A stream protocol handler for a protocol that ha
124 String protocol = u.getProtocol(); local
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/file/
FileURLConnection.java 32 package sun.net.www.protocol.file;
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
JarURLConnection.java 26 package sun.net.www.protocol.jar;
URLJarFile.java 26 package sun.net.www.protocol.jar;
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 66 * ProviderNames from the predefined IM protocol id.
69 * @param protocol the protocol ID
70 * @return the provider name the IM app uses for the given protocol, or null if no
71 * provider is defined for the given protocol
74 public static String lookupProviderNameFromId(int protocol) {
75 switch (protocol) {
162 private static Intent getCustomImIntent(ImDataItem im, int protocol) {
168 if (protocol != Im.PROTOCOL_CUSTOM) {
170 host = ContactsUtils.lookupProviderNameFromId(protocol);
200 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : im.getProtocol(); local
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
PrimaryInfo.java 17 package com.android.incallui.incall.protocol;

Completed in 777 milliseconds

1 2 3 4 5 6 78 91011>>