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

12

/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/webrtc/webrtc/modules/utility/include/
H A Dfile_player.h53 uint32_t startPosition,
62 uint32_t startPosition,
/external/webrtc/webrtc/modules/utility/source/
H A Dfile_player_impl.h40 uint32_t startPosition,
47 uint32_t startPosition,
H A Dfile_player_impl.cc206 uint32_t startPosition,
247 startPosition,
269 startPosition,
287 uint32_t startPosition,
327 startPosition,
348 startPosition,
204 StartPlayingFile(const char* fileName, bool loop, uint32_t startPosition, float volumeScaling, uint32_t notification, uint32_t stopPosition, const CodecInst* codecInst) argument
286 StartPlayingFile(InStream& sourceStream, uint32_t startPosition, float volumeScaling, uint32_t notification, uint32_t stopPosition, const CodecInst* codecInst) argument
/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/webrtc/webrtc/voice_engine/
H A Dtransmit_mixer.h104 int startPosition,
111 int startPosition,
H A Dchannel.h234 int startPosition,
239 int startPosition,
248 int startPosition,
254 int startPosition,
H A Dtransmit_mixer.cc504 int startPosition,
512 " startPosition=%d, stopPosition=%d)", fileName, loop,
513 format, volumeScaling, startPosition, stopPosition);
551 startPosition,
574 int startPosition,
581 " volumeScaling=%5.3f, startPosition=%d, stopPosition=%d)",
582 format, volumeScaling, startPosition, stopPosition);
627 startPosition,
501 StartPlayingFileAsMicrophone(const char* fileName, bool loop, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
572 StartPlayingFileAsMicrophone(InStream* stream, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
H A Dchannel.cc1839 int startPosition,
1846 " format=%d, volumeScaling=%5.3f, startPosition=%d, "
1848 startPosition, stopPosition);
1884 startPosition,
1910 int startPosition,
1917 " volumeScaling=%5.3f, startPosition=%d, stopPosition=%d)",
1918 format, volumeScaling, startPosition, stopPosition);
1963 if (_outputFilePlayerPtr->StartPlayingFile(*stream, startPosition,
2065 int startPosition,
2072 "loop=%d, format=%d, volumeScaling=%5.3f, startPosition
1836 StartPlayingFileLocally(const char* fileName, bool loop, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
1908 StartPlayingFileLocally(InStream* stream, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
2062 StartPlayingFileAsMicrophone(const char* fileName, bool loop, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
2131 StartPlayingFileAsMicrophone(InStream* stream, FileFormats format, int startPosition, float volumeScaling, int stopPosition, const CodecInst* codecInst) argument
[all...]
/external/guava/guava/src/com/google/common/net/
H A DMediaType.java643 int startPosition = position;
644 position = matcher.negate().indexIn(input, startPosition);
645 return hasMore() ? input.substring(startPosition, position) : input.substring(startPosition);
649 int startPosition = position;
651 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/testng/src/main/java/org/testng/xml/
H A DTestNGContentHandler.java785 int startPosition = 0;
787 while ((startIndex = value.indexOf("${", startPosition)) > -1 && (endIndex = value.indexOf("}", startIndex + 3)) > -1) {
790 result = new StringBuffer(value.substring(startPosition, startIndex));
792 result.append(value.substring(startPosition, startIndex));
805 startPosition = startIndex + 3 + property.length();
808 result.append(value.substring(startPosition));
/external/dng_sdk/source/
H A Ddng_gain_map.cpp514 uint64 startPosition = stream.Position (); local
520 if (stream.Position () != startPosition + byteCount)
H A Ddng_shared.cpp1040 uint64 startPosition = stream.Position (); local
1082 stream.SetReadPosition (startPosition + 8 + 2 + tag_index * 12);
1093 tagOffset = startPosition + stream.Get_uint32 ();
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp503 Int64 startPosition; local
504 SRes res = Xzs_ReadBackward(&xzs.p, &lookStream.s, &startPosition, &openWrap.p, &g_Alloc);
511 if (res == SZ_OK && startPosition == 0)
/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 ...
/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/debug/
H A Dliveedit.js1004 if (!("scriptObject" in e) || !("startPosition" in e)) {
1011 start: createPositionStruct(script, e.startPosition),
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 1132 milliseconds

12