Home
last modified time | relevance | path

Searched refs:new_tasks (Results 1 – 25 of 75) sorted by relevance

123

/dports/biology/py-ete3/ete3-3.1.2/ete3/tools/ete_build_lib/workflow/
H A Dsupermatrix.py119 new_tasks = []
174 new_tasks.append(concat_job)
194 new_tasks.append(tree_task)
199 new_tasks.append(merger_task)
248 new_tasks.append(new_task_node)
253 return new_tasks
277 new_tasks = [initial_task]
281 new_tasks = process_task(task, wkname, npr_conf, conf['_nodeinfo'])
283 process_new_tasks(task, new_tasks, conf)
286 return new_tasks
H A Dgenetree.py239 new_tasks = []
272 new_tasks.append(alg_task)
399 new_tasks.append(next_task)
413 new_tasks.append(tree_task)
424 new_tasks.append(treemerge_task)
455 new_tasks.append(new_task_node)
456 return new_tasks
476 new_tasks = [initial_task]
480 new_tasks = process_task(task, wkname, npr_conf, conf["_nodeinfo"])
482 process_new_tasks(task, new_tasks, conf)
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/examples/todo/src/
H A Dtests.rs40 let new_tasks = Task::all(&conn).unwrap(); in test_insertion_deletion() localVariable
41 assert_eq!(new_tasks.len(), init_tasks.len() + 1); in test_insertion_deletion()
44 assert_eq!(new_tasks[0].description, "My first task"); in test_insertion_deletion()
45 assert_eq!(new_tasks[0].completed, false); in test_insertion_deletion()
48 let id = new_tasks[0].id.unwrap(); in test_insertion_deletion()
/dports/benchmarks/py-locust/locustio-0.11.0/locust/
H A Dcore.py206 new_tasks = []
209 new_tasks += base.tasks
220 new_tasks.append(task)
222 new_tasks.append(task)
227 new_tasks.append(item)
229 classDict["tasks"] = new_tasks
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/
H A Dmorph.py39 new_tasks = taskgraph.tasks.copy()
42 new_tasks[task.task_id] = task
48 taskgraph = TaskGraph(new_tasks, Graph(set(new_tasks), new_edges))
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgomp/
H A Dtask.c741 size_t new_tasks in gomp_barrier_handle_tasks() local
750 if (new_tasks > 1) in gomp_barrier_handle_tasks()
754 do_wake = new_tasks; in gomp_barrier_handle_tasks()
863 size_t new_tasks in GOMP_taskwait() local
879 if (new_tasks > 1) in GOMP_taskwait()
884 do_wake = new_tasks; in GOMP_taskwait()
1026 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1044 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
1049 do_wake = new_tasks; in gomp_task_maybe_wait_for_dependencies()
1184 size_t new_tasks in GOMP_taskgroup_end() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/
H A Dmorph.py40 new_tasks = taskgraph.tasks.copy()
43 new_tasks[task.task_id] = task
49 taskgraph = TaskGraph(new_tasks, Graph(set(new_tasks), new_edges))
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dtask_graph_runner_test_template.cc59 Task::Vector new_tasks; in ScheduleTasks() local
80 new_tasks.push_back(new_task.get()); in ScheduleTasks()
87 tasks_[namespace_index].swap(new_tasks); in ScheduleTasks()
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster_taskgraph/taskgraph/
H A Dmorph.py39 new_tasks = taskgraph.tasks.copy()
42 new_tasks[task.task_id] = task
48 taskgraph = TaskGraph(new_tasks, Graph(set(new_tasks), new_edges))
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/
H A Dmorph.py42 new_tasks = taskgraph.tasks.copy()
45 new_tasks[task.task_id] = task
51 taskgraph = TaskGraph(new_tasks, Graph(set(new_tasks), new_edges))
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/
H A Dmorph.py42 new_tasks = taskgraph.tasks.copy()
45 new_tasks[task.task_id] = task
51 taskgraph = TaskGraph(new_tasks, Graph(set(new_tasks), new_edges))
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/
H A Dmorph.py42 new_tasks = taskgraph.tasks.copy()
45 new_tasks[task.task_id] = task
51 taskgraph = TaskGraph(new_tasks, Graph(set(new_tasks), new_edges))
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dmapping.c345 uint16_t *new_tasks;
352 new_tasks = xmalloc(sizeof(uint16_t) * node_cnt);
354 unpack_process_mapping(map,node_cnt,task_cnt,new_tasks,new_tids);
358 if (new_tasks[i] != tasks[i]) {
375 xfree(new_tasks);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Dtaskable.rb34 new_tasks = get_tasks(new_content)
36 new_tasks.select.with_index do |new_task, i|
/dports/ftp/lftp/lftp-4.9.2/src/
H A DSMTask.cc41 xlist_head<SMTask> SMTask::new_tasks; member in SMTask
67 new_tasks.add(new_tasks_node); in SMTask()
108 new_tasks.add_tail(new_tasks_node); in ResumeInternal()
217 xlist_for_each_safe(SMTask,new_tasks,node,task,next) in ScheduleNew()
/dports/lang/gcc6-aux/gcc-6-20180516/libgomp/
H A Dtask.c1280 size_t new_tasks in gomp_barrier_handle_tasks() local
1289 if (new_tasks > 1) in gomp_barrier_handle_tasks()
1293 do_wake = new_tasks; in gomp_barrier_handle_tasks()
1430 size_t new_tasks in GOMP_taskwait() local
1448 if (new_tasks > 1) in GOMP_taskwait()
1453 do_wake = new_tasks; in GOMP_taskwait()
1623 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1638 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
1643 do_wake = new_tasks; in gomp_task_maybe_wait_for_dependencies()
1819 size_t new_tasks in GOMP_taskgroup_end() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgomp/
H A Dtask.c1280 size_t new_tasks in gomp_barrier_handle_tasks() local
1289 if (new_tasks > 1) in gomp_barrier_handle_tasks()
1293 do_wake = new_tasks; in gomp_barrier_handle_tasks()
1430 size_t new_tasks in GOMP_taskwait() local
1448 if (new_tasks > 1) in GOMP_taskwait()
1453 do_wake = new_tasks; in GOMP_taskwait()
1623 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1638 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
1643 do_wake = new_tasks; in gomp_task_maybe_wait_for_dependencies()
1819 size_t new_tasks in GOMP_taskgroup_end() local
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgomp/
H A Dtask.c1280 size_t new_tasks in gomp_barrier_handle_tasks() local
1289 if (new_tasks > 1) in gomp_barrier_handle_tasks()
1293 do_wake = new_tasks; in gomp_barrier_handle_tasks()
1430 size_t new_tasks in GOMP_taskwait() local
1448 if (new_tasks > 1) in GOMP_taskwait()
1453 do_wake = new_tasks; in GOMP_taskwait()
1623 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1638 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
1643 do_wake = new_tasks; in gomp_task_maybe_wait_for_dependencies()
1819 size_t new_tasks in GOMP_taskgroup_end() local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgomp/
H A Dtask.c1280 size_t new_tasks in gomp_barrier_handle_tasks() local
1289 if (new_tasks > 1) in gomp_barrier_handle_tasks()
1293 do_wake = new_tasks; in gomp_barrier_handle_tasks()
1430 size_t new_tasks in GOMP_taskwait() local
1448 if (new_tasks > 1) in GOMP_taskwait()
1453 do_wake = new_tasks; in GOMP_taskwait()
1623 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1638 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
1643 do_wake = new_tasks; in gomp_task_maybe_wait_for_dependencies()
1819 size_t new_tasks in GOMP_taskgroup_end() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/
H A Dtask.c1280 size_t new_tasks in gomp_barrier_handle_tasks() local
1289 if (new_tasks > 1) in gomp_barrier_handle_tasks()
1293 do_wake = new_tasks; in gomp_barrier_handle_tasks()
1430 size_t new_tasks in GOMP_taskwait() local
1448 if (new_tasks > 1) in GOMP_taskwait()
1453 do_wake = new_tasks; in GOMP_taskwait()
1623 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1638 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
1643 do_wake = new_tasks; in gomp_task_maybe_wait_for_dependencies()
1819 size_t new_tasks in GOMP_taskgroup_end() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgomp/
H A Dtask.c1280 size_t new_tasks in gomp_barrier_handle_tasks() local
1289 if (new_tasks > 1) in gomp_barrier_handle_tasks()
1293 do_wake = new_tasks; in gomp_barrier_handle_tasks()
1430 size_t new_tasks in GOMP_taskwait() local
1448 if (new_tasks > 1) in GOMP_taskwait()
1453 do_wake = new_tasks; in GOMP_taskwait()
1623 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1638 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
1643 do_wake = new_tasks; in gomp_task_maybe_wait_for_dependencies()
1819 size_t new_tasks in GOMP_taskgroup_end() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/
H A Dtask.c1280 size_t new_tasks in gomp_barrier_handle_tasks() local
1289 if (new_tasks > 1) in gomp_barrier_handle_tasks()
1293 do_wake = new_tasks; in gomp_barrier_handle_tasks()
1430 size_t new_tasks in GOMP_taskwait() local
1448 if (new_tasks > 1) in GOMP_taskwait()
1453 do_wake = new_tasks; in GOMP_taskwait()
1623 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1638 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
1643 do_wake = new_tasks; in gomp_task_maybe_wait_for_dependencies()
1819 size_t new_tasks in GOMP_taskgroup_end() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgomp/
H A Dtask.c1280 size_t new_tasks in gomp_barrier_handle_tasks() local
1289 if (new_tasks > 1) in gomp_barrier_handle_tasks()
1293 do_wake = new_tasks; in gomp_barrier_handle_tasks()
1430 size_t new_tasks in GOMP_taskwait() local
1448 if (new_tasks > 1) in GOMP_taskwait()
1453 do_wake = new_tasks; in GOMP_taskwait()
1623 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1638 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
1643 do_wake = new_tasks; in gomp_task_maybe_wait_for_dependencies()
1819 size_t new_tasks in GOMP_taskgroup_end() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/
H A Dtask.c1484 size_t new_tasks in gomp_barrier_handle_tasks() local
1493 if (new_tasks > 1) in gomp_barrier_handle_tasks()
1497 do_wake = new_tasks; in gomp_barrier_handle_tasks()
1641 size_t new_tasks in GOMP_taskwait() local
1659 if (new_tasks > 1) in GOMP_taskwait()
1892 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1907 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
2109 size_t new_tasks in GOMP_taskgroup_end() local
2117 if (new_tasks > 1) in GOMP_taskgroup_end()
2482 if (new_tasks > 0) in ialias()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/
H A Dtask.c1462 size_t new_tasks in gomp_barrier_handle_tasks() local
1471 if (new_tasks > 1) in gomp_barrier_handle_tasks()
1475 do_wake = new_tasks; in gomp_barrier_handle_tasks()
1619 size_t new_tasks in GOMP_taskwait() local
1637 if (new_tasks > 1) in GOMP_taskwait()
1870 size_t new_tasks in gomp_task_maybe_wait_for_dependencies() local
1885 if (new_tasks > 1) in gomp_task_maybe_wait_for_dependencies()
2087 size_t new_tasks in GOMP_taskgroup_end() local
2095 if (new_tasks > 1) in GOMP_taskgroup_end()
2460 if (new_tasks > 0) in ialias()
[all …]

123