/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/boost/libs/mpi/src/ |
D | mpi_datatype_cache.cpp | 31 int finalized=0; in clear() local 32 BOOST_MPI_CHECK_RESULT(MPI_Finalized,(&finalized)); in clear() 33 if (!finalized) { in clear()
|
D | environment.cpp | 143 } else if (!finalized()) { in ~environment() 162 bool environment::finalized() in finalized() function in boost::mpi::environment
|
/third_party/boost/boost/mpi/ |
D | skeleton_and_content_types.hpp | 117 int finalized=0; in ~mpi_datatype_holder() local 118 BOOST_MPI_CHECK_RESULT(MPI_Finalized,(&finalized)); in ~mpi_datatype_holder() 119 if (!finalized && is_committed) in ~mpi_datatype_holder()
|
D | group.hpp | 189 int finalized; in operator ()() local 190 BOOST_MPI_CHECK_RESULT(MPI_Finalized, (&finalized)); in operator ()() 191 if (!finalized) in operator ()()
|
D | environment.hpp | 195 static bool finalized();
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/distribute/ |
D | mpi_collective_group.cc | 28 int finalized; in FinalizeMPI() local 29 (void)MPI_Finalized(&finalized); in FinalizeMPI() 30 if (finalized == 0) { in FinalizeMPI()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/distribution/ |
D | mpi_wrapper.cc | 29 int finalized; in ~MPIWrapper() local 30 MPI_Finalized(&finalized); in ~MPIWrapper() 31 if (finalized == 0) { in ~MPIWrapper()
|
/third_party/openssl/doc/man3/ |
D | PKCS7_sign_add_signer.pod | 29 is not complete and must be finalized either by streaming (if applicable) or 46 returned PKCS7 structure will be valid and finalized when this flag is set. 49 B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes 72 before it is finalized.
|
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.
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/mpi/ |
D | mpi_adapter.cc | 84 int finalized; in ~MPIAdapter() local 85 MPI_Finalized(&finalized); in ~MPIAdapter() 86 if (finalized != 0) { in ~MPIAdapter()
|
/third_party/python/Lib/distutils/ |
D | cmd.py | 92 self.finalized = 0 106 if not self.finalized: 108 self.finalized = 1
|
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
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.wgsl | 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.glsl | 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/boost/boost/geometry/algorithms/detail/overlay/ |
D | visit_info.hpp | 54 inline bool finalized() const { return m_final; } in finalized() function in boost::geometry::detail::overlay::visit_info
|
/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)
|
/third_party/glib/gio/tests/ |
D | socket-service.c | 102 gboolean finalized; /* (atomic) */ variable 123 g_atomic_int_set (&finalized, TRUE); in test_threaded_socket_service_finalize() 238 while (!g_atomic_int_get (&finalized)) in test_threaded_712570()
|
/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
|
/third_party/boost/libs/mpi/src/python/ |
D | py_environment.cpp | 106 def("finalized", &environment::finalized, in export_environment()
|
/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/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()
|