HomeSort by relevance Sort by last modified time
    Searched refs:Protocol (Results 76 - 100 of 192) sorted by null

1 2 34 5 6 7 8

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Spdy3.java 18 import com.squareup.okhttp.Protocol;
34 * http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1
38 @Override public Protocol getProtocol() {
39 return Protocol.SPDY_3;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 23 import com.squareup.okhttp.Protocol;
82 private final List<Protocol> protocols = Arrays.asList(Protocol.HTTP_11);
URLConnectionTest.java 24 import com.squareup.okhttp.Protocol;
626 // protocol (satisfying the TLS_FALLBACK_SCSV check for the second connection). This is as close
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 189 this._protocol = map.get(Fields.Protocol);
252 String protocol = ""; local
285 protocol = casePreservedType.substring(start, end);
287 if (protocol.length() > 0) {
288 index = aType.indexOf("_" + protocol.toLowerCase() + ".");
289 int start = index + protocol.length() + 2;
304 qualifiedNameMap.put(Fields.Protocol, protocol);
322 // Optional protocol
323 String protocol = (qualifiedNameMap.containsKey(Fields.Protocol) ? qualifiedNameMap.get(Fields.Protocol) : "tcp") local
378 String protocol = this.getProtocol(); local
428 String protocol = this.getProtocol(); local
    [all...]
DNSEntry.java 49 String protocol = _qualifiedNameMap.get(Fields.Protocol); local
52 _type = (application.length() > 0 ? "_" + application + "." : "") + (protocol.length() > 0 ? "_" + protocol + "." : "") + domain + ".";
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbydevice.js 37 /** Protocol resync command */
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/promises/
PromisesPanel.js 90 * @param {?Protocol.Error} error
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
Target.js 9 * @extends {Protocol.Agents}
16 Protocol.Agents.call(this, connection.agentsMap());
71 * @param {?Protocol.Error} error
220 __proto__: Protocol.Agents.prototype
InspectorBackend.js 50 window.Protocol = {};
56 window.Protocol.Agents = function(agentsMap) {
73 * @this {Protocol.Agents}
80 window.Protocol.Agents.prototype[methodName] = agentGetter;
83 * @this {Protocol.Agents}
90 window.Protocol.Agents.prototype["register" + domain + "Dispatcher"] = registerDispatcher;
458 console.error("Protocol Error: the message with wrong id. Message = " + JSON.stringify(messageObject));
497 console.error("Protocol Error: the message " + messageObject.method + " is for non-existing domain '" + domainName + "'");
795 console.error("Protocol Error: Invalid number of arguments for method '" + method + "' call. It must have the following arguments '" + JSON.stringify(signature) + "'.");
805 console.error("Protocol Error: Invalid type of argument '" + paramName + "' for method '" + method + "' call. It must be ' (…)
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 238 GLX Protocol
MESA_swap_control.spec 109 GLX Protocol
MESA_ycbcr_texture.spec 170 GLX Protocol
MESA_multithread_makecurrent.spec 92 GLX Protocol
  /external/mesa3d/docs/
MESA_shader_debug.spec 238 GLX Protocol
MESA_swap_control.spec 109 GLX Protocol
MESA_ycbcr_texture.spec 170 GLX Protocol
MESA_multithread_makecurrent.spec 92 GLX Protocol
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpConnection.java 22 import com.squareup.okhttp.Protocol;
184 .header(OkHeaders.SELECTED_PROTOCOL, Protocol.HTTP_11.name.utf8());
  /frameworks/base/wifi/java/android/net/wifi/
RttManager.java 18 import com.android.internal.util.Protocol;
308 public static final int BASE = Protocol.BASE_WIFI_RTT_MANAGER;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java 22 import com.android.internal.util.Protocol;
213 private static final int BASE = Protocol.BASE_WIFI_RTT_SERVICE;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi.py 32 protocol (RFC 6455).
92 """Opening handshake processor for the WebSocket protocol (RFC 6455)."""
165 self._logger.debug('Protocol version is RFC 6455')
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 40 @class NSString, Protocol;
44 @protocol NSObject
51 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone;
52 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone;
53 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
67 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 19 * &lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.<br/>
20 * &lt;Instance&gt;.&lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.<br/>
21 * &lt;sub&gt;._sub.&lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.
26 * <li>&lt;protocol&gt;: This is either "_tcp" or "_udp"</li>
27 * <li>&lt;app&gt;: This define the application protocol. Typical example are "_http", "_ftp", etc.</li>
29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
49 * Protocol Field.
51 Protocol,
382 * dictionary of values to build the fully qualified service name. Mandatory keys are Application and Instance. The Domain default is local, the Protocol default is tcp and the subtype default is none.
599 * Get the URL for this service. An URL is created by combining the protocol, address, port, and path properties
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 432 u.NATPortReq.opcode = info->Protocol;
519 const char *prot = n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "?";
558 LogInfo("mDNS_StartNATOperation_internal %p Protocol %d IntPort %d RequestedPort %d NATLease %d", traversal,
559 traversal->Protocol, mDNSVal16(traversal->IntPort), mDNSVal16(traversal->RequestedPort), traversal->NATLease);
567 traversal, traversal->Protocol, mDNSVal16(traversal->IntPort), traversal->NATLease);
573 if (traversal->Protocol && traversal->Protocol == (*n)->Protocol && mDNSSameIPPort(traversal->IntPort, (*n)->IntPort) &&
577 traversal, traversal->Protocol, mDNSVal16(traversal->IntPort), traversal->NATLease
1841 mDNSu8 protocol; local
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 211 GLX Protocol

Completed in 279 milliseconds

1 2 34 5 6 7 8