Searched refs:newOffset (Results 1 - 25 of 47) sorted by relevance

12

/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java72 private int newOffset; field in class:CodeAttributeEditor
630 newOffset = 0;
644 if (newOffset > oldOffset)
652 newInstructionOffsets[oldOffset] = newOffset;
654 return newOffset;
666 newInstructionOffsets[oldOffset] = newOffset;
672 newOffset += preInstruction.length(newOffset);
680 newOffset += replacementInstruction.length(newOffset);
[all...]
/external/icu/icu4c/source/i18n/
H A Dcoleitr.cpp227 void CollationElementIterator::setOffset(int32_t newOffset, argument
231 if (0 < newOffset && newOffset < string_.length()) {
232 int32_t offset = newOffset;
242 if (offset < newOffset) {
247 // Find the last safe offset no greater than newOffset by iterating forward.
255 if (offset <= newOffset) {
258 } while (offset < newOffset);
259 newOffset = lastSafeOffset;
262 iter_->resetToOffset(newOffset);
[all...]
H A Duitercollationiterator.h39 virtual void resetToOffset(int32_t newOffset);
71 virtual void resetToOffset(int32_t newOffset);
H A Dutf8collationiterator.h40 virtual void resetToOffset(int32_t newOffset);
87 virtual void resetToOffset(int32_t newOffset);
H A Dutf16collationiterator.h45 virtual void resetToOffset(int32_t newOffset);
98 virtual void resetToOffset(int32_t newOffset);
H A Duitercollationiterator.cpp32 UIterCollationIterator::resetToOffset(int32_t newOffset) { argument
34 iter.move(&iter, newOffset, UITER_START);
87 FCDUIterCollationIterator::resetToOffset(int32_t newOffset) { argument
88 UIterCollationIterator::resetToOffset(newOffset);
89 start = newOffset;
H A Dutf16collationiterator.cpp47 UTF16CollationIterator::resetToOffset(int32_t newOffset) { argument
49 pos = start + newOffset;
189 FCDUTF16CollationIterator::resetToOffset(int32_t newOffset) { argument
191 start = segmentStart = pos = rawStart + newOffset;
H A Dutf8collationiterator.cpp32 UTF8CollationIterator::resetToOffset(int32_t newOffset) { argument
34 pos = newOffset;
132 FCDUTF8CollationIterator::resetToOffset(int32_t newOffset) { argument
134 start = pos = newOffset;
H A Dcollationiterator.h105 virtual void resetToOffset(int32_t newOffset) = 0;
H A Dcollationdatabuilder.cpp130 virtual void resetToOffset(int32_t newOffset);
207 DataBuilderCollationIterator::resetToOffset(int32_t newOffset) { argument
209 pos = newOffset;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.h293 int newOffset = 0; local
294 for (Node* node = anchorNode->firstChild(); node && newOffset < offset; node = node->nextSibling())
295 newOffset++;
297 return newOffset;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcoleitr.h265 * @param newOffset the new offset.
270 void setOffset(int32_t newOffset, UErrorCode& status);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodWriter.java2100 int newOffset; // future offset of a jump instruction
2130 newOffset = getNewOffset(allIndexes, allSizes, u, label);
2131 if (newOffset < Short.MIN_VALUE
2132 || newOffset > Short.MAX_VALUE)
2165 // = ((3 - newOffset%4) - (3 - u%4)) - u%4
2166 // = (-newOffset%4 + u%4) - u%4
2167 // = -(newOffset & 3)
2168 newOffset = getNewOffset(allIndexes, allSizes, 0, u);
2169 insert = -(newOffset & 3);
2184 newOffset
[all...]
/external/chromium_org/mojo/public/js/bindings/
H A Dvalidator.js65 var newOffset = start + numBytes;
66 if (!Number.isSafeInteger(newOffset) || newOffset > this.offsetLimit)
/external/icu/icu4c/source/i18n/unicode/
H A Dcoleitr.h265 * @param newOffset the new offset.
270 void setOffset(int32_t newOffset, UErrorCode& status);
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java874 offset = newOffset(i, offset, where, gapLength, exclusive);
882 offset = newOffset(i, offset, where, gapLength, exclusive);
900 int defaultbyte = newOffset(i, ByteArray.read32bit(code, i2),
911 int offset = newOffset(i, ByteArray.read32bit(code, i0),
932 int defaultbyte = newOffset(i, ByteArray.read32bit(code, i2),
942 int offset = newOffset(i,
973 private static int newOffset(int i, int offset, int where, method in class:CodeIterator
1283 // This code is different from the code in CodeIterator#newOffset().
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp1335 LayoutSize newOffset = offsetFromResizeCorner(document.view()->windowToContents(pos)); local
1336 newOffset.setWidth(newOffset.width() / zoomFactor);
1337 newOffset.setHeight(newOffset.height() / zoomFactor);
1345 newOffset.setWidth(-newOffset.width());
1349 LayoutSize difference = (currentSize + newOffset - adjustedOldOffset).expandedTo(minimumSize) - currentSize;
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoleitr.cpp161 void CollationElementIterator::setOffset(int32_t newOffset, argument
164 ucol_setOffset(m_data_, newOffset, &status);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h253 virtual void scrollTo(const IntSize& newOffset);
H A DScrollView.cpp265 void ScrollView::scrollTo(const IntSize& newOffset) argument
267 IntSize scrollDelta = newOffset - m_scrollOffset;
270 m_scrollOffset = newOffset;
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp1025 void PopupListBox::setScrollOffset(const IntPoint& newOffset) argument
1029 IntSize scrollDelta = newOffset - m_scrollOffset;
1032 m_scrollOffset = newOffset;
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c2935 i64 newOffset; local
2945 newOffset = lseek(id->h, offset, SEEK_SET);
2946 SimulateIOError( newOffset-- );
2947 if( newOffset!=offset ){
2948 if( newOffset == -1 ){
3013 i64 newOffset; local
3021 newOffset = lseek(id->h, offset, SEEK_SET);
3022 SimulateIOError( newOffset-- );
3023 if( newOffset!=offset ){
3024 if( newOffset
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Drbbi.cpp855 int32_t newOffset = (int32_t)UTEXT_GETNATIVEINDEX(fText); local
856 if (newOffset != offset) {
/external/icu/icu4c/source/common/
H A Drbbi.cpp855 int32_t newOffset = (int32_t)UTEXT_GETNATIVEINDEX(fText); local
856 if (newOffset != offset) {
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c607 unsigned int newOffset = offset + 1 + (unsigned int) data[offset]; local
611 if (newOffset > length || data[offset] == 0) {
615 offset = newOffset;

Completed in 819 milliseconds

12