HomeSort by relevance Sort by last modified time
    Searched defs:label_list (Results 1 - 5 of 5) sorted by null

  /external/autotest/cli/
label.py 57 class label_list(action_common.atest_list, label): class in inherits:action_common.atest_list, label
62 super(label_list, self).__init__()
86 (options, leftover) = super(label_list, self).parse([host_info])
115 return super(label_list, self).execute(op='get_labels',
136 super(label_list, self).output(results, keys)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.h 82 tic6x_label_list *label_list; member in struct:__anon115814
tc-mips.c 1873 #define label_list macro
    [all...]
  /external/fio/
graph.c 83 struct flist_head label_list; member in struct:graph
122 INIT_FLIST_HEAD(&g->label_list);
151 flist_for_each(entry, &g->label_list)
211 if (flist_empty(&g->label_list))
214 flist_for_each(entry, &g->label_list) {
471 flist_for_each(entry, &bg->label_list) {
510 flist_for_each(entry, &g->label_list) {
591 flist_for_each(lentry, &g->label_list) {
642 flist_for_each(entry, &bg->label_list) {
663 flist_add_tail(&i->list, &bg->label_list);
    [all...]
  /external/syslinux/com32/gfxboot/
gfxboot.c 114 char *label_list; member in struct:__anon33473
460 gfx_menu.label_list = calloc(gfx_menu.entries, gfx_menu.label_size);
467 if(menu_ptr->menu_label) strcpy(gfx_menu.label_list + u * gfx_menu.label_size, menu_ptr->menu_label);

Completed in 140 milliseconds