Home
last modified time | relevance | path

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

12345

/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/boost/libs/mpi/src/
Dmpi_datatype_cache.cpp31 int finalized=0; in clear() local
32 BOOST_MPI_CHECK_RESULT(MPI_Finalized,(&finalized)); in clear()
33 if (!finalized) { in clear()
Denvironment.cpp143 } else if (!finalized()) { in ~environment()
162 bool environment::finalized() in finalized() function in boost::mpi::environment
/third_party/boost/boost/mpi/
Dskeleton_and_content_types.hpp117 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()
Dgroup.hpp189 int finalized; in operator ()() local
190 BOOST_MPI_CHECK_RESULT(MPI_Finalized, (&finalized)); in operator ()()
191 if (!finalized) in operator ()()
Denvironment.hpp195 static bool finalized();
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/distribute/
Dmpi_collective_group.cc28 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/
Dmpi_wrapper.cc29 int finalized; in ~MPIWrapper() local
30 MPI_Finalized(&finalized); in ~MPIWrapper()
31 if (finalized == 0) { in ~MPIWrapper()
/third_party/openssl/doc/man3/
DPKCS7_sign_add_signer.pod29 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.
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.
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/mpi/
Dmpi_adapter.cc84 int finalized; in ~MPIAdapter() local
85 MPI_Finalized(&finalized); in ~MPIAdapter()
86 if (finalized != 0) { in ~MPIAdapter()
/third_party/python/Lib/distutils/
Dcmd.py92 self.finalized = 0
106 if not self.finalized:
108 self.finalized = 1
/third_party/skia/third_party/externals/tint/test/bug/tint/
D804.spv.expected.msl3 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.spvasm3 error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565:…
D804.spv.expected.glsl3 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/boost/boost/geometry/algorithms/detail/overlay/
Dvisit_info.hpp54 inline bool finalized() const { return m_final; } in finalized() function in boost::geometry::detail::overlay::visit_info
/third_party/python/Lib/test/
Dtest_generators.py71 finalized = False
73 nonlocal finalized
78 finalized = True
84 self.assertFalse(finalized)
87 self.assertTrue(finalized)
/third_party/glib/gio/tests/
Dsocket-service.c102 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/
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
/third_party/boost/libs/mpi/src/python/
Dpy_environment.cpp106 def("finalized", &environment::finalized, in export_environment()
/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/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()

12345