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

/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java68 private int newOffset; field in class:CodeAttributeEditor
494 System.out.println(" Replaced "+replacementInstruction.toString(newOffset));
555 newOffset = 0;
569 if (newOffset > oldOffset)
577 instructionOffsetMap[oldOffset] = newOffset;
579 return newOffset;
591 instructionOffsetMap[oldOffset] = newOffset;
597 newOffset += preInstruction.length(newOffset);
605 newOffset
[all...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
H A DHttpZipLocator.java204 int newOffset = offset + CENHDR + nameLen + extraLen + commentLen;
209 return newOffset;
215 return newOffset;
222 return newOffset;
239 return newOffset;
/external/icu4c/i18n/unicode/
H A Dcoleitr.h269 * @param newOffset the new offset.
274 void setOffset(int32_t newOffset, UErrorCode& status);
/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp463 int newOffset = (offsetY - borderTop() - paddingTop()) / itemHeight() + m_indexOffset; local
464 return newOffset < numItems() ? newOffset : -1;
503 int newOffset = scrollToward(scrollPoint); local
504 if (newOffset < 0)
560 int newOffset; local
562 newOffset = index;
564 newOffset = index - numVisibleItems() + 1;
566 ScrollableArea::scrollToYOffsetWithoutAnimation(newOffset);
609 void RenderListBox::scrollTo(int newOffset) argument
[all...]
H A DRenderListBox.h124 void scrollTo(int newOffset);
H A DRenderLayer.cpp1657 IntSize newOffset = offsetFromResizeCorner(document->view()->windowToContents(evt.pos())); local
1658 newOffset.setWidth(newOffset.width() / zoomFactor);
1659 newOffset.setHeight(newOffset.height() / zoomFactor);
1667 IntSize difference = (currentSize + newOffset - adjustedOldOffset).expandedTo(minimumSize) - currentSize;
/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/icu4c/i18n/
H A Dcoleitr.cpp160 void CollationElementIterator::setOffset(int32_t newOffset, argument
163 ucol_setOffset(m_data_, newOffset, &status);
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructure.cpp700 unsigned newOffset; local
703 newOffset = m_propertyTable->getDeletedOffset();
705 newOffset = m_propertyTable->size() + m_anonymousSlotCount;
706 ASSERT(newOffset >= m_anonymousSlotCount);
708 m_propertyTable->add(PropertyMapEntry(globalData, this, rep, newOffset, attributes, specificValue));
711 return newOffset;
/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp386 IntSize newOffset = m_scrollOffset; local
387 newOffset.setWidth(horizontalOffset - m_scrollOrigin.x());
388 newOffset.setHeight(verticalOffset - m_scrollOrigin.y());
390 scrollTo(newOffset);
393 void ScrollView::scrollTo(const IntSize& newOffset) argument
395 IntSize scrollDelta = newOffset - m_scrollOffset;
398 m_scrollOffset = newOffset;
H A DScrollView.h73 virtual void scrollTo(const IntSize& newOffset);
/external/icu4c/common/
H A Drbbi.cpp825 int32_t newOffset = (int32_t)UTEXT_GETNATIVEINDEX(fText); local
826 if (newOffset != offset) {
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp2147 void FrameView::scrollTo(const IntSize& newOffset) argument
2150 ScrollView::scrollTo(newOffset);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.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.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.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/sqlite/dist/orig/
H A Dsqlite3.c28008 i64 newOffset; local
28098 i64 newOffset; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28019 i64 newOffset; local
28109 i64 newOffset; local
[all...]

Completed in 740 milliseconds