HomeSort by relevance Sort by last modified time
    Searched full:increment (Results 776 - 800 of 1957) sorted by null

<<31323334353637383940>>

  /external/v8/src/
execution.cc 903 isolate->counters()->stack_interrupts()->Increment();
907 isolate->counters()->runtime_profiler_ticks()->Increment();
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc32-linux.S 335 /* increment bb profile counter */
363 is not yet decremented, so no need to increment. */
dispatch-ppc64-linux.S 364 /* increment bb profile counter VG_(tt_fastN)[x] (=32bit val) */
394 is not yet decremented, so no need to increment. */
dispatch-s390x-linux.S 215 /* Increment bb profile counter */
232 so no need to increment. */
  /external/valgrind/unittest/
bigtest.cc 306 // Atomic increment
622 // increment odd_counter, but first check it is >0 (double-check)
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf16.h 266 * and is advanced (post-increment).
288 * and is advanced (post-increment).
utf8.h 266 * and is advanced (post-increment).
298 * and is advanced (post-increment).
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf16.h 266 * and is advanced (post-increment).
288 * and is advanced (post-increment).
utf8.h 266 * and is advanced (post-increment).
298 * and is advanced (post-increment).
  /external/webkit/Source/WebCore/icu/unicode/
utf16.h 266 * and is advanced (post-increment).
288 * and is advanced (post-increment).
utf8.h 266 * and is advanced (post-increment).
298 * and is advanced (post-increment).
  /external/webkit/Source/WebCore/rendering/
RenderCounter.cpp 659 // as those created by the increment or reset directives and the re-layout that will happen will
676 // as those created by the increment or reset directives and the re-layout that will happen will
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf16.h 266 * and is advanced (post-increment).
288 * and is advanced (post-increment).
utf8.h 266 * and is advanced (post-increment).
298 * and is advanced (post-increment).
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_mschapv2.c 184 * or more failure messages. IAS did not increment mschapv2_id
186 * increment this for all packets(?).
  /external/wpa_supplicant_8/src/eap_peer/
eap_mschapv2.c 179 * or more failure messages. IAS did not increment mschapv2_id
181 * increment this for all packets(?).
  /external/wpa_supplicant_8/wpa_supplicant/
README-P2P 256 Indicate that local services have changed. This is used to increment
260 pre-configure services for internal processing will increment the
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 224 int16_t m_nSinIncrement; // increment for gain
226 int16_t m_nCosIncrement; // increment for gain
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 371 // Increment by item width
382 // Increment by divider width (even if we're not computing
  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 66 private static final long DELAY_INCREMENT = 15; // increment per wave while tracking motion
67 private static final long DELAY_INCREMENT2 = 12; // increment per wave while not tracking
  /hardware/ti/wlan/wl1271/Txn/
SdioBusDrv.c 406 /* If not fixed HW address, increment it by this part's size */
429 /* If not fixed HW address, increment it by this part's size */
  /libcore/luni/src/main/java/java/util/
AbstractList.java 363 void sizeChanged(boolean increment) {
364 if (increment) {
ArrayList.java 170 int increment = (currentCapacity < (MIN_CAPACITY_INCREMENT / 2) ? local
172 return currentCapacity + increment;
  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 69 /* Keep a count of the number of times we decrement and increment to
550 /* Keep a count of the number of times we decrement and increment to
  /ndk/sources/host-tools/make-3.81/
vpath.c 220 nil (the list terminator) and increment our estimated number for
429 /* Put the next VPATH entry into NAME at N and increment N past it. */

Completed in 1373 milliseconds

<<31323334353637383940>>