HomeSort by relevance Sort by last modified time
    Searched refs:_total (Results 1 - 7 of 7) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/util/statistic/
CounterStatistic.java 38 protected final AtomicLong _total = new AtomicLong(); field in class:CounterStatistic
51 _total.set(0); // total always set to 0 to properly calculate cumulative total
62 _total.addAndGet(delta);
115 return _total.get();
SampleStatistic.java 47 protected final AtomicLong _total = new AtomicLong(); field in class:SampleStatistic
54 _total.set(0);
61 long total = _total.addAndGet(sample);
84 return _total.get();
94 return (double)_total.get()/_count.get();
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 337 static unsigned long long _total; local
383 _total += total;
387 _total,
389 _total * 100.0 / (double)_possible);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 135 milliseconds