/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-objc-meta-data.test | 7 …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/ |
D | macho-objc-meta-data.test | 7 …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/ |
D | Makefile | 43 -$(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/ |
D | OpenJdkEngineFactory.java | 46 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/ |
D | policy_parse.h | 48 PROTOCOL = 264, enumerator 67 #define PROTOCOL 264 macro
|
D | policy_parse.y | 142 %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/ |
D | PROTOCOL-WEB.md | 6 [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))
|
D | compression.md | 12 document](PROTOCOL-HTTP2.md). 113 bit](PROTOCOL-HTTP2.md#compressed-flag) 115 [grpc-encoding](PROTOCOL-HTTP2.md#message-encoding)
|
D | compression_cookbook.md | 122 [the HTTP2 spec](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md)
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | HttpsTransportSE.java | 17 static final String PROTOCOL = "https"; field in HttpsTransportSE 18 private static final String PROTOCOL_FULL = PROTOCOL + "://";
|
D | HttpsServiceConnectionSE.java | 68 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/ |
D | pitest.h | 14 #define PROTOCOL PTHREAD_PRIO_INHERIT macro 51 rc = pthread_mutexattr_setprotocol(attr, PROTOCOL); in mutex_attr_init()
|
/external/clang/test/SemaObjC/ |
D | unimplemented-protocol-prop.m | 8 @protocol PROTOCOL<PROTOCOL0> protocol 15 @interface I <PROTOCOL>
|
D | warn-direct-ivar-access.m | 58 @protocol PROTOCOL protocol 62 __attribute__((objc_root_class)) @interface INTF <PROTOCOL>
|
/external/curl/docs/cmdline-opts/ |
D | proto-default.d | 2 Help: Use PROTOCOL for any URL missing a scheme
|
/external/openssh/ |
D | PROTOCOL.key | 68 $OpenBSD: PROTOCOL.key,v 1.1 2013/12/06 13:34:54 markus Exp $
|
D | PROTOCOL | 13 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 $
|
D | PROTOCOL.krl | 169 $OpenBSD: PROTOCOL.krl,v 1.3 2015/01/30 01:10:33 djm Exp $
|
D | PROTOCOL.chacha20poly1305 | 106 $OpenBSD: PROTOCOL.chacha20poly1305,v 1.3 2016/05/03 13:10:24 djm Exp $
|
D | PROTOCOL.mux | 228 $OpenBSD: PROTOCOL.mux,v 1.10 2015/07/17 03:04:27 djm Exp $
|
/external/grpc-grpc/ |
D | CONCEPTS.md | 52 The [gRPC protocol](doc/PROTOCOL-HTTP2.md) specifies the abstract requirements for communication be…
|
/external/libnl/lib/route/cls/ |
D | ematch_syntax.y | 351 | META_PROTO { $$ = META_ID(PROTOCOL); }
|
/external/iproute2/tc/ |
D | em_meta.c | 66 __A(PROTOCOL, "protocol", "i",
|
/external/openssh/contrib/suse/ |
D | openssh.spec | 194 %doc ChangeLog OVERVIEW README* PROTOCOL*
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCHost.m | 218 // https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#user-agents ).
|