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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
items.py 125 alterations = {
138 alterations['changes'][key] = self._data[key]
140 alterations['deletes'].append(key)
145 alterations['adds'][key] = self._data[key]
149 alterations['deletes'].append(key)
151 return alterations
345 alterations = self._determine_alterations()
347 for key, value in alterations['adds'].items():
354 for key, value in alterations['changes'].items():
361 for key in alterations['deletes']
    [all...]
  /external/autotest/client/tools/
boottool     [all...]

Completed in 2175 milliseconds