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

  /external/autotest/client/site_tests/security_DbusMap/
security_DbusMap.py 244 for (i, objdict) in enumerate(dbus_list):
245 if objdict['Object_name'] == dest:
522 for objdict in dbus_list:
523 for ifacedict in objdict['interfaces']:
526 objdict['Object_name'],
530 objdict['Object_name'],
536 objdict['Object_name'],
541 if (self.check_policies(dbus_cfg, objdict['Object_name'],
545 if (self.check_policies(dbus_cfg, objdict['Object_name'],
548 self.check_policies(dbus_cfg, objdict['Object_name']
    [all...]
  /external/autotest/tko/
job_serializer.py 367 def get_trivial_attr(self, obj, objdict):
376 objdict: the dict that specifies the type.
382 for field, field_type in objdict.items():
393 def set_trivial_attr(self, tko_obj, pb_obj, objdict):
398 provided by objdict, the dictionary that specifies the types
404 objdict: specifies the type of each attribute in the class we
408 for attr, attr_type in objdict.iteritems():

Completed in 537 milliseconds