/external/autotest/cli/ |
D | label.py | 57 class label_list(action_common.atest_list, label): class 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/tensorflow/tensorflow/examples/speech_commands/ |
D | test_streaming_accuracy.py | 95 label_list = [] 98 label_list.append(line.strip()) 99 return label_list 113 label_list = read_label_file(FLAGS.labels) 117 labels=label_list,
|
/external/autotest/server/hosts/ |
D | base_label.py | 196 def _populate_known_labels(self, label_list, task_name): argument 198 for label_instance in label_list: 206 def __init__(self, label_list): argument 207 self._labels = label_list
|
D | base_label_unittest.py | 140 label_list = [TestStringPrefixLabel(), TestBaseLabel()] 141 self.retriever = base_label.LabelRetriever(label_list) 142 self.retriever._populate_known_labels(label_list, '')
|
/external/tensorflow/third_party/nccl/ |
D | build_defs.bzl.tpl | 32 "srcs": attr.label_list(allow_files = True), 141 "deps": attr.label_list(), 190 "srcs": attr.label_list(mandatory = True, allow_files = True), 192 … # "_crosstool": attr.label_list(cfg = "host", default = ["@bazel_tools//tools/cpp:crosstool"]),
|
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 659 label_list = [] 662 for label in host_obj.label_list: 665 label_list.append(static_label) 667 label_list.append(label) 669 host_dict['labels'] = [label.name for label in label_list] 671 host_obj.hostname, label_list) 673 host_dict['labels'] = [label.name for label in host_obj.label_list] 675 host_obj.hostname, host_obj.label_list)
|
D | moblab_rpc_interface.py | 564 labels = [label.name for label in host.label_list] 774 for label in host.label_list: 805 for label in host.label_list:
|
D | moblab_rpc_interface_unittest.py | 584 mock_minnie.label_list = mock_minnie_labels 593 mock_bruce.label_list = mock_bruce_labels
|
D | rpc_utils.py | 560 def find_platform(hostname, label_list): argument 570 platforms = [label.name for label in label_list if label.platform]
|
D | models.py | 824 platforms = [label.name for label in host.label_list 856 boards = [label.name for label in host.label_list
|
/external/tensorflow/third_party/flatbuffers/ |
D | build_defs.bzl | 310 "srcs": attr.label_list( 318 "deps": attr.label_list( 366 "deps": attr.label_list(mandatory = True),
|
/external/perfetto/bazel/ |
D | proto_gen.bzl | 98 "deps": attr.label_list(
|
/external/grpc-grpc-java/ |
D | java_grpc_library.bzl | 40 "srcs": attr.label_list(
|
/external/grpc-grpc/bazel/ |
D | generate_cc.bzl | 84 "srcs": attr.label_list(
|
/external/autotest/site_utils/ |
D | lab_inventory.py | 496 label_list = [constants.Labels.POOL_PREFIX + l for l in target_pools] 497 afehosts = afe.get_hosts(labels__name__in=label_list)
|
/external/protobuf/ |
D | protobuf.bzl | 181 "srcs": attr.label_list(allow_files = True), 182 "deps": attr.label_list(providers = ["proto"]),
|
/external/tensorflow/tensorflow/ |
D | tensorflow.bzl | 1647 "srcs": attr.label_list( 1651 "swig_includes": attr.label_list( 1654 "deps": attr.label_list( 1658 "toolchain_deps": attr.label_list( 1716 "deps": attr.label_list( 1818 "deps": attr.label_list( 1823 "disallowed_deps": attr.label_list(
|
/external/toolchain-utils/cros_utils/ |
D | tabulator.py | 236 def __init__(self, run_keyvals, label_list, iter_counts, weights): argument 238 self, run_keyvals, label_list, key_name='Benchmarks')
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 1311 for label_list in self._labels.values(): 1312 labels.update(label_list)
|
/external/python/cpython3/Lib/ |
D | mailbox.py | 1325 for label_list in self._labels.values(): 1326 labels.update(label_list)
|