Home
last modified time | relevance | path

Searched refs:entity_counts (Results 1 – 25 of 30) sorted by relevance

12

/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/
H A Dcombinatorics.i14 my_enumerate_necklaces( std::vector<unsigned int> entity_counts) in my_enumerate_necklaces() argument
18 entity_counts.push_back(0); in my_enumerate_necklaces()
19 unsigned int **result = vrna_enumerate_necklaces((const unsigned int *)&entity_counts[0]); in my_enumerate_necklaces()
23 …for(std::vector<unsigned int>::iterator it = entity_counts.begin(); it != entity_counts.end(); ++i… in my_enumerate_necklaces()
76 std::vector<std::vector<int> > my_enumerate_necklaces( std::vector<unsigned int> entity_counts);
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate_drupal_ui/tests/src/Functional/
H A DMigrateUpgradeTestBase.php232 * @param array $entity_counts
238 protected function assertUpgrade(array $entity_counts) { argument
248 ksort($entity_counts);
249 $expected_count_keys = array_keys($entity_counts);
258 $this->assertSame($entity_counts, $actual_entity_counts);
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/src/
H A Dex_put_entity_count_per_polyhedra.c58 const int *entity_counts) in ex_put_entity_count_per_polyhedra() argument
112 status = nc_put_var_int(exoid, npeid, entity_counts); in ex_put_entity_count_per_polyhedra()
H A Dex_get_entity_count_per_polyhedra.c57 int *entity_counts) in ex_get_entity_count_per_polyhedra() argument
111 status = nc_get_var_int(exoid, npeid, entity_counts); in ex_get_entity_count_per_polyhedra()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/Lib/src/
H A Dexpecpp.c58 const int *entity_counts) in ex_put_entity_count_per_polyhedra() argument
112 status = nc_put_var_int(exoid, npeid, entity_counts); in ex_put_entity_count_per_polyhedra()
H A Dexgecpp.c57 int *entity_counts) in ex_get_entity_count_per_polyhedra() argument
111 status = nc_get_var_int(exoid, npeid, entity_counts); in ex_get_entity_count_per_polyhedra()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/exodusII/vtkexodusII/
H A Dexgecpp.c57 int *entity_counts) in ex_get_entity_count_per_polyhedra() argument
111 status = nc_get_var_int(exoid, npeid, entity_counts); in ex_get_entity_count_per_polyhedra()
H A Dexpecpp.c58 const int *entity_counts) in ex_put_entity_count_per_polyhedra() argument
112 status = nc_put_var_int(exoid, npeid, entity_counts); in ex_put_entity_count_per_polyhedra()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dmalltv.py66 entity_counts = video.get('EntityCounts') or {}
69 v = entity_counts.get(k + 's') or {}
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dmalltv.py66 entity_counts = video.get('EntityCounts') or {}
69 v = entity_counts.get(k + 's') or {}
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_put_entity_count_per_polyhedra.c57 const int *entity_counts) in ex_put_entity_count_per_polyhedra() argument
106 status = nc_put_var_int(exoid, npeid, entity_counts); in ex_put_entity_count_per_polyhedra()
H A Dex_get_entity_count_per_polyhedra.c57 int *entity_counts) in ex_get_entity_count_per_polyhedra() argument
106 status = nc_get_var_int(exoid, npeid, entity_counts); in ex_get_entity_count_per_polyhedra()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_get_entity_count_per_polyhedra.c27 int *entity_counts) in ex_get_entity_count_per_polyhedra() argument
78 status = nc_get_var_int(exoid, npeid, entity_counts); in ex_get_entity_count_per_polyhedra()
H A Dex_put_entity_count_per_polyhedra.c27 const int *entity_counts) in ex_put_entity_count_per_polyhedra() argument
78 status = nc_put_var_int(exoid, npeid, entity_counts); in ex_put_entity_count_per_polyhedra()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dcombinatorics.c101 vrna_enumerate_necklaces(const unsigned int *entity_counts) in vrna_enumerate_necklaces() argument
109 if (entity_counts) in vrna_enumerate_necklaces()
110 for (i = 0; entity_counts[i] > 0; i++) in vrna_enumerate_necklaces()
115 n += entity_counts[i]; in vrna_enumerate_necklaces()
121 content[i].count = entity_counts[i]; in vrna_enumerate_necklaces()
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/sdr/
H A Dipmi-sdr-stats.c71 entity = &(ctx->entity_counts[entity_id]);
242 rv = ctx->entity_counts[entity_id].entity_instances_count;
H A Dipmi-sdr-defs.h160 struct ipmi_sdr_entity_count entity_counts[IPMI_MAX_ENTITY_IDS]; member
H A Dipmi-sdr-common.c78 memset (ctx->entity_counts, in sdr_init_ctx()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/components/webui/sync_internals/
H A Dsync_internals_message_handler.h87 const std::vector<syncer::TypeEntitiesCount>& entity_counts);
H A Dsync_internals_message_handler.mm280 const std::vector<syncer::TypeEntitiesCount>& entity_counts) {
282 for (const syncer::TypeEntitiesCount& count : entity_counts) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Dsync_internals_message_handler.h112 const std::vector<syncer::TypeEntitiesCount>& entity_counts);
H A Dsync_internals_message_handler.cc391 const std::vector<syncer::TypeEntitiesCount>& entity_counts) { in OnGotEntityCounts() argument
393 for (const syncer::TypeEntitiesCount& count : entity_counts) { in OnGotEntityCounts()
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/include/
H A DexodusII.h727 const int *entity_counts);
732 int *entity_counts);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/include/
H A DexodusII.h675 ex_entity_id blk_id, const int *entity_counts);
678 ex_entity_id blk_id, int *entity_counts);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/include/
H A DexodusII.h872 ex_entity_id blk_id, const int *entity_counts);
875 ex_entity_id blk_id, int *entity_counts);

12