HomeSort by relevance Sort by last modified time
    Searched refs:label_list (Results 1 - 23 of 23) 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)
  /external/autotest/server/hosts/
base_label.py 191 def _populate_known_labels(self, label_list):
193 for label_instance in label_list:
204 def __init__(self, label_list):
205 self._labels = label_list
base_label_unittest.py 150 label_list = [TestStringPrefixLabel(), TestBaseLabel()]
151 self.retriever = base_label.LabelRetriever(label_list)
152 self.retriever._populate_known_labels(label_list)
  /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...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic6x.h 82 tic6x_label_list *label_list; member in struct:__anon4392
tc-tic6x.c 950 list = si->tc_segment_info_data.label_list;
951 si->tc_segment_info_data.label_list = XNEW (tic6x_label_list);
952 si->tc_segment_info_data.label_list->next = list;
953 si->tc_segment_info_data.label_list->label = sym;
1030 tic6x_free_label_list (seginfo->tc_segment_info_data.label_list);
1031 seginfo->tc_segment_info_data.label_list = NULL;
    [all...]
tc-mips.c 1864 #define label_list macro
    [all...]
  /external/autotest/server/
site_utils.py 680 def add_label_detector(label_function_list, label_list=None, label=None):
689 @param label_list: List of detectable labels to add detectable labels to.
699 if label and label_list is not None:
700 label_list.append(label)
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py 648 'label_list')
663 label_list = []
666 for label in host_obj.label_list:
669 label_list.append(static_label)
671 label_list.append(label)
673 host_dict['labels'] = [label.name for label in label_list]
675 host_obj.hostname, label_list)
677 host_dict['labels'] = [label.name for label in host_obj.label_list]
679 host_obj.hostname, host_obj.label_list)
    [all...]
moblab_rpc_interface.py 555 'label_list')
558 labels = [label.name for label in host.label_list]
765 'label_list')
768 for label in host.label_list:
794 'label_list')
799 for label in host.label_list:
    [all...]
moblab_rpc_interface_unittest.py 584 mock_minnie.label_list = mock_minnie_labels
593 mock_bruce.label_list = mock_bruce_labels
605 moblab_rpc_interface.models.Label, 'label_list')
rpc_utils.py 560 def find_platform(hostname, label_list):
566 @param label_list: The label list to find platform.
570 platforms = [label.name for label in label_list if label.platform]
    [all...]
models.py 811 Host.objects.populate_relationships(hosts, Label, 'label_list')
816 platforms = [label.name for label in host.label_list
843 Host.objects.populate_relationships(hosts, Label, 'label_list')
848 boards = [label.name for label in host.label_list
    [all...]
  /external/syslinux/com32/gfxboot/
gfxboot.c 114 char *label_list; member in struct:__anon36899
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);
  /external/autotest/site_utils/
lab_inventory.py 467 label_list = [constants.Labels.POOL_PREFIX + l for l in target_pools]
468 afehosts = afe.get_hosts(labels__name__in=label_list)
    [all...]
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu_estimator.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py     [all...]
  /external/python/cpython2/Lib/
mailbox.py     [all...]
  /external/python/cpython3/Lib/
mailbox.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]

Completed in 638 milliseconds