HomeSort by relevance Sort by last modified time
    Searched refs:increment (Results 276 - 300 of 543) sorted by null

<<11121314151617181920>>

  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
ARM-E_interpolate_noloop_gnu.s 84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
  /external/valgrind/unittest/
thread_wrappers.h 84 static int AtomicIncrement(volatile int *value, int increment);
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 458 * Increment a value block, storing the result in the temporary block on the tag.
466 * @param blockIndex index of block to increment, starting from 0
467 * @param value non-negative to increment by
471 public void increment(int blockIndex, int value) throws IOException { method in class:MifareClassic
  /libcore/luni/src/test/java/tests/api/java/math/
OldBigIntegerTest.java 319 BigInteger increment = BigInteger.ONE; local
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_adaptor.hpp 333 void increment() { ++m_iterator; } function in class:boost::iterator_adaptor
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 476 float value, increment, rmd; local
490 increment = (abstractNoiseFunc.executeSigned(x, y, z) + musgraveData.offset) * pwr * value;
491 value += increment;
500 increment = (abstractNoiseFunc.executeSigned(x, y, z) + musgraveData.offset) * pwr * value;
501 value += rmd * increment;
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 287 [end]:expression [i3]:comma [increment]:expression cs_close
295 increment.expression,
648 [increment]:expression // . value to increment by
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 363 iter.increment();
378 currpoint.increment();
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
drive_banners.js 373 // Do not increment the counter.
382 // We do not want to increment the counter when the user navigates
383 // between different directories on Drive, but we increment the counter
620 // Do not increment banner counter in order to not prevent the full
  /external/chromium_org/third_party/WebKit/Source/web/
WebAccessibilityObject.cpp 562 bool WebAccessibilityObject::increment() const function in class:WebKit::WebAccessibilityObject
568 m_private->increment();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 225 public void setIncrement(int increment) {
226 m_increment = increment;
  /external/libvorbis/doc/
09-helper.tex 24 3) increment [return_value];
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 536 i != e; i.increment(ec)) {
610 reloc_i != reloc_e; reloc_i.increment(ec)) {
  /external/llvm/unittests/Support/
Path.cpp 292 for (fs::directory_iterator i(".", ec), e; i != e; i.increment(ec))
310 + "/recursive", ec), e; i != e; i.increment(ec)){
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 133 static void NativeDecimalFormat_setRoundingMode(JNIEnv*, jclass, jlong addr, jint mode, jdouble increment) {
136 fmt->setRoundingIncrement(increment);
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.h 497 virtual void increment() { } function in class:WebCore::AccessibilityObject
  /external/chromium_org/third_party/mesa/src/src/glsl/
loop_analysis.cpp 343 lv->increment = inc;
  /external/chromium_org/v8/src/
hydrogen-bch.cc 275 bounds_checks_eliminated()->Increment();
307 bounds_checks_hoisted()->Increment();
338 if (data->increment() <= 0) continue;
345 bounds_checks_eliminated()->Increment();
  /external/iproute2/include/linux/
pkt_sched.h 614 * Note: increment, decrement are Q0.16 fixed-point values.
621 __u32 increment; /* probability increment, (d1 in Blue) */ member in struct:tc_sfb_qopt
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java 460 * An increment statement (e.g. a += b). The difference with infix is that this does not wrap the
463 public static JavaExpression increment(Type type, final JavaExpression accumulator,
  /external/mesa3d/src/glsl/
loop_analysis.cpp 343 lv->increment = inc;
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 420 IncrementTimeDelta increment(&cookie_load_duration_);
441 IncrementTimeDelta increment(&cookie_load_duration_);
644 IncrementTimeDelta increment(&cookie_load_duration_);
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 328 /// Increment the count for a group, and transitively marked
333 bool groupInPedantic(const Record *Group, bool increment = false);
363 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) {
371 if (increment)
382 // covered by -Wpedantic, increment the count of parent groups. Once the
385 if (groupInPedantic(Group, /* increment */ true)) {
  /frameworks/base/core/java/android/widget/
RemoteViews.java 1527 public void increment(int numBytes) { method in class:RemoteViews.MemoryUsageCounter
    [all...]

Completed in 2616 milliseconds

<<11121314151617181920>>