Searched refs:MAX_PERCENTAGE (Results 1 – 5 of 5) sorted by relevance
20 const MAX_PERCENTAGE: string = '100%';71 this.textProgress = MAX_PERCENTAGE83 this.textProgress = MAX_PERCENTAGE
21 const MAX_PERCENTAGE = '100%'; constant204 this.textProgress = MAX_PERCENTAGE;217 this.textProgress = MAX_PERCENTAGE;
18 const MAX_PERCENTAGE: string = '100%'46 this.textProgress = MAX_PERCENTAGE
18 const MAX_PERCENTAGE = '100%'; constant
46 static constexpr int32_t MAX_PERCENTAGE = 8; variable94 (percent_ > MAX_PERCENTAGE && totalOpNums_ > MIN_OPS_NUM)) { in OpCanCache()