Searched refs:percent (Results 126 - 150 of 190) sorted by relevance

12345678

/external/chromium_org/content/browser/tracing/
H A Dtracing_ui.cc366 int percent = (current / total) * 100; local
369 base::FundamentalValue(percent),
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DheapProfiler.css63 .heap-snapshot-view .data-grid span.percent-column {
H A DprofilesPanel.css57 .profile-view .data-grid span.percent-column {
/external/chromium_org/tools/clang/blink_gc_plugin/
H A Dprocess-graph.py386 percent = len(g) * 100 / total
387 print "%2d%% is %s (%d hierarchies)" % (percent, s, len(g))
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c18 static int percent(int val, int total) function
399 printf("Non-blitting crap accounted for %d percent of this run.\n",
400 percent(testms - elasped, testms));
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb138 [ :percent, /%/ ],
211 CONTINUE_TYPES = [ :open, :identifier, :percent, :dot ]
223 when :identifier, :percent, :dot
236 if @token_type == :percent
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValueTest.cpp62 EXPECT_EQ(expectedPercent, value.percent);
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.h141 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) = 0;
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h252 typedef int (*WebPProgressHook)(int percent, const WebPPicture* picture);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dnumbers.c872 * else treat percent/per-mille as special cases,
880 if (xsltUTF8Charcmp(*format, self->percent) == 0) {
959 * delayed_multiplier allows a 'trailing' percent or
1015 * First we process the +ve pattern to get percent / permille,
1027 * a little messy because of the percent/per-mille - if that
1060 } else if (xsltUTF8Charcmp(the_format, self->percent) == 0) {
1099 } else if (xsltUTF8Charcmp(the_format, self->percent) == 0) {
1174 * Flag changes interpretation of percent/permille
1190 if ( (xsltUTF8Charcmp(the_format, (self)->percent) == 0) ||
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_frame_usage.spec41 percent = ----
50 The value, percent, indicates the amount of time spent between the
57 This definition of "percent" differs slightly from
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-diff.c746 double percent = baseline_percent(he); local
752 pfmt, percent);
760 double percent = baseline_percent(he); local
765 ret = scnprintf(buf, size, fmt, percent);
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec41 percent = ----
50 The value, percent, indicates the amount of time spent between the
57 This definition of "percent" differs slightly from
/external/webp/include/webp/
H A Dencode.h252 typedef int (*WebPProgressHook)(int percent, const WebPPicture* picture);
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c1154 int percent = 0; local
1178 if (!WebPReportProgress(picture, 1, &percent)) {
1207 if (!WebPReportProgress(picture, 5, &percent)) goto UserAbort;
1214 if (!WebPReportProgress(picture, 90, &percent)) goto UserAbort;
1220 if (!WebPReportProgress(picture, 100, &percent)) goto UserAbort;
H A Diterator.c89 const int percent = (it->count_down0_ <= 0) local
92 return WebPReportProgress(enc->pic_, percent, &enc->percent_);
H A Dvp8enci.h301 int percent0_; // saved initial progress percent
514 int percent, int* const percent_store);
/external/webp/src/enc/
H A Dvp8l.c1154 int percent = 0; local
1178 if (!WebPReportProgress(picture, 1, &percent)) {
1207 if (!WebPReportProgress(picture, 5, &percent)) goto UserAbort;
1214 if (!WebPReportProgress(picture, 90, &percent)) goto UserAbort;
1220 if (!WebPReportProgress(picture, 100, &percent)) goto UserAbort;
H A Diterator.c89 const int percent = (it->count_down0_ <= 0) local
92 return WebPReportProgress(enc->pic_, percent, &enc->percent_);
H A Dvp8enci.h301 int percent0_; // saved initial progress percent
514 int percent, int* const percent_store);
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc69 SkColor IncreaseLightness(SkColor color, double percent) { argument
72 result.l += (1 - result.l) * percent;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp_unittest.cc90 void SetLoss(int percent) { argument
91 loss_ = percent;
/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java165 public void setFuelPercent(float percent) { argument
166 mFuelTargetPercent = percent;
/external/lldb/scripts/
H A Ddisasm-gdb-remote.pl2263 my $percent = ($packet_times{$value} / $total_packet_times) * 100.0;
2264 if ($percent < 10.0)
2266 printf("%22s %1.6f %2.2f\n", $value, $packet_times{$value}, $percent);
2271 printf("%22s %1.6f %2.2f\n", $value, $packet_times{$value}, $percent);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentVideoView.java293 protected void onBufferingUpdate(int percent) { argument

Completed in 1218 milliseconds

12345678