Home
last modified time | relevance | path

Searched defs:newPosition (Results 1 – 20 of 20) sorted by relevance

/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/
DMatcher.java37 final int newPosition; field in Matcher.NextMatch
39 static NextMatch of(boolean didFindMatch, int oldPosition, int newPosition) { in of()
43 private NextMatch(boolean didFindMatch, int oldPosition, int newPosition) { in NextMatch()
DBsDiffPatchWriter.java54 int newPosition, in writeEntry()
108 int newPosition = 0; in generatePatchWithMatcher() local
/external/lzma/CPP/7zip/Common/
DLimitedStreams.cpp59 STDMETHODIMP CLimitedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
133 STDMETHODIMP CClusterInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
195 STDMETHODIMP CExtentsStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
250 STDMETHODIMP CTailInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
317 STDMETHODIMP CLimitedCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
346 STDMETHODIMP CTailOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DStreamObjects.cpp29 STDMETHODIMP CBufferInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
64 STDMETHODIMP CBufInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
270 STDMETHODIMP CCachedInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DOffsetStream.cpp21 STDMETHODIMP COffsetOutStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DFileStreams.cpp241 STDMETHODIMP CInFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
367 STDMETHODIMP COutFileStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DCWrappers.cpp141 UInt64 newPosition; in InStreamWrap_Seek() local
/external/lzma/CPP/7zip/Archive/Common/
DInStreamWithCRC.cpp39 STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
DMultiStream.cpp52 STDMETHODIMP CMultiStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DSeekableInMemoryByteChannel.java83 public SeekableByteChannel position(long newPosition) throws IOException { in position()
/external/deqp-deps/SPIRV-Tools/source/
Dtext_handler.h177 void setPosition(const spv_position_t& newPosition) { in setPosition()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h177 void setPosition(const spv_position_t& newPosition) { in setPosition()
/external/lzma/CPP/Windows/
DFileIO.cpp144 UInt64 newPosition; in SeekToBegin() local
424 UInt64 newPosition; in SetLength() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java1414 int newPosition = Utf8.encode(value, buffer, position, spaceLeft()); in writeStringNoTag() local
2175 int newPosition = Utf8.encode(value, buffer, position, limit - position); in writeStringNoTag() local
2479 int newPosition = Utf8.encode(value, buffer, position, limit - position); in writeStringNoTag() local
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDecoder.java319 int newPosition = (int) (basePosition + pointerOffset); in readPointer() local
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
DObjectTracker.java403 final RectF newPosition = new RectF(delta[0], delta[1], delta[2], delta[3]); in getCurrentPosition() local
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/
DObjectTracker.java403 final RectF newPosition = new RectF(delta[0], delta[1], delta[2], delta[3]); in getCurrentPosition() local
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp237 STDMETHODIMP COutMultiVolStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp892 STDMETHODIMP CInStream::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) in Seek()
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java321 int newPosition = buffer.position(); in writeStringNoTag() local