HomeSort by relevance Sort by last modified time
    Searched full:percent (Results 26 - 50 of 2038) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/scheduler/
rolling_time_delta_history.h 29 // percent of samples. If there aren't any samples, returns base::TimeDelta().
30 base::TimeDelta Percentile(double percent) const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 111 case Percent:
219 // We substitute 0 percent by (epsilon / percentScaleFactor) percent in two places below to avoid division by zero.
229 float percent = min(static_cast<float>(m_layoutStruct[i].effectiveLogicalWidth.percent()), remainingPercent); local
230 float logicalWidth = static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) * 100 / max(percent, epsilon);
232 remainingPercent -= percent;
297 case Percent:
298 totalPercent += columnLayout.logicalWidth.percent();
325 totalPercent += columnLayout.effectiveLogicalWidth.percent();
356 float percent = percentMissing * static_cast<float>(m_layoutStruct[pos].effectiveMaxLogicalWidth) \/ totalWidth; local
384 float percent = m_layoutStruct[pos].logicalWidth.isPercent() ? m_layoutStruct[pos].logicalWidth.percent() : m_layoutStruct[pos].effectiveLogicalWidth.percent(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h 189 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) OVERRIDE;
211 virtual void calculateAnimatedValue(float percent, unsigned repeatCount, SVGSMILElement* resultElement) = 0;
214 void currentValuesForValuesAnimation(float percent, float& effectivePercent, String& from, String& to);
216 float calculatePercentFromKeyPoints(float percent) const;
217 void currentValuesFromKeyPoints(float percent, float& effectivePercent, String& from, String& to) const;
218 float calculatePercentForSpline(float percent, unsigned splineIndex) const;
219 float calculatePercentForFromTo(float percent) const;
220 unsigned calculateKeyTimesIndex(float percent) const;
SVGAnimationElement.cpp 423 unsigned SVGAnimationElement::calculateKeyTimesIndex(float percent) const
428 // required to be 1, and percent can never exceed 1; i.e., the second last
431 if (m_keyTimes[index] > percent)
437 float SVGAnimationElement::calculatePercentForSpline(float percent, unsigned splineIndex) const
445 return narrowPrecisionToFloat(bezier.solve(percent, solveEpsilon(duration.value())));
448 float SVGAnimationElement::calculatePercentFromKeyPoints(float percent) const
455 if (percent == 1)
458 unsigned index = calculateKeyTimesIndex(percent);
467 float keyPointPercent = (percent - fromPercent) / (toPercent - fromPercent);
476 float SVGAnimationElement::calculatePercentForFromTo(float percent) cons
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
numbersInternals.h 60 int multiplier; /* Scaling for percent or permille */
62 char is_multiplier_set; /* Flag to catch multiple occurences of percent/permille */
  /external/chromium_org/tools/perf/
unit-info.json 6 "why": "Percent CPU usage"
71 "percent": {
  /external/libxslt/libxslt/
numbersInternals.h 60 int multiplier; /* Scaling for percent or permille */
62 char is_multiplier_set; /* Flag to catch multiple occurences of percent/permille */
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 168 size_t percent = format.find('%'); local
169 if (percent == StringRef::npos) {
173 assert(format[percent] == '%');
175 if (percent > 0) out << format.substr(0, percent);
177 switch (format[percent+1]) {
184 format = format.substr(percent+2);
  /external/linux-tools-perf/util/
color.c 291 const char *get_percent_color(double percent)
300 if (percent >= MIN_RED)
303 if (percent > MIN_GREEN)
309 int percent_color_fprintf(FILE *fp, const char *fmt, double percent)
314 color = get_percent_color(percent);
315 r = color_fprintf(fp, color, fmt, percent);
320 int percent_color_snprintf(char *bf, size_t size, const char *fmt, double percent)
322 const char *color = get_percent_color(percent);
323 return color_snprintf(bf, size, color, fmt, percent);
annotate.c 123 double percent = 0.0; local
138 percent += src_line[offset].percent;
146 percent = 100.0 * hits / h->sum;
148 if (percent < min_pcnt)
163 color = get_percent_color(percent);
179 color_fprintf(stdout, color, " %7.2f", percent);
378 if (src_line->percent > iter->percent)
435 src_line[i].percent = 100.0 * h->addr[i] / h->sum
478 double percent; local
    [all...]
  /external/oprofile/libpp/
profile_container.cpp 35 : filename(id), percent(percent_)
39 if (percent != lhs.percent)
40 return percent < lhs.percent;
46 double percent; member in struct:__anon24388::filename_by_samples
179 double const percent = local
182 if (percent >= threshold) {
239 if (cit->percent >= threshold)
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.h 26 void ShowBubble(int percent);
30 // We _do_ still animate the level moving to |percent| in case the bubble is
44 void UpdateWithoutShowingBubble(int percent);
  /external/chromium_org/ui/gfx/animation/
multi_animation.cc 59 double percent = static_cast<double>(delta + part.start_time_ms) / local
61 DCHECK(percent <= 1);
62 current_value_ = Tween::CalculateValue(part.type, percent);
  /libcore/luni/src/main/java/java/text/
DecimalFormatSymbols.java 50 private char percent; field in class:DecimalFormatSymbols
90 this.percent = localeData.percent;
187 percent == obj.percent &&
207 ",percent=" + percent +
324 * Returns the percent character.
326 * @return the percent character.
329 return percent;
    [all...]
  /development/samples/training/ContactsList/res/values/
integers.xml 19 <!-- These are the default percent values that the contact photo and information should take up
  /external/chromium_org/ash/system/chromeos/brightness/
brightness_controller_chromeos.h 28 virtual void SetBrightnessPercent(double percent, bool gradual) OVERRIDE;
tray_brightness.h 34 void HandleInitialBrightness(double percent);
50 void HandleBrightnessChanged(double percent, bool user_initiated);
  /external/chromium_org/net/tools/quic/test_tools/
packet_dropping_test_writer.h 52 // The percent of time a packet is simulated as being lost.
58 // The percent of time WritePacket will block and set WriteResult's status
67 // The percent of time a packet is simulated as being reordered.
75 // The percent of time WritePacket will block and set WriteResult's status
  /external/chromium_org/ui/base/models/
table_model.cc 21 percent(),
26 TableColumn::TableColumn(int id, Alignment alignment, int width, float percent)
31 percent(percent),
  /external/doclava/res/assets/templates/
todo.cs 36 <tr><th>Percent Good</th><td><?cs var:all.percentGood ?></td></tr>
46 <th>Percent Good</th>
66 <th>Percent Good</th>
85 Percent Good: <?cs var:cl.percentGood ?></p>
  /external/jpeg/
jconfig.cfg 41 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  /external/qemu/distrib/jpeg-6b/
jconfig.cfg 41 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
  /external/qemu/pc-bios/keymaps/
en-us 8 percent 0x06 shift
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
DecimalFormatProperties.java 38 * percent %char; "%"
262 * Set the "percent" attribute.
263 * percent specifies the character used as a percent sign; the default
264 * value is the percent character (%).
266 * @param v Character to use as percent
274 * Get the "percent" attribute.
275 * percent specifies the character used as a percent sign; the default
276 * value is the percent character (%)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
LengthFunctions.cpp 39 case Percent:
40 return static_cast<float>(maximumValue * length.percent() / 100.0f);

Completed in 1626 milliseconds

12 3 4 5 6 7 8 91011>>