Searched refs:seal (Results 1 – 25 of 31) sorted by relevance
12
29 mock.seal(m)38 mock.seal(m)46 mock.seal(m)54 mock.seal(m)63 mock.seal(m)69 mock.seal(m)75 mock.seal(m)82 mock.seal(m)90 mock.seal(m)103 mock.seal(m)[all …]
38 void (* seal )(struct skc_composition_impl * const impl); member
27 void (* seal )(struct skc_styling_impl * const impl); member
47 composition->seal(composition->impl); in skc_composition_seal()
50 styling->seal(styling->impl); in skc_styling_seal()
60 static tsi_result seal(alts_frame_protector* impl) { in seal() function106 tsi_result result = seal(impl); in alts_protect_flush()
329 (*styling)->seal = skc_styling_pfn_seal; in skc_styling_cl_12_create()
777 (*composition)->seal = skc_composition_pfn_seal; in skc_composition_cl_12_create()
1501 uint32_t seal = s->last_bytes_; in InjectBytePaddingBlock() local1507 seal |= 0x6u << seal_bits; in InjectBytePaddingBlock()1517 destination[0] = (uint8_t)seal; in InjectBytePaddingBlock()1518 if (seal_bits > 8) destination[1] = (uint8_t)(seal >> 8); in InjectBytePaddingBlock()1519 if (seal_bits > 16) destination[2] = (uint8_t)(seal >> 16); in InjectBytePaddingBlock()
2442 def seal(mock): function2461 seal(m)
557 if (!method->seal(ssl, ptr, &out_len, max_out, session_buf, in ssl_encrypt_ticket_with_method()
564 卩>'[seal]';3850 篆>'[seal script]';4020 綬>'[silk ribbon attached as a seal]';4042 緘>'[seal]';
2409 .. function:: seal(mock)2415 it won't be considered in the sealing chain. This allows one to prevent seal from2421 >>> seal(mock)
2135 int (*seal)(SSL *ssl, uint8_t *out, size_t *out_len, size_t max_out_len, member
1040 Add new function to seal a mock and prevent the automatically creation of
1515 The new :func:`~unittest.mock.seal` function allows sealing1517 of attribute mocks. The seal is applied recursively to all attributes that
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
1932 绶 < silk\-ribbon\-attached\-as\-a\-seal;3541 蓋章 < to\-affix\-a\-seal\-\(to\-sth\);10545 篆 < seal\-script;20610 缄 < seal;26673 蓋章 > to\-affix\-a\-seal\-\(to\-sth\);35066 記號 > seal;35504 海豹 > seal;35687 印證 > seal;35770 印章 > seal;37246 绶 > silk\-ribbon\-attached\-as\-a\-seal;[all …]
41450 Optimize Object.seal and Object.preventExtensions (issue 3662, Chromium44251 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)47531 Do not redefine properties unneccesarily in seal and freeze. (issue48396 Fixed bug in Object.freeze and Object.seal when Array.prototype or48482 Object.seal and Object.freeze return the modified object (issue 809).48556 Added ES5 Object.seal and Object.isSealed.