Home
last modified time | relevance | path

Searched refs:count_children (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mem3/src/
H A Dmem3_reshard_job_sup.erl21 count_children/0,
41 count_children() -> function
42 Props = supervisor:count_children(?MODULE),
/dports/devel/elixir-gen_stage/gen_stage-0.14.0/test/
H A Dconsumer_supervisor_test.exs196 assert %{active: 1} = ConsumerSupervisor.count_children(pid)
200 assert %{active: 1} = ConsumerSupervisor.count_children(pid)
273 assert %{workers: 0, active: 0} = ConsumerSupervisor.count_children(pid)
277 assert %{workers: 0, active: 0} = ConsumerSupervisor.count_children(pid)
286 assert %{workers: 0, active: 0} = ConsumerSupervisor.count_children(pid)
290 assert %{workers: 0, active: 0} = ConsumerSupervisor.count_children(pid)
294 assert %{workers: 1, active: 1} = ConsumerSupervisor.count_children(pid)
309 assert %{workers: 1, active: 1} = ConsumerSupervisor.count_children(pid)
319 assert %{workers: 2, active: 2} = ConsumerSupervisor.count_children(pid)
330 assert %{workers: 2, active: 2} = ConsumerSupervisor.count_children(pid)
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/test/elixir/
H A Ddynamic_supervisor_test.exs176 assert %{active: 1} = DynamicSupervisor.count_children(pid)
179 assert %{active: 1} = DynamicSupervisor.count_children(pid)
275 assert %{workers: 0, active: 0} = DynamicSupervisor.count_children(pid)
279 assert %{workers: 0, active: 0} = DynamicSupervisor.count_children(pid)
288 assert %{workers: 0, active: 0} = DynamicSupervisor.count_children(pid)
292 assert %{workers: 0, active: 0} = DynamicSupervisor.count_children(pid)
296 assert %{workers: 1, active: 1} = DynamicSupervisor.count_children(pid)
305 assert %{workers: 1, active: 1} = DynamicSupervisor.count_children(pid)
309 assert %{workers: 2, active: 2} = DynamicSupervisor.count_children(pid)
313 assert %{workers: 3, active: 3} = DynamicSupervisor.count_children(pid)
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/
H A Ddynamic_supervisor_test.exs176 assert %{active: 1} = DynamicSupervisor.count_children(pid)
179 assert %{active: 1} = DynamicSupervisor.count_children(pid)
275 assert %{workers: 0, active: 0} = DynamicSupervisor.count_children(pid)
279 assert %{workers: 0, active: 0} = DynamicSupervisor.count_children(pid)
288 assert %{workers: 0, active: 0} = DynamicSupervisor.count_children(pid)
292 assert %{workers: 0, active: 0} = DynamicSupervisor.count_children(pid)
296 assert %{workers: 1, active: 1} = DynamicSupervisor.count_children(pid)
305 assert %{workers: 1, active: 1} = DynamicSupervisor.count_children(pid)
309 assert %{workers: 2, active: 2} = DynamicSupervisor.count_children(pid)
313 assert %{workers: 3, active: 3} = DynamicSupervisor.count_children(pid)
[all …]
/dports/graphics/py-gphoto2/gphoto2-2.2.4/examples/
H A Dcamera-config-gui.py99 child_count = camera_config.count_children()
137 assert self.config.count_children() == 0
160 assert self.config.count_children() == 0
180 assert self.config.count_children() == 0
197 assert self.config.count_children() == 0
224 assert self.config.count_children() == 0
247 assert self.config.count_children() == 0
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/cowboy/src/
H A Dcowboy_children.erl166 handle_supervisor_call(count_children, {From, Tag}, Children, _) ->
167 From ! {Tag, count_children(Children)},
184 -spec count_children(children()) -> [{atom(), non_neg_integer()}].
185 count_children(Children) -> function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/drop/
H A Ddropck_legal_cycles.rs779 fn count_children(&self) -> usize { 2 } in count_children() method
816 fn count_children(&self) -> usize { 2 } in count_children() method
856 fn count_children(&self) -> usize { 2 } in count_children() method
932 fn count_children(&self) -> usize; in count_children() method
1013 fn count_children(&self) -> usize { in count_children() method
1028 fn count_children(&self) -> usize { in count_children() method
1043 fn count_children(&self) -> usize { in count_children() method
1058 fn count_children(&self) -> usize { in count_children() method
1073 fn count_children(&self) -> usize { in count_children() method
1088 fn count_children(&self) -> usize { in count_children() method
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dtree_view_node.cpp689 for(size_t i = 0; i < parent_node_->count_children(); ++i) { in describe_path()
733 for(size_t i = 0; i < parent_node_->count_children(); ++i) { in get_node_above()
744 while(cur && !cur->is_folded() && cur->count_children() > 0) { in get_node_above()
745 cur = &cur->get_child_at(cur->count_children() - 1); in get_node_above()
757 if(!is_folded() && count_children() > 0) { in get_node_below()
765 for(size_t i = 0; i < parent.count_children(); ++i) { in get_node_below()
767 if(i < parent.count_children() - 1) { in get_node_below()
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/mooshimeter-dmm/
H A Dprotocol.c283 for (size_t i = 0; i < current->count_children; i++) { in lookup_tree_path()
826 for (size_t i = 0; i < node->count_children; i++) in release_tree_node()
838 node->count_children = 3; in allocate_startup_tree()
839 node->children = g_new0(struct config_tree_node, node->count_children); in allocate_startup_tree()
924 node->count_children = n; in deserialize_tree()
1376 if (!choice_parent->count_children) { in select_next_largest_in_tree()
1381 for (size_t i = 0; i < choice_parent->count_children; i++) { in select_next_largest_in_tree()
1491 if (selected < 0 || selected >= (int32_t)available->count_children) in mooshimeter_dmm_get_chosen_number()
1512 *numbers = g_malloc(sizeof(float) * available->count_children); in mooshimeter_dmm_get_available_number_choices()
1513 *count = available->count_children; in mooshimeter_dmm_get_available_number_choices()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dedgblob.cpp195 int32_t OL_BUCKETS::count_children( // recursive count in count_children() function in tesseract::OL_BUCKETS
237 grandchild_count += count_children(child, max_grand) * in count_children()
240 grandchild_count += count_children(child, 1); in count_children()
397 child_count = buckets->count_children(outline, edges_children_count_limit); in capture_children()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/inets/src/http_server/
H A Dhttpd_manager.erl203 case count_children(CSup) of
328 case count_children(CSup) of
431 get_ustate(count_children(State#state.connection_sup),State).
461 count_children(Sup) -> function
462 Children = supervisor:count_children(whereis(Sup)),
471 case count_children(CSup) of
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dhttpd_manager.erl203 case count_children(CSup) of
328 case count_children(CSup) of
431 get_ustate(count_children(State#state.connection_sup),State).
461 count_children(Sup) -> function
462 Children = supervisor:count_children(whereis(Sup)),
471 case count_children(CSup) of
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/inets/src/http_server/
H A Dhttpd_manager.erl203 case count_children(CSup) of
328 case count_children(CSup) of
440 get_ustate(count_children(State#state.connection_sup),State).
470 count_children(Sup) -> function
471 Children = supervisor:count_children(whereis(Sup)),
480 case count_children(CSup) of
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dhttpd_manager.erl203 case count_children(CSup) of
328 case count_children(CSup) of
431 get_ustate(count_children(State#state.connection_sup),State).
461 count_children(Sup) -> function
462 Children = supervisor:count_children(whereis(Sup)),
471 case count_children(CSup) of
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/inets/src/http_server/
H A Dhttpd_manager.erl203 case count_children(CSup) of
328 case count_children(CSup) of
440 get_ustate(count_children(State#state.connection_sup),State).
470 count_children(Sup) -> function
471 Children = supervisor:count_children(whereis(Sup)),
480 case count_children(CSup) of
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dhttpd_manager.erl203 case count_children(CSup) of
328 case count_children(CSup) of
431 get_ustate(count_children(State#state.connection_sup),State).
461 count_children(Sup) -> function
462 Children = supervisor:count_children(whereis(Sup)),
471 case count_children(CSup) of
/dports/lang/erlang/otp-OTP-24.1.7/lib/inets/src/http_server/
H A Dhttpd_manager.erl203 case count_children(CSup) of
328 case count_children(CSup) of
431 get_ustate(count_children(State#state.connection_sup),State).
461 count_children(Sup) -> function
462 Children = supervisor:count_children(whereis(Sup)),
471 case count_children(CSup) of
/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dglade-gtk-popover-menu.c280 count_children (GtkContainer *container, in count_children() function
339 old_size = count_children (GTK_CONTAINER (object), TRUE); in glade_gtk_popover_menu_set_submenus()
425 g_value_set_int (value, count_children (GTK_CONTAINER (object), TRUE)); in glade_gtk_popover_menu_get_property()
443 old_size = count_children (GTK_CONTAINER (object), FALSE); in glade_gtk_popover_menu_verify_submenus()
456 submenus = count_children (GTK_CONTAINER (object), TRUE); in glade_gtk_popover_menu_verify_current()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtesttreechanging.c27 count_children (GtkTreeModel *model, in count_children() function
38 count += count_children (model, &iter) + 1; in count_children()
47 g_assert (i == count_children (gtk_tree_view_get_model (treeview), NULL)); in set_rows()
147 n_rows -= count_children (model, &iter) + 1; in delete()
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dtesttreechanging.c27 count_children (GtkTreeModel *model, in count_children() function
38 count += count_children (model, &iter) + 1; in count_children()
47 g_assert (i == count_children (gtk_tree_view_get_model (treeview), NULL)); in set_rows()
147 n_rows -= count_children (model, &iter) + 1; in delete()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dgamestate_inspector.cpp519 if(node.count_children() > 0) { in show_list()
573 if(node.count_children() > 0) { in show_list()
648 if(node.count_children() > 0) { in show_list()
675 if(node.count_children() > 0) { in show_list()
703 if(node.count_children() > 0) { in show_ai()
753 if(node.count_children() > 0) { in show_recall()
/dports/devel/hyperscan/boost_1_75_0/boost/heap/
H A Dskew_heap.hpp133 std::size_t count_children(void) const in count_children() function
137 ret += children[0]->count_children(); in count_children()
139 ret += children[1]->count_children(); in count_children()
460 return root->count_children(); in size()
917 counted_size = root->count_children(); in sanity_check()
/dports/devel/R-cran-BH/BH/inst/include/boost/heap/
H A Dskew_heap.hpp133 std::size_t count_children(void) const in count_children() function
137 ret += children[0]->count_children(); in count_children()
139 ret += children[1]->count_children(); in count_children()
460 return root->count_children(); in size()
917 counted_size = root->count_children(); in sanity_check()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/heap/
H A Dskew_heap.hpp132 std::size_t count_children(void) const in count_children() function
136 ret += children[0]->count_children(); in count_children()
138 ret += children[1]->count_children(); in count_children()
459 return root->count_children(); in size()
913 counted_size = root->count_children(); in sanity_check()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/heap/
H A Dskew_heap.hpp133 std::size_t count_children(void) const in count_children() function
137 ret += children[0]->count_children(); in count_children()
139 ret += children[1]->count_children(); in count_children()
460 return root->count_children(); in size()
917 counted_size = root->count_children(); in sanity_check()

1234567