HomeSort by relevance Sort by last modified time
    Searched refs:increment (Results 226 - 250 of 543) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 470 static void SbrkHook(const void* result, ptrdiff_t increment) {
473 increment, (uintptr_t) result);
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 366 const int increment = accelerator.IsShiftDown() ? -1 : 1; local
367 int next_tab_index = (selected_tab_index() + increment) % tab_count;
  /external/chromium_org/v8/test/mjsunit/harmony/
block-const-assign.js 32 // prefix/postfix decrement/increment operators.
  /external/llvm/tools/macho-dump/
macho-dump.cpp 101 E = Obj.getSectionRelEnd(Index); I != E; I.increment(EC), ++RelNum) {
211 I.increment(EC), ++SymNum) {
  /external/mesa3d/src/glsl/
ir_print_visitor.cpp 508 if (ir->increment != NULL)
509 ir->increment->accept(this);
  /external/v8/test/mjsunit/harmony/
block-const-assign.js 32 // prefix/postfix decrement/increment operators.
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 2752 int increment = 0; \/\/ the carry after rounding local
    [all...]
  /libcore/luni/src/main/java/java/util/
ArrayList.java 174 int increment = (currentCapacity < (MIN_CAPACITY_INCREMENT / 2) ? local
176 return currentCapacity + increment;
  /ndk/build/core/
definitions-tests.mk 29 # If not, this will print an error message and increment the failure
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 319 double increment = Math.toRadians(expectedAngle) local
321 for (int i = 0 ; i < getChildCount(); ++i) mChildRadians[i] += increment;
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
MethodSourcer.java 175 public void visitIincInsn(int var, int increment) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementInstance.cpp 107 instanceCounter.increment();
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 128 void increment();
177 Iterator& operator++() { Base::increment(); return *this; }
210 Iterator& operator++() { Base::increment(); return *this; }
600 inline void DequeIteratorBase<T, inlineCapacity>::increment()
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.h 246 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.cc 64 extern "C" PERFTOOLS_DLL_DECL void* __sbrk(ptrdiff_t increment) {
port.h 292 inline void *sbrk(intptr_t increment) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 289 inline void *sbrk(intptr_t increment) {
  /external/eigen/blas/
chbmv.f 105 * On entry, INCX specifies the increment for the elements of
119 * On entry, INCY specifies the increment for the elements of
chpmv.f 69 * On entry, INCX specifies the increment for the elements of
85 * On entry, INCY specifies the increment for the elements of
chpr.f 53 * On entry, INCX specifies the increment for the elements of
128 * Set the start point in X if the increment is not unity.
chpr2.f 53 * On entry, INCX specifies the increment for the elements of
64 * On entry, INCY specifies the increment for the elements of
ctbmv.f 124 * On entry, INCX specifies the increment for the elements of
192 * Set up the start point in X if the increment is not unity. This
ctpmv.f 84 * On entry, INCX specifies the increment for the elements of
148 * Set up the start point in X if the increment is not unity. This
ctpsv.f 87 * On entry, INCX specifies the increment for the elements of
151 * Set up the start point in X if the increment is not unity. This
dsbmv.f 103 * On entry, INCX specifies the increment for the elements of
117 * On entry, INCY specifies the increment for the elements of

Completed in 3468 milliseconds

1 2 3 4 5 6 7 8 91011>>