Home
last modified time | relevance | path

Searched refs:_amount (Results 1 – 2 of 2) sorted by relevance

/external/autotest/contrib/
Ddb_cleanup.py67 self._amount = amount
90 if self._amount == 0:
93 barlen = int(20 * self._cur / float(self._amount))
98 text = self.TEXT.format(self._name, bartext, self._cur, self._amount)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
Dresponse.py356 _amount = 'Value' variable in ComplexAmount
359 return '{0} {1}'.format(self.CurrencyCode, getattr(self, self._amount))
362 return float(getattr(self, self._amount))
365 return str(getattr(self, self._amount))
369 if name not in ('CurrencyCode', self._amount):
376 if name == self._amount:
382 _amount = 'Amount' variable in ComplexMoney