Home
last modified time | relevance | path

Searched refs:newOffset (Results 1 – 19 of 19) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java68 private int newOffset; field in CodeAttributeEditor
494 System.out.println(" Replaced "+replacementInstruction.toString(newOffset)); in performSimpleReplacements()
555 newOffset = 0; in mapInstructions()
569 if (newOffset > oldOffset) in mapInstructions()
577 instructionOffsetMap[oldOffset] = newOffset; in mapInstructions()
579 return newOffset; in mapInstructions()
591 instructionOffsetMap[oldOffset] = newOffset; in mapInstruction()
597 newOffset += preInstruction.length(newOffset); in mapInstruction()
605 newOffset += replacementInstruction.length(newOffset); in mapInstruction()
611 newOffset += instruction.length(newOffset); in mapInstruction()
[all …]
/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp463 int newOffset = (offsetY - borderTop() - paddingTop()) / itemHeight() + m_indexOffset; in listIndexAtOffset() local
464 return newOffset < numItems() ? newOffset : -1; in listIndexAtOffset()
503 int newOffset = scrollToward(scrollPoint); in panScroll() local
504 if (newOffset < 0) in panScroll()
560 int newOffset; in scrollToRevealElementAtListIndex() local
562 newOffset = index; in scrollToRevealElementAtListIndex()
564 newOffset = index - numVisibleItems() + 1; in scrollToRevealElementAtListIndex()
566 ScrollableArea::scrollToYOffsetWithoutAnimation(newOffset); in scrollToRevealElementAtListIndex()
609 void RenderListBox::scrollTo(int newOffset) in scrollTo() argument
611 if (newOffset == m_indexOffset) in scrollTo()
[all …]
DRenderListBox.h124 void scrollTo(int newOffset);
DRenderLayer.cpp1657 IntSize newOffset = offsetFromResizeCorner(document->view()->windowToContents(evt.pos())); in scrollTo() local
1658 newOffset.setWidth(newOffset.width() / zoomFactor); in scrollTo()
1659 newOffset.setHeight(newOffset.height() / zoomFactor); in scrollTo()
1667 …IntSize difference = (currentSize + newOffset - adjustedOldOffset).expandedTo(minimumSize) - curre… in scrollTo()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
DHttpZipLocator.java204 int newOffset = offset + CENHDR + nameLen + extraLen + commentLen;
209 return newOffset;
215 return newOffset;
222 return newOffset;
239 return newOffset;
/external/webkit/Source/JavaScriptCore/runtime/
DStructure.cpp700 unsigned newOffset; in putSpecificValue() local
703 newOffset = m_propertyTable->getDeletedOffset(); in putSpecificValue()
705 newOffset = m_propertyTable->size() + m_anonymousSlotCount; in putSpecificValue()
706 ASSERT(newOffset >= m_anonymousSlotCount); in putSpecificValue()
708 …m_propertyTable->add(PropertyMapEntry(globalData, this, rep, newOffset, attributes, specificValue)… in putSpecificValue()
711 return newOffset; in putSpecificValue()
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java874 offset = newOffset(i, offset, where, gapLength, exclusive); in insertGap2()
882 offset = newOffset(i, offset, where, gapLength, exclusive); in insertGap2()
900 int defaultbyte = newOffset(i, ByteArray.read32bit(code, i2), in insertGap2()
911 int offset = newOffset(i, ByteArray.read32bit(code, i0), in insertGap2()
932 int defaultbyte = newOffset(i, ByteArray.read32bit(code, i2), in insertGap2()
942 int offset = newOffset(i, in insertGap2()
973 private static int newOffset(int i, int offset, int where, in newOffset() method in CodeIterator
/external/webkit/Source/WebCore/platform/
DScrollView.cpp386 IntSize newOffset = m_scrollOffset; in setScrollOffset() local
387 newOffset.setWidth(horizontalOffset - m_scrollOrigin.x()); in setScrollOffset()
388 newOffset.setHeight(verticalOffset - m_scrollOrigin.y()); in setScrollOffset()
390 scrollTo(newOffset); in setScrollOffset()
393 void ScrollView::scrollTo(const IntSize& newOffset) in scrollTo() argument
395 IntSize scrollDelta = newOffset - m_scrollOffset; in scrollTo()
398 m_scrollOffset = newOffset; in scrollTo()
DScrollView.h73 virtual void scrollTo(const IntSize& newOffset);
/external/icu4c/i18n/unicode/
Dcoleitr.h274 void setOffset(int32_t newOffset, UErrorCode& status);
/external/icu4c/i18n/
Dcoleitr.cpp161 void CollationElementIterator::setOffset(int32_t newOffset, in setOffset() argument
164 ucol_setOffset(m_data_, newOffset, &status); in setOffset()
Dcalendar.cpp2012 int32_t newOffset = get(UCAL_DST_OFFSET, status) + get(UCAL_ZONE_OFFSET, status); in add() local
2013 if (newOffset != prevOffset) { in add()
2026 int32_t adjAmount = prevOffset - newOffset; in add()
/external/icu4c/common/
Drbbi.cpp856 int32_t newOffset = (int32_t)UTEXT_GETNATIVEINDEX(fText); in preceding() local
857 if (newOffset != offset) { in preceding()
/external/skia/src/animator/
DSkScriptTokenizer.cpp1021 size_t newOffset = getTokenOffset(); in processLogicalOp() local
1028 branch.fOffset = newOffset; in processLogicalOp()
/external/skia/legacy/src/animator/
DSkScriptTokenizer.cpp1021 size_t newOffset = getTokenOffset(); in processLogicalOp() local
1028 branch.fOffset = newOffset; in processLogicalOp()
/external/webkit/Source/WebCore/page/
DFrameView.cpp2147 void FrameView::scrollTo(const IntSize& newOffset) in scrollTo() argument
2150 ScrollView::scrollTo(newOffset); in scrollTo()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_controller.mm2539 int newOffset = 0;
2546 newOffset = targetFrame.origin.x + NSWidth(targetFrame) +
2549 BookmarkButton* newButton = [self buttonForNode:node xOffset:&newOffset];
/external/sqlite/dist/
Dsqlite3.c28026 i64 newOffset;
28037 newOffset = lseek(id->h, offset, SEEK_SET);
28038 SimulateIOError( newOffset-- );
28039 if( newOffset!=offset ){
28040 if( newOffset == -1 ){
28116 i64 newOffset;
28125 newOffset = lseek(id->h, offset, SEEK_SET);
28126 SimulateIOError( newOffset-- );
28127 if( newOffset!=offset ){
28128 if( newOffset == -1 ){
/external/sqlite/dist/orig/
Dsqlite3.c28008 i64 newOffset;
28019 newOffset = lseek(id->h, offset, SEEK_SET);
28020 SimulateIOError( newOffset-- );
28021 if( newOffset!=offset ){
28022 if( newOffset == -1 ){
28098 i64 newOffset;
28107 newOffset = lseek(id->h, offset, SEEK_SET);
28108 SimulateIOError( newOffset-- );
28109 if( newOffset!=offset ){
28110 if( newOffset == -1 ){