Home
last modified time | relevance | path

Searched refs:slot_dict (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py1293 slot_dict = {}
1299 slot_dict[key] = slot_record.value
1304 arg_list.append(slot_dict[db.Key(current_arg['slot_key'])])
1313 kwarg_dict[key] = slot_dict[db.Key(current_arg['slot_key'])]
2880 slot_dict=None, argument
2929 if slot_dict is None:
2930 slot_dict = {}
2954 default_slot = slot_dict.get(default_slot_key)
3048 slot_dict=None): argument
3069 if slot_dict is None:
[all …]
/external/autotest/client/bin/input/
Dinput_device.py581 slot_dict = OrderedDict()
587 slot_dict[slot_id] = slot
588 return slot_dict
591 slot_dict = self.get_slots()
592 for slot_id, slot in slot_dict.items():
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py1333 self.slot_dict = self.device_info.get_slots()
1336 for slot_id, slot in self.slot_dict.items():