Home
last modified time | relevance | path

Searched refs:childrens (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/devel/efl/efl-1.25.1/src/lib/ecore/
H A Defl_generic_model.c16 Eina_List *childrens; member
47 eina_list_free(sd->childrens); in _efl_generic_model_efl_object_destructor()
134 v = efl_model_list_value_get(pd->childrens, start, count); in _efl_generic_model_efl_model_children_slice_get()
141 return eina_list_count(pd->childrens); in _efl_generic_model_efl_model_children_count_get()
158 cevt.index = eina_list_count(sd->childrens); in _efl_generic_model_efl_model_child_add()
159 sd->childrens = eina_list_append(sd->childrens, child); in _efl_generic_model_efl_model_child_add()
174 EINA_LIST_FOREACH(sd->childrens, l, data) in _efl_generic_model_efl_model_child_del()
180 sd->childrens = eina_list_remove_list(sd->childrens, l); in _efl_generic_model_efl_model_child_del()
H A Decore_internal.h35 efl_model_list_value_get(Eina_List *childrens, in efl_model_list_value_get() argument
43 if (eina_list_count(childrens) < start + count) in efl_model_list_value_get()
48 childrens = eina_list_nth_list(childrens, start); in efl_model_list_value_get()
50 EINA_LIST_FOREACH(childrens, l, child) in efl_model_list_value_get()
/dports/devel/efl/efl-1.25.1/src/lib/eldbus/
H A Deldbus_model_connection.c37 pd->childrens = eina_list_free(pd->childrens); in _eldbus_model_connection_efl_object_invalidate()
69 v = efl_model_list_value_get(pd->childrens, start, count); in _eldbus_model_connection_efl_model_children_slice_get()
91 return eina_list_count(pd->childrens); in _eldbus_model_connection_efl_model_children_count_get()
133 pd->childrens = eina_list_append(pd->childrens, child); in _eldbus_model_connection_names_list_cb()
144 v = efl_model_list_value_get(pd->childrens, in _eldbus_model_connection_names_list_cb()
H A Deldbus_model_object.c59 EINA_LIST_FREE(pd->childrens, child) in _eldbus_model_object_efl_object_invalidate()
126 v = efl_model_list_value_get(pd->childrens, start, count); in _eldbus_model_object_efl_model_children_slice_get()
150 return eina_list_count(pd->childrens); in _eldbus_model_object_efl_model_children_count_get()
228 if (child) pd->childrens = eina_list_append(pd->childrens, child); in _eldbus_model_object_create_children()
285 v = efl_model_list_value_get(pd->childrens, slice->start, slice->count); in _eldbus_model_object_introspect_cb()
H A Deldbus_model_proxy.c154 EINA_LIST_FREE(pd->childrens, child) in _eldbus_model_proxy_efl_object_invalidate()
386 v = efl_model_list_value_get(pd->childrens, start, count); in _eldbus_model_proxy_efl_model_children_slice_get()
395 return eina_list_count(pd->childrens); in _eldbus_model_proxy_efl_model_children_count_get()
431 if (child) pd->childrens = eina_list_append(pd->childrens, child); in _eldbus_model_proxy_create_methods_children()
468 if (child) pd->childrens = eina_list_append(pd->childrens, child); in _eldbus_model_proxy_create_signals_children()
H A Deldbus_model_connection_private.h21 Eina_List *childrens; member
H A Deldbus_model_object_private.h17 Eina_List *childrens; member
H A Deldbus_model_proxy_private.h22 Eina_List *childrens; member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/
H A DTestStructVector.java174 List<FieldVector> childrens = vector.getChildrenFromFields(); in testAddOrGetComplexChildVectors() local
175 assertEquals(5, childrens.size()); in testAddOrGetComplexChildVectors()
176 assertEquals(MinorType.LIST, childrens.get(0).getMinorType()); in testAddOrGetComplexChildVectors()
177 assertEquals(MinorType.FIXED_SIZE_LIST, childrens.get(1).getMinorType()); in testAddOrGetComplexChildVectors()
178 assertEquals(MinorType.UNION, childrens.get(2).getMinorType()); in testAddOrGetComplexChildVectors()
179 assertEquals(MinorType.STRUCT, childrens.get(3).getMinorType()); in testAddOrGetComplexChildVectors()
180 assertEquals(MinorType.MAP, childrens.get(4).getMinorType()); in testAddOrGetComplexChildVectors()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/test/java/org/apache/arrow/vector/
H A DTestStructVector.java174 List<FieldVector> childrens = vector.getChildrenFromFields(); in testAddOrGetComplexChildVectors() local
175 assertEquals(5, childrens.size()); in testAddOrGetComplexChildVectors()
176 assertEquals(MinorType.LIST, childrens.get(0).getMinorType()); in testAddOrGetComplexChildVectors()
177 assertEquals(MinorType.FIXED_SIZE_LIST, childrens.get(1).getMinorType()); in testAddOrGetComplexChildVectors()
178 assertEquals(MinorType.UNION, childrens.get(2).getMinorType()); in testAddOrGetComplexChildVectors()
179 assertEquals(MinorType.STRUCT, childrens.get(3).getMinorType()); in testAddOrGetComplexChildVectors()
180 assertEquals(MinorType.MAP, childrens.get(4).getMinorType()); in testAddOrGetComplexChildVectors()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/
H A DTestStructVector.java174 List<FieldVector> childrens = vector.getChildrenFromFields(); in testAddOrGetComplexChildVectors() local
175 assertEquals(5, childrens.size()); in testAddOrGetComplexChildVectors()
176 assertEquals(MinorType.LIST, childrens.get(0).getMinorType()); in testAddOrGetComplexChildVectors()
177 assertEquals(MinorType.FIXED_SIZE_LIST, childrens.get(1).getMinorType()); in testAddOrGetComplexChildVectors()
178 assertEquals(MinorType.UNION, childrens.get(2).getMinorType()); in testAddOrGetComplexChildVectors()
179 assertEquals(MinorType.STRUCT, childrens.get(3).getMinorType()); in testAddOrGetComplexChildVectors()
180 assertEquals(MinorType.MAP, childrens.get(4).getMinorType()); in testAddOrGetComplexChildVectors()
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/common/
H A Dzonomi.py81 childrens = list(xml_body)
82 if len(childrens) == 3:
83 result_counts = childrens[1]
84 actions = childrens[2]
/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/Model/
H A Dplaylist_object.php169 $childrens = array();
172 if (!in_array($item['object_type'], $childrens)) {
173 $childrens[$item['object_type']] = array();
175 $childrens[$item['object_type']][] = $item['object_id'];
H A DLabel.php266 $childrens = array();
268 $childrens[] = array(
274 return $childrens;
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/operation/events/
H A Devents.build_query.php24 $childrens = groups_get_childrens($id_group); variable
26 if (!empty($childrens)) {
27 foreach ($childrens as $child) {
/dports/graphics/libopenraw/libopenraw-0.3.0/testsuite/
H A Dtestsuite.cpp903 xmlNode * childrens = test->children; in set_file_override() local
904 while(childrens) { in set_file_override()
905 if(strcmp((const char*)(childrens->name), "file") == 0) { in set_file_override()
906 xmlNodeSetContent(childrens, (const xmlChar*)path.c_str()); in set_file_override()
909 childrens = childrens->next; in set_file_override()
996 xmlNode * childrens = test->children; in walk_tests() local
997 while(childrens) { in walk_tests()
998 if(strcmp((const char*)(childrens->name), "name") == 0) { in walk_tests()
999 overrides.insert(std::make_pair((const char*)(childrens->name), in walk_tests()
1002 childrens = childrens->next; in walk_tests()
/dports/deskutils/xneur/xneur-0.20.0/lib/main/
H A Dutils.c51 Window root_window, parent_window, *childrens; in get_root_window() local
54 …if (!XQueryTree(main_window->display, window, &root_window, &parent_window, &childrens, &childrens… in get_root_window()
57 if (childrens) in get_root_window()
58 XFree(childrens); in get_root_window()
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/caf/
H A Dbug3132321 puts "Error : there must be two elements for the childrens only iteration, but got '$flat_list'"
31 …puts "Error : there must be six elements for the all levels of childrens iteration, but got '$all_…
/dports/games/xbl/xbl-1.1.6/
H A Dinitwin.c209 Window w,root,father,*childrens[1] ; in setargs() local
218 XQueryTree(bl->x.display,bl->x.window,&root,&father,childrens,&nbc) ; in setargs()
228 XQueryTree(bl->x.display,bl->menu.window,&root,&father,childrens,&nbc) ; in setargs()
238 XQueryTree(bl->x.display,bl->x.wscore,&root,&father,childrens,&nbc) ; in setargs()
248 XQueryTree(bl->x.display,bl->menu.zoo,&root,&father,childrens,&nbc) ; in setargs()
/dports/x11/xkbind/xkbind-2010.05.20/
H A Dxkbind.c285 Window rwin, parent, *childrens; in QueryTree() local
288 XQueryTree(dpy, win, &rwin, &parent, &childrens, &num); in QueryTree()
289 if(!childrens) return; in QueryTree()
291 Action(childrens[i]); in QueryTree()
292 QueryTree(childrens[i], Action); in QueryTree()
295 XFree(childrens); in QueryTree()
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_networkmap.php267 $childrens = groups_get_childrens($group, null, true);
268 if (!empty($childrens)) {
269 $childrens = array_keys($childrens);
271 $filter['id_grupo'] = $childrens;
288 if (!empty($childrens)) {
289 foreach ($childrens as $children) {
H A Dfunctions_tags.php883 $childrens = groups_get_childrens($group_id, null, true);
885 if (empty($childrens)) {
889 foreach ($childrens as $child) {
1456 $childrens = groups_get_childrens($id_group_user, null, true);
1458 if (empty($childrens)) {
1462 foreach ($childrens as $child) {
/dports/devel/atlas-devel/Atlas-C++-0.6.4/protocol/spec/
H A Droot.def12 descending into childrens."""
H A Droot.atlas15 descending into childrens.",
/dports/www/nginx-full/nginx-push-stream-module-0.5.4/misc/
H A DRakefile181 childrens = node.children.to_a
182 unless childrens.empty?
183 result += convert_element(convert_elements(childrens), node)

12345678910>>...13