/external/llvm-project/clang/test/SemaCXX/ |
D | convert-to-bool.cpp | 20 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) { in test_conv_to_bool() argument 23 if (ecb) { } in test_conv_to_bool() 26 for (; ecb; ) { } in test_conv_to_bool() 29 while (ecb) { } in test_conv_to_bool() 32 do { } while (ecb); in test_conv_to_bool() 36 if (!ecb) { } in test_conv_to_bool() 38 bool b1 = !ecb; in test_conv_to_bool() 39 if (ctb && ecb) { } in test_conv_to_bool() 40 bool b2 = ctb && ecb; in test_conv_to_bool() 41 if (ctb || ecb) { } in test_conv_to_bool() [all …]
|
/external/clang/test/SemaCXX/ |
D | convert-to-bool.cpp | 20 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) { in test_conv_to_bool() argument 23 if (ecb) { } in test_conv_to_bool() 26 for (; ecb; ) { } in test_conv_to_bool() 29 while (ecb) { } in test_conv_to_bool() 32 do { } while (ecb); in test_conv_to_bool() 36 if (!ecb) { } in test_conv_to_bool() 38 bool b1 = !ecb; in test_conv_to_bool() 39 if (ctb && ecb) { } in test_conv_to_bool() 40 bool b2 = ctb && ecb; in test_conv_to_bool() 41 if (ctb || ecb) { } in test_conv_to_bool() [all …]
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/ |
D | optimized_encoder_test.cc | 68 EncoderConfigBuilder ecb(builder); in TEST() local 69 ecb.add_remove_extra_whitespaces(true); in TEST() 70 ecb.add_add_dummy_prefix(true); in TEST() 71 ecb.add_escape_whitespaces(true); in TEST() 72 FinishEncoderConfigBuffer(builder, ecb.Finish()); in TEST() 98 EncoderConfigBuilder ecb(builder); in TEST() local 99 ecb.add_remove_extra_whitespaces(false); in TEST() 100 ecb.add_normalized_prefixes(norm_p); in TEST() 101 ecb.add_normalized_replacements(norm_r); in TEST() 102 FinishEncoderConfigBuffer(builder, ecb.Finish()); in TEST() [all …]
|
D | model_converter.cc | 106 EncoderConfigBuilder ecb(builder); in ConvertSentencepieceModelToFlatBuffer() local 107 ecb.add_version(EncoderVersion::EncoderVersion_SENTENCE_PIECE); in ConvertSentencepieceModelToFlatBuffer() 108 ecb.add_start_code(model_config.trainer_spec().bos_id()); in ConvertSentencepieceModelToFlatBuffer() 109 ecb.add_end_code(model_config.trainer_spec().eos_id()); in ConvertSentencepieceModelToFlatBuffer() 110 ecb.add_unknown_code(model_config.trainer_spec().unk_id()); in ConvertSentencepieceModelToFlatBuffer() 111 ecb.add_unknown_penalty(min_score - kUnkPenalty); in ConvertSentencepieceModelToFlatBuffer() 112 ecb.add_encoding_offset(encoding_offset); in ConvertSentencepieceModelToFlatBuffer() 113 ecb.add_pieces(pieces_trie_fbs); in ConvertSentencepieceModelToFlatBuffer() 114 ecb.add_pieces_scores(pieces_score_vector); in ConvertSentencepieceModelToFlatBuffer() 115 ecb.add_remove_extra_whitespaces( in ConvertSentencepieceModelToFlatBuffer() [all …]
|
D | double_array_trie_test.cc | 35 EncoderConfigBuilder ecb(builder); in TEST() local 36 ecb.add_pieces(pieces); in TEST() 37 FinishEncoderConfigBuffer(builder, ecb.Finish()); in TEST() 62 EncoderConfigBuilder ecb(builder); in TEST() local 63 ecb.add_pieces(pieces); in TEST() 64 FinishEncoderConfigBuffer(builder, ecb.Finish()); in TEST()
|
/external/llvm/lib/Support/ |
D | IntEqClasses.cpp | 35 unsigned ecb = EC[b]; in join() local 39 while (eca != ecb) in join() 40 if (eca < ecb) { in join() 42 b = ecb; in join() 43 ecb = EC[b]; in join() 45 EC[a] = ecb; in join()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | IntEqClasses.cpp | 34 unsigned ecb = EC[b]; in join() local 38 while (eca != ecb) in join() 39 if (eca < ecb) { in join() 41 b = ecb; in join() 42 ecb = EC[b]; in join() 44 EC[a] = ecb; in join()
|
/external/llvm-project/llvm/lib/Support/ |
D | IntEqClasses.cpp | 35 unsigned ecb = EC[b]; in join() local 39 while (eca != ecb) in join() 40 if (eca < ecb) { in join() 42 b = ecb; in join() 43 ecb = EC[b]; in join() 45 EC[a] = ecb; in join()
|
/external/conscrypt/common/src/test/resources/crypto/ |
D | build_test_files.sh | 18 cat "$1"/ECB*.rsp | parse_records.py > aes-ecb.csv 23 cat "$1"/TECB*.rsp | parse_records.py > desede-ecb.csv
|
/external/clang/test/SemaTemplate/ |
D | temp_arg_nontype_cxx1z.cpp | 84 constexpr int E::*ecb = cb; // expected-note +{{here}} variable 106 using Aecb = A<int E::*, ecb>; // expected-error {{not supported}}
|
/external/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
D | lws-genaes.c | 378 *ecb = (uint8_t *)"test plaintext\0\0", variable 408 if (lws_genaes_crypt(&ctx, ecb, 16, res, NULL, NULL, NULL, 0)) { in test_genaes_ecb() 439 if (lws_timingsafe_bcmp(ecb, res1, 16)) { in test_genaes_ecb()
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 146 : CAST5-ECB : cast5-ecb 374 : RC2-ECB : rc2-ecb 385 : RC5-ECB : rc5-ecb 409 : IDEA-ECB : idea-ecb 416 : BF-ECB : bf-ecb 627 algorithm 6 : DES-ECB : des-ecb 638 !Cname des-ede-ecb 640 !Cname des-ede3-ecb 851 aes 1 : AES-128-ECB : aes-128-ecb 862 aes 21 : AES-192-ECB : aes-192-ecb [all …]
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | temp_arg_nontype_cxx1z.cpp | 87 constexpr int E::*ecb = cb; // expected-note +{{here}} variable 109 using Aecb = A<int E::*, ecb>; // expected-error {{not supported}}
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s5-us.log | 481 <6>[ 0.613628] FIPS: No test for ecb(cipher_null) (ecb-cipher_null) 503 <6>[ 0.622542] FIPS: self-tests for ecb(aes-generic) (ecb(aes)) passed 504 <6>[ 0.622594] FIPS: self-tests for ecb(aes-generic) (ecb(aes)) passed 507 <6>[ 0.622975] FIPS: self-tests for ecb(aes-asm) (ecb(aes)) passed 508 <6>[ 0.623021] FIPS: self-tests for ecb(aes-asm) (ecb(aes)) passed 511 <6>[ 0.623385] FIPS: self-tests for ecb(des3_ede-generic) (ecb(des3_ede)) passed 512 <6>[ 0.623442] FIPS: self-tests for ecb(des3_ede-generic) (ecb(des3_ede)) passed 729 <6>[ 0.812829] FIPS: self-tests for non-FIPS ecb(arc4-generic) (ecb(arc4)) passed
|
D | galaxy-s7-us.log | 1057 [ 1.190729] [1: cryptomgr_test: 134] FIPS: self-tests for non-FIPS ecb-cipher_null (ecb(cipher… 1071 [ 1.197066] [1: cryptomgr_test: 148] FIPS: self-tests for non-FIPS ecb(arc4)-generic (ecb(arc4… 1076 [ 1.201332] [2: cryptomgr_test: 158] FIPS: self-tests for ecb(aes-ce) (ecb(aes)) passed 1370 [ 1.391088] [2: cryptomgr_test: 260] FIPS: No test for qcom-ecb(aes) (qcrypto-ecb-aes) 1371 [ 1.391203] [3: swapper/0: 1] qcrypto 660000.qcrypto: qcrypto-ecb-aes 1374 [ 1.391781] [2: cryptomgr_test: 263] FIPS: No test for qcom-ecb(des) (qcrypto-ecb-des) 1375 [ 1.391891] [3: swapper/0: 1] qcrypto 660000.qcrypto: qcrypto-ecb-des 1377 [ 1.392223] [2: cryptomgr_test: 265] FIPS: No test for qcom-ecb(des3_ede) (qcrypto-ecb-3des) 1378 [ 1.392338] [3: swapper/0: 1] qcrypto 660000.qcrypto: qcrypto-ecb-3des 2588 [ 2.340090] [3: cryptomgr_test: 444] FIPS: self-tests for ecb(aes-generic) (ecb(aes)) passed [all …]
|
D | galaxy-s5-global.log | 590 <6>[ 0.847203] [c5] FIPS: self-tests for non-FIPS ecb-cipher_null (ecb(cipher_null)) passed 604 <6>[ 0.850126] [c5] FIPS: self-tests for non-FIPS ecb(arc4)-generic (ecb(arc4)) passed 612 <6>[ 0.875790] [c5] FIPS: self-tests for ecb(aes-generic) (ecb(aes)) passed 613 <6>[ 0.876332] [c7] FIPS: self-tests for ecb(aes-generic) (ecb(aes)) passed 616 <6>[ 0.878519] [c5] FIPS: self-tests for ecb(aes-asm) (ecb(aes)) passed 617 <6>[ 0.878947] [c7] FIPS: self-tests for ecb(aes-asm) (ecb(aes)) passed 620 <6>[ 0.881575] [c5] FIPS: self-tests for ecb(des3_ede-generic) (ecb(des3_ede)) passed 621 <6>[ 0.882634] [c7] FIPS: self-tests for ecb(des3_ede-generic) (ecb(des3_ede)) passed
|
D | galaxy-s6.log | 756 [ 0.540482] [7: cryptomgr_test: 1001] FIPS: self-tests for non-FIPS ecb-cipher_null (ecb(cipher… 770 [ 0.541863] [7: cryptomgr_test: 1028] FIPS: self-tests for non-FIPS ecb(arc4)-generic (ecb(arc4… 775 [ 0.542942] [7: cryptomgr_test: 1038] FIPS: self-tests for ecb(aes-ce) (ecb(aes)) passed 2962 [ 4.233266] [5: cryptomgr_test: 2937] FIPS: self-tests for ecb(aes-generic) (ecb(aes)) passed 2963 [ 4.233409] [4:init.sec.boot.s: 2930] FIPS: self-tests for ecb(aes-generic) (ecb(aes)) passed 2969 [ 4.236663] [5:init.sec.boot.s: 2930] FIPS: self-tests for ecb(aes-ce) (ecb(aes)) passed 2975 [ 4.240277] [7: cryptomgr_test: 3000] FIPS: self-tests for ecb(des3_ede-generic) (ecb(des3_ede)… 2976 [ 4.240622] [5:init.sec.boot.s: 2930] FIPS: self-tests for ecb(des3_ede-generic) (ecb(des3_ede)…
|
D | galaxy-s7-global.log | 714 [ 1.453812] [6: cryptomgr_test: 986] FIPS: self-tests for non-FIPS ecb-cipher_null (ecb(cipher… 728 [ 1.458143] [7: cryptomgr_test: 1014] FIPS: self-tests for non-FIPS ecb(arc4)-generic (ecb(arc4… 733 [ 1.460253] [7: cryptomgr_test: 1020] FIPS: self-tests for ecb(aes-ce) (ecb(aes)) passed 2942 [ 3.634844] [6: cryptomgr_test: 3026] FIPS: self-tests for ecb(aes-generic) (ecb(aes)) passed 2943 [ 3.635031] [4: sh: 3023] FIPS: self-tests for ecb(aes-generic) (ecb(aes)) passed 2949 [ 3.636839] [4: sh: 3023] FIPS: self-tests for ecb(aes-ce) (ecb(aes)) passed 2955 [ 3.638721] [7: cryptomgr_test: 3044] FIPS: self-tests for ecb(des3_ede-generic) (ecb(des3_ede)… 2956 [ 3.639120] [6: sh: 3023] FIPS: self-tests for ecb(des3_ede-generic) (ecb(des3_ede)…
|
D | oppo-a37.log | 637 <6>[ 2.075785] (0)[1:swapper/0]qcrypto 720000.qcrypto: qcrypto-ecb-aes 640 <6>[ 2.076118] (1)[1:swapper/0]qcrypto 720000.qcrypto: qcrypto-ecb-des 642 <6>[ 2.076295] (1)[1:swapper/0]qcrypto 720000.qcrypto: qcrypto-ecb-3des
|
D | moto-g-gen3.log | 338 [ 1.115542,1] qcrypto 720000.qcrypto: qcrypto-ecb-aes 341 [ 1.115870,0] qcrypto 720000.qcrypto: qcrypto-ecb-des 343 [ 1.116067,0] qcrypto 720000.qcrypto: qcrypto-ecb-3des
|
D | lg-k10-eu.log | 931 <6>[ 1.060046 / 01-01 00:00:01.029] qcrypto 720000.qcrypto: qcrypto-ecb-aes 934 <6>[ 1.060432 / 01-01 00:00:01.029] qcrypto 720000.qcrypto: qcrypto-ecb-des 936 <6>[ 1.060650 / 01-01 00:00:01.039] qcrypto 720000.qcrypto: qcrypto-ecb-3des
|
D | moto-g-gen4.log | 752 [ 3.188650,4] qcrypto 720000.qcrypto: qcrypto-ecb-aes 755 [ 3.189023,4] qcrypto 720000.qcrypto: qcrypto-ecb-des 757 [ 3.189248,4] qcrypto 720000.qcrypto: qcrypto-ecb-3des
|
D | moto-g-gen5.log | 122 [ 0.649269,2] qcrypto 720000.qcrypto: qcrypto-ecb-aes 125 [ 0.649573,2] qcrypto 720000.qcrypto: qcrypto-ecb-des 127 [ 0.649772,2] qcrypto 720000.qcrypto: qcrypto-ecb-3des
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatHandler.java | 2395 String ecb = tznb.getExemplarLocationName(tzid); in hasSameBehavior() local 2397 if (!eca.equals(ecb)) { in hasSameBehavior()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | FormatHandler.java | 2398 String ecb = tznb.getExemplarLocationName(tzid); in hasSameBehavior() local 2400 if (!eca.equals(ecb)) { in hasSameBehavior()
|