HomeSort by relevance Sort by last modified time
    Searched refs:increment (Results 126 - 150 of 234) sorted by null

1 2 3 4 56 7 8 910

  /external/webkit/Source/WebCore/platform/graphics/android/
BaseTileTexture.cpp 68 ClassTracker::instance()->increment("BaseTileTexture");
ImageTexture.cpp 95 ClassTracker::instance()->increment("ImageTexture");
BaseLayerAndroid.cpp 74 ClassTracker::instance()->increment("BaseLayerAndroid");
TiledPage.cpp 75 ClassTracker::instance()->increment("TiledPage");
BaseTile.cpp 77 ClassTracker::instance()->increment("BaseTile");
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 457 * Increment a value block, storing the result in the temporary block on the tag.
465 * @param blockIndex index of block to increment, starting from 0
466 * @param value non-negative to increment by
470 public void increment(int blockIndex, int value) throws IOException { method in class:MifareClassic
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 109 currpoint.increment();
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 287 [end]:expression [i3]:comma [increment]:expression cs_close
295 increment.expression,
648 [increment]:expression // . value to increment by
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 133 static void NativeDecimalFormat_setRoundingMode(JNIEnv*, jclass, jint addr, jint mode, jdouble increment) {
136 fmt->setRoundingIncrement(increment);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaExpression.java 460 * An increment statement (e.g. a += b). The difference with infix is that this does not wrap the
463 public static JavaExpression increment(Type type, final JavaExpression accumulator,
TemplateTranslator.java 26 import static com.google.clearsilver.jsilver.compiler.JavaExpression.increment;
397 * specific increment.
440 java.startForLoop(ifStart, ifEnd, increment(Type.INT, loopVar, incrVar));
    [all...]
  /external/mesa3d/src/glsl/
loop_analysis.cpp 312 lv->increment = inc;
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.h 301 void emitCount(AbstractSamplingCounter&, uint32_t increment = 1);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 208 SE = MachOObj->end_symbols(); SI != SE; SI.increment(ec))
212 SE = MachOObj->end_sections(); SI != SE; SI.increment(ec)) {
391 RE = Sections[SectIdx].end_relocations(); RI != RE; RI.increment(ec)) {
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py     [all...]
  /external/llvm/include/llvm/Object/
ObjectFile.h 65 content_iterator& increment(error_code &err) { function in class:llvm::object::content_iterator
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 276 i != e; i.increment(ec)) {
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.h 471 virtual void increment() { } function in class:WebCore::AccessibilityObject
  /external/webkit/Source/WebCore/loader/cache/
CachedResource.cpp 109 cachedResourceLeakCounter.increment();
  /external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 617 void AccessibilityUIElement::increment() function in class:AccessibilityUIElement
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 527 void AccessibilityUIElement::increment() function in class:AccessibilityUIElement
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /build/core/
envsetup.mk 14 # or buildspec.mk need to be updated, increment this number, and
  /external/webkit/Source/WebCore/css/
CSSSelector.cpp 306 DEFINE_STATIC_LOCAL(AtomicString, increment, ("increment"));
378 nameToPseudoType->set(increment.impl(), CSSSelector::PseudoIncrement);

Completed in 2097 milliseconds

1 2 3 4 56 7 8 910