/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/android-crates-io/crates/nix/src/net/ |
D | if_.rs | 286 pub struct Interface(libc::if_nameindex); struct 288 impl Interface { impl 300 impl fmt::Debug for Interface { implementation 325 pub fn to_slice(&self) -> &[Interface] { in to_slice() 371 let ret = &*(self.ptr as *const Interface); in next() constant
|
/external/grpc-grpc/ |
D | CONCEPTS.md | 10 ## Interface section in gRPC Concepts Overview 22 ### Invoking & handling remote calls
|
/external/rust/android-crates-io/crates/async-trait/tests/ui/ |
D | must-use.rs | 6 trait Interface { trait
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | CONCEPTS.md | 10 ## Interface section in gRPC Concepts Overview 22 ### Invoking & handling remote calls
|
/external/dokka/core/testdata/javadoc/ |
D | suppress.kt | 35 interface Interface { interface
|
/external/rust/android-crates-io/crates/rusb/src/ |
D | interface_descriptor.rs | 11 pub struct Interface<'a> { struct 15 impl<'a> Interface<'a> { impl 161 pub(crate) unsafe fn from_libusb(interface: &libusb_interface) -> Interface { in from_libusb()
|
/external/grpc-grpc/doc/core/ |
D | grpc-polling-engines.md | 30 ### Opaque Structures exposed by the polling engine 38 ### Polling engine API
|
/external/rust/android-crates-io/crates/drm/src/control/ |
D | connector.rs | 76 pub fn interface(&self) -> Interface { in interface() 124 pub enum Interface { enum 148 impl Interface { impl 178 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_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 | 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 | 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 | 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/jspecify/samples/fullyQualified/fullyqualified/sub/ |
D | Interface.java | 18 public interface Interface {} interface
|
/external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/packages/ |
D | Interface.java | 19 public interface Interface { interface
|
/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/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/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 …]
|