/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/ |
D | any_cast_pointer.pass.cpp | 42 any const& ca = a; in test_cast_is_noexcept() local 52 any const& ca = a; in test_cast_return_type() local 63 any const* ca = nullptr; in test_cast_nullptr() local 75 any const& ca = a; in test_cast_empty() local 86 any const& ca = a; in test_cast_empty() local 98 any const& ca = a; in test_cast() local 153 std::any const& ca = a; in test_cast_non_copyable_type() local
|
D | any_cast_reference.pass.cpp | 71 any const& ca = a; in test_cast_return_type() local 132 any const& ca = a; in test_cast_to_reference() local
|
/external/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/any.cast/ |
D | any_cast_pointer.pass.cpp | 40 any const& ca = a; in test_cast_is_noexcept() local 50 any const& ca = a; in test_cast_return_type() local 61 any const* ca = nullptr; in test_cast_nullptr() local 73 any const& ca = a; in test_cast_empty() local 84 any const& ca = a; in test_cast_empty() local 96 any const& ca = a; in test_cast() local 151 std::any const& ca = a; in test_cast_non_copyable_type() local
|
D | any_cast_reference.pass.cpp | 68 any const& ca = a; in test_cast_return_type() local 129 any const& ca = a; in test_cast_to_reference() local
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 142 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose() 621 int ca) in check_purpose_ssl_client() 645 int ca) in check_purpose_ssl_server() 662 int ca) in check_purpose_ns_ssl_server() 676 static int purpose_smime(const X509 *x, int ca) in purpose_smime() 696 int ca) in check_purpose_smime_sign() 708 int ca) in check_purpose_smime_encrypt() 720 int ca) in check_purpose_crl_sign() 735 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() 744 int ca) in check_purpose_timestamp_sign() [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 142 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose() 627 int ca) in check_purpose_ssl_client() 651 int ca) in check_purpose_ssl_server() 668 int ca) in check_purpose_ns_ssl_server() 682 static int purpose_smime(const X509 *x, int ca) in purpose_smime() 702 int ca) in check_purpose_smime_sign() 714 int ca) in check_purpose_smime_encrypt() 726 int ca) in check_purpose_crl_sign() 741 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() 750 int ca) in check_purpose_timestamp_sign() [all …]
|
/external/libcxx/test/std/utilities/utility/forward/ |
D | forward.fail.cpp | 36 const A ca = A(); in main() local 43 const A ca = A(); in main() local
|
D | move.fail.cpp | 31 const move_only ca = move_only(); in main() local
|
D | forward.pass.cpp | 48 const A ca = A(); in main() local
|
/external/llvm-project/libcxx/test/std/utilities/utility/forward/ |
D | forward.fail.cpp | 29 const A ca = A(); in main() local 36 const A ca = A(); in main() local
|
D | move.fail.cpp | 33 const move_only ca = move_only(); in main() local
|
D | forward.pass.cpp | 45 const A ca = A(); in main() local
|
/external/javassist/src/main/javassist/ |
D | CtConstructor.java | 162 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty() local 264 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertBeforeBody() local 295 int getStartPosOfBody(CodeAttribute ca) throws CannotCompileException { in getStartPosOfBody() 367 CodeAttribute ca = minfo.getCodeAttribute(); in toMethod() local 384 private static void removeConsCall(CodeAttribute ca) in removeConsCall()
|
D | CtBehavior.java | 493 CodeAttribute ca = (CodeAttribute)cattr.copy(cp, map); in setBody0() local 616 CodeAttribute ca = methodInfo.getCodeAttribute(); in addLocalVariable() local 676 CodeAttribute ca = methodInfo.getCodeAttribute(); in addParameter2() local 774 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertBefore() local 845 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertAfter() local 1108 CodeAttribute ca = methodInfo.getCodeAttribute(); in addCatch() local 1148 int getStartPosOfBody(CodeAttribute ca) throws CannotCompileException { in getStartPosOfBody() 1200 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertAt() local
|
/external/llvm-project/flang/test/Semantics/ |
D | critical02.f90 | 30 integer, allocatable, codimension[:] :: ca local 97 integer, allocatable, codimension[:] :: ca local 110 integer, allocatable, codimension[:] :: ca, cb local
|
/external/libsrtp2/crypto/test/ |
D | cipher_driver.c | 439 srtp_err_status_t cipher_array_alloc_init(srtp_cipher_t ***ca, in cipher_array_alloc_init() 568 void cipher_array_test_throughput(srtp_cipher_t *ca[], int num_cipher) in cipher_array_test_throughput() 588 srtp_cipher_t **ca = NULL; in cipher_driver_test_array_throughput() local
|
/external/curl/lib/ |
D | curl_addrinfo.c | 84 struct Curl_addrinfo *ca; in Curl_freeaddrinfo() local 118 struct Curl_addrinfo *ca; in Curl_getaddrinfo_ex() local 574 struct Curl_addrinfo *ca; in Curl_addrinfo_set_port() local
|
/external/libmpeg2/common/ |
D | ideint_cac.c | 105 WORD32 ca; in cac_4x8() local 342 WORD32 ca; /* combing artifact result */ in ideint_cac_8x8() local
|
/external/eigen/blas/f2c/ |
D | lsame.c | 15 logical lsame_(char *ca, char *cb, ftnlen ca_len, ftnlen cb_len) in lsame_()
|
/external/llvm-project/clang/test/CXX/over/over.built/ |
D | p25.cpp | 14 Color foo(bool cond, ConvertsToColorA ca, ConvertsToColorB cb) { in foo()
|
/external/clang/test/CXX/over/over.built/ |
D | p25.cpp | 14 Color foo(bool cond, ConvertsToColorA ca, ConvertsToColorB cb) { in foo()
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
D | fill.pass.cpp | 39 char ca[n] = {0}; in test_char() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/ |
D | NewInstanceDebuggee.java | 45 checkClass[][] ca = {{new checkClass()}, {new checkClass()}}; in run() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeAnalyzer.java | 26 public CodeAnalyzer(CodeAttribute ca) { in CodeAnalyzer() 62 private void initStack(int[] stack, CodeAttribute ca) { in initStack()
|
/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
D | fill.pass.cpp | 38 char ca[n] = {0}; in test_char() local
|