HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 126 - 150 of 2282) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webrtc/webrtc/api/objc/
RTCNSGLVideoView.h 22 @protocol RTCNSGLVideoViewDelegate
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDMainView.h 15 @protocol ARDMainViewDelegate <NSObject>
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
ProtocolPortTuple.java 51 public ProtocolPortTuple(int protocol, int port, int status) {
52 mProtocol = protocol;
65 int protocol = payload.get(); local
69 return new ProtocolPortTuple(protocol, port, status);
  /packages/apps/Dialer/java/com/android/incallui/answer/protocol/
AnswerScreen.java 17 package com.android.incallui.answer.protocol;
  /packages/apps/Dialer/java/com/android/incallui/incall/bindings/
InCallBindings.java 20 import com.android.incallui.incall.protocol.InCallScreen;
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
ContactPhotoType.java 17 package com.android.incallui.incall.protocol;
  /packages/apps/Dialer/java/com/android/incallui/rtt/bindings/
RttBindings.java 20 import com.android.incallui.rtt.protocol.RttCallScreen;
  /packages/apps/Dialer/java/com/android/incallui/video/protocol/
VideoCallScreen.java 17 package com.android.incallui.video.protocol;
  /prebuilts/jdk/jdk8/darwin-x86/include/darwin/
jawt_md.h 61 * JAWT_SurfaceLayers protocol. Setting the layer property of this object will cause the
67 @protocol JAWT_SurfaceLayers
  /prebuilts/jdk/jdk9/darwin-x86/include/darwin/
jawt_md.h 61 * JAWT_SurfaceLayers protocol. Setting the layer property of this object will cause the
67 @protocol JAWT_SurfaceLayers
  /system/connectivity/wifilogd/tests/
protocol_unittest.cpp 22 #include "wifilogd/protocol.h"
27 // The protocol tests aim to provide friction against changes that
37 using protocol::AsciiMessage;
47 using protocol::AsciiMessage;
58 using protocol::AsciiMessage;
74 using protocol::Command;
98 EXPECT_GE(protocol::kMaxMessageSize, 4096U);
102 using protocol::MessageSeverity;
111 using protocol::Opcode;
main_loop_unittest.cpp 29 #include "wifilogd/protocol.h"
73 EXPECT_CALL(*os_, ReceiveDatagram(_, _, Ge(protocol::kMaxMessageSize)));
81 Return(std::tuple<size_t, Os::Errno>{sizeof(protocol::Command), 0}));
83 ProcessCommand(_, sizeof(protocol::Command), _));
90 Return(std::tuple<size_t, Os::Errno>{protocol::kMaxMessageSize, 0}));
92 ProcessCommand(_, protocol::kMaxMessageSize, _));
106 std::tuple<size_t, Os::Errno>{protocol::kMaxMessageSize + 1, 0}));
108 ProcessCommand(_, protocol::kMaxMessageSize, _));
113 EXPECT_CALL(*os_, ReceiveDatagram(_, _, protocol::kMaxMessageSize))
136 ON_CALL(*os_, ReceiveDatagram(_, _, protocol::kMaxMessageSize)
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java 49 import org.apache.http.protocol.BasicHttpProcessor;
50 import org.apache.http.protocol.HttpContext;
51 import org.apache.http.protocol.BasicHttpContext;
52 import org.apache.http.protocol.ExecutionContext;
53 import org.apache.http.protocol.HttpRequestExecutor;
54 import org.apache.http.protocol.RequestConnControl;
55 import org.apache.http.protocol.RequestContent;
56 import org.apache.http.protocol.RequestExpectContinue;
57 import org.apache.http.protocol.RequestTargetHost;
58 import org.apache.http.protocol.RequestUserAgent
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URL.java 59 * The URL above indicates that the protocol to use is
60 * {@code http} (HyperText Transfer Protocol) and that the
64 * meaning of this name on the host machine is both protocol
72 * the protocol is used instead. For example, the default port for
117 * the protocol, host name, or port number is missing, the value is
147 // static final String BUILTIN_HANDLERS_PREFIX = "sun.net.www.protocol";
153 * for protocol handlers. The value of this property (if any) should
155 * for a protocol handler to load. The policy of this class is that
156 * all protocol handlers will be in a class called <protocolname>.Handler,
159 * default package prefix, sun.net.www.protocol, is used. The searc
169 private String protocol; field in class:URL
1360 String protocol = (String)gf.get("protocol", null); local
1409 String protocol = tempState.getProtocol(); local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Response.java 38 private final Protocol protocol; field in class:Response
52 this.protocol = builder.protocol;
79 * Returns the HTTP protocol, such as {@link Protocol#HTTP_1_1} or {@link
80 * Protocol#HTTP_1_0}.
82 public Protocol protocol() { method in class:Response
83 return protocol;
223 private Protocol protocol; field in class:Response.Builder
255 public Builder protocol(Protocol protocol) { method in class:Response.Builder
    [all...]
  /libcore/ojluni/src/main/java/sun/net/spi/
DefaultProxySelector.java 47 * provides backward compatibility with the old http protocol handler
50 * Most of the implementation copied from the old http protocol handler
60 * support for each given protocol.
62 * - 1 row per protocol (http, ftp, ...)
63 * - 1st element of each row is the protocol name
78 * protocol, Property prefix 1, Property prefix 2, ...
116 * it's not necessary. Therefore we do cache the result, on a per-protocol
156 String protocol = uri.getScheme(); local
182 if (protocol == null || host == null) {
183 throw new IllegalArgumentException("protocol = "+protocol+" host = "+host)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
portconquery.py 37 protocol The protocol to match (socket.IPPROTO_TCP for
104 def protocol(self): member in class:PortconQuery
107 @protocol.setter
108 def protocol(self, value): member in class:PortconQuery
124 self.log.debug("Protocol: {0.protocol!r}".format(self))
138 if self.protocol and self.protocol != portcon.protocol
    [all...]
  /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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenStream.h 31 @protocol ANTLRTokenStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenStream.h 31 @protocol ANTLRTokenStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenStream.h 31 @protocol ANTLRTokenStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenStream.h 31 @protocol ANTLRTokenStream < ANTLRIntStream >
  /external/apache-http/src/org/apache/http/client/protocol/
RequestDefaultHeaders.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestDefaultHeaders.java $
32 package org.apache.http.client.protocol;
42 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java 38 import org.apache.http.protocol.HTTP;
39 import org.apache.http.protocol.HttpContext;
  /external/google-tv-pairing-protocol/
Android.mk 5 LOCAL_MODULE := google-tv-pairing-protocol

Completed in 1306 milliseconds

1 2 3 4 56 7 8 91011>>