Home
last modified time | relevance | path

Searched refs:recovered (Results 1 - 14 of 14) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-repl-recoverable.js9 let recovered = false;
22 recovered = true;
38 assert(recovered, 'REPL never recovered');
/third_party/openssl/test/
H A Dsm2_internal_test.c148 uint8_t *recovered = NULL; in test_sm2_crypt() local
190 recovered = OPENSSL_zalloc(ptext_len); in test_sm2_crypt()
191 if (!TEST_ptr(recovered) in test_sm2_crypt()
193 recovered, &recovered_len)) in test_sm2_crypt()
195 || !TEST_mem_eq(recovered, recovered_len, message, msg_len)) in test_sm2_crypt()
203 OPENSSL_free(recovered); in test_sm2_crypt()
/third_party/ffmpeg/libavcodec/
H A Dh264_picture.c83 dst->recovered = src->recovered; in h264_copy_picture_params()
H A Dh264_slice.c520 pic->recovered = 0; in h264_frame_start()
1514 if (out->recovered) { in h264_select_output_frame()
1516 // display order are "recovered". in h264_select_output_frame()
1519 out->recovered |= !!(h->frame_recovered & FRAME_RECOVERED_SEI); in h264_select_output_frame()
1521 if (!out->recovered) { in h264_select_output_frame()
1804 h->cur_pic_ptr->recovered = 1; in h264_field_start()
1807 // "recovered". in h264_field_start()
1811 h->cur_pic_ptr->recovered |= h->frame_recovered; in h264_field_start()
1813 h->cur_pic_ptr->recovered |= !!(h->frame_recovered & FRAME_RECOVERED_IDR); in h264_field_start()
H A Dh264dec.h147 int recovered; ///< picture at IDR or recovery point + recovery count member
523 int frame_recovered; ///< Initial frame has been completely recovered
H A Dh264dec.c905 out->recovered)) { in finalize_frame()
H A Dh264_refs.c824 h->cur_pic_ptr->recovered |= 1; in ff_h264_execute_ref_pic_marking()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMapTest.java124 String recovered = TrieMap.ByteConverter.getChars(bytes, 0, limit); in TestByteConversion()
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/
H A DTrieMapTest.java121 String recovered = TrieMap.ByteConverter.getChars(bytes, 0, limit); in TestByteConversion()
122 if (!source.equals(recovered)) { in TestByteConversion()
123 assertEquals("Char/Byte Conversion", source, recovered); in TestByteConversion()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm172 // result in $r6d. The exponent will be recovered later.
211 // The exponent is recovered by adding what we added to the exponent.
H A Dgk110.asm149 // result in $r6d. The exponent will be recovered later.
184 // The exponent is recovered by adding what we added to the exponent.
H A Dgk104.asm607 // result in $r6d. The exponent will be recovered later.
642 // The exponent is recovered by adding what we added to the exponent.
/third_party/rust/crates/syn/tests/common/
H A Deq.rs587 spanless_eq_enum!(VariantData; Struct(fields recovered) Tuple(0 1) Unit(0));
/third_party/sqlite/src/
H A Dshell.c12450 ** handle, then data is recovered into a new database, identified by
12455 ** If sqlite3_recover_init_sql() is invoked, then any recovered data will
12505 ** recovered part of the schema, data is extracted from these
12524 ** clear, then new rowids are assigned to all recovered rows. The
12539 ** recovered data. This is slower overall, but avoids the slow call
12557 ** considered an error if some or all of the data cannot be recovered
12653 ** definitions recovered from the sqlite_schema table, each table is
12658 ** not) the same in the recovered database.
12682 ** and populated as part of creating the recovered database schema in
12683 ** the output database, before any non-schema data are recovered
[all...]

Completed in 54 milliseconds