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

1 2 3 45 6 7 8 91011>>

  /frameworks/support/v4/java/android/support/v4/net/
TrafficStatsCompat.java 149 * Increment count of network operations performed under the accounting tag
153 * @param operationCount Number of operations to increment count by.
160 * Increment count of network operations performed under the given
164 * @param operationCount Number of operations to increment count by.
  /packages/apps/Camera/res/layout/
in_line_setting_knob.xml 29 <Button android:id="@+id/increment"
  /packages/apps/LegacyCamera/res/layout/
in_line_setting_knob.xml 30 <Button android:id="@+id/increment"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
iterator.h 64 // Pre-increment operator.
73 // Post-increment operator.
147 // Pre-increment operator.
157 // Post-increment operator.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
README.txt 20 - N is the schema revision number, starting at 1 and increment with each revision.
  /external/dropbear/
buffer.c 114 /* Increment the length of the buffer */
130 /* increment the postion by incr, increasing the buffer length if required */
141 /* increment the position by incr, negative values are allowed, to
152 /* Get a byte from the buffer and increment the pos */
163 /* Get a bool from the buffer and increment the pos */
226 /* Just increment the buffer position the same as if we'd used buf_getstring,
233 /* Get an uint32 from the buffer and increment the pos */
  /external/guava/guava/src/com/google/common/math/
DoubleMath.java 219 boolean increment;
225 increment = false;
228 increment = !isPowerOfTwo(x);
231 increment = exponent < 0 & !isPowerOfTwo(x);
234 increment = exponent >= 0 & !isPowerOfTwo(x);
242 increment = (xScaled * xScaled) > 2.0;
247 return increment ? exponent + 1 : exponent;
IntMath.java 269 boolean increment;
275 increment = false;
278 increment = true;
281 increment = signum > 0;
284 increment = signum < 0;
294 increment = (mode == HALF_UP || (mode == HALF_EVEN & (div & 1) != 0));
296 increment = cmpRemToHalfDivisor > 0; // closer to the UP value
302 return increment ? div + signum : div;
  /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/WebCore/rendering/
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/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 56 ldrb r4,[r3],#+1 @ load a byte, increment pointer
69 ldrb r0,[r3],#+1 @ load a byte, increment pointer
70 ldrb r4,[r3],#+1 @ load a byte, increment pointer
92 strb r4,[r1],#+1 @ store a byte, increment pointer
108 ldrb r4,[r3],#+1 @ load a byte, increment pointer
152 strb r3,[r10],#+1 @ store a linefeed, increment pointer
153 strb r0,[r10],#+1 @ NUL terminate, increment pointer
266 ldrb r5,[r7],#+1 @ load a byte, increment pointer
280 ldrb r5,[r7],#+1 @ load a byte, increment pointer
287 ldrb r5,[r7],#+1 @ load a byte, increment pointe
    [all...]
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 43 rep stosb # store d 16384 times, auto-increment
49 rep lodsb # load byte 16384 times, auto-increment
60 rep stosw # store 8192 times, auto-increment
66 rep lodsw # load 8192 times, auto-increment
77 rep stosl # store 4096 times, auto-increment
83 rep lodsl # load 4096 times, auto-increment
  /external/valgrind/unittest/
thread_wrappers_pthread.h 72 static int AtomicIncrement(volatile int *value, int increment) {
73 return __sync_add_and_fetch(value, increment);
76 static int AtomicIncrement(volatile int *value, int increment) {
80 int result = *value += increment;
101 static int AtomicIncrement(volatile int *value, int increment) {
102 return OSAtomicAdd32(increment, value);
  /external/bluetooth/glib/po/
po2tbl.sed.in 67 # Increment a decimal number in pattern space.
74 # Increment the last digit.
  /external/chromium/base/metrics/
stats_counters.cc 99 // Accept a TimeDelta to increment.
119 counter_.Increment();
  /external/chromium/base/
string_number_conversions.cc 206 // - a static function, Increment, that appends the next digit appropriately
240 Sign::Increment(new_digit, output);
257 static void Increment(uint8 increment, value_type* output) {
258 *output += increment;
273 static void Increment(uint8 increment, value_type* output) {
274 *output -= increment;
  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.h 56 Increment();
65 bool Increment() {
  /external/iptables/extensions/
libip6t_HL.c 41 " --hl-inc value Increment HL by <value 1-255>\n");
104 printf("increment by");
libipt_TTL.c 40 " --ttl-inc value Increment TTL by <value 1-255>\n");
103 printf("increment by");
  /external/libpng/
configure.ac 5 dnl Minor upgrades (compatible ABI): increment the package version
9 dnl Major upgrades (incompatible ABI): increment the package major
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 13 // The following example illustrates post-increment uses and how normalized
31 // paired with a set of loops for which the expression is in "post-increment"
  /external/skia/tests/
PaintTest.cpp 43 // the equals operator should increment the Generation ID
58 // the reset function should increment the Generation ID
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
match-003.js 22 * regexp.lastIndex is left unchanged) increment regexp.lastIndex by 1.
45 // regexp.lastIndex is left unchanged) increment regexp.lastIndex by 1.
  /frameworks/av/libvideoeditor/vss/src/
M4PTO3GPP_VideoPreProcessing.c 39 /* If time increment is too low then we have an infinite alloc loop into M4ViEncCaptureFrame() */
40 /* Time increment should match 30 fps maximum */

Completed in 418 milliseconds

1 2 3 45 6 7 8 91011>>