HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 751 - 775 of 1993) sorted by null

<<31323334353637383940>>

  /system/connectivity/shill/net/
rtnl_message.h 93 protocol(0),
107 protocol(protocol_in),
114 unsigned char protocol; member in struct:shill::RTNLMessage::RouteStatus
  /external/netperf/src/
nettest_omni.c 322 int protocol; variable
491 PROTOCOL,
981 case PROTOCOL:
982 return "PROTOCOL";
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 65 import org.apache.http.protocol.BasicHttpProcessor;
66 import org.apache.http.protocol.DefaultedHttpContext;
67 import org.apache.http.protocol.HttpContext;
68 import org.apache.http.protocol.HttpProcessor;
69 import org.apache.http.protocol.HttpRequestExecutor;
  /external/ppp/pppd/
auth.c 712 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
714 if (protp->protocol < 0xC000 && protp->close != NULL)
741 if (protp->protocol != PPP_LCP && protp->enabled_flag
878 if ((protp->protocol == PPP_ECP || protp->protocol == PPP_CCP)
902 if (protp->protocol < 0xC000
903 && protp->protocol != PPP_CCP && protp->protocol != PPP_ECP
915 * The peer has failed to authenticate himself using `protocol'.
918 auth_peer_fail(unit, protocol)
    [all...]
  /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
43 * first time a protocol name is encountered when constructing a
44 * <code>URL</code>, the appropriate stream protocol handler is
57 * <p>If for the handler's protocol (such as HTTP or JAR), there
74 * made through the specified proxy; Protocol handlers that do not
91 * implements the protocol doesn't support this method.
107 * <code>http</code> specification. Most URL protocol families have a
108 * similar parsing. A stream protocol handler for a protocol that ha
125 String protocol = u.getProtocol(); local
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 263 String protocol = "TLSv1.2"; local
267 createSSLContext(protocol, clientKeyManagers, client.trustManagers);
269 createSSLContext(protocol, serverKeyManagers, server.trustManagers);
317 public static final SSLContext createSSLContext(final String protocol,
322 SSLContext context = SSLContext.getInstance(protocol);
  /packages/apps/Email/src/com/android/email/activity/setup/
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/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 200 * ProviderNames from the predefined IM protocol id.
203 * @param protocol the protocol ID
204 * @return the provider name the IM app uses for the given protocol, or null if no
205 * provider is defined for the given protocol
208 public static String lookupProviderNameFromId(int protocol) {
209 switch (protocol) {
232 * {@link Email} row. Returns null when missing protocol or data.
241 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : values.getAsInteger(Im.PROTOCOL); local
    [all...]
  /system/core/adb/
commandline.cpp 294 // this expects that incoming data will use the shell protocol, in which case
303 std::unique_ptr<ShellProtocol> protocol;
309 protocol.reset(new ShellProtocol(fd));
310 if (!protocol) {
314 buffer_ptr = protocol->data();
319 if (!protocol->Read()) {
322 length = protocol->data_length();
323 switch (protocol->id()) {
331 exit_code = protocol->data()[0];
336 length = protocol->data_length()
495 std::unique_ptr<ShellProtocol> protocol; member in struct:StdinReadArgs
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
connection.py 78 def build_url_base(self, connection, protocol, server, bucket, key=''):
79 url_base = '%s://' % protocol
131 def build_url_base(self, connection, protocol, server, bucket, key=''):
346 # HTTPS protocol will be used if the secure HTTP option is enabled.
426 protocol = 'http'
429 protocol = self.protocol
431 return self.calling_format.build_url_base(self, protocol,
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar 
  /system/bt/stack/bnep/
bnep_main.c 482 UINT16 protocol = 0; local
566 BE_STREAM_TO_UINT16 (protocol, p);
602 BE_STREAM_TO_UINT16 (protocol, p);
609 BE_STREAM_TO_UINT16 (protocol, p);
616 BE_STREAM_TO_UINT16 (protocol, p);
658 (*bnep_cb.p_data_buf_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p_buf, fw_ext_present);
662 (*bnep_cb.p_data_ind_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p, rem_len, fw_ext_present);
  /external/webrtc/talk/session/media/
mediasession.cc 455 return ((desc->protocol() == kMediaProtocolSctp) ||
456 (desc->protocol() == kMediaProtocolDtlsSctp));
639 static bool IsRtpProtocol(const std::string& protocol) {
640 return protocol.empty() ||
641 (protocol.find(cricket::kMediaProtocolRtpPrefix) != std::string::npos);
654 is_rtp = IsRtpProtocol(media_desc->protocol());
    [all...]
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /external/avahi/avahi-daemon/
simple-protocol.c 43 #include "simple-protocol.h"
184 AvahiProtocol protocol,
200 client_output_printf(c, "+ %i %u %s %s\n", iface, protocol, hostname, t);
209 AvahiProtocol protocol,
223 client_output_printf(c, "+ %i %u %s\n", iface, protocol, hostname);
231 AvahiProtocol protocol,
261 client_output_printf(c, "%c %i %u %s %u\n", event == AVAHI_BROWSER_NEW ? '>' : '<', interface, protocol, t, port);
  /external/curl/lib/vtls/
cyassl.c 156 /* minimum protocol version is set later after the CTX object is created */
212 /* Versions 3.3.0 to 3.4.6 we know the minimum protocol version is whatever
222 failf(data, "SSL: couldn't set the minimum protocol version");
357 /* wolfSSL's ALPN protocol name list format is a comma separated string of
537 char *protocol = NULL; local
540 rc = wolfSSL_ALPN_GetProtocol(conssl->handle, &protocol, &protocol_len);
544 protocol);
547 !memcmp(protocol, ALPN_HTTP_1_1, ALPN_HTTP_1_1_LENGTH))
552 !memcmp(protocol, NGHTTP2_PROTO_VERSION_ID,
557 infof(data, "ALPN, unrecognized protocol %.*s\n", protocol_len
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 54 #define NFC_STATUS_RF_PROTOCOL_ERR NCI_STATUS_RF_PROTOCOL_ERR /* RF protocol error */
58 #define NFC_STATUS_EE_PROTOCOL_ERR NCI_STATUS_EE_PROTOCOL_ERR /* EE protocol error */
69 #define NFC_STATUS_WRONG_PROTOCOL 0xEA/* Protocol mismatch between API and activated one */
140 #define NFC_ROUTE_TAG_PROTO NCI_ROUTE_TAG_PROTO /* Protocol based routing */
142 #define NFC_ROUTE_TLV_ENTRY_SIZE 4 /* tag, len, 2 byte value for technology/protocol based routing */
441 #define NFC_EE_TRIG_RF_PROTOCOL NCI_EE_TRIG_RF_PROTOCOL /* RF Protocol changed */
450 tNFC_PROTOCOL protocol; member in union:__anon15849::__anon15850
473 tNFC_PROTOCOL protocol; /* NFC protocol */ member in struct:__anon15852
479 #define NFC_EE_DISCOVER_ENTRY_LEN 5 /* T, L, V(NFCEE ID, TechnMode, Protocol) */
598 UINT8 protocol; \/* supported protocol *\/ member in struct:__anon15862
705 tNFC_PROTOCOL protocol; \/* supported protocol *\/ member in struct:__anon15872
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 141 byte setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit = USB_NAK_LIMIT );
181 inline byte USB::setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit ) {
182 return( ctrlReq( addr, ep, bmREQ_HIDOUT, HID_REQUEST_SET_PROTOCOL, protocol, 0x00, interface, 0x0000, NULL, nak_limit ));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
webapp_test_util.py 315 def CreateTransport(self, service_url, protocol=protojson):
317 return transport.HttpTransport(service_url, protocol=protocol)
  /external/iptables/libipq/
libipq.c 85 { IPQ_ERR_PROTOCOL, "Invalid protocol specified" }
209 struct ipq_handle *ipq_create_handle(uint32_t flags, uint32_t protocol)
222 if (protocol == NFPROTO_IPV4)
224 else if (protocol == NFPROTO_IPV6)
  /external/webrtc/webrtc/p2p/base/
port.cc 118 // that have the same type, base IP address, protocol (UDP, TCP,
125 const std::string& protocol,
128 ost << type << base_address.ipaddr().ToString() << protocol;
228 const std::string& protocol,
235 if (protocol == TCP_PROTOCOL_NAME && type == LOCAL_PORT_TYPE) {
243 c.set_protocol(protocol);
255 c.set_foundation(ComputeFoundation(type, protocol, base_address));
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 184 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : im.getProtocol(); local
196 if (protocol != Im.PROTOCOL_CUSTOM) {
198 host = ContactsUtils.lookupProviderNameFromId(protocol);
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
ActivationTask.java 34 import com.android.phone.vvm.omtp.protocol.VisualVoicemailProtocol;
186 VisualVoicemailProtocol protocol = helper.getProtocol(); local
195 protocol.startActivation(helper, fetcher.getSentIntent());
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 42 compatible_formats = ["1.0", # Original protocol 0
43 "1.1", # Protocol 0 with INST added
44 "1.2", # Original protocol 1
45 "1.3", # Protocol 1 with BINFLOAT added
46 "2.0", # Protocol 2
49 # Keep in synch with cPickle. This is the highest protocol number we
147 # Protocol 2
149 PROTO = '\x80' # identify pickle protocol
173 def __init__(self, file, protocol=None):
176 The optional protocol argument tells the pickler to use th
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_runner.py 245 for protocol in range(pickle.HIGHEST_PROTOCOL + 1):
246 s = pickle.dumps(runner, protocol=protocol)

Completed in 3946 milliseconds

<<31323334353637383940>>