Searched refs:startPos (Results 1 - 25 of 102) sorted by relevance

12345

/external/lzma/CPP/7zip/Common/
H A DLockedStream.h17 HRESULT Read(UInt64 startPos, void *data, UInt32 size, UInt32 *processedSize);
27 void Init(CLockedInStream *lockedInStream, UInt64 startPos) argument
30 _pos = startPos;
H A DLockedStream.cpp7 HRESULT CLockedInStream::Read(UInt64 startPos, void *data, UInt32 size, argument
11 RINOK(_stream->Seek(startPos, STREAM_SEEK_SET, NULL));
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathParser.cpp187 int startPos = m_nextPos + 1; local
189 for (m_nextPos = startPos; m_nextPos < m_data.length(); ++m_nextPos) {
191 String value = m_data.substring(startPos, m_nextPos - startPos);
205 int startPos = m_nextPos; local
221 return Token(NUMBER, m_data.substring(startPos, m_nextPos - startPos));
226 int startPos = m_nextPos; local
238 name = m_data.substring(startPos, m_nextPos - startPos);
[all...]
H A DXPathFunctions.cpp337 unsigned startPos = 0; local
340 while (startPos < length && isWhitespace(idList[startPos]))
341 ++startPos;
343 if (startPos == length)
346 size_t endPos = startPos;
352 Node* node = contextScope.getElementById(idList.substring(startPos, endPos - startPos));
356 startPos = endPos;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp716 int32_t startPos = 0; local
718 startPos != -1 && startPos < test1.length();
719 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
724 for ( occurrences = 0, startPos = 10;
725 startPos != -1 && startPos < test1.length();
726 (startPos
[all...]
/external/icu4c/test/intltest/
H A Dustrtest.cpp718 int32_t startPos = 0; local
720 startPos != -1 && startPos < test1.length();
721 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
726 for ( occurrences = 0, startPos = 10;
727 startPos != -1 && startPos < test1.length();
728 (startPos
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
H A Ddrag_selector.js113 var startPos = DragSelector.getScrolledPosition(list, event);
114 if (!startPos)
116 this.startX_ = startPos.x;
117 this.startY_ = startPos.y;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.h52 UInt64 startPos,
/external/javassist/src/main/javassist/bytecode/
H A DClassFileWriter.java319 private int startPos; field in class:ClassFileWriter.MethodWriter
387 startPos = output.getPos();
449 output.writeShort(startPos + 6, maxStack);
450 output.writeShort(startPos + 8, maxLocals);
451 output.writeInt(startPos + 10, output.getPos() - startPos - 14); // code_length
502 output.writeInt(startPos + 2, output.getPos() - startPos - 6);
522 protected int startPos; field in class:ClassFileWriter.ConstPoolWriter
527 startPos
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dbrkeng.h66 * @param startPos The start of the run within the supplied text.
75 int32_t startPos,
191 * @param startPos The start of the run within the supplied text.
200 int32_t startPos,
H A Drbbi.cpp534 int32_t startPos = current(); local
537 result = checkDictionary(startPos, result, FALSE);
548 int32_t startPos; local
570 if (fText == NULL || (startPos = current()) == 0) {
579 result = checkDictionary(result, startPos, TRUE);
1543 int32_t RuleBasedBreakIterator::checkDictionary(int32_t startPos, argument
1550 // startPos-endPos range
1552 if ((endPos - startPos) <= 1) {
1553 return (reverse ? startPos : endPos);
1577 return (reverse ? startPos
[all...]
/external/icu4c/common/
H A Dbrkeng.h66 * @param startPos The start of the run within the supplied text.
75 int32_t startPos,
191 * @param startPos The start of the run within the supplied text.
200 int32_t startPos,
H A Drbbi.cpp595 int32_t startPos = current(); local
598 result = checkDictionary(startPos, result, FALSE);
609 int32_t startPos; local
631 if (fText == NULL || (startPos = current()) == 0) {
640 result = checkDictionary(result, startPos, TRUE);
1614 int32_t RuleBasedBreakIterator::checkDictionary(int32_t startPos, argument
1621 // startPos-endPos range
1623 if ((endPos - startPos) <= 1) {
1624 return (reverse ? startPos : endPos);
1648 return (reverse ? startPos
[all...]
/external/icu4c/i18n/
H A Drematch.cpp607 int64_t startPos = fMatchEnd; local
608 if (startPos==0) {
609 startPos = fActiveStart;
619 if (startPos >= fActiveLimit) {
624 UTEXT_SETNATIVEINDEX(fInputText, startPos);
626 startPos = UTEXT_GETNATIVEINDEX(fInputText);
646 if (startPos > testStartLimit) {
658 U_ASSERT(startPos >= 0);
665 MatchAt(startPos, FALSE, fDeferredStatus);
672 if (startPos >
893 int32_t startPos = (int32_t)fMatchEnd; local
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeSetTest.java268 final int startPos = objArray.length / 4;
270 SortedSet aSubSet = ts.subSet(objArray[startPos], objArray[endPos]);
272 aSubSet.size() == (endPos - startPos));
273 for (int counter = startPos; counter < endPos; counter++)
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dui.js123 var startPos = rtl ? parentRect.right - inputRect.right :
136 var max = parentEl.clientWidth - startPos - inner - parentPadding;
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/
H A Dui.js124 var startPos = rtl ? parentRect.right - inputRect.right :
137 var max = parentEl.clientWidth - startPos - inner - parentPadding;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/
H A Dui.js123 var startPos = rtl ? parentRect.right - inputRect.right :
136 var max = parentEl.clientWidth - startPos - inner - parentPadding;
/external/chromium_org/ui/webui/resources/js/cr/
H A Dui.js124 var startPos = rtl ? parentRect.right - inputRect.right :
137 var max = parentEl.clientWidth - startPos - inner - parentPadding;
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DWireFormatNano.java132 int startPos = input.getPosition();
135 byte[] bytes = input.getData(startPos, endPos - startPos);
156 int startPos = input.getPosition();
166 input.rewindToPosition(startPos);
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp601 int64_t startPos = fMatchEnd; local
602 if (startPos==0) {
603 startPos = fActiveStart;
613 if (startPos >= fActiveLimit) {
618 UTEXT_SETNATIVEINDEX(fInputText, startPos);
620 startPos = UTEXT_GETNATIVEINDEX(fInputText);
640 if (startPos > testStartLimit) {
652 U_ASSERT(startPos >= 0);
659 MatchAt(startPos, FALSE, fDeferredStatus);
666 if (startPos >
887 int32_t startPos = (int32_t)fMatchEnd; local
[all...]
/external/aac/libSBRenc/src/
H A Dnf_est.cpp308 INT nNoiseEnvelopes, startPos[2], stopPos[2], env, band; local
317 startPos[0] = startIndex;
321 startPos[0] = startIndex;
325 startPos[0] = startIndex;
327 startPos[1] = startIndex + 1;
340 startPos[env],
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g73 this.startPos = -1;
540 {if ( this.startPos==0 || this.implicitLineJoiningLevel>0 )
545 WS : {this.startPos>0}?=> (' '|'\t')+ {$channel=HIDDEN;}
558 : {this.startPos==0}?=>
599 : {this.startPos==0}?=> (' '|'\t')* '#' (~'\n')* '\n'+
600 | {this.startPos>0}?=> '#' (~'\n')* // let NEWLINE handle \n unless char pos==0 for '#'
H A Drhino-python.prog45 this.startPos = this.getCharPositionInLine();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DChunkedIntArray.java132 // of the node at index "startPos". IF IT IS, DO NOT ACCEPT IT AND
137 int specialFind(int startPos, int position) argument
141 int ancestor = startPos;

Completed in 968 milliseconds

12345