Home
last modified time | relevance | path

Searched refs:finalized (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/node/test/js-native-api/test_general/
DtestFinalizer.js8 let finalized = {}; variable
12 test_general.addFinalizerOnly(finalized, callback);
13 test_general.addFinalizerOnly(finalized, callback);
16 assert.throws(() => test_general.unwrap(finalized),
20 assert.throws(() => test_general.removeWrap(finalized),
22 finalized = null;
/third_party/openssl/doc/man3/
DCMS_add1_signer.pod31 structure is not complete and must be finalized either by streaming (if
53 The returned CMS_ContentInfo structure will be valid and finalized when this
57 CMS_SignerInfo structure will not be finalized so additional attributes
86 before it is finalized.
DPKCS7_sign_add_signer.pod30 is not complete and must be finalized either by streaming (if applicable) or
47 returned B<PKCS7> structure will be valid and finalized when this flag is set.
50 B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes
72 before it is finalized.
DCMS_EnvelopedData_create.pod42 The B<CMS_ContentInfo> structure needs to be finalized using L<CMS_final(3)>
DEVP_VerifyInit.pod67 Since only a copy of the digest context is ever finalized the context must
DEVP_SignInit.pod72 Since only a copy of the digest context is ever finalized the context must
/third_party/python/Lib/distutils/
Dcmd.py92 self.finalized = 0
106 if not self.finalized:
108 self.finalized = 1
Ddist.py942 if not command.finalized:
945 command.finalized = 0
/third_party/skia/third_party/externals/tint/test/bug/tint/
D804.spv.expected.glsl3 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
D804.spv.expected.wgsl3 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
D804.spv.expected.msl3 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
D804.spv.expected.spvasm3 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
D804.spv.expected.hlsl20 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
/third_party/python/Lib/test/
Dtest_generators.py71 finalized = False
73 nonlocal finalized
78 finalized = True
84 self.assertFalse(finalized)
87 self.assertTrue(finalized)
Dtest_asyncgen.py1431 finalized = 0
1434 nonlocal finalized
1440 finalized += 1
1462 self.assertEqual(finalized, 2)
/third_party/mesa3d/docs/relnotes/
D9.0.1.rst124 - st/mesa: Fix source miptree level for copying data to finalized
126 - st/mesa: Fix assertions for copying texture image to finalized
D8.0.5.rst225 - st/mesa: Fix source miptree level for copying data to finalized
227 - st/mesa: Fix assertions for copying texture image to finalized
D6.123 hasn't been finalized yet.
D11.1.4.rst103 - st/mesa: fix blit-based GetTexImage for non-finalized textures
/third_party/libwebsockets/lib/roles/http/server/
Dlws-spa.c91 char finalized; member
649 if (spa->finalized) in lws_spa_process()
684 spa->finalized = 1; in lws_spa_finalize()
/third_party/skia/experimental/docs/
DanimationCommon.js43 if (animation.finalized) {
46 animation.finalized = true;
/third_party/flutter/skia/experimental/docs/
DanimationCommon.js43 if (animation.finalized) {
46 animation.finalized = true;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp308 ASSERT(!finalized); in finalize()
309 finalized = true; in finalize()
618 bool finalized = false; member in __anon257fa91d0111::ConvertStructState
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DREADME.rst158 There is a helper script, ``pydir/szbuild.py``, that translates a finalized pexe
174 Spec2K is set up in the usual place in the Native Client tree, and the finalized
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DREADME.rst158 There is a helper script, ``pydir/szbuild.py``, that translates a finalized pexe
174 Spec2K is set up in the usual place in the Native Client tree, and the finalized

1234