/third_party/node/test/parallel/ |
D | test-repl-recoverable.js | 9 let recovered = false; variable 22 recovered = true; 38 assert(recovered, 'REPL never recovered');
|
/third_party/openssl/test/ |
D | sm2_internal_test.c | 152 uint8_t *recovered = NULL; in test_sm2_crypt() local 192 recovered = OPENSSL_zalloc(ptext_len); in test_sm2_crypt() 193 if (!TEST_ptr(recovered) in test_sm2_crypt() 194 || !TEST_true(sm2_decrypt(key, digest, ctext, ctext_len, recovered, &recovered_len)) in test_sm2_crypt() 196 || !TEST_mem_eq(recovered, recovered_len, message, msg_len)) in test_sm2_crypt() 204 OPENSSL_free(recovered); in test_sm2_crypt()
|
/third_party/openssl/doc/man3/ |
D | EVP_OpenInit.pod | 41 cipher then the key length will be set to the value of the recovered 42 key length. If the cipher is a fixed length cipher then the recovered 48 recovered secret key size) if successful.
|
D | RSA_padding_add_PKCS1_type_1.pod | 108 encoding method and stores the recovered data of at most B<tlen> bytes 123 recovered data, -1 on error. Error codes can be obtained by calling
|
D | RSA_private_encrypt.pod | 55 recovered message digest.
|
D | EVP_PKEY_verify_recover.pod | 26 B<rout> buffer, if the call is successful recovered data is written to
|
D | RAND_add.pod | 54 The content of B<buf> cannot be recovered from subsequent random generator output.
|
D | RSA_public_encrypt.pod | 78 recovered plaintext. A return value of 0 is not an error and
|
/third_party/ffmpeg/libavcodec/ |
D | h264_picture.c | 123 dst->recovered = src->recovered; in ff_h264_ref_picture()
|
D | h264_slice.c | 499 pic->recovered = 0; in h264_frame_start() 1428 if (out->recovered) { in h264_select_output_frame() 1433 out->recovered |= !!(h->frame_recovered & FRAME_RECOVERED_SEI); in h264_select_output_frame() 1435 if (!out->recovered) { in h264_select_output_frame() 1713 h->cur_pic_ptr->recovered = 1; in h264_field_start() 1720 h->cur_pic_ptr->recovered |= h->frame_recovered; in h264_field_start() 1722 h->cur_pic_ptr->recovered |= !!(h->frame_recovered & FRAME_RECOVERED_IDR); in h264_field_start()
|
D | h264dec.h | 162 int recovered; ///< picture at IDR or recovery point + recovery count member
|
D | h264_refs.c | 825 h->cur_pic_ptr->recovered |= 1; in ff_h264_execute_ref_pic_marking()
|
D | h264dec.c | 880 out->recovered)) { in finalize_frame()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | TrieMapTest.java | 124 String recovered = TrieMap.ByteConverter.getChars(bytes, 0, limit); in TestByteConversion() local 125 if (!source.equals(recovered)) { in TestByteConversion() 126 assertEquals("Char/Byte Conversion", source, recovered); in TestByteConversion()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TrieMapTest.java | 121 String recovered = TrieMap.ByteConverter.getChars(bytes, 0, limit); in TestByteConversion() local 122 if (!source.equals(recovered)) { in TestByteConversion() 123 assertEquals("Char/Byte Conversion", source, recovered); in TestByteConversion()
|
/third_party/openssl/doc/man1/ |
D | rsautl.pod | 76 Verify the input data and output the recovered data. 205 which it can be seen agrees with the recovered value above.
|
D | pkeyutl.pod | 112 Verify the input data (which must be a hash) and output the recovered data.
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristsrc.c | 718 guint64 total_dropped = 0, total_received = 0, recovered = 0, lost = 0; in gst_rist_src_create_stats() local 777 "rtx-success-count", G_TYPE_UINT64, &recovered, in gst_rist_src_create_stats() 784 "recovered", G_TYPE_UINT64, recovered, in gst_rist_src_create_stats()
|
/third_party/boost/libs/algorithm/doc/ |
D | boyer_moore.qbk | 21 …otprint and startup costs than a simpler algorithm, but these costs are recovered quickly during t…
|
/third_party/boost/libs/math/doc/statistics/ |
D | signal_statistics.qbk | 94 … to very high accuracy with the sample Gini coefficient and can easily be recovered by a rescaling.
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | CHANGES | 214 * Remove 512-MB limitation on recovered file size for bzip2recover
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | CHANGES | 214 * Remove 512-MB limitation on recovered file size for bzip2recover
|
/third_party/bzip2/ |
D | CHANGES | 214 * Remove 512-MB limitation on recovered file size for bzip2recover
|
/third_party/ffmpeg/doc/ |
D | fftools-common-opts.texi | 218 Show all errors, including ones which can be recovered from.
|
/third_party/icu/icu4c/source/test/testdata/ |
D | rbbitst.txt | 52 •In the meantime Mr. •Weston arrived with his small ship, which he had now recovered. •Capt. •Gorge… 57 •In the meantime Mr. Weston arrived with his small ship, which he had now recovered. •Capt. Gorges,… 74 •In the meantime Mr. •Weston arrived with his small ship, which he had now recovered. •Capt. •Gorge… 80 •In the meantime Mr. •Weston arrived with his small ship, which he had now recovered. •Capt. •Gorge…
|