Searched defs:newPos (Results 1 - 14 of 14) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DLimitedStreams.cpp34 UInt64 newPos = _startOffset + _virtPos; local
35 if (newPos != _physPos)
37 _physPos = newPos;
75 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; local
76 if (newPos != _physPos)
78 _physPos = newPos;
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollAnimator.cpp58 float newPos = clampScrollPosition(orientation, *currentPos + step * multiplier); local
59 float delta = *currentPos - newPos;
60 if (*currentPos == newPos)
62 *currentPos = newPos;
/external/javassist/src/main/javassist/expr/
H A DNewExpr.java28 int newPos; field in class:NewExpr
37 newPos = np;
141 int op = iterator.byteAt(newPos + 3);
145 && iterator.byteAt(newPos + 4) == Opcode.SWAP)
165 int pos = newPos;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp303 int newPos; local
305 newPos = m_end;
319 newPos = currentPos + (addIncrement ? increment : -increment);
321 newPos = min(newPos, endPoint);
323 newPos = max(newPos, endPoint);
326 if (newPos == endPoint) {
335 layer()->scrollToXOffset(newPos);
337 layer()->scrollToYOffset(newPos);
[all...]
/external/zlib/src/contrib/minizip/
H A Diowin32.c240 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) argument
243 return SetFilePointerEx(hFile, pos, newPos, dwMoveMethod);
251 if ((newPos != NULL) && (fOk))
253 newPos->LowPart = dwNewPos;
254 newPos->HighPart = lHigh;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollAnimatorNoneTest.cpp359 double newPos = attackCurve(curve, t, time, 0, kPosition); local
360 double delta = newPos - oldPos;
364 accumulate += (oldPos + newPos) / 2 * (step / time);
365 oldPos = newPos;
381 double newPos = releaseCurve(curve, t, time, 0, kPosition); local
382 double delta = newPos - oldPos;
386 accumulate -= (kPosition - (oldPos + newPos) / 2) * (step / time);
387 oldPos = newPos;
/external/chromium_org/third_party/icu/source/i18n/
H A Dtmutfmt.cpp243 int32_t newPos = -1; local
312 newPos = pos.getIndex();
346 pos.setIndex(newPos);
/external/icu4c/i18n/
H A Dtmutfmt.cpp246 int32_t newPos = -1; local
316 newPos = pos.getIndex();
350 pos.setIndex(newPos);
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 423 milliseconds