Searched refs:startPosition (Results 1 - 23 of 23) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DImageLoader.java58 * @param startPosition
64 public Image loadImage(BlenderInputStream inputStream, int startPosition, boolean flipY) { argument
66 inputStream.setPosition(startPosition);
70 inputStream.setPosition(startPosition);
75 inputStream.setPosition(startPosition);
/external/icu/icu4c/source/layout/
H A DLigatureSubstSubtables.cpp33 le_int32 startPosition = glyphIterator->getCurrStreamPosition(); local
63 glyphIterator->setCurrStreamPosition(startPosition);
H A DLookupProcessor.cpp31 le_int32 startPosition = glyphIterator->getCurrStreamPosition(); local
43 glyphIterator->setCurrStreamPosition(startPosition);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java60 private long startPosition; field in class:MediaDataBox
99 transfer(fileChannel, startPosition - header.limit(), contentSize + header.limit(), writableByteChannel);
117 fileChannel.position(startPosition - header.limit());
144 this.startPosition = ((FileChannel) readableByteChannel).position();
170 cacheEntry = fileChannel.map(FileChannel.MapMode.READ_ONLY, startPosition + offset, Math.min(BUFFER_SIZE, contentSize - offset));
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DPositionTrack.java30 private Vector3f startPosition; field in class:PositionTrack
81 startPosition = spatial.getWorldTranslation().clone();
93 Vector3f pos = FastMath.interpolateLinear(value, startPosition, endPosition);
/external/guava/guava/src/com/google/common/net/
H A DMediaType.java632 int startPosition = position;
633 position = matcher.negate().indexIn(input, startPosition);
634 return hasMore() ? input.substring(startPosition, position) : input.substring(startPosition);
638 int startPosition = position;
640 checkState(position != startPosition);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DDexDataWriterTest.java48 private int startPosition; field in class:DexDataWriterTest
56 startPosition = 123;
58 writer = new DexDataWriter(output, startPosition, bufferSize);
64 Assert.assertEquals(startPosition+bytes.length, writer.getPosition());
75 Assert.assertEquals(startPosition+bytes.length, writer.getPosition());
502 startPosition = 0;
503 writer = new DexDataWriter(output, startPosition, 256);
H A DDexWriterSleb128Test.java42 private int startPosition; field in class:DexWriterSleb128Test
47 startPosition = 123;
49 writer = new DexDataWriter(output, startPosition, bufferSize);
240 Assert.assertEquals(startPosition + encodedLength, writer.getPosition());
H A DDexWriterUleb128Test.java42 private int startPosition; field in class:DexWriterUleb128Test
47 startPosition = 123;
49 writer = new DexDataWriter(output, startPosition, bufferSize);
237 Assert.assertEquals(startPosition + encodedLength, writer.getPosition());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.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 ...
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.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/v8/src/
H A Dliveedit-debugger.js988 if (!("scriptObject" in e) || !("startPosition" in e)) {
995 start: createPositionStruct(script, e.startPosition),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 592 milliseconds