| /src/external/gpl3/gdb.old/dist/gdb/ |
| break-cond-parse.c | 93 'task' keywords. The m_content for these token types is the value 98 TASK, 130 case type::TASK: 131 return string_printf ("{ TASK: \"%s\" }", 266 'thread' must occur before the check for 'task'. We accept 283 else if (startswith ("task", t)) 284 curr_results->emplace_back (token::type::TASK, v); 390 || t.get_type () == token::type::TASK) 395 or task number, otherwise, assume an invalid id, and merge 475 int thread = -1, inferior = -1, task = -1 local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| break-cond-parse.c | 92 'task' keywords. The m_content for these token types is the value 97 TASK, 129 case type::TASK: 130 return string_printf ("{ TASK: \"%s\" }", 265 'thread' must occur before the check for 'task'. We accept 282 else if (startswith ("task", t)) 283 curr_results->emplace_back (token::type::TASK, v); 389 || t.get_type () == token::type::TASK) 394 or task number, otherwise, assume an invalid id, and merge 474 int thread = -1, inferior = -1, task = -1 local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| dump-parse-tree.cc | 1608 "TASK", 1865 fputs ("task, ", dumpfile); 2220 case EXEC_OMP_TASK: name = "TASK"; break;
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| dump-parse-tree.cc | 1699 fputs ("task, ", dumpfile); 1872 "TASK", 2064 case EXEC_OMP_TASK: name = "TASK"; break;
|
| /src/external/gpl2/lvm2/dist/tools/ |
| dmsetup.c | 280 struct dm_task *task; member in struct:dmsetup_report_obj 390 obj.task = dmt; 755 /* run the task */ 772 obj.task = NULL; 1013 static int _simple(int task, const char *name, uint32_t event_nr, int display) 1016 int udev_wait_flag = task == DM_DEVICE_RESUME || 1017 task == DM_DEVICE_REMOVE; 1022 if (!(dmt = dm_task_create(task))) 2313 return ((struct dmsetup_report_obj *)obj)->task; 2354 FIELD_F(TASK, STR, "Name", 16, dm_name, "name", "Name of mapped device." [all...] |