HomeSort by relevance Sort by last modified time
    Searched refs:percent (Results 176 - 200 of 343) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 141 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) = 0;
  /external/chromium_org/third_party/libwebp/webp/
encode.h 252 typedef int (*WebPProgressHook)(int percent, const WebPPicture* picture);
  /external/chromium_org/third_party/libxslt/libxslt/
numbers.c 872 * 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) ||
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 41 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/
builtin-diff.c 746 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/
MESA_swap_frame_usage.spec 41 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/
encode.h 252 typedef int (*WebPProgressHook)(int percent, const WebPPicture* picture);
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerSession.java 223 public void onBufferingUpdate(int percent) {
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 183 int mixer_ctl_set(struct mixer_ctl *ctl, unsigned percent);
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/20/
uiautomator.jar 
  /prebuilts/sdk/21/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 491 function percent(ratio) {
494 viewRect.style.left = percent(webview.screenX / screenWidth);
495 viewRect.style.top = percent(webview.screenY / screenHeight);
496 viewRect.style.width = percent(webview.width / screenWidth);
497 viewRect.style.height = percent(webview.height / screenHeight);
  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 1154 int percent = 0; local
    [all...]
iterator.c 89 const int percent = (it->count_down0_ <= 0) local
92 return WebPReportProgress(enc->pic_, percent, &enc->percent_);
  /external/webp/src/enc/
vp8l.c 1154 int percent = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 790 CARD8 percent; member in struct:__anon46066
842 CARD8 percent; member in struct:__anon46070
897 INT8 percent; member in struct:__anon46074
949 INT8 percent; member in struct:__anon46078
1228 INT8 percent; member in struct:__anon46097
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 790 CARD8 percent; member in struct:__anon47802
842 CARD8 percent; member in struct:__anon47806
897 INT8 percent; member in struct:__anon47810
949 INT8 percent; member in struct:__anon47814
1228 INT8 percent; member in struct:__anon47833
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service.cc 69 SkColor IncreaseLightness(SkColor color, double percent) {
72 result.l += (1 - result.l) * percent;
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 86 percent: 100,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
profilesPanel.css 57 .profile-view .data-grid span.percent-column {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp_unittest.cc 90 void SetLoss(int percent) {
91 loss_ = percent;
  /external/chromium_org/tools/clang/blink_gc_plugin/
process-graph.py 386 percent = len(g) * 100 / total
387 print "%2d%% is %s (%d hierarchies)" % (percent, s, len(g))

Completed in 807 milliseconds

1 2 3 4 5 6 78 91011>>