Home
last modified time | relevance | path

Searched refs:iter_func (Results 1 – 25 of 90) sorted by relevance

1234

/dports/textproc/py-Morfessor/Morfessor-2.0.6/morfessor/
H A Dutils.py43 def _progress(iter_func): argument
59 return iter_func
107 if isinstance(iter_func, types.FunctionType):
110 return ProgressBar()(iter_func(*args, **kwargs))
112 return iter_func(*args, **kwargs)
116 elif hasattr(iter_func, '__iter__'):
117 return ProgressBar()(iter_func)
120 return iter_func
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/connectivity/
H A Dconnectivity.py317 iter_func = itertools.permutations
327 iter_func = itertools.combinations
343 for x, y in iter_func(neighbors(v), 2):
401 iter_func = itertools.permutations
403 iter_func = itertools.combinations
411 for u, v in iter_func(G, 2):
466 iter_func = itertools.permutations
468 iter_func = itertools.combinations
478 for u, v in iter_func(nbunch, 2):
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dfuture_builtins.c84 PyObject *m, *itertools, *iter_func; in initfuture_builtins() local
98 iter_func = PyObject_GetAttrString(itertools, *cur_func); in initfuture_builtins()
99 if (iter_func == NULL || in initfuture_builtins()
100 PyModule_AddObject(m, *cur_func+1, iter_func) < 0) in initfuture_builtins()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dfuture_builtins.c84 PyObject *m, *itertools, *iter_func; in initfuture_builtins() local
98 iter_func = PyObject_GetAttrString(itertools, *cur_func); in initfuture_builtins()
99 if (iter_func == NULL || in initfuture_builtins()
100 PyModule_AddObject(m, *cur_func+1, iter_func) < 0) in initfuture_builtins()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dfuture_builtins.c84 PyObject *m, *itertools, *iter_func; in initfuture_builtins() local
98 iter_func = PyObject_GetAttrString(itertools, *cur_func); in initfuture_builtins()
99 if (iter_func == NULL || in initfuture_builtins()
100 PyModule_AddObject(m, *cur_func+1, iter_func) < 0) in initfuture_builtins()
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/approximation/
H A Dconnectivity.py189 iter_func = itertools.permutations
196 iter_func = itertools.combinations
211 for x, y in iter_func(neighbors(v), 2):
267 iter_func = itertools.permutations
269 iter_func = itertools.combinations
273 for u, v in iter_func(nbunch, 2):
/dports/net-mgmt/statsite/statsite-0.8.0/src/
H A Dradix.c218 static int recursive_iter(radix_node *n, void *data, int(*iter_func)(void *data, char *key, void *v… in recursive_iter()
222 ret = iter_func(data, leaf->key, leaf->value); in recursive_iter()
228 ret = recursive_iter(child, data, iter_func); in recursive_iter()
240 int radix_foreach(radix_tree *t, void *data, int(*iter_func)(void* data, char *key, void *value)) { in radix_foreach()
241 return recursive_iter(&t->root, data, iter_func); in radix_foreach()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dtask_iterator.c94 TaskParallelIteratorIterFunc iter_func; member
137 state->iter_func(state->userdata, &tls, &item, &index, &state->iter_shared.is_finished); in parallel_iterator_func_do()
277 TaskParallelIteratorIterFunc iter_func, in BLI_task_parallel_iterator() argument
291 state.iter_func = iter_func; in BLI_task_parallel_iterator()
340 state.iter_func = task_parallel_listbase_get; in BLI_task_parallel_listbase()
/dports/math/givaro/givaro-4.1.1/tests/
H A Dtest-geom.C69 VectPoly_t::const_iterator iter_func = _func.begin(); in operator() local
70 for( ; iter_func != _func.end(); ++iter_func, ++iter_vi) in operator()
71 _PD.eval(*iter_vi, *iter_func, xi); in operator()
/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/accelerator/deployment/common/
H A Dmodel_transmuter.py36 for iter_func in efficient_block_transmuter_list:
37 eq_module = iter_func(module_input)
/dports/www/mod_php81/php-8.1.1/ext/intl/grapheme/
H A Dgrapheme_string.c345 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
409 iter_func = ubrk_previous; in PHP_FUNCTION()
414 iter_func = ubrk_next; in PHP_FUNCTION()
421 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
483 iter_func = ubrk_previous; in PHP_FUNCTION()
488 iter_func = ubrk_next; in PHP_FUNCTION()
495 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/intl/grapheme/
H A Dgrapheme_string.c345 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
409 iter_func = ubrk_previous; in PHP_FUNCTION()
414 iter_func = ubrk_next; in PHP_FUNCTION()
421 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
483 iter_func = ubrk_previous; in PHP_FUNCTION()
488 iter_func = ubrk_next; in PHP_FUNCTION()
495 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/intl/grapheme/
H A Dgrapheme_string.c347 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
411 iter_func = ubrk_previous; in PHP_FUNCTION()
416 iter_func = ubrk_next; in PHP_FUNCTION()
423 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
485 iter_func = ubrk_previous; in PHP_FUNCTION()
490 iter_func = ubrk_next; in PHP_FUNCTION()
497 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/devel/php81-intl/php-8.1.1/ext/intl/grapheme/
H A Dgrapheme_string.c345 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
409 iter_func = ubrk_previous; in PHP_FUNCTION()
414 iter_func = ubrk_next; in PHP_FUNCTION()
421 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
483 iter_func = ubrk_previous; in PHP_FUNCTION()
488 iter_func = ubrk_next; in PHP_FUNCTION()
495 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/devel/php80-intl/php-8.0.15/ext/intl/grapheme/
H A Dgrapheme_string.c347 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
411 iter_func = ubrk_previous; in PHP_FUNCTION()
416 iter_func = ubrk_next; in PHP_FUNCTION()
423 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
485 iter_func = ubrk_previous; in PHP_FUNCTION()
490 iter_func = ubrk_next; in PHP_FUNCTION()
497 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/intl/grapheme/
H A Dgrapheme_string.c347 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
411 iter_func = ubrk_previous; in PHP_FUNCTION()
416 iter_func = ubrk_next; in PHP_FUNCTION()
423 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
485 iter_func = ubrk_previous; in PHP_FUNCTION()
490 iter_func = ubrk_next; in PHP_FUNCTION()
497 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/ext/intl/grapheme/
H A Dgrapheme_string.c392 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
460 iter_func = ubrk_previous; in PHP_FUNCTION()
465 iter_func = ubrk_next; in PHP_FUNCTION()
472 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
532 iter_func = ubrk_previous; in PHP_FUNCTION()
537 iter_func = ubrk_next; in PHP_FUNCTION()
544 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/intl/grapheme/
H A Dgrapheme_string.c390 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
458 iter_func = ubrk_previous; in PHP_FUNCTION()
463 iter_func = ubrk_next; in PHP_FUNCTION()
470 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
530 iter_func = ubrk_previous; in PHP_FUNCTION()
535 iter_func = ubrk_next; in PHP_FUNCTION()
542 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/devel/php73-intl/php-7.3.33/ext/intl/grapheme/
H A Dgrapheme_string.c392 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
460 iter_func = ubrk_previous; in PHP_FUNCTION()
465 iter_func = ubrk_next; in PHP_FUNCTION()
472 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
532 iter_func = ubrk_previous; in PHP_FUNCTION()
537 iter_func = ubrk_next; in PHP_FUNCTION()
544 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/devel/php74-intl/php-7.4.27/ext/intl/grapheme/
H A Dgrapheme_string.c390 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
458 iter_func = ubrk_previous; in PHP_FUNCTION()
463 iter_func = ubrk_next; in PHP_FUNCTION()
470 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
530 iter_func = ubrk_previous; in PHP_FUNCTION()
535 iter_func = ubrk_next; in PHP_FUNCTION()
542 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/intl/grapheme/
H A Dgrapheme_string.c392 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
460 iter_func = ubrk_previous; in PHP_FUNCTION()
465 iter_func = ubrk_next; in PHP_FUNCTION()
472 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
532 iter_func = ubrk_previous; in PHP_FUNCTION()
537 iter_func = ubrk_next; in PHP_FUNCTION()
544 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/intl/grapheme/
H A Dgrapheme_string.c390 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
458 iter_func = ubrk_previous; in PHP_FUNCTION()
463 iter_func = ubrk_next; in PHP_FUNCTION()
470 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
530 iter_func = ubrk_previous; in PHP_FUNCTION()
535 iter_func = ubrk_next; in PHP_FUNCTION()
542 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dcheck-qlist.c67 static void iter_func(QObject *obj, void *opaque) in iter_func() function
95 qlist_iter(qlist, iter_func, NULL); in qlist_iter_test()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dcheck-qlist.c67 static void iter_func(QObject *obj, void *opaque) in iter_func() function
95 qlist_iter(qlist, iter_func, NULL); in qlist_iter_test()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dcheck-qlist.c67 static void iter_func(QObject *obj, void *opaque) in iter_func() function
95 qlist_iter(qlist, iter_func, NULL); in qlist_iter_test()

1234