Searched defs:task (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp6652 * Show task status
6680 * This task runs the C/C++ compiler. The compiler is invoked
7272 error("a <copy> task with a <fileset> must have : todir=");
9025 //trace("task:%s", tagName.c_str());
9026 Task *task = NULL; local
9028 task = new TaskCC(parent);
9030 task = new TaskCopy(parent);
9032 task = new TaskCxxTestPart(parent);
9034 task = new TaskCxxTestRoot(parent);
9036 task
9531 Task *task = tasks[i]; local
9949 Task *task = breeder.createTask(telem, telem->getLine()); local
[all...]

Completed in 47 milliseconds