Searched defs:Protocol (Results 1 - 20 of 20) sorted by path

/external/chromium_org/device/nfc/
H A Dnfc_tag.h40 enum Protocol { enum in class:device::NfcTag
61 virtual void TagSupportedProtocolChanged(NfcTag* tag, Protocol protocol) {}
86 virtual Protocol GetSupportedProtocol() const = 0;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DInspectorBackend.js50 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 Erro
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp500 ObjCProtocolDecl *Protocol) {
505 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition())
533 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) {
497 ClassImplementsAllMethodsAndProperties(ASTContext &Ctx, const ObjCImplementationDecl *ImpDecl, const ObjCInterfaceDecl *IDecl, ObjCProtocolDecl *Protocol) argument
/external/clang/lib/AST/
H A DASTImporter.cpp1784 ObjCProtocolDecl *Protocol local
1786 if (!Protocol)
1788 Protocols.push_back(Protocol);
/external/clang/lib/Sema/
H A DSema.cpp187 // Create the built-in forward declaratino for 'Protocol'.
188 DeclarationName Protocol = &Context.Idents.get("Protocol"); local
189 if (IdResolver.begin(Protocol) == IdResolver.end())
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h40 @class NSString, Protocol; variable in typeref:class:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java49 * Protocol Field.
51 Protocol, enum constant in enum:ServiceInfo.Fields
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.
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h198 kDNSType_HIP = 55, // 55 Host Identity Protocol
1001 mDNSs32 retryPortMap; // If Protocol is nonzero, time to send our next mapping packet
1026 mDNSu8 Protocol; // NATOp_MapUDP or NATOp_MapTCP, or zero if just requesting the external IP address member in struct:NATTraversalInfo_struct
H A DuDNS.c432 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, mDNSVal1
3338 mDNSu8 Protocol = AddrReply->opcode & 0x7F; local
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DProtocol.java34 * Protocol name and version.
43 public class Protocol extends SIPObject { class in inherits:SIPObject
146 public Protocol() { method in class:Protocol
153 * $Log: Protocol.java,v $
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DProtocol.java30 * <h3>Protocol vs Scheme</h3>
36 public enum Protocol { enum
41 public static final List<Protocol> HTTP2_SPDY3_AND_HTTP =
43 public static final List<Protocol> SPDY3_AND_HTTP11 =
45 public static final List<Protocol> HTTP2_AND_HTTP_11 =
58 Protocol(String name, boolean spdyVariant) { method in class:Protocol
68 public static Protocol find(ByteString input) throws IOException {
70 for (Protocol protocol : values()) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/smack/src/org/xbill/DNS/
H A DDNSKEYRecord.java19 public static class Protocol { class in class:DNSKEYRecord
20 private Protocol() {} method in class:DNSKEYRecord.Protocol
H A DKEYRecord.java21 public static class Protocol { class in class:KEYRecord
26 private Protocol() {} method in class:KEYRecord.Protocol
278 public static final int PROTOCOL_TLS = Protocol.TLS;
281 public static final int PROTOCOL_EMAIL = Protocol.EMAIL;
284 public static final int PROTOCOL_DNSSEC = Protocol.DNSSEC;
287 public static final int PROTOCOL_IPSEC = Protocol.IPSEC;
290 public static final int PROTOCOL_ANY = Protocol.ANY;
338 proto = Protocol.value(protoString);
H A DWKSRecord.java19 public static class Protocol { class in class:WKSRecord
24 private Protocol() {} method in class:WKSRecord.Protocol
44 /** Exterior Gateway Protocol */
53 /** Network Voice Protocol */
101 /** Reliable Data Protocol */
107 /** ISO Transport Protocol Class 4 */
110 /** Bulk Data Transfer Protocol */
113 /** MFE Network Services Protocol */
116 /** MERIT Internodal Protocol */
119 /** Sequential Exchange Protocol */
[all...]

Completed in 534 milliseconds