/system/connectivity/shill/ |
http_url.h | 29 enum Protocol { 47 Protocol protocol() const { return protocol_; } function in class:shill::HTTPURL 58 Protocol protocol_;
|
connection_info_reader_unittest.cc | 84 EXPECT_EQ(info1.protocol(), info2.protocol()); 178 int protocol = 0; local 180 EXPECT_FALSE(reader_.ParseProtocol("", &protocol)); 181 EXPECT_FALSE(reader_.ParseProtocol("a", &protocol)); 182 EXPECT_FALSE(reader_.ParseProtocol("-1", &protocol)); 184 &protocol)); 187 EXPECT_TRUE(reader_.ParseProtocol(StringPrintf("%d", i), &protocol)); 188 EXPECT_EQ(i, protocol);
|
/external/avahi/avahi-client/ |
browser.c | 107 AvahiProtocol protocol, 145 db->protocol = protocol; 164 i_protocol = (int32_t) protocol; 271 int32_t interface, protocol; local 291 protocol = db->protocol; 300 DBUS_TYPE_INT32, &protocol, 339 db->callback(db, (AvahiIfIndex) interface, (AvahiProtocol) protocol, event, domain, (AvahiLookupResultFlags) flags, db->userdata); 353 AvahiProtocol protocol, 493 int32_t interface, protocol; local 715 int32_t interface, protocol; local 931 int32_t interface, protocol; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
website.py | 122 :ivar protocol: Protocol to use (http, https) when redirecting requests. 123 The default is the protocol that is used in the original request. 127 ('Protocol', 'protocol'), 130 def __init__(self, hostname=None, protocol=None): 132 self.protocol = protocol 186 another host, to another page, or with another protocol. In the event 216 def then_redirect(self, hostname=None, protocol=None, replace_key=None [all...] |
/system/bt/bta/pan/ |
bta_pan_ci.c | 124 void bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, 134 ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol = protocol; 161 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, 168 ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol = protocol; 202 *p_protocol = ((tBTA_PAN_DATA_PARAMS *)p_buf)->protocol; 234 ** Description This function is called to set protocol filters 264 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext) 269 UNUSED(protocol); [all...] |
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
ImageBackend.java | 240 * and applies its specified release protocol of closing image and/or 252 ImageReleaseProtocol protocol = mImageSemaphoreMap.get(img); local 253 if (protocol == null || protocol.getCount() <= 0) { 261 protocol.addCount(-1); 264 if (protocol.getCount() == 0) { 272 if (protocol.closeOnRelease) { 278 if (protocol.blockUntilRelease) { 279 protocol.signal(); 284 mImageSemaphoreMap.put(img, protocol); 449 ImageReleaseProtocol protocol = setSemaphoreReferenceCount(img, countImageRefs, local 606 BlockSignalProtocol protocol = new BlockSignalProtocol(); local 710 ImageReleaseProtocol protocol = new ImageReleaseProtocol(blockUntilRelease, local 738 ImageReleaseProtocol protocol = mImageSemaphoreMap.get(img); local [all...] |
/external/avahi/avahi-daemon/ |
dbus-entry-group.c | 167 int32_t interface, protocol; local 176 DBUS_TYPE_INT32, &protocol, 201 if (avahi_server_add_service_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, host, port, strlst) < 0) { 215 int32_t interface, protocol; local 222 DBUS_TYPE_INT32, &protocol, 239 if (avahi_server_add_service_subtype(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, subtype) < 0) 248 int32_t interface, protocol; local 256 DBUS_TYPE_INT32, &protocol, 271 if (avahi_server_update_service_txt_strlst(avahi_server, i->entry_group, (AvahiIfIndex) interface, (AvahiProtocol) protocol, (AvahiPublishFlags) flags, name, type, domain, strlst) < 0) { 281 int32_t interface, protocol; local 312 int32_t interface, protocol; local [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/ |
basic_socket_acceptor.hpp | 43 * acceptor.open(endpoint.protocol()); 49 template <typename Protocol, 50 typename SocketAcceptorService = socket_acceptor_service<Protocol> > 63 /// The protocol type. 64 typedef Protocol protocol_type; 67 typedef typename Protocol::endpoint endpoint_type; 92 * @param protocol An object specifying protocol parameters to be used. 97 const protocol_type& protocol) 101 this->get_service().open(this->get_implementation(), protocol, ec) 137 const protocol_type protocol = endpoint.protocol(); local [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactive_socket_service.hpp | 42 template <typename Protocol> 47 // The protocol type. 48 typedef Protocol protocol_type; 51 typedef typename Protocol::endpoint endpoint_type; 62 : protocol_(endpoint_type().protocol()) 66 // The protocol associated with the socket. 83 other_impl.protocol_ = endpoint_type().protocol(); 94 other_impl.protocol_ = endpoint_type().protocol(); 97 // Move-construct a new socket implementation from another protocol type. 106 other_impl.protocol_ = typename Protocol1::endpoint().protocol(); 319 int protocol = impl.protocol_.type(); local [all...] |
/external/avahi/avahi-core/ |
iface.c | 70 p = (a->interface->protocol == AVAHI_PROTO_INET && m->server->config.publish_a_on_ipv6) || 71 (a->interface->protocol == AVAHI_PROTO_INET6 && m->server->config.publish_aaaa_on_ipv4) ? AVAHI_PROTO_UNSPEC : a->interface->protocol; 182 if ((i->protocol == AVAHI_PROTO_INET6 && i->monitor->server->fd_ipv6 < 0) || 183 (i->protocol == AVAHI_PROTO_INET && i->monitor->server->fd_ipv4 < 0)) 209 avahi_proto_to_string(i->protocol), 212 if (i->protocol == AVAHI_PROTO_INET6) 215 assert(i->protocol == AVAHI_PROTO_INET); 326 AvahiInterface* avahi_interface_new(AvahiInterfaceMonitor *m, AvahiHwInterface *hw, AvahiProtocol protocol) { 331 assert(AVAHI_PROTO_VALID(protocol)); [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreeNodeStream.h | 35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTreeNodeStream.h | 35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTreeNodeStream.h | 35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeNodeStream.h | 35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >
|
/external/apache-http/src/org/apache/http/client/protocol/ |
ClientContextConfigurer.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ClientContextConfigurer.java $ 32 package org.apache.http.client.protocol; 40 import org.apache.http.protocol.HttpContext;
|
RequestProxyAuthentication.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestProxyAuthentication.java $ 32 package org.apache.http.client.protocol; 46 import org.apache.http.protocol.HttpContext;
|
RequestTargetAuthentication.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestTargetAuthentication.java $ 32 package org.apache.http.client.protocol; 46 import org.apache.http.protocol.HttpContext;
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultHttpRequestRetryHandler.java | 42 import org.apache.http.protocol.HttpContext; 43 import org.apache.http.protocol.ExecutionContext;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/elb/ |
test_listener.py | 29 <Protocol>HTTP</Protocol> 38 <Protocol>HTTP</Protocol> 47 <Protocol>TCP</Protocol> 104 protocol='HTTP', 114 protocol='HTTPS',
|
/external/clang/test/Index/ |
complete-member-access.m | 4 @protocol MyProtocol
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
URLHandler.java | 108 String protocol = url.getProtocol(); local 111 Method m = handlers.get(protocol); 139 String protocol = url.getProtocol(); local 141 if (protocol.equals("file")) { 143 } else if (protocol.equals("jar") || protocol.equals("wsjar")) { 204 String protocol = url.getProtocol(); local 205 if (!protocol.equals("jar")) { 206 // change the protocol to "jar"
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
URLHandler.java | 104 String protocol = url.getProtocol(); local 107 Method m = handlers.get(protocol); 135 String protocol = url.getProtocol(); local 137 if (protocol.equals("file")) { 139 } else if (protocol.equals("jar") || protocol.equals("wsjar")) { 200 String protocol = url.getProtocol(); local 201 if (!protocol.equals("jar")) { 202 // change the protocol to "jar"
|
/external/iproute2/examples/diffserv/ |
Edge2 | 43 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 3 fw \ 66 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1 67 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2 68 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
|
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
WebSocketServletConnectionD08.java | 32 public WebSocketServletConnectionD08(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol, 35 super(websocket,endpoint,buffers,timestamp,maxIdleTime,protocol,extensions,draft); 49 response.addHeader("Sec-WebSocket-Protocol",subprotocol);
|
WebSocketServletConnectionRFC6455.java | 32 public WebSocketServletConnectionRFC6455(WebSocketFactory factory, WebSocket websocket, EndPoint endpoint, WebSocketBuffers buffers, long timestamp, int maxIdleTime, String protocol, 35 super(websocket,endpoint,buffers,timestamp,maxIdleTime,protocol,extensions,draft); 49 response.addHeader("Sec-WebSocket-Protocol",subprotocol);
|