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

  /external/autotest/contrib/
db_cleanup.py 67 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/
response.py 356 _amount = 'Value' variable in class: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 class:ComplexMoney
  /external/ImageMagick/Magick++/lib/
STL.cpp 279 : _amount( amount_ )
284 image_.cycleColormap( _amount );
1013 : _amount( amount_ )
1018 image_.spread( _amount );
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h 329 ::ssize_t _amount; member in class:Magick::cycleColormapImage
1100 size_t _amount; member in class:Magick::spreadImage
    [all...]

Completed in 220 milliseconds