HomeSort by relevance Sort by last modified time
    Searched full:increment (Results 126 - 150 of 1961) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 46 * On key presses (right or left), the amount to increment/decrement the
160 * @param increment The amount to increment or decrement when the user
163 public void setKeyProgressIncrement(int increment) {
164 mKeyProgressIncrement = increment < 0 ? -increment : increment;
172 * @return The amount to increment or decrement when the user presses the
  /external/chromium/testing/gtest/samples/
sample4.cc 39 int Counter::Increment() {
sample4.h 47 int Increment();
  /external/clang/test/Sema/
ext_vector_casts.c 50 f2++; // expected-error{{cannot increment value of type 'float2'}}
  /external/clang/test/SemaCXX/
overloaded-operator-decl.cpp 37 X operator++(X&, FLOAT); // expected-error{{parameter of overloaded post-increment operator must have type 'int' (not 'FLOAT' (aka 'float'))}}
  /external/dropbear/libtommath/
bn_mp_lshd.c 38 /* increment the used by the shift amount then copy upwards */
bn_mp_mul_d.c 60 /* store final carry [if any] and increment ix offset */
  /external/gtest/samples/
sample4.cc 39 int Counter::Increment() {
sample4.h 47 int Increment();
  /external/llvm/test/CodeGen/ARM/
vld1.ll 20 ;Check for a post-increment updating load.
40 ;Check for a post-increment updating load with register increment.
76 ;Check for a post-increment updating load.
  /external/llvm/test/CodeGen/PowerPC/
lsr-postinc-pos.ll 3 ; The icmp is a post-inc use, and the increment is in %bb11, but the
  /external/protobuf/gtest/samples/
sample4.cc 39 int Counter::Increment() {
sample4.h 47 int Increment();
  /external/regex-re2/re2/
set.h 28 // Error returns do not increment the index.
  /external/stlport/src/
sparc_atomic.s 36 add %o2, 0x1, %o3 ! Increment and store current
sparc_atomic64.s 34 addx %o2, 0x1, %o3 ! Increment and store current
  /external/v8/test/cctest/
test-platform-linux.cc 54 // increment a variable.
test-platform-nullos.cc 54 // increment a variable.
  /external/valgrind/main/none/tests/x86/
shift_ndep.c 12 /* First we set the carry flag. Then we increment %x, which sets
  /external/webkit/Source/WebCore/platform/graphics/android/utils/
ClassTracker.h 44 void increment(String name);
  /external/webkit/Source/WebCore/rendering/
BidiRun.cpp 58 bidiRunCounter.increment();
  /external/webkit/Source/WebCore/rendering/style/
StyleMarqueeData.h 46 Length increment; member in class:WebCore::StyleMarqueeData
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
dillo 35 counter-increment
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
visual_header.h 43 int32 nbitsTimeIncRes; /* number of bits for time increment () */
  /frameworks/av/services/audioflinger/
AudioStreamInSource.cpp 62 // FIXME only increment for contiguous ranges

Completed in 1594 milliseconds

1 2 3 4 56 7 8 91011>>