Home
last modified time | relevance | path

Searched refs:dicts (Results 1 – 6 of 6) sorted by relevance

/external/toolchain-utils/cros_utils/
Dperf_diff.py61 for dicts in self._all_dicts:
62 self.PrintTableHelper(dicts)
64 def PrintTableHelper(self, dicts): argument
67 for d in dicts:
75 for i in range(len(dicts)):
84 for d in dicts:
222 dicts = []
240 dicts.append(d)
242 all_dicts.append(dicts)
/external/autotest/frontend/afe/
Drpc_interface.py2095 dicts = {'locked': True, 'lock_time': datetime.datetime.now()}
2096 models.Host.objects.filter(hostname__in=hostnames_to_lock).update(**dicts)
2115 dicts = {'locked': False, 'lock_time': None}
2116 models.Host.objects.filter(hostname__in=hostnames_to_lock).update(**dicts)
/external/autotest/frontend/tko/
Dmodels.py671 dicts = query.values('test_idx')
672 return [item['test_idx'] for item in dicts]
/external/v8/tools/mb/docs/
Duser_guide.md204 The `masters` key contains a nested series of dicts containing mappings
/external/google-breakpad/src/build/
Dcommon.gypi1036 # settings in target dicts. SYMROOT is a special case, because many other
/external/protobuf/objectivec/
DGPBMessage.m670 // When one of our autocreated dicts adds elements, make it visible.