Searched refs:startPos (Results 1 - 25 of 121) 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/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DWireFormatNano.java114 int startPos = input.getPosition();
124 input.rewindToPosition(startPos);
H A DExtendableMessageNano.java128 int startPos = input.getPosition();
134 byte[] bytes = input.getData(startPos, endPos - startPos);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathParser.cpp185 int startPos = m_nextPos + 1; local
187 for (m_nextPos = startPos; m_nextPos < m_data.length(); ++m_nextPos) {
189 String value = m_data.substring(startPos, m_nextPos - startPos);
203 int startPos = m_nextPos; local
220 return Token(NUMBER, m_data.substring(startPos, m_nextPos - startPos));
225 int startPos = m_nextPos; local
238 name = m_data.substring(startPos, m_nextPos - startPos);
[all...]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/ui/file_manager/file_manager/foreground/js/
H A Ddrag_selector.js110 var startPos = DragSelector.getScrolledPosition(list, event);
111 if (!startPos)
113 this.startX_ = startPos.x;
114 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.cpp594 int32_t startPos = current(); local
597 result = checkDictionary(startPos, result, FALSE);
608 int32_t startPos; local
630 if (fText == NULL || (startPos = current()) == 0) {
639 result = checkDictionary(result, startPos, TRUE);
1568 int32_t RuleBasedBreakIterator::checkDictionary(int32_t startPos, argument
1575 // startPos-endPos range
1577 if ((endPos - startPos) <= 1) {
1578 return (reverse ? startPos : endPos);
1602 return (reverse ? startPos
[all...]
/external/icu/icu4c/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.cpp594 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);
1568 int32_t RuleBasedBreakIterator::checkDictionary(int32_t startPos, argument
1575 // startPos-endPos range
1577 if ((endPos - startPos) <= 1) {
1578 return (reverse ? startPos : endPos);
1602 return (reverse ? startPos
[all...]
/external/icu/icu4c/source/i18n/
H A Drematch.cpp598 int64_t startPos = fMatchEnd; local
599 if (startPos==0) {
600 startPos = fActiveStart;
610 if (startPos >= fActiveLimit) {
615 UTEXT_SETNATIVEINDEX(fInputText, startPos);
617 startPos = UTEXT_GETNATIVEINDEX(fInputText);
637 if (startPos > testStartLimit) {
649 U_ASSERT(startPos >= 0);
656 MatchAt(startPos, FALSE, fDeferredStatus);
663 if (startPos >
884 int32_t startPos = (int32_t)fMatchEnd; local
[all...]
/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.js125 var startPos = rtl ? parentRect.right - inputRect.right :
138 var max = parentEl.clientWidth - startPos - inner - parentPadding;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp151 bool InlineTextBox::isSelected(int startPos, int endPos) const argument
153 int sPos = std::max(startPos - m_start, 0);
164 int startPos, endPos; local
165 renderer().selectionStartEnd(startPos, endPos);
172 bool start = (state != RenderObject::SelectionEnd && startPos >= m_start && startPos <= m_start + m_len + endOfLineAdjustmentForCSSLineBreak);
180 else if ((state == RenderObject::SelectionEnd || startPos < m_start) &&
206 LayoutRect InlineTextBox::localSelectionRect(int startPos, int endPos) argument
208 int sPos = std::max(startPos - m_start, 0);
578 int startPos, endPo local
652 paintSingleCompositionBackgroundRun(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, Color backgroundColor, int startPos, int endPos) argument
1257 unsigned startPos = start(); local
[all...]
/external/chromium_org/third_party/icu/source/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/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;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoFile.java181 long startPos = ((FileChannel) os).position();
183 long size = ((FileChannel) os).position() - startPos;

Completed in 667 milliseconds

12345