HomeSort by relevance Sort by last modified time
    Searched full:increment (Results 1 - 25 of 1228) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/inspector/resources/
loop-statements.js 14 function increment() function
  /external/e2fsprogs/tests/progs/test_data/
test.icount 13 increment 0
17 increment 20001
50 # Time to test increment. First increment from 0 (previously unreferenced)
53 increment 2
55 increment 2
57 increment 2
59 increment 2
73 increment 3
83 increment
    [all...]
expect.icount 7 test_icount: increment 0
8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
15 test_icount: increment 20001
16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
62 test_icount: increment 2
66 test_icount: increment 2
70 test_icount: increment 2
74 test_icount: increment 2
95 test_icount: increment 3
108 test_icount: increment
    [all...]
  /external/e2fsprogs/tests/progs/
test_icount_cmds.ct 19 request do_increment, "Increment an icount entry",
20 increment, inc;
  /system/extras/tests/bionic/libc/bionic/
lib_static_init.cpp 6 /* increment the static variable */
  /external/chromium/base/
atomicops_internals_x86_msvc.h 34 Atomic32 increment) {
37 static_cast<LONG>(increment)) + increment;
41 Atomic32 increment) {
42 return Barrier_AtomicIncrement(ptr, increment);
117 Atomic64 increment) {
120 static_cast<LONGLONG>(increment)) + increment;
124 Atomic64 increment) {
125 return Barrier_AtomicIncrement(ptr, increment);
    [all...]
atomicops_internals_x86_macosx.h 40 Atomic32 increment) {
41 return OSAtomicAdd32(increment, const_cast<Atomic32*>(ptr));
45 Atomic32 increment) {
46 return OSAtomicAdd32Barrier(increment, const_cast<Atomic32*>(ptr));
131 Atomic64 increment) {
132 return OSAtomicAdd64(increment, const_cast<Atomic64*>(ptr));
136 Atomic64 increment) {
137 return OSAtomicAdd64Barrier(increment, const_cast<Atomic64*>(ptr));
217 AtomicWord increment) {
219 reinterpret_cast<volatile AtomicWordCastType*>(ptr), increment);
    [all...]
atomic_ref_count.h 21 // Increment a reference count by "increment", which must exceed 0.
23 AtomicRefCount increment) {
24 subtle::NoBarrier_AtomicIncrement(ptr, increment);
41 // Increment a reference count by 1.
atomicops_internals_x86_gcc.h 49 Atomic32 increment) {
50 Atomic32 temp = increment;
55 return temp + increment;
59 Atomic32 increment) {
60 Atomic32 temp = increment;
68 return temp + increment;
173 Atomic64 increment) {
174 Atomic64 temp = increment;
179 return temp + increment;
183 Atomic64 increment) {
    [all...]
atomicops_internals_arm_gcc.h 56 Atomic32 increment) {
57 return Barrier_AtomicIncrement(ptr, increment);
61 Atomic32 increment) {
65 Atomic32 new_value = old_value + increment;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/iinc/
Test_iinc.java 41 * @title Increment by 1
49 * @title Increment by -1
57 * @title Increment by 63
65 * @title Increment by 0
73 * @title Increment by 0
81 * @title Increment by 127
89 * @title Increment by 127
97 * @title Increment by 127
105 * @title Increment by -128
113 * @title Increment by -12
    [all...]
  /external/gtest/samples/
sample4_unittest.cc 35 // Tests the Increment() method.
36 TEST(Counter, Increment) {
42 EXPECT_EQ(0, c.Increment());
43 EXPECT_EQ(1, c.Increment());
44 EXPECT_EQ(2, c.Increment());
  /external/protobuf/gtest/samples/
sample4_unittest.cc 35 // Tests the Increment() method.
36 TEST(Counter, Increment) {
42 EXPECT_EQ(0, c.Increment());
43 EXPECT_EQ(1, c.Increment());
44 EXPECT_EQ(2, c.Increment());
  /external/webkit/WebCore/rendering/style/
StyleMarqueeData.cpp 30 : increment(RenderStyle::initialMarqueeIncrement())
40 , increment(o.increment)
50 return increment == o.increment && speed == o.speed && direction == o.direction &&
  /external/iptables/extensions/
libip6t_HL.man 8 .B Don't ever set or increment the value on packets that leave your local network!
17 Increment the Hop Limit `value' times.
libipt_TTL.man 8 .B Don't ever set or increment the value on packets that leave your local network!
19 Increment the TTL value `value' times.
  /frameworks/base/core/java/com/android/internal/util/
BitwiseOutputStream.java 83 * Write some data and increment the current position.
106 * Write data in bulk from a byte array and increment the current position.
113 int increment = Math.min(8, bits - (i << 3)); local
114 if (increment > 0) {
115 write(increment, (byte)(arr[i] >>> (8 - increment)));
121 * Increment the current position, implicitly writing zeros.
123 * @param bits the amount by which to increment the position
BitwiseInputStream.java 66 * Read some data and increment the current position.
90 * Read data in bulk into a byte array and increment the current position.
99 int increment = Math.min(8, bits - (i << 3)); local
100 arr[i] = (byte)(read(increment) << (8 - increment));
106 * Increment the current position and ignore contained data.
108 * @param bits the amount by which to increment the position
  /external/libffi/
libtool-version 17 # update, then increment revision (`c:r:a' becomes `c:r+1:a').
20 # last update, increment current, and set revision to 0.
23 # then increment age.
  /external/webkit/WebCore/manual-tests/inspector/
debugger-step-on-for-statements.html 6 for (initialize(); condition(); increment())
26 the for loop again. Click 'Step into'. Debugger should step into the 'increment' function.
27 Click 'Step into' until outside of the 'increment' function - debugger should enter the 'condition'
  /external/clearsilver/man/man3/
cgiwrap_iterenv.3 25 n - variable to return. This should start at 0 and increment
  /external/qemu/elff/
elf_defs.h 28 * p - Pointer to increment.
29 * n - Number of bytes to increment the pointer with.
35 * p - Pointer to increment.
36 * n - Number of bytes to increment the pointer with.
43 * p - Pointer to increment.
44 * n - Number of bytes to increment the pointer with.
53 * p - Pointer to increment.
54 * n - Number of bytes to increment the pointer with.
119 /* We also make sure here that increment didn't overflow the pointer. */
  /system/core/include/cutils/
atomic-x86.h 104 extern inline int32_t android_atomic_add(int32_t increment,
108 : "+r" (increment), "+m" (*ptr)
110 /* increment now holds the old value of *ptr */
111 return increment;
  /bionic/libc/unistd/
nice.c 30 int nice(int increment)
34 return setpriority( PRIO_PROCESS, 0, priority+increment);
  /external/libvpx/vp8/common/ppc/
copy_altivec.asm 40 add r3, r3, r4 ;# increment source pointer
41 add r5, r5, r6 ;# increment destination pointer

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 91011>>