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

1 2 3 4 5

  /external/chromium/chrome/browser/debugger/manual_tests/resources/
loop-statements.js 14 function increment() function
  /external/webkit/Source/WebCore/manual-tests/inspector/resources/
loop-statements.js 14 function increment() function
  /bionic/libc/private/
bionic_atomic_x86.h 64 /* Atomic increment, without explicit barriers */
68 int increment = 1; local
70 : "+r" (increment), "+m" (*ptr)
72 /* increment now holds the old value of *ptr */
73 return increment;
80 int increment = -1; local
82 : "+r" (increment), "+m" (*ptr)
84 /* increment now holds the old value of *ptr */
85 return increment;
  /external/webkit/Source/JavaScriptCore/wtf/
RefCountedLeakCounter.cpp 36 void RefCountedLeakCounter::increment() { } function in class:WTF::RefCountedLeakCounter
80 void RefCountedLeakCounter::increment()
  /external/webkit/Source/WebCore/rendering/style/
StyleMarqueeData.h 46 Length increment; member in class:WebCore::StyleMarqueeData
  /external/replicaisland/src/com/replica/replicaisland/
ShellSorter.java 25 * Note that the running time can be tuned by adjusting the size of the increment used
27 * of increment = increment / 3 + 1.
31 int increment = count / 3 + 1; local
34 while ( increment > 1 ) {
35 for ( int start = 0; start < increment; start++ ) {
36 insertionSort(array, count, start, increment, comparator);
38 increment = increment / 3 + 1;
41 // Do a final pass with an increment of 1
    [all...]
  /external/webkit/Source/WebCore/dom/
PositionIterator.cpp 51 void PositionIterator::increment() function in class:WebCore::PositionIterator
  /external/chromium/third_party/libjingle/source/talk/xmllite/
qname.cc 55 int increment = index >> (bits - 1) | 1; local
67 index += increment;
74 int increment = index >> (bits - 1) | 1; local
90 index += increment;
  /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/webkit/Source/WebCore/platform/graphics/android/utils/
ClassTracker.cpp 52 void ClassTracker::increment(String name) function in class:WebCore::ClassTracker
  /frameworks/base/core/java/com/android/internal/util/
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
BitwiseOutputStream.java 84 * Write some data and increment the current position.
107 * Write data in bulk from a byte array and increment the current position.
114 int increment = Math.min(8, bits - (i << 3)); local
115 if (increment > 0) {
116 write(increment, (byte)(arr[i] >>> (8 - increment)));
122 * Increment the current position, implicitly writing zeros.
124 * @param bits the amount by which to increment the position
  /external/icu4c/test/intltest/
itrbnfrt.cpp 281 double increment = 1; local
282 for (double i = lowLimit; i <= highLimit; i += increment) {
289 increment = 1;
291 increment = 2737;
293 increment = 267437;
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp 81 void increment() { m_offset++; } function in class:WebCore::TextRunIterator
  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 189 * @param index the index to increment
192 private int increment(int index) { method in class:UnboundedFifoByteBuffer
235 index = increment(index);
  /external/mesa3d/src/glsl/
loop_analysis.h 161 * Increment values for loop induction variables
163 * Loop induction variables have a single increment of the form
173 ir_rvalue *increment; member in class:loop_variable
  /external/webkit/Source/WebCore/loader/
ProgressTracker.cpp 191 double increment, percentOfRemainingBytes; local
213 increment = (maxProgressValue - m_progressValue) * percentOfRemainingBytes;
214 m_progressValue += increment;
  /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(),
InlineIterator.h 68 void increment(InlineBidiResolver* = 0);
217 inline void InlineIterator::increment(InlineBidiResolver* resolver) function in class:WebCore::InlineIterator
259 inline void InlineBidiResolver::increment() function in class:WebCore::InlineBidiResolver
261 m_current.increment(this);
286 m_eor.increment();
RenderMarquee.cpp 97 // Now we have the real direction. Next we check to see if the increment is negative.
99 Length increment = m_layer->renderer()->style()->marqueeIncrement(); local
100 if (increment.isNegative())
296 int increment = abs(m_layer->renderer()->style()->marqueeIncrement().calcValue(clientSize)); local
298 newPos = currentPos + (addIncrement ? increment : -increment);
  /external/clang/test/SemaTemplate/
instantiate-expr-1.cpp 73 void increment(T &x) { function
82 increment(inc);
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 140 unsigned int increment = _number; local
144 BallLarusEdge* next = getNextEdge(currentNode, increment);
146 increment -= next->getWeight();
179 unsigned int increment = _number; local
183 BallLarusEdge* next = getNextEdge(currentNode, increment);
184 increment -= next->getWeight();
  /external/v8/test/mjsunit/tools/
profile.js 234 Driver.prototype.increment = function(func, self, total) {
248 this.increment(name, 0, 1);
257 this.increment(func, 1, 0);
263 this.increment(this.namesTopDown[this.namesTopDown.length - 1], 1, 0);
  /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
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java 183 int increment = iconWidth + ICON_SPACING; local
186 offsetX += increment;

Completed in 1207 milliseconds

1 2 3 4 5