/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/ |
D | any_cast_pointer.pass.cpp | 34 any const& ca = a; in test_cast_is_noexcept() local 44 any const& ca = a; in test_cast_return_type() local 55 any const* ca = nullptr; in test_cast_nullptr() local 67 any const& ca = a; in test_cast_empty() local 78 any const& ca = a; in test_cast_empty() local 90 any const& ca = a; in test_cast() local
|
D | any_cast_reference.pass.cpp | 63 any const& ca = a; in test_cast_return_type() local 117 any const& ca = a; in test_cast_to_reference() local 179 any const& ca = a; in test_cast_to_value() local
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 122 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose() 585 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_client() 602 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ssl_server() 614 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_ns_ssl_server() 625 static int purpose_smime(const X509 *x, int ca) in purpose_smime() 645 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_sign() 654 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_smime_encrypt() 663 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca) in check_purpose_crl_sign() 678 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() 688 int ca) in check_purpose_timestamp_sign() [all …]
|
/external/javassist/src/main/javassist/ |
D | CtConstructor.java | 151 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty() local 252 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertBeforeBody() local 282 int getStartPosOfBody(CodeAttribute ca) throws CannotCompileException { in getStartPosOfBody() 354 CodeAttribute ca = minfo.getCodeAttribute(); in toMethod() local 371 private static void removeConsCall(CodeAttribute ca) in removeConsCall()
|
D | CtBehavior.java | 428 CodeAttribute ca = (CodeAttribute)cattr.copy(cp, map); in setBody0() local 547 CodeAttribute ca = methodInfo.getCodeAttribute(); in addLocalVariable() local 607 CodeAttribute ca = methodInfo.getCodeAttribute(); in addParameter2() local 693 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertBefore() local 764 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertAfter() local 1009 CodeAttribute ca = methodInfo.getCodeAttribute(); in addCatch() local 1049 int getStartPosOfBody(CodeAttribute ca) throws CannotCompileException { in getStartPosOfBody() 1101 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertAt() local
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | ByteArrayISO8859Writer.java | 119 char[] ca ={c}; in write() local 126 public void write(char[] ca) in write() 145 public void write(char[] ca,int offset, int length) in write() 208 private void writeEncoded(char[] ca,int offset, int length) in writeEncoded()
|
/external/tpm2/ |
D | CommandCodeAttributes.c | 117 COMMAND_ATTRIBUTES ca = s_commandAttributes[commandCode - TPM_CC_FIRST]; in EncryptSize() local 141 COMMAND_ATTRIBUTES ca = s_commandAttributes[commandCode - TPM_CC_FIRST]; in DecryptSize() local
|
/external/libcxx/test/std/utilities/utility/forward/ |
D | forward4.fail.cpp | 23 const A ca = A(); in main() local
|
D | forward2.fail.cpp | 23 const A ca = A(); in main() local
|
D | forward5.fail.cpp | 23 const A ca = A(); in main() local
|
D | move_only2.fail.cpp | 49 const move_only ca = move_only(); in main() local
|
D | move_only4.fail.cpp | 49 const move_only ca = move_only(); in main() local
|
D | move_only1.fail.cpp | 49 const move_only ca = move_only(); in main() local
|
D | move_only3.fail.cpp | 46 const move_only ca = move_only(); in main() local
|
D | move_if_noexcept.pass.cpp | 50 const A ca; in main() local
|
D | forward.pass.cpp | 40 const A ca = A(); in main() local
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/ |
D | fill.pass.cpp | 27 char ca[n] = {0}; in test_char() local
|
/external/srtp/crypto/test/ |
D | cipher_driver.c | 345 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers, in cipher_array_alloc_init() 458 cipher_array_test_throughput(cipher_t *ca[], int num_cipher) { in cipher_array_test_throughput() 476 cipher_t **ca = NULL; in cipher_driver_test_array_throughput() local
|
/external/eigen/blas/f2c/ |
D | lsame.c | 15 logical lsame_(char *ca, char *cb, ftnlen ca_len, ftnlen cb_len) in lsame_()
|
/external/clang/test/CXX/over/over.built/ |
D | p25.cpp | 14 Color foo(bool cond, ConvertsToColorA ca, ConvertsToColorB cb) { in foo()
|
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/ |
D | NewInstanceDebuggee.java | 42 checkClass[][] ca = {{new checkClass()}, {new checkClass()}}; in run() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeAnalyzer.java | 25 public CodeAnalyzer(CodeAttribute ca) { in CodeAnalyzer() 61 private void initStack(int[] stack, CodeAttribute ca) { in initStack()
|
D | MethodInfo.java | 414 CodeAttribute ca = getCodeAttribute(); in rebuildStackMap() local 431 CodeAttribute ca = getCodeAttribute(); in rebuildStackMapForME() local 448 CodeAttribute ca = getCodeAttribute(); in getLineNumber() local
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
D | BaseUrlValidateFunction.java | 86 char[] ca = string.toCharArray(); in toLowerCaseAsciiOnly() local
|