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

  /external/autotest/frontend/afe/
models_test.py 107 task.update_object(is_active=True)
110 task.update_object(is_active=False, is_complete=True, success=True)
113 task.update_object(success=False)
rpc_interface.py 86 label_model.update_object(data)
309 host.update_object(kwargs)
323 models.Host.smart_get(id).update_object(kwargs)
376 host.update_object(update_data)
393 host.update_object(update_data)
613 models.Profiler.smart_get(id).update_object(data)
643 group.update_object(data)
    [all...]
rpc_interface_unittest.py 165 entries[0].update_object(status=first_status)
166 entries[1].update_object(status=second_status)
255 entry1.update_object(started_on=datetime.datetime(2009, 1, 2),
258 entry2.update_object(started_on=datetime.datetime(2009, 1, 3),
    [all...]
model_logic.py 676 def update_object(self, data={}, **kwargs): member in class:ModelExtensions
    [all...]
  /external/autotest/scheduler/
scheduler_models_unittest.py 448 models.Host.smart_get(1).update_object(dirty=True)
453 models.Host.smart_get(1).update_object(dirty=False)
  /external/autotest/frontend/tko/
rpc_interface.py 338 models.TestLabel.smart_get(label_id).update_object(data)

Completed in 80 milliseconds