/third_party/node/test/js-native-api/test_general/ |
D | testFinalizer.js | 8 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/ |
D | CMS_add1_signer.pod | 31 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.
|
D | PKCS7_sign_add_signer.pod | 30 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.
|
D | CMS_EnvelopedData_create.pod | 42 The B<CMS_ContentInfo> structure needs to be finalized using L<CMS_final(3)>
|
D | EVP_VerifyInit.pod | 67 Since only a copy of the digest context is ever finalized the context must
|
D | EVP_SignInit.pod | 72 Since only a copy of the digest context is ever finalized the context must
|
/third_party/python/Lib/distutils/ |
D | cmd.py | 92 self.finalized = 0 106 if not self.finalized: 108 self.finalized = 1
|
D | dist.py | 942 if not command.finalized: 945 command.finalized = 0
|
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
D | 804.spv.expected.glsl | 3 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
|
D | 804.spv.expected.wgsl | 3 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
|
D | 804.spv.expected.msl | 3 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
|
D | 804.spv.expected.spvasm | 3 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
|
D | 804.spv.expected.hlsl | 20 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
|
/third_party/python/Lib/test/ |
D | test_generators.py | 71 finalized = False 73 nonlocal finalized 78 finalized = True 84 self.assertFalse(finalized) 87 self.assertTrue(finalized)
|
D | test_asyncgen.py | 1431 finalized = 0 1434 nonlocal finalized 1440 finalized += 1 1462 self.assertEqual(finalized, 2)
|
/third_party/mesa3d/docs/relnotes/ |
D | 9.0.1.rst | 124 - st/mesa: Fix source miptree level for copying data to finalized 126 - st/mesa: Fix assertions for copying texture image to finalized
|
D | 8.0.5.rst | 225 - st/mesa: Fix source miptree level for copying data to finalized 227 - st/mesa: Fix assertions for copying texture image to finalized
|
D | 6.1 | 23 hasn't been finalized yet.
|
D | 11.1.4.rst | 103 - st/mesa: fix blit-based GetTexImage for non-finalized textures
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | lws-spa.c | 91 char finalized; member 649 if (spa->finalized) in lws_spa_process() 684 spa->finalized = 1; in lws_spa_finalize()
|
/third_party/skia/experimental/docs/ |
D | animationCommon.js | 43 if (animation.finalized) { 46 animation.finalized = true;
|
/third_party/flutter/skia/experimental/docs/ |
D | animationCommon.js | 43 if (animation.finalized) { 46 animation.finalized = true;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | ModifyStruct.cpp | 308 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/ |
D | README.rst | 158 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/ |
D | README.rst | 158 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
|