/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IPConstantProp/ |
D | musttail-call.ll | 24 ; CHECK: %ca2 = musttail call i8* @dont_zap_me(i8 %v) 25 ; CHECK: ret i8* %ca2 26 %ca2 = musttail call i8* @dont_zap_me(i8 %v) 27 ret i8* %ca2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CallSiteSplitting/ |
D | musttail.ll | 36 ;CHECK: %ca2 = musttail call i8* @callee(i8* nonnull %a, i8* null) 37 ;CHECK: ret i8* %ca2
|
/external/conscrypt/platform/src/test/java/org/conscrypt/ |
D | TrustedCertificateStoreTest.java | 650 X509Certificate ca2 = TestKeyStore.createCa(publicKey, privateKey, name); in testIsTrustAnchorWithReissuedgetCa() local 651 assertFalse(ca1.equals(ca2)); in testIsTrustAnchorWithReissuedgetCa() 656 assertEquals(ca1, store.getTrustAnchor(ca2)); in testIsTrustAnchorWithReissuedgetCa() 657 assertEquals(ca1, store.findIssuer(ca2)); in testIsTrustAnchorWithReissuedgetCa() 663 assertNotNull(store.getTrustAnchor(ca2)); in testIsTrustAnchorWithReissuedgetCa() 664 assertEquals(ca1, store.findIssuer(ca2)); in testIsTrustAnchorWithReissuedgetCa()
|
/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/ |
D | TrustedCertificateStoreTest.java | 654 X509Certificate ca2 = TestKeyStore.createCa(publicKey, privateKey, name); in testIsTrustAnchorWithReissuedgetCa() local 655 assertFalse(ca1.equals(ca2)); in testIsTrustAnchorWithReissuedgetCa() 660 assertEquals(ca1, store.getTrustAnchor(ca2)); in testIsTrustAnchorWithReissuedgetCa() 661 assertEquals(ca1, store.findIssuer(ca2)); in testIsTrustAnchorWithReissuedgetCa() 667 assertNotNull(store.getTrustAnchor(ca2)); in testIsTrustAnchorWithReissuedgetCa() 668 assertEquals(ca1, store.findIssuer(ca2)); in testIsTrustAnchorWithReissuedgetCa()
|
/external/openssh/regress/ |
D | krl.sh | 20 $SSHKEYGEN -t ed25519 -f $OBJ/revoked-ca2 -C "" -N "" > /dev/null || 117 $SSHKEYGEN $OPTS -kf $OBJ/krl-serial -u -s $OBJ/revoked-ca2 \
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UTF16Test.java | 654 char ca2[] = new char[s.length()+2]; in checkMoveCodePointOffset() local 655 ca2[0] = (char)0xd800; in checkMoveCodePointOffset() 656 ca2[s.length()+1] = (char)0xd8ff; in checkMoveCodePointOffset() 657 s.getChars(0, s.length(), ca2, 1); in checkMoveCodePointOffset() 659 int result = UTF16.moveCodePointOffset(ca2, 1, s.length()+1, startIdx, amount); in checkMoveCodePointOffset()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UTF16Test.java | 651 char ca2[] = new char[s.length()+2]; in checkMoveCodePointOffset() local 652 ca2[0] = (char)0xd800; in checkMoveCodePointOffset() 653 ca2[s.length()+1] = (char)0xd8ff; in checkMoveCodePointOffset() 654 s.getChars(0, s.length(), ca2, 1); in checkMoveCodePointOffset() 656 int result = UTF16.moveCodePointOffset(ca2, 1, s.length()+1, startIdx, amount); in checkMoveCodePointOffset()
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 167 ca_cert2="/etc/cert/ca2.pem"
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.cpp | 2167 CurrencyAmount ca2(ca); in TestCurrencyAmount() local 2168 if (!(ca2 == ca)){ in TestCurrencyAmount() 2172 ca2=ca; in TestCurrencyAmount() 2173 if (!(ca2 == ca)){ in TestCurrencyAmount()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 729 CurrencyAmount ca2 = new CurrencyAmount(123.45, gbpIcu); in TestJavaCurrencyConversion() local 730 assertEquals("CurrencyAmount from both Double constructors should be equal", ca1, ca2); in TestJavaCurrencyConversion() 733 ca2 = new CurrencyAmount(new BigDecimal("543.21"), gbpIcu); in TestJavaCurrencyConversion() 734 assertEquals("CurrencyAmount from both Number constructors should be equal", ca1, ca2); in TestJavaCurrencyConversion()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 732 CurrencyAmount ca2 = new CurrencyAmount(123.45, gbpIcu); in TestJavaCurrencyConversion() local 733 assertEquals("CurrencyAmount from both Double constructors should be equal", ca1, ca2); in TestJavaCurrencyConversion() 736 ca2 = new CurrencyAmount(new BigDecimal("543.21"), gbpIcu); in TestJavaCurrencyConversion() 737 assertEquals("CurrencyAmount from both Number constructors should be equal", ca1, ca2); in TestJavaCurrencyConversion()
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest64.sym | 1802 4ca2 a 549 4150 3156 7ca2 4 132 7216
|
/external/google-breakpad/src/processor/testdata/symbols/libgcc_s.so.1/18B180F90887D8F8B5C35D185444AF4C0/ |
D | libgcc_s.so.1.sym | 738 STACK CFI 10ca2 $r15: .cfa -16 + ^ .cfa: $rsp 16 +
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README | 631 ca_cert2="/etc/cert/ca2.pem"
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 979 14ca2 6 117 30 2800 16ca2 2 1410 116 9338 22ca2 16 115 20 10967 25ca2 6 256 82 17768 32ca2 6 318 80 22105 39ca2 4 82 112 31171 47ca2 e 1269 26 32051 48ca2 4 100 0 37061 51ca2 2 659 140 37870 52ca2 4 387 166 [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 2588 8ca2 2 75 12 3002 9ca2 5 78 32
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 1531 5ca2 a 216 9
|
/external/elfutils/tests/ |
D | testfile45.expect.bz2 |
|
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
/external/google-breakpad/src/client/mac/handler/testcases/testdata/ |
D | dump_syms_i386_breakpad.sym | 3564 12ca2 2 34 64
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | fb05e70155eb049de87881fffe9c5574.000ae7e0.honggfuzz.cov | 768 …�]%T��>�T��"�~�̨b;z�F*:j+Uz" f't0"�N����/�"��g�5��TXhqF#U�v��'�ca2�s�wΡ�_��{���wR�Z9�…
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | fb05e70155eb049de87881fffe9c5574.000ae7e0.honggfuzz.cov | 768 …�]%T��>�T��"�~�̨b;z�F*:j+Uz" f't0"�N����/�"��g�5��TXhqF#U�v��'�ca2�s�wΡ�_��{���wR�Z9�…
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 10532 9ca2 6 40 5425 19890 22ca2 3 89 3904
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 10532 9ca2 6 40 5425 19890 22ca2 3 89 3904
|