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

  /external/autotest/frontend/tko/
models_test.py 50 test1.set_or_delete_attribute('test_attribute1', None)
59 test1.set_or_delete_attribute('test_attribute1', 'test_value2')
rpc_interface.py 389 test.set_or_delete_attribute(attribute, value)
  /external/autotest/frontend/afe/
models_test.py 69 host1.set_or_delete_attribute('test_attribute1', None)
85 host1.set_or_delete_attribute,
97 host1.set_or_delete_attribute('test_attribute1', 'test_new_value1')
114 host1.set_or_delete_attribute,
moblab_rpc_interface.py 738 host_obj.set_or_delete_attribute(attribute, value)
753 host_obj.set_or_delete_attribute(attribute, None)
    [all...]
model_logic.py 1354 def set_or_delete_attribute(self, attribute, value): member in class:ModelWithAttributes
    [all...]
rpc_interface.py 613 host.set_or_delete_attribute(attribute, value)
    [all...]

Completed in 186 milliseconds