Searched refs:amount (Results 1 – 5 of 5) sorted by relevance
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | carousel.js | 224 var amount = slideWidth; 225 animateSlide(amount, 'left'); 229 var amount = slideWidth; 230 animateSlide(amount, 'right'); 236 function animateSlide(amount,dir) { argument 239 if (amount == slideWidth ) { 242 motionDistance = amount;
|
/build/make/tools/ |
D | fat16copy.py | 81 def seek(self, amount, direction=0): argument 84 self.idx += amount 86 self.idx = self.size - amount 88 self.idx = amount 632 def allocate(self, amount): argument 637 assert amount > 0, "Must allocate a non-zero amount." 670 while grabbed < amount and len(free_zones) > 0: 675 if grabbed < amount: 678 excess = (grabbed - amount) / self.bytes_per_cluster 696 def extend_cluster(self, cluster, amount): argument [all …]
|
/build/make/tools/releasetools/ |
D | edify_generator.py | 212 def CacheFreeSpaceCheck(self, amount): argument 215 self._required_cache = max(self._required_cache, amount) 218 amount,
|
/build/make/ |
D | Deprecation.md | 57 amount of time in the default error state before moving to obsolete -- we'll
|
D | Usage.txt | 21 amount of debugging to be added into the generated image.
|