Home
last modified time | relevance | path

Searched refs:seal (Results 1 – 25 of 31) sorted by relevance

12

/external/python/cpython3/Lib/unittest/test/testmock/
Dtestsealable.py29 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 …]
/external/skqp/src/compute/skc/
Dcomposition.h38 void (* seal )(struct skc_composition_impl * const impl); member
Dstyling.h27 void (* seal )(struct skc_styling_impl * const impl); member
Dcomposition.c47 composition->seal(composition->impl); in skc_composition_seal()
Dstyling.c50 styling->seal(styling->impl); in skc_styling_seal()
/external/skia/src/compute/skc/
Dcomposition.h38 void (* seal )(struct skc_composition_impl * const impl); member
Dstyling.h27 void (* seal )(struct skc_styling_impl * const impl); member
Dcomposition.c47 composition->seal(composition->impl); in skc_composition_seal()
Dstyling.c50 styling->seal(styling->impl); in skc_styling_seal()
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc60 static tsi_result seal(alts_frame_protector* impl) { in seal() function
106 tsi_result result = seal(impl); in alts_protect_flush()
/external/skia/src/compute/skc/platforms/cl_12/
Dstyling_cl_12.c329 (*styling)->seal = skc_styling_pfn_seal; in skc_styling_cl_12_create()
Dcomposition_cl_12.c777 (*composition)->seal = skc_composition_pfn_seal; in skc_composition_cl_12_create()
/external/skqp/src/compute/skc/platforms/cl_12/
Dstyling_cl_12.c329 (*styling)->seal = skc_styling_pfn_seal; in skc_styling_cl_12_create()
Dcomposition_cl_12.c777 (*composition)->seal = skc_composition_pfn_seal; in skc_composition_cl_12_create()
/external/brotli/c/enc/
Dencode.c1501 uint32_t seal = s->last_bytes_; in InjectBytePaddingBlock() local
1507 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()
/external/python/cpython3/Lib/unittest/
Dmock.py2442 def seal(mock): function
2461 seal(m)
/external/boringssl/src/ssl/
Dssl_session.cc557 if (!method->seal(ssl, ptr, &out_len, max_out, session_buf, in ssl_encrypt_ticket_with_method()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt564 卩>'[seal]';
3850 篆>'[seal script]';
4020 綬>'[silk ribbon attached as a seal]';
4042 緘>'[seal]';
/external/python/cpython3/Doc/library/
Dunittest.mock.rst2409 .. function:: seal(mock)
2415 it won't be considered in the sealing chain. This allows one to prevent seal from
2421 >>> seal(mock)
/external/boringssl/src/include/openssl/
Dssl.h2135 int (*seal)(SSL *ssl, uint8_t *out, size_t *out_len, size_t max_out_len, member
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a3.rst1040 Add new function to seal a mock and prevent the automatically creation of
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1515 The new :func:`~unittest.mock.seal` function allows sealing
1517 of attribute mocks. The seal is applied recursively to all attributes that
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.text_3.6.300.v20180430-1330.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1932 绶 < 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 …]
/external/v8/
DChangeLog41450 Optimize Object.seal and Object.preventExtensions (issue 3662, Chromium
44251 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)
47531 Do not redefine properties unneccesarily in seal and freeze. (issue
48396 Fixed bug in Object.freeze and Object.seal when Array.prototype or
48482 Object.seal and Object.freeze return the modified object (issue 809).
48556 Added ES5 Object.seal and Object.isSealed.

12