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

1 23 4 5 6 7 8 91011>>

  /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. */
  /ndk/sources/host-tools/ndk-stack/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. */
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 167 int increment = 1; local
169 progressBar.incrementProgressBy(increment);
170 assertEquals(oldProgress + increment, progressBar.getProgress());
172 increment = progressBar.getMax() >> 1;
174 progressBar.incrementProgressBy(increment);
175 assertEquals(oldProgress + increment, progressBar.getProgress());
192 int increment = 1; local
194 progressBar.incrementSecondaryProgressBy(increment);
195 assertEquals(oldSecondaryProgress + increment, progressBar.getSecondaryProgress());
197 increment = progressBar.getMax() >> 1
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
ProgressMonitor.java 39 * has changed. It is up to the monitor to determine if the increment is
49 * Increment the progress by a unit.
51 public void incrementProgress(float increment);
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_PERIODIC_PROFILING.S 2 * Increment profile counter for this trace, and decrement
  /external/llvm/test/Transforms/LoopStrengthReduce/
exit_compare_live_range.ll 1 ; Make sure that the compare instruction occurs after the increment to avoid
  /external/v8/src/
atomicops_internals_arm_gcc.h 79 Atomic32 increment) {
80 return Barrier_AtomicIncrement(ptr, increment);
84 Atomic32 increment) {
88 Atomic32 new_value = old_value + increment;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
transform.h 30 Word16 chIncrement, /*! channel increment */
  /frameworks/av/services/audioflinger/
FastMixerState.h 47 int mGeneration; // increment when any field is assigned
59 int mFastTracksGen; // increment when any mFastTracks[i].mGeneration is incremented
62 int mOutputSinkGen; // increment when mOutputSink is assigned
76 unsigned mColdGen; // increment when COLD_IDLE is requested so it's only performed once
  /bionic/libc/unistd/
sbrk.c 37 void *sbrk(ptrdiff_t increment)
47 end = start + increment;
  /external/clang/test/SemaTemplate/
alias-church-numerals.cpp 31 template<typename A> using Increment = typename IncrementHelper<A>::Result;
33 using Arr = int[TwoHundredAndFiftySix<Increment, Const<int, 0>>::value];
  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 78 * increment the indentation field
80 protected void increment() { method in class:Indentation
  /external/llvm/test/CodeGen/Thumb/
2009-12-17-pre-regalloc-taildup.ll 10 @codetable.2928 = internal constant [5 x i8*] [i8* blockaddress(@interpret_threaded, %RETURN), i8* blockaddress(@interpret_threaded, %INCREMENT), i8* blockaddress(@interpret_threaded, %DECREMENT), i8* blockaddress(@interpret_threaded, %DOUBLE), i8* blockaddress(@interpret_threaded, %SWAPWORD)] ; <[5 x i8*]*> [#uses=5]
26 indirectbr i8* %gotovar.22.0, [label %RETURN, label %INCREMENT, label %DECREMENT, label %DOUBLE, label %SWAPWORD]
31 INCREMENT: ; preds = %bb
38 bb.backedge: ; preds = %SWAPWORD, %DOUBLE, %DECREMENT, %INCREMENT
39 %gotovar.22.0.in.be = phi i8** [ %20, %SWAPWORD ], [ %14, %DOUBLE ], [ %10, %DECREMENT ], [ %6, %INCREMENT ] ; <i8**> [#uses=1]
40 %result.0.be = phi i32 [ %17, %SWAPWORD ], [ %11, %DOUBLE ], [ %7, %DECREMENT ], [ %3, %INCREMENT ] ; <i32> [#uses=1]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 14 // Edges are instrumented to increment the path number register, such that the
128 // increment. Notice this is incrementing the path counter
130 // increment is determined by getIncrement().
134 // Get/set the path number increment that this edge will be instrumented
135 // with. This is distinct from the path counter increment and the
136 // weight. The counter increment counts the number of executions of
140 void setIncrement(long increment);
150 // The increment that the code will be instrumented with.
159 // Whether this edge is a path counter increment.
202 // increment and initialization
    [all...]
  /external/webkit/Source/WebCore/rendering/
CounterNode.cpp 104 int increment = actsAsReset() ? 0 : m_value; local
106 return m_previousSibling->m_countInParent + increment;
108 return m_parent->m_value + increment;
235 // The code below handles the case when a formerly root increment counter is loosing its root position
245 // 1. if the increment counter node lost it's root position as a result of another
247 // 2. if the increment counter node lost it's root position as a result of a renderer being
312 current, current->actsAsReset() ? "reset____" : "increment", current->value(),
  /external/bluetooth/glib/tests/
mainloop-test.c 19 #define INCREMENT 10
242 if (test_data->current_val != ITERS * INCREMENT)
245 test_data->current_val, ITERS * INCREMENT);
257 do_add (test_data->in, test_data->current_val, INCREMENT);
297 do_add (test_data->in, test_data->current_val, INCREMENT);
  /external/libmtp/src/
Makefile.am 17 # - CURRENT (Major): Increment if the interface has changes. AGE is always
19 # - AGE (Micro): Increment if any interfaces have been added; set to 0
23 # - REVISION (Minor): Increment any time the source changes; set to
26 # To summarize. Any interface *change* increment CURRENT. If that interface
28 # increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
  /external/llvm/include/llvm/Support/
GCOV.h 61 /// readFunctionTag - If cursor points to a function tag then increment the
74 /// readBlockTag - If cursor points to a block tag then increment the
87 /// readEdgeTag - If cursor points to an edge tag then increment the
100 /// readLineTag - If cursor points to a line tag then increment the
113 /// readArcTag - If cursor points to an gcda arc tag then increment the
  /system/core/include/cutils/
atomic-arm.h 149 extern int32_t android_atomic_add(int32_t increment,
152 extern inline int32_t android_atomic_add(int32_t increment,
163 : "r" (ptr), "Ir" (increment)
169 extern inline int32_t android_atomic_add(int32_t increment,
176 status = android_atomic_cas(prev, prev + increment, ptr);
  /cts/tests/tests/webkitsecurity/assets/
overflow-custom-scrollbar-crash.html 35 ::-webkit-scrollbar-track-piece:horizontal:increment {
54 ::-webkit-scrollbar-button:horizontal:increment {
55 background-image: url(resources/horizontal-increment-arrow.png), url(resources/horizontal-button-background.png);
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiList.java 48 * Increment the number of warnings associated with this API list.
55 * Increment the errors of warnings associated with this API list.
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 49 public static final int PROBE_THROTTLE_COUNT_INTERVAL = 5000; // We only increment the throttle count, if the previous increment is inside this interval.
  /external/llvm/lib/Target/Hexagon/
HexagonInstrFormatsV4.td 24 // Definition of Post increment new value store.
34 // Post increment ST Instruction.
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 58 rep stosb # store d 16384 times, auto-increment
64 rep lodsb # load byte 16384 times, auto-increment
75 rep stosw # store 8192 times, auto-increment
81 rep lodsw # load 8192 times, auto-increment
92 rep stosl # store 4096 times, auto-increment
98 rep lodsl # load 4096 times, auto-increment
109 rep stosq # store 2048 times, auto-increment
115 rep lodsq # load 2048 times, auto-increment
  /external/webkit/Source/JavaScriptCore/wtf/
RefCountedLeakCounter.cpp 36 void RefCountedLeakCounter::increment() { } function in class:WTF::RefCountedLeakCounter
80 void RefCountedLeakCounter::increment()

Completed in 1267 milliseconds

1 23 4 5 6 7 8 91011>>