HomeSort by relevance Sort by last modified time
    Searched refs:all_labels (Results 1 - 7 of 7) sorted by null

  /external/autotest/server/hosts/
remote.py 290 all_labels = keyvals.get('labels', '')
291 if all_labels:
292 all_labels = all_labels.split(',')
293 return [urllib.unquote(label) for label in all_labels]
  /external/autotest/site_utils/
label_cleaner.py 186 all_labels = fetch_labels(conn)
187 logging.info('Found total %d labels', len(all_labels))
189 len(all_labels),
  /external/autotest/scheduler/
scheduler_models_unittest.py 174 platform, all_labels = host.platform_and_labels()
176 self.assertNotIn('no_reference_label', all_labels)
177 self.assertEqual(all_labels, ['non_static_label', 'static_platform'])
184 platform, all_labels = host.platform_and_labels()
186 self.assertEqual(all_labels, ['non_static_label', 'static_platform'])
agent_task.py 586 platform, all_labels = host.platform_and_labels()
587 all_labels = [ urllib.quote(label) for label in all_labels ]
588 keyval_dict = dict(platform=platform, labels=','.join(all_labels))
scheduler_models.py 433 all_labels = []
437 all_labels.append(label_name)
438 return platform, all_labels
    [all...]
  /external/grpc-grpc/tools/run_tests/
run_tests_matrix.py 413 all_labels = set()
416 all_labels.add(label)
417 return sorted(all_labels)
  /external/tensorflow/tensorflow/python/training/
evaluation_test.py 143 all_labels = constant_op.constant(self._labels, dtype=dtypes.float32)
146 [all_inputs, all_labels], num_epochs=1)

Completed in 6357 milliseconds