Searched defs:newPosition (Results 1 - 21 of 21) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.cpp35 STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) argument
41 return _stream->Seek(offset, seekOrigin, newPosition);
H A DMultiStream.cpp52 STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) argument
61 if (newPosition != 0)
62 *newPosition = _pos;
170 STDMETHODIMP COutMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
/external/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp21 UInt64 *newPosition)
27 if (newPosition != NULL)
28 *newPosition = absoluteNewPosition - _offset;
20 Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) argument
H A DLimitedStreams.cpp48 STDMETHODIMP CLimitedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) argument
57 if (newPosition)
58 *newPosition = _virtPos;
99 STDMETHODIMP CClusterInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) argument
112 if (newPosition)
113 *newPosition = newVirtPos;
H A DFileStreams.cpp244 UInt64 *newPosition)
263 if (newPosition)
264 *newPosition = newVirtPos;
276 if (newPosition != NULL)
277 *newPosition = realNewPosition;
285 if (newPosition != NULL)
286 *newPosition = (UInt64)res;
332 STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) argument
340 if (newPosition != NULL)
341 *newPosition
243 Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) argument
[all...]
H A DStreamObjects.cpp27 STDMETHODIMP CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) argument
36 if (newPosition)
37 *newPosition = _pos;
209 STDMETHODIMP CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) argument
218 if (newPosition != 0)
219 *newPosition = _pos;
H A DCWrappers.cpp117 UInt64 newPosition; local
118 p->Res = p->Stream->Seek(*offset, moveMethod, &newPosition);
119 *offset = (Int64)newPosition;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProviderSuggestionsCursor.java127 public boolean onMove(int oldPosition, int newPosition) { argument
128 return mCursor.moveToPosition(newPosition);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/database/
H A DSQLiteCursor.java107 public boolean onMove(int oldPosition, int newPosition) { argument
109 nativeMoveTo(mNativeSQLiteCursor, newPosition);
111 return super.onMove(oldPosition, newPosition);
245 private native int nativeMoveTo(long nativeSQLiteCursor, int newPosition); argument
/external/icu4c/layout/
H A DGlyphIterator.cpp200 void GlyphIterator::setCurrStreamPosition(le_int32 newPosition) argument
203 if (newPosition >= prevLimit) {
208 if (newPosition <= nextLimit) {
213 if (newPosition <= prevLimit) {
218 if (newPosition >= nextLimit) {
224 position = newPosition - direction;
434 le_int32 newPosition = position; local
436 while (newPosition != nextLimit && delta > 0) {
438 newPosition += direction;
439 } while (newPosition !
456 le_int32 newPosition = position; local
495 le_int32 newPosition = position; local
[all...]
/external/lzma/CPP/Windows/
H A DFileIO.cpp193 bool CFileBase::Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const
209 newPosition = value.QuadPart;
213 bool CFileBase::Seek(UInt64 position, UInt64 &newPosition) argument
215 return Seek(position, FILE_BEGIN, newPosition);
220 UInt64 newPosition; local
221 return Seek(0, newPosition);
224 bool CFileBase::SeekToEnd(UInt64 &newPosition) argument
226 return Seek(0, FILE_END, newPosition);
426 UInt64 newPosition; local
427 if (!Seek(length, newPosition))
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimatorNone.cpp233 float newPosition = m_desiredPosition + delta; local
235 if (newPosition < 0 || newPosition > scrollableSize)
236 newPosition = max(min(newPosition, scrollableSize), 0.0f);
238 if (newPosition == m_desiredPosition)
241 m_desiredPosition = newPosition;
337 double newPosition = *m_currentPosition; local
345 newPosition = attackCurve(m_attackCurve, deltaTime, m_attackTime, m_startPosition, m_attackPosition);
347 newPosition
[all...]
H A DScrollbar.cpp317 float newPosition = static_cast<float>(thumbPos + delta) * (maxPos - minPos) / (trackLen - thumbLen) + minPos; local
318 m_scrollableArea->scrollToOffsetWithoutAnimation(m_orientation, newPosition);
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp84 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
184 STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) argument
201 if (newPosition != NULL)
202 *newPosition = _absPos;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp1637 LayoutUnit newPosition = oldPosition; local
1648 newPosition = max(newPosition, startOff); // Let the float sit in the child's margin if it can fit.
1650 newPosition = startOff + childMarginStart;
1652 return newPosition - oldPosition;
1664 LayoutUnit newPosition = startPosition + childMarginStart; local
1669 newPosition += computeStartPositionDeltaForChildAvoidingFloats(child, marginStartForChild(child));
1671 setLogicalLeftForChild(child, style()->isLeftToRightDirection() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), applyDelta);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 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.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 587 milliseconds