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

  /external/clang/test/Misc/
ast-dump-attr.cpp 91 void TestLabel() {
  /external/autotest/frontend/tko/
rpc_interface.py 193 models.Test.objects.populate_relationships(tests, models.TestLabel,
349 return models.TestLabel.add_object(name=name, description=description).id
353 models.TestLabel.smart_get(label_id).update_object(data)
357 models.TestLabel.smart_get(label_id).delete()
362 models.TestLabel.list_objects(filter_data))
367 labels = models.TestLabel.list_objects({'id__in' : label_ids})
373 models.TestLabel.smart_get(label_id).tests.add(*test_ids)
377 label = models.TestLabel.smart_get(label_id)
rpc_interface_unittest_fixme.py 203 label1 = models.TestLabel.objects.create(name='testlabel1')
204 label2 = models.TestLabel.objects.create(name='testlabel2')
401 self.assertEquals(label['name'], 'testlabel%d' % label_num)
models.py 285 class TestLabel(dbmodels.Model, model_logic.ModelExtensions):
296 """Metadata for class TestLabel."""
389 TestLabel.objects.filter(name__in=label_names)
426 label_query = TestLabel.objects.filter(name=label_name)

Completed in 74 milliseconds