| /external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
| JavaSourceWriter.java | 239 public void startForLoop(JavaExpression start, JavaExpression end, JavaExpression increment) { 246 writeExpression(increment);
|
| /external/llvm/include/llvm/Support/ |
| FileSystem.h | 510 directory_iterator &increment(error_code &ec) { function in class:llvm::sys::fs::directory_iterator 535 directory_iterator &increment(error_code &ec);
|
| /external/webkit/Source/JavaScriptCore/runtime/ |
| JSGlobalData.h | 91 increment = 0.0; 97 double increment; member in struct:JSC::DSTOffsetCache
|
| /external/webkit/Source/WebCore/css/ |
| view-source.css | 75 counter-increment: lines;
|
| /libcore/luni/src/main/java/java/text/ |
| ChoiceFormat.java | 333 * @param increment 338 public static double nextDouble(double value, boolean increment) { 339 return increment ? nextDouble(value) : previousDouble(value);
|
| /packages/apps/Camera/src/com/android/camera/ui/ |
| SecondLevelIndicatorControlBar.java | 183 int increment = iconWidth + ICON_SPACING; local 186 offsetX += increment;
|
| InLineSettingKnob.java | 98 mNextButton = (Button) findViewById(R.id.increment); 108 // Add content descriptions for the increment and decrement buttons.
|
| /frameworks/base/core/java/android/widget/ |
| NumberPicker.java | 95 * the current value by one, i.e. increment or decrement. 142 * The alpha for the increment/decrement button when it is transparent. 147 * The alpha for the increment/decrement button when it is opaque. 157 * The property for setting the increment/decrement button alpha. 197 * The increment button. 597 if (v.getId() == R.id.increment) { 608 if (v.getId() == R.id.increment) { 617 // increment button 618 mIncrementButton = (ImageButton) findViewById(R.id.increment); 721 // Increment button at the top [all...] |
| TimePicker.java | 521 mMinuteSpinner.findViewById(R.id.increment).setContentDescription(text); 526 mHourSpinner.findViewById(R.id.increment).setContentDescription(text); 532 mAmPmSpinner.findViewById(R.id.increment).setContentDescription(text);
|
| /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/mesa3d/src/glsl/ |
| ir_clone.cpp | 132 if (this->increment) 133 new_loop->increment = this->increment->clone(mem_ctx, ht);
|
| ir_validate.cpp | 122 if ((ir->from == NULL) || (ir->from == NULL) || (ir->increment == NULL)) { 127 " increment: %p\n", 129 (void *) ir->increment); 138 if ((ir->from != NULL) || (ir->from != NULL) || (ir->increment != NULL)) { 143 " increment: %p\n", 145 (void *) ir->increment);
|
| ir_hv_accept.cpp | 91 if (this->increment) { 92 s = this->increment->accept(v);
|
| ir_print_visitor.cpp | 444 if (ir->increment != NULL) 445 ir->increment->accept(this);
|
| /development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
| MethodStubber.java | 106 public void visitIincInsn(int var, int increment) {
|
| /external/llvm/lib/Support/ |
| Atomic.cpp | 71 # error No atomic increment implementation for your platform!
|
| /external/webkit/Source/WebCore/editing/ |
| SpellChecker.cpp | 136 iterator.increment();
|
| /external/webkit/Source/WebCore/platform/graphics/android/ |
| DoubleBufferedTexture.cpp | 55 ClassTracker::instance()->increment("DoubleBufferedTexture");
|
| PaintedSurface.cpp | 69 ClassTracker::instance()->increment("PaintedSurface");
|
| /external/webkit/Tools/DumpRenderTree/ |
| AccessibilityUIElement.h | 100 void increment();
|
| /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/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
| DelegateMethodAdapter2.java | 375 public void visitIincInsn(int var, int increment) { 377 mOrgWriter.visitIincInsn(var, increment);
|
| StubMethodAdapter.java | 290 public void visitIincInsn(int var, int increment) { 292 mParentVisitor.visitIincInsn(var, increment);
|
| /libcore/luni/src/main/java/java/util/ |
| AbstractList.java | 363 void sizeChanged(boolean increment) { 364 if (increment) {
|
| /external/webkit/Source/JavaScriptCore/wtf/ |
| Deque.h | 126 void increment(); 169 Iterator& operator++() { Base::increment(); return *this; } 196 Iterator& operator++() { Base::increment(); return *this; } 222 Iterator& operator--() { Base::increment(); return *this; } 249 Iterator& operator--() { Base::increment(); return *this; } 638 inline void DequeIteratorBase<T, inlineCapacity>::increment()
|