HomeSort by relevance Sort by last modified time
    Searched refs:increment (Results 151 - 175 of 308) sorted by null

1 2 3 4 5 67 8 91011>>

  /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);
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlWheel.java 444 double increment = Math.toRadians(expectedAngle) local
446 for (int i = 0 ; i < getChildCount(); ++i) mChildRadians[i] += increment;
  /external/clang/lib/Lex/
PPLexerChange.cpp 366 Entry != End && !EC; Entry.increment(EC)) {
HeaderSearch.cpp 775 // Increment the number of times this file has been included.
    [all...]
  /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,
  /external/llvm/lib/Support/
YAMLParser.cpp 1829 void MappingNode::increment() { function in class:MappingNode
1883 void SequenceNode::increment() { function in class:SequenceNode
    [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/webkit/Source/WebCore/platform/graphics/android/rendering/
Tile.cpp 65 ClassTracker::instance()->increment("Tile");
Surface.cpp 58 ClassTracker::instance()->increment("Surface");
TileGrid.cpp 54 ClassTracker::instance()->increment("TileGrid");
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 210 SE = MachOObj->end_symbols(); SI != SE; SI.increment(ec))
214 SE = MachOObj->end_sections(); SI != SE; SI.increment(ec)) {
395 RE = Sections[SectIdx].end_relocations(); RI != RE; RI.increment(ec)) {
  /frameworks/base/core/java/android/widget/
RemoteViews.java 1282 public void increment(int numBytes) { method in class:RemoteViews.MemoryUsageCounter
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py     [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 897 it.increment(ec);
924 SI.increment(ec)) {
942 SI.increment(ec)) {
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 172 Dir != DirEnd && !EC; Dir.increment(EC)) {
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 293 for (symbol_iterator i = ibegin; i != iend; i.increment(ec)) {
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 272 addi,nuv 1,%r23,%r23 ; increment and conditional
  /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/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 79 ClassTracker::instance()->increment("GLWebViewState");
  /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...]
  /build/core/
envsetup.mk 14 # or buildspec.mk need to be updated, increment this number, and

Completed in 1059 milliseconds

1 2 3 4 5 67 8 91011>>