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

1 2 3 4 5 67 8 91011>>

  /external/avahi/avahi-core/
multicast-lookup.c 47 AvahiProtocol protocol; member in struct:AvahiMulticastLookup
76 l->callback(l->engine, l->interface, l->protocol, AVAHI_BROWSER_ALL_FOR_NOW, AVAHI_LOOKUP_RESULT_MULTICAST, NULL, l->userdata);
82 AvahiProtocol protocol,
92 assert(AVAHI_PROTO_VALID(protocol));
104 l->protocol = protocol;
114 avahi_querier_add_for_all(e->server, interface, protocol, l->key, &tv);
132 avahi_querier_remove_for_all(l->engine->server, l->interface, l->protocol, l->key);
213 cbdata->interface->protocol,
244 AvahiProtocol protocol,
    [all...]
dns-srv-rr.h 51 AvahiProtocol protocol,
62 AvahiProtocol protocol,
74 AvahiProtocol protocol,
77 AvahiProtocol aprotocol, /**< Address protocol for the DNS server */
browse-service.c 49 AvahiProtocol protocol,
68 if (event == AVAHI_BROWSER_NEW && avahi_server_is_service_local(b->server, interface, protocol, record->data.ptr.name))
76 b->callback(b, interface, protocol, event, service, type, domain, flags, b->userdata);
79 b->callback(b, interface, protocol, event, NULL, b->service_type, b->domain_name, flags, b->userdata);
86 AvahiProtocol protocol,
103 AVAHI_CHECK_VALIDITY_RETURN_NULL(server, AVAHI_PROTO_VALID(protocol), AVAHI_ERR_INVALID_PROTOCOL);
140 if (!(b->record_browser = avahi_s_record_browser_new(server, interface, protocol, k, flags, record_browser_callback, b)))
  /external/clang/test/SemaObjC/
foreach.m 21 @protocol NSObject @end
35 @protocol NSFastEnumeration
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
ClientPairingSession.java 42 * @param protocol the wire interface for the session
46 public ClientPairingSession(PoloWireInterface protocol,
48 this(protocol, context, serviceName, null);
54 * @param protocol the wire interface for the session
59 public ClientPairingSession(PoloWireInterface protocol,
61 super(protocol, context);
  /external/webrtc/talk/app/webrtc/objc/public/
RTCVideoTrack.h 30 @protocol RTCVideoRenderer;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java 17 package org.apache.harmony.tests.internal.net.www.protocol.file;
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
AuthCacheValue.java 26 package sun.net.www.protocol.http;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCredentials.java 16 private static final String EXTRA_PROTOCOL = "protocol";
21 final String protocol) {
24 i.putExtra(EXTRA_PROTOCOL, protocol);
33 final String protocol = getIntent().getStringExtra(EXTRA_PROTOCOL); local
39 AccountSetupCredentialsFragment.newInstance(emailAddress, protocol,
AccountSetupTypeFragment.java 37 * called when the user has selected a protocol type for the account
38 * @param protocol {@link EmailServiceUtils.EmailServiceInfo#protocol}
40 void onChooseProtocol(String protocol);
60 if (EmailServiceUtils.isServiceAvailable(appContext, info.protocol)) {
73 button.setTag(info.protocol);
91 final String protocol = (String) v.getTag(); local
93 callback.onChooseProtocol(protocol);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
portcon.py 76 self.protocol = ocon.protocol
87 return self.protocol == other.protocol and \
  /system/connectivity/shill/
connection_info.h 29 ConnectionInfo(int protocol,
45 int protocol() const { return protocol_; } function in class:shill::ConnectionInfo
46 void set_protocol(int protocol) { protocol_ = protocol; }
http_url.cc 45 Protocol protocol = kProtocolUnknown; local
53 protocol = kProtocolHTTP;
58 protocol = kProtocolHTTPS;
79 protocol_ = protocol;
http_url_unittest.cc 33 HTTPURL::Protocol in_protocol,
39 protocol(in_protocol),
45 HTTPURL::Protocol protocol; member in struct:shill::StringAndResult
62 EXPECT_EQ(GetParam().protocol, url_.protocol());
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
__init__.py 39 The list of package names that is searched for protocol handlers is kept in
60 protocol = url_nocase.split('://', 1)[0]
62 module_name = '%s.protocol_%s' % (package_name, protocol,)
71 raise ValueError('invalid URL, protocol %r not known' % (protocol,))
  /external/dhcpcd-6.8.2/
if-sun.c 82 if_openrawsocket(struct interface *ifp, int protocol)
90 if_sendrawpacket(const struct interface *ifp, int protocol,
99 if_readrawpacket(struct interface *ifp, int protocol,
  /libcore/ojluni/src/main/java/sun/net/www/protocol/mailto/
Handler.java 30 package sun.net.www.protocol.mailto;
37 //import sun.net.www.protocol.news.ArticlePoster;
108 * mailto protocol.
118 String protocol = u.getProtocol(); local
142 setURL(u, protocol, host, port, file, null);
  /external/avahi/avahi-dnsconfd/
main.c 83 AvahiProtocol protocol; member in struct:DNSServerInfo
99 static DNSServerInfo* get_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) {
105 i->protocol == protocol &&
112 static DNSServerInfo* new_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) {
119 i->protocol = protocol;
254 static void run_script(int new, AvahiIfIndex interface, AvahiProtocol protocol, const char *address) {
276 snprintf(pa, sizeof(pa), "%i", (int) protocol);
278 if (daemon_exec("/", &ret, AVAHI_DNSCONF_SCRIPT, AVAHI_DNSCONF_SCRIPT, new ? "+" : "-", address, ia, pa, avahi_proto_to_string(protocol), NULL) < 0
297 AvahiProtocol protocol; local
364 AvahiProtocol protocol = servers->protocol; local
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
URLStreamHandlerRuntime.java 34 private final String protocol; field in class:URLStreamHandlerRuntime
43 protocol = PROTOCOLPREFIX + Integer.toHexString(hashCode());
50 handlers.put(protocol, handler);
64 handlers.remove(protocol);
72 // final URL url = new URL(protocol, null, "");
89 mv.visitLdcInsn(protocol);
  /external/kernel-headers/original/uapi/linux/usb/
audio.h 263 int protocol)
265 if (protocol == UAC_VERSION_1)
276 int protocol)
278 return (protocol == UAC_VERSION_1) ?
284 int protocol)
286 return (protocol == UAC_VERSION_1) ?
347 int protocol)
349 if (protocol == UAC_VERSION_1)
360 int protocol)
362 return (protocol == UAC_VERSION_1)
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket.hpp 37 template <typename Protocol, typename SocketService>
50 /// The protocol type.
51 typedef Protocol protocol_type;
54 typedef typename Protocol::endpoint endpoint_type;
57 typedef basic_socket<Protocol, SocketService> lowest_layer_type;
78 * @param protocol An object specifying protocol parameters to be used.
83 const protocol_type& protocol)
87 this->get_service().open(this->get_implementation(), protocol, ec);
95 * specified endpoint on the local machine. The protocol used is the protoco
111 const protocol_type protocol = endpoint.protocol(); local
740 const protocol_type protocol = peer_endpoint.protocol(); local
    [all...]
  /external/webrtc/talk/app/webrtc/
sctputils_unittest.cc 71 EXPECT_EQ(config.protocol.size(), protocol_length);
78 EXPECT_EQ(config.protocol, protocol_output);
85 config.protocol = "y";
98 EXPECT_EQ(config.protocol, output_config.protocol);
109 config.protocol = "y";
122 EXPECT_EQ(config.protocol, output_config.protocol);
132 config.protocol = "y";
145 EXPECT_EQ(config.protocol, output_config.protocol)
    [all...]
  /external/avahi/avahi-client/
internal.h 74 AvahiProtocol protocol; member in struct:AvahiDomainBrowser
90 AvahiProtocol protocol; member in struct:AvahiServiceBrowser
102 AvahiProtocol protocol; member in struct:AvahiServiceTypeBrowser
114 AvahiProtocol protocol; member in struct:AvahiServiceResolver
126 AvahiProtocol protocol; member in struct:AvahiHostNameResolver
138 AvahiProtocol protocol; member in struct:AvahiAddressResolver
151 AvahiProtocol protocol; member in struct:AvahiRecordBrowser
client-test.c 54 AvahiProtocol protocol,
60 printf ("DOMAIN-BROWSER: Callback on %p, interface (%d), protocol (%d), event (%d), domain (%s), data (%s)\n", (void*) b, interface, protocol, event, domain ? domain : "NULL", (char*)userdata);
66 AvahiProtocol protocol,
86 printf ("SERVICE-RESOLVER: Callback on ServiceResolver, interface (%d), protocol (%d), event (%d), name (%s), type (%s), domain (%s), host_name (%s), address (%s), port (%d), txtdata (%s), data(%s)\n", interface, protocol, event, name, type, domain, host_name, addr, port, txtr, (char*)userdata);
93 AvahiProtocol protocol,
103 printf ("SERVICE-BROWSER: Callback on %p, interface (%d), protocol (%d), event (%d), name (%s), type (%s), domain (%s), data (%s)\n", (void*) b, interface, protocol, event, name ? name : "NULL", type, domain ? domain : "NULL", (char*)userdata);
107 sr = avahi_service_resolver_new (avahi_service_browser_get_client (b), interface, protocol, name, type, domain, AVAHI_PROTO_UNSPEC, 0, avahi_service_resolver_callback, (char*) "xxXXxx")
    [all...]
  /system/core/adb/
shell_service_protocol_test.cpp 63 for (ShellProtocol* protocol : {read_protocol_, write_protocol_}) {
64 if (protocol) {
65 delete protocol;
90 bool PacketEquals(const ShellProtocol* protocol, ShellProtocol::Id id,
92 return (protocol->id() == id &&
93 protocol->data_length() == data_length &&
94 !memcmp(data, protocol->data(), data_length));

Completed in 944 milliseconds

1 2 3 4 5 67 8 91011>>