Home
last modified time | relevance | path

Searched refs:PROTOCOL (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test7 …ection __OBJC,__protocol %p/Inputs/Objc1.32bit.exe.macho-i386 | FileCheck %s -check-prefix=PROTOCOL
903 PROTOCOL: Contents of (__OBJC,__protocol) section
904 PROTOCOL: Protocol 0x437c
905 PROTOCOL: isa 0x00003120
906 PROTOCOL: protocol_name 0x000025af NSObject
907 PROTOCOL: protocol_list 0x00000000 (not in an __OBJC section)
908 PROTOCOL: instance_methods 0x00004290
909 PROTOCOL: count 19
910 PROTOCOL: list[0]
911 PROTOCOL: name 0x00002de9 isEqual:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test7 …ection __OBJC,__protocol %p/Inputs/Objc1.32bit.exe.macho-i386 | FileCheck %s -check-prefix=PROTOCOL
904 PROTOCOL: Contents of (__OBJC,__protocol) section
905 PROTOCOL: Protocol 0x437c
906 PROTOCOL: isa 0x00003120
907 PROTOCOL: protocol_name 0x000025af NSObject
908 PROTOCOL: protocol_list 0x00000000 (not in an __OBJC section)
909 PROTOCOL: instance_methods 0x00004290
910 PROTOCOL: count 19
911 PROTOCOL: list[0]
912 PROTOCOL: name 0x00002de9 isEqual:
[all …]
/external/openssh/contrib/cygwin/
DMakefile43 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL $(DESTDIR)$(sshdocdir)/PROTOCOL
44 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL.agent $(DESTDIR)$(sshdocdir)/PROTOCOL.agent
45 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL.certkeys $(DESTDIR)$(sshdocdir)/PROTOCOL.certkeys
46 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL.mux $(DESTDIR)$(sshdocdir)/PROTOCOL.mux
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DOpenJdkEngineFactory.java46 static final String PROTOCOL = "TLSv1.2"; field in OpenJdkEngineFactoryConfig
76 return SSLContext.getInstance(OpenJdkEngineFactoryConfig.PROTOCOL); in newContext()
107 OpenJdkEngineFactoryConfig.PROTOCOL, new OpenSSLProvider()); in newContext()
140 OpenJdkEngineFactoryConfig.PROTOCOL, new OpenSSLProvider()); in newContext()
261 engine.setEnabledProtocols(new String[]{OpenJdkEngineFactoryConfig.PROTOCOL}); in initEngine()
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.h48 PROTOCOL = 264, enumerator
67 #define PROTOCOL 264 macro
Dpolicy_parse.y142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
304 : PROTOCOL { p_protocol = $1; }
/external/grpc-grpc/doc/
DPROTOCOL-WEB.md6 [native gRPC protocol](PROTOCOL-HTTP2.md).
13 [native gRPC protocol](PROTOCOL-HTTP2.md).
34 # Protocol differences vs [gRPC over HTTP2](PROTOCOL-HTTP2.md)
56 HTTP/2 related behavior (specified in [gRPC over HTTP2](PROTOCOL-HTTP2.md))
63 Message framing (vs. [http2-transport-mapping](PROTOCOL-HTTP2.md#http2-transport-mapping))
89 …pc-web-javascript/0.1 (follow the same format as specified in [gRPC over HTTP2](PROTOCOL-HTTP2.md))
Dcompression.md12 document](PROTOCOL-HTTP2.md).
113 bit](PROTOCOL-HTTP2.md#compressed-flag)
115 [grpc-encoding](PROTOCOL-HTTP2.md#message-encoding)
Dcompression_cookbook.md122 [the HTTP2 spec](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md)
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpsTransportSE.java17 static final String PROTOCOL = "https"; field in HttpsTransportSE
18 private static final String PROTOCOL_FULL = PROTOCOL + "://";
DHttpsServiceConnectionSE.java68 connection = (HttpsURLConnection) new URL(HttpsTransportSE.PROTOCOL, host, port, in HttpsServiceConnectionSE()
72 (HttpsURLConnection) new URL(HttpsTransportSE.PROTOCOL, host, port, in HttpsServiceConnectionSE()
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/
Dpitest.h14 #define PROTOCOL PTHREAD_PRIO_INHERIT macro
51 rc = pthread_mutexattr_setprotocol(attr, PROTOCOL); in mutex_attr_init()
/external/clang/test/SemaObjC/
Dunimplemented-protocol-prop.m8 @protocol PROTOCOL<PROTOCOL0> protocol
15 @interface I <PROTOCOL>
Dwarn-direct-ivar-access.m58 @protocol PROTOCOL protocol
62 __attribute__((objc_root_class)) @interface INTF <PROTOCOL>
/external/curl/docs/cmdline-opts/
Dproto-default.d2 Help: Use PROTOCOL for any URL missing a scheme
/external/openssh/
DPROTOCOL.key68 $OpenBSD: PROTOCOL.key,v 1.1 2013/12/06 13:34:54 markus Exp $
DPROTOCOL13 PROTOCOL.agent
44 in the file PROTOCOL.certkeys
97 as described in PROTOCOL.chacha20poly1305.
457 $OpenBSD: PROTOCOL,v 1.30 2016/04/08 06:35:54 djm Exp $
DPROTOCOL.krl169 $OpenBSD: PROTOCOL.krl,v 1.3 2015/01/30 01:10:33 djm Exp $
DPROTOCOL.chacha20poly1305106 $OpenBSD: PROTOCOL.chacha20poly1305,v 1.3 2016/05/03 13:10:24 djm Exp $
DPROTOCOL.mux228 $OpenBSD: PROTOCOL.mux,v 1.10 2015/07/17 03:04:27 djm Exp $
/external/grpc-grpc/
DCONCEPTS.md52 The [gRPC protocol](doc/PROTOCOL-HTTP2.md) specifies the abstract requirements for communication be…
/external/libnl/lib/route/cls/
Dematch_syntax.y351 | META_PROTO { $$ = META_ID(PROTOCOL); }
/external/iproute2/tc/
Dem_meta.c66 __A(PROTOCOL, "protocol", "i",
/external/openssh/contrib/suse/
Dopenssh.spec194 %doc ChangeLog OVERVIEW README* PROTOCOL*
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCHost.m218 // https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#user-agents ).

12