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

1 2 34 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_ip.h 36 __u8 protocol; member in struct:ebt_ip_info
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
Contacts_ContactMethodsTest.java 32 int protocol = ContactMethods.PROTOCOL_AIM; local
33 String encodedString = ContactMethods.encodePredefinedImProtocol(protocol);
35 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString));
37 protocol = ContactMethods.PROTOCOL_QQ;
38 encodedString = ContactMethods.encodePredefinedImProtocol(protocol);
40 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString));
42 String protocolString = "custom protocol";
  /external/apache-http/src/org/apache/http/client/protocol/
ResponseProcessCookies.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ResponseProcessCookies.java $
32 package org.apache.http.client.protocol;
50 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/protocol/
ResponseContent.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseContent.java $
32 package org.apache.http.protocol;
  /external/curl/lib/
connect.h 83 * protocol-specific address structures. The variable declared here will be
90 int protocol; member in struct:Curl_sockaddr_ex
  /external/iptables/include/linux/netfilter_bridge/
ebt_ip.h 37 __u8 protocol; member in struct:ebt_ip_info
  /external/junit-params/src/main/java/junitparams/custom/
FileParametersProvider.java 50 String protocol = filepath.substring(0, filepath.indexOf(':')); local
53 if ("classpath".equals(protocol)) {
55 } else if ("file".equals(protocol)) {
59 throw new IllegalArgumentException("Unknown file access protocol. Only 'file' and 'classpath' are supported!");
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_ip.h 38 __u8 protocol; member in struct:ebt_ip_info
  /external/linux-kselftest/tools/testing/selftests/net/
socket.c 13 int protocol; member in struct:socket_testcase
21 * of the protocol not being configured into the kernel.
48 fd = socket(s->domain, s->type, s->protocol);
63 s->domain, s->type, s->protocol,
76 s->domain, s->type, s->protocol,
  /external/nist-sip/java/gov/nist/javax/sip/header/
Reason.java 29 * reason-value = protocol *(SEMI reason-params)
30 * protocol = "SIP" / "Q.850" / token
31 * reason-params = protocol-cause / reason-text
33 * protocol-cause = "cause" EQUAL cause
65 protected String protocol; field in class:Reason
83 /** Set the protocol
85 *@param protocol - protocol to set.
88 public void setProtocol(String protocol) throws ParseException {
89 this.protocol = protocol
    [all...]
  /external/okhttp/android/main/java/com/squareup/okhttp/internalandroidapi/
HttpURLConnectionFactory.java 111 String protocol = url.getProtocol(); local
115 if (protocol.equals("http")) {
117 } else if (protocol.equals("https")) {
121 throw new MalformedURLException("Invalid URL or unrecognized protocol " + protocol);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
tcp.hpp 40 * Protocol, InternetProtocol.
48 /// Construct to represent the IPv4 TCP protocol.
54 /// Construct to represent the IPv6 TCP protocol.
60 /// Obtain an identifier for the type of the protocol.
66 /// Obtain an identifier for the protocol.
67 int protocol() const function in class:asio::ip::tcp
72 /// Obtain an identifier for the protocol family.
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi.h 50 /** An EFI protocol used by gPXE */
54 /** EFI protocol GUID */
59 /** Variable containing pointer to protocol structure */
60 void **protocol; member in struct:efi_protocol
63 /** EFI protocol table */
66 /** Declare an EFI protocol used by gPXE */
69 /** Declare an EFI protocol to be required by gPXE
71 * @v _protocol EFI protocol name
72 * @v _ptr Pointer to protocol instance
77 .protocol = ( ( void ** ) ( void * )
    [all...]
  /external/tensorflow/tensorflow/core/platform/windows/
net.cc 37 const int protocol = is_tcp ? IPPROTO_TCP : 0; local
38 SOCKET sock = socket(AF_INET, is_tcp ? SOCK_STREAM : SOCK_DGRAM, protocol);
  /external/webrtc/talk/app/webrtc/objc/public/
RTCDataChannel.h 46 @property(nonatomic) NSString* protocol; variable
75 // Protocol for receving data channel state and message events.
76 @protocol RTCDataChannelDelegate<NSObject>
102 @property(nonatomic, readonly) NSString* protocol; variable
  /libcore/ojluni/src/main/java/sun/net/www/protocol/file/
Handler.java 26 package sun.net.www.protocol.file;
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
InCallButtonUi.java 17 package com.android.incallui.incall.protocol;
InCallScreen.java 17 package com.android.incallui.incall.protocol;
  /packages/apps/Dialer/java/com/android/incallui/video/protocol/
VideoCallScreenDelegate.java 17 package com.android.incallui.video.protocol;
21 import com.android.incallui.videosurface.protocol.VideoSurfaceTexture;
  /packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
VideoSurfaceTexture.java 17 package com.android.incallui.videosurface.protocol;
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
VisualVoicemailProtocol.java 17 package com.android.voicemail.impl.protocol;
79 * Translate an OMTP IMAP command to the protocol specific one. For example, changing the TUI
84 * @returns Translated command, or {@code null} if not available in this protocol
99 * Given an VVM SMS with an unknown {@code event}, let the protocol attempt to translate it into
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_ip.h 37 __u8 protocol; member in struct:ebt_ip_info
  /system/bt/btif/co/
bta_pan_co.cc 158 uint16_t protocol; local
176 p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol, &ext, &forward);
187 btpan_tap_send(btpan_cb.tap_fd, src, dst, protocol,
230 UNUSED_ATTR uint16_t protocol,
253 UNUSED_ATTR uint16_t protocol,
285 * Description protocol filter indication from peer device
  /packages/apps/Dialer/java/com/android/voicemail/impl/
OmtpVvmCarrierConfigHelper.java 37 import com.android.voicemail.impl.protocol.VisualVoicemailProtocol;
38 import com.android.voicemail.impl.protocol.VisualVoicemailProtocolFactory;
97 private final VisualVoicemailProtocol protocol; field in class:OmtpVvmCarrierConfigHelper
117 protocol = null;
140 protocol = VisualVoicemailProtocolFactory.create(this.context.getResources(), vvmType);
151 protocol = VisualVoicemailProtocolFactory.create(this.context.getResources(), vvmType);
177 * known protocol.
180 if (protocol == null) {
193 return protocol;
196 /** @returns arbitrary String stored in the config file. Used for protocol specific values. *
    [all...]
  /bionic/libc/kernel/uapi/linux/
gsmmux.h 42 unsigned short protocol; member in struct:gsm_netconfig

Completed in 530 milliseconds

1 2 34 5 6 7 8 91011>>