| /external/trusty/arm-trusted-firmware/docs/components/ |
| D | firmware-update.rst | 227 BL1_SMC_CALL_COUNT 240 BL1_SMC_UID 254 BL1_SMC_VERSION 268 BL1_SMC_RUN_IMAGE 288 FWU_SMC_IMAGE_COPY 337 FWU_SMC_IMAGE_AUTH 377 FWU_SMC_IMAGE_EXECUTE 405 FWU_SMC_IMAGE_RESUME 432 FWU_SMC_SEC_IMAGE_DONE 453 FWU_SMC_UPDATE_DONE [all …]
|
| /external/rust/crates/nix/src/net/ |
| D | if_.rs | 273 pub struct Interface(libc::if_nameindex); struct 275 impl Interface { implementation 287 impl fmt::Debug for Interface { implementation 312 pub fn to_slice(&self) -> &[Interface] { in to_slice() 358 let ret = &*(self.ptr as *const Interface); in next() constant
|
| /external/rust/crates/grpcio-sys/grpc/ |
| D | CONCEPTS.md | 10 ## Interface section in gRPC Concepts Overview 22 ### Invoking & handling remote calls
|
| /external/grpc-grpc/ |
| D | CONCEPTS.md | 10 ## Interface section in gRPC Concepts Overview 22 ### Invoking & handling remote calls
|
| /external/rust/crates/async-trait/tests/ui/ |
| D | must-use.rs | 6 trait Interface { interface
|
| /external/dokka/core/testdata/javadoc/ |
| D | suppress.kt | 35 interface Interface { interface
|
| /external/python/cpython2/Doc/howto/ |
| D | webservers.rst | 93 Simple script for testing CGI 124 Setting up CGI on your own server 153 Common problems with CGI scripts
|
| /external/grpc-grpc/doc/core/ |
| D | grpc-polling-engines.md | 30 ### Opaque Structures exposed by the polling engine 38 ### Polling engine API
|
| /external/rust/crates/drm/src/control/ |
| D | connector.rs | 70 pub fn interface(&self) -> Interface { in interface() 118 pub enum Interface { enum 142 impl Interface { impl 172 impl From<u32> for Interface { implementation
|
| /external/fastrpc/src/ |
| D | adsp_default_listener_stub.c | 269 typedef struct Interface Interface; typedef 271 struct Interface { struct 272 int nMethods; 273 const Method * const *methodArray; 274 int nIIds; 275 const uint32_t *iids; 276 const uint16_t* methodStringArray; 277 const uint16_t* methodStrings; 278 const char* strings;
|
| D | apps_remotectl_skel.c | 270 typedef struct Interface Interface; typedef 272 struct Interface { struct 273 int nMethods; 274 const Method * const *methodArray; 275 int nIIds; 276 const uint32_t *iids; 277 const uint16_t* methodStringArray; 278 const uint16_t* methodStrings; 279 const char* strings;
|
| D | adspmsgd_adsp1_stub.c | 422 typedef struct Interface Interface; typedef 424 struct Interface { struct 425 int nMethods; 426 const Method * const *methodArray; 427 int nIIds; 428 const uint32_t *iids; 429 const uint16_t* methodStringArray; 430 const uint16_t* methodStrings; 431 const char* strings;
|
| D | adspmsgd_apps_skel.c | 422 typedef struct Interface Interface; typedef 424 struct Interface { struct 425 int nMethods; 426 const Method * const *methodArray; 427 int nIIds; 428 const uint32_t *iids; 429 const uint16_t* methodStringArray; 430 const uint16_t* methodStrings; 431 const char* strings;
|
| D | adsp_perf_stub.c | 421 typedef struct Interface Interface; typedef 423 struct Interface { struct 424 int nMethods; 425 const Method * const *methodArray; 426 int nIIds; 427 const uint32_t *iids; 428 const uint16_t* methodStringArray; 429 const uint16_t* methodStrings; 430 const char* strings;
|
| D | adspmsgd_adsp_stub.c | 422 typedef struct Interface Interface; typedef 424 struct Interface { struct 425 int nMethods; 426 const Method * const *methodArray; 427 int nIIds; 428 const uint32_t *iids; 429 const uint16_t* methodStringArray; 430 const uint16_t* methodStrings; 431 const char* strings;
|
| D | remotectl_stub.c | 422 typedef struct Interface Interface; typedef 424 struct Interface { struct 425 int nMethods; 426 const Method * const *methodArray; 427 int nIIds; 428 const uint32_t *iids; 429 const uint16_t* methodStringArray; 430 const uint16_t* methodStrings; 431 const char* strings;
|
| D | apps_mem_skel.c | 421 typedef struct Interface Interface; typedef 423 struct Interface { struct 424 int nMethods; 425 const Method * const *methodArray; 426 int nIIds; 427 const uint32_t *iids; 428 const uint16_t* methodStringArray; 429 const uint16_t* methodStrings; 430 const char* strings;
|
| D | adsp_current_process_stub.c | 422 typedef struct Interface Interface; typedef 424 struct Interface { struct 425 int nMethods; 426 const Method * const *methodArray; 427 int nIIds; 428 const uint32_t *iids; 429 const uint16_t* methodStringArray; 430 const uint16_t* methodStrings; 431 const char* strings;
|
| D | adsp_current_process1_stub.c | 422 typedef struct Interface Interface; typedef 424 struct Interface { struct 425 int nMethods; 426 const Method * const *methodArray; 427 int nIIds; 428 const uint32_t *iids; 429 const uint16_t* methodStringArray; 430 const uint16_t* methodStrings; 431 const char* strings;
|
| /external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/packages/ |
| D | Interface.java | 19 public interface Interface { interface
|
| /external/mbedtls/docs/proposed/ |
| D | psa-conditional-inclusion-c.md | 48 ## Interface section in Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS 50 ### PSA Crypto configuration file 59 ### PSA Crypto configuration symbols
|
| /external/openthread/third_party/mbedtls/repo/docs/proposed/ |
| D | psa-conditional-inclusion-c.md | 48 ## Interface section in Conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS 50 ### PSA Crypto configuration file 59 ### PSA Crypto configuration symbols
|
| /external/clang/docs/ |
| D | LibFormat.rst | 18 Interface chapter
|
| D | DataFlowSanitizerDesign.rst | 28 Interface chapter
|
| /external/libchrome/mojo/public/cpp/bindings/tests/ |
| D | sync_method_unittest.cc | 251 using Interface = InterfaceT; typedef 522 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 570 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 600 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 625 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 655 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 686 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 742 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 798 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 902 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef [all …]
|