Searched refs:newPos (Results 1 - 25 of 30) sorted by relevance

12

/external/mockito/src/main/java/org/mockito/internal/util/reflection/
H A DSuperTypesLastSorter.java38 int newPos = i;
43 newPos = j;
47 if (newPos == i) {
51 fields.add(newPos, f);
/external/pdfium/core/fxcrt/
H A Dcfx_memorystream.cpp66 FX_SAFE_SIZE_T newPos = size;
67 newPos += offset;
68 if (!newPos.IsValid() || newPos.ValueOrDefault(0) == 0 ||
69 newPos.ValueOrDie() > m_nCurSize) {
73 m_nCurPos = newPos.ValueOrDie();
110 FX_SAFE_SIZE_T newPos = size; local
111 newPos += offset;
112 if (!newPos.IsValid())
115 m_nCurPos = newPos
130 FX_SAFE_SIZE_T newPos = size; local
[all...]
H A Dcfx_fileaccess_windows.cpp112 LARGE_INTEGER newPos = {}; local
113 if (!::SetFilePointerEx(m_hFile, dist, &newPos, FILE_CURRENT))
116 return (FX_FILESIZE)newPos.QuadPart;
125 LARGE_INTEGER newPos = {}; local
126 if (!::SetFilePointerEx(m_hFile, dist, &newPos, FILE_BEGIN))
129 return (FX_FILESIZE)newPos.QuadPart;
/external/lzma/CPP/7zip/Common/
H A DLimitedStreams.cpp45 UInt64 newPos = _startOffset + _virtPos; local
46 if (newPos != _physPos)
48 _physPos = newPos;
109 UInt64 newPos = StartOffset + ((UInt64)phyBlock << BlockSizeLog) + offsetInBlock; local
110 if (newPos != _physPos)
112 _physPos = newPos;
291 UInt64 newPos = _startOffset + _virtPos; local
292 UInt64 offsetInCache = newPos - _cachePhyPos;
294 if (newPos >= _cachePhyPos &&
303 if (newPos !
[all...]
/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/zlib/src/contrib/minizip/
H A Diowin32.c241 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) argument
244 return SetFilePointerEx(hFile, pos, newPos, dwMoveMethod);
252 if ((newPos != NULL) && (fOk))
254 newPos->LowPart = dwNewPos;
255 newPos->HighPart = lHigh;
/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs1181 int newPos = originalBufferSize - originalBufferPos;
1182 ByteArray.Copy(buffer, originalBufferPos, bytes, 0, newPos);
1187 Buffer.BlockCopy(chunk, 0, bytes, newPos, chunk.Length);
1188 newPos += chunk.Length;
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DttProgram.py198 newPos = m.regs[0][1]
199 assert newPos >= pos
200 return newPos
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DttProgram.py198 newPos = m.regs[0][1]
199 assert newPos >= pos
200 return newPos
/external/pdfium/fpdfsdk/
H A Dfpdfview.cpp162 FX_SAFE_FILESIZE newPos = pdfium::base::checked_cast<FX_FILESIZE>(size);
163 newPos += offset;
164 if (!newPos.IsValid() ||
165 newPos.ValueOrDie() > static_cast<FX_FILESIZE>(m_FileAccess.m_FileLen)) {
617 FX_SAFE_FILESIZE newPos = pdfium::base::checked_cast<FX_FILESIZE>(size);
618 newPos += offset;
619 if (!newPos.IsValid() || newPos.ValueOrDie() > m_size)
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DConscryptEngineTest.java474 int newPos = decryptedBuffer.position();
476 assertEquals(bytesProduced, newPos - prevPos);
484 decryptedBuffer.limit(newPos);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeUnitFormat.java269 int newPos = -1;
312 newPos = pos.getIndex();
342 pos.setIndex(newPos);
H A DSimpleDateFormat.java2834 int newPos = originalPos;
2836 char ich = text.charAt(newPos);
2840 ++newPos;
2842 complete[0] = newPos > originalPos;
2843 pos = newPos;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeUnitFormat.java267 int newPos = -1;
310 newPos = pos.getIndex();
340 pos.setIndex(newPos);
H A DSimpleDateFormat.java2847 int newPos = originalPos;
2849 char ich = text.charAt(newPos);
2853 ++newPos;
2855 complete[0] = newPos > originalPos;
2856 pos = newPos;
/external/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp181 int32_t newPos = -1; local
246 newPos = pos.getIndex();
280 pos.setIndex(newPos);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowParcel.java805 int newPos = dataPosition();
809 int N = newPos - oldPos;
811 setDataPosition(newPos);
/external/annotation-tools/asmx/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/annotation-tools/asmx/test/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/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/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1433 milliseconds

12