/external/python/cryptography/docs/hazmat/primitives/ |
D | key-derivation-functions.rst | 854 Interface subtitle 901 .. [#nist] See `NIST SP 800-132`_. 903 .. _`NIST SP 800-132`: https://csrc.nist.gov/publications/detail/sp/800-132/final 904 .. _`NIST SP 800-108`: https://csrc.nist.gov/publications/detail/sp/800-108/final 905 .. _`NIST SP 800-56Ar2`: https://csrc.nist.gov/publications/detail/sp/800-56a/rev-2/final 906 .. _`ANSI X9.63:2001`: https://webstore.ansi.org 907 .. _`SEC 1 v2.0`: http://www.secg.org/sec1-v2.pdf 908 .. _`Password Storage Cheat Sheet`: https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet 909 .. _`PBKDF2`: https://en.wikipedia.org/wiki/PBKDF2 910 .. _`key stretching`: https://en.wikipedia.org/wiki/Key_stretching [all …]
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | section-name.m | 8 @interface Interface<Protocol> interface 15 @implementation Interface implementation 26 @implementation Interface(Category) implementation in Category
|
/external/rust/crates/grpcio-sys/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 { trait
|
/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 | 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 | 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_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 | 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_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 | 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;
|
/external/llvm-project/clang/docs/ |
D | LibFormat.rst | 18 Interface chapter
|
D | DataFlowSanitizerDesign.rst | 28 Interface chapter
|
/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 …]
|
/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/llvm-project/mlir/include/mlir/TableGen/ |
D | OpTrait.h | 43 Interface enumerator
|