HomeSort by relevance Sort by last modified time
    Searched full:increment (Results 476 - 500 of 3761) sorted by null

<<11121314151617181920>>

  /libcore/libart/src/main/java/java/lang/
Daemons.java 188 // Local copy of progressCounter; saves a fence per increment on ARM and MIPS.
343 // We observed neither the effect of the gotoSleep() nor the increment preceding a
346 // But then we would have seen the counter increment. Thus there cannot have
349 // last progressCounter increment) to either the next increment or gotoSleep()
352 // just before the counter increment, which preceded the doFinalize call. Thus we
  /external/c-ares/
Makefile.am 84 # increment revision (c:r+1:a)
87 # update, increment current, and set revision to 0. (c+1:r=0:a)
90 # increment age. (c:r:a+1)
  /external/guava/guava/src/com/google/common/cache/
AbstractCache.java 239 loadSuccessCount.increment();
245 loadExceptionCount.increment();
251 evictionCount.increment();
  /external/icu/icu4c/source/i18n/
precision.h 55 * The rounding increment or zero if there is no rounding increment.
208 * has no rounding increment set.
  /external/icu/icu4c/source/samples/numfmt/
main.cpp 134 * Set the rounding increment to 0 if it is implied with the number of
135 * fraction digits. Setting an explicit rounding increment makes
138 * cases like "nickel rounding" (0.05) when the increment differs from
  /external/iproute2/man/man8/
tc-sfb.8 16 .B increment
117 .B increment.
124 increment
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 109 private int updatePos(int pos, int increment) {
111 offset += increment;
113 return pos + increment;
  /external/kernel-headers/original/uapi/linux/
mii.h 149 #define MII_MMD_CTRL_NOINCR 0x4000 /* no post increment */
150 #define MII_MMD_CTRL_INCR_RDWT 0x8000 /* post increment on reads & writes */
151 #define MII_MMD_CTRL_INCR_ON_WT 0xC000 /* post increment on writes only */
  /external/llvm/test/CodeGen/ARM/
vst1.ll 39 ;Check for a post-increment updating store.
80 ;Check for a post-increment updating store with register increment.
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 66 uint timeInc; /* VOP time increment (relative to last mtb) */
85 uint timeIncrementResolution;/* VOL time increment */
86 int nbitsTimeIncRes; /* number of bits for time increment */
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
mock_object.hpp 225 // Increment and Decrement
226 MO_UNARY_OP( ++, "Prefix increment" )
230 MO_OP_IMPL( ++, "Postfix increment", prototype() );
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
Mean.java 33 * <p>When {@link #increment(double)} is used to add data incrementally from a
54 * one of the threads invokes the <code>increment()</code> or
106 public void increment(final double d) { method in class:Mean
108 moment.increment(d);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
package.html 35 style="font-weight: bold;">stat.increment(values[i]);</span><br/> &nbsp;&nbsp;&nbsp;
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
call_machine_e362.py 75 # We randomly increment the call duration every time a status check
  /external/autotest/client/cros/
tpm_dam.py 10 counter to increment and when the counter exceeds some threshold, the defense
  /external/autotest/server/tests/netperf2/
netperf2.py 64 self.job._indenter.increment()
  /external/autotest/server/tests/netpipe/
netpipe.py 65 self.job._indenter.increment()
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
parallelism_framework_util.py 59 def Increment(self, key, inc, default_value=0):
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
location_info_mixin.js 58 //NOTE: we don't need to increment preprocessor position, since character token
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 281 public GridDataFactory hintHAdd(int increment) {
282 return hintV(m_data.widthHint + increment);
290 public GridDataFactory hintVAdd(int increment) {
291 return hintV(m_data.heightHint + increment);
  /external/elfutils/libasm/
asm_addsleb128.c 92 /* Increment the offset in the (sub)section. */
asm_adduleb128.c 88 /* Increment the offset in the (sub)section. */
  /external/freetype/src/cff/
cf2arrst.h 58 size_t chunk; /* allocation increment in items */
  /external/guava/guava-gwt/test-super/com/google/common/testing/super/com/google/common/testing/
FakeTickerTest.java 78 "Expected no auto-increment when setting autoIncrementStep to 0 " + timeUnit,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 343 // get default rounding increment
346 // set rounding mode with zero increment. Rounding
347 // increment should be set by this operation
356 errln("ERROR: Rounding increment did not change");

Completed in 610 milliseconds

<<11121314151617181920>>