| /external/rust/crates/nix/src/net/ |
| D | if_.rs | 293 pub struct Interface(libc::if_nameindex); struct 295 impl Interface { impl 307 impl fmt::Debug for Interface { implementation 331 pub fn to_slice(&self) -> &[Interface] { in to_slice() 332 let ifs = self.ptr.as_ptr() as *const Interface; in to_slice() constant 377 let ret = &*(self.ptr as *const Interface); in next() constant
|
| /external/rust/crates/async-trait/tests/ui/ |
| D | must-use.rs | 6 trait Interface { trait
|
| /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/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/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 | 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 | 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 | 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_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;
|
| 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 | 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_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;
|
| /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 …]
|
| /external/clang/docs/ |
| D | LibFormat.rst | 18 Interface chapter
|
| D | DataFlowSanitizerDesign.rst | 28 Interface chapter
|
| /external/golang-protobuf/reflect/protoreflect/ |
| D | value_union.go | 197 func (v Value) Interface() interface{} { func 408 func (k MapKey) Interface() interface{} { func
|
| /external/golang-protobuf/internal/impl/ |
| D | message_reflect_gen.go | 23 func (m *messageState) Interface() protoreflect.ProtoMessage { func 140 func (m *messageReflectWrapper) Interface() protoreflect.ProtoMessage { func
|
| /external/auto/factory/src/test/resources/good/ |
| D | FactoryImplementingCreateMethod.java | 23 interface Interface {} interface in FactoryImplementingCreateMethod
|
| /external/angle/src/common/ |
| D | PoolAlloc_unittest.cpp | 17 TEST(PoolAllocatorTest, Interface) in TEST() argument
|
| /external/guice/core/test/com/google/inject/ |
| D | RequireAtInjectOnConstructorsTest.java | 227 private static interface Interface {} interface in RequireAtInjectOnConstructorsTest
|