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 174 task.update_object(is_active=True)
177 task.update_object(is_active=False, is_complete=True, success=True)
180 task.update_object(success=False)
rpc_interface.py 112 label_model.update_object(data)
389 host.update_object(kwargs)
398 models.Host.smart_get(id).update_object(kwargs)
451 host.update_object(update_data)
468 host.update_object(update_data)
769 models.Profiler.smart_get(id).update_object(data)
799 group.update_object(data)
    [all...]
rpc_interface_unittest.py     [all...]
model_logic.py 678 def update_object(self, data={}, **kwargs): member in class:ModelExtensions
    [all...]
  /external/autotest/scheduler/
scheduler_models_unittest.py 454 models.Host.smart_get(1).update_object(dirty=True)
459 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 61 milliseconds