HomeSort by relevance Sort by last modified time
    Searched refs:EndPos (Results 1 - 25 of 36) sorted by null

1 2

  /external/pdfium/core/fpdfdoc/
cpvt_wordrange.h 20 : BeginPos(begin), EndPos(end) {
26 EndPos.Reset();
31 EndPos = end;
41 EndPos = end;
46 if (that.EndPos < BeginPos || that.BeginPos > EndPos ||
47 EndPos < that.BeginPos || BeginPos > that.EndPos) {
52 std::min(EndPos, that.EndPos));
    [all...]
csection.cpp 188 int32_t nRight = range.EndPos.nWordIndex + 1;
242 if (PlaceRange.EndPos <= SecEndPos) {
244 PlaceRange.EndPos.nWordIndex);
248 } else if (PlaceRange.EndPos <= SecEndPos) {
249 ClearLeftWords(PlaceRange.EndPos.nWordIndex);
cpdf_variabletext.cpp 266 pdfium::IndexInBounds(m_SectionArray, PlaceRange.EndPos.nSecIndex) &&
267 PlaceRange.EndPos ==
268 m_SectionArray[PlaceRange.EndPos.nSecIndex]->GetEndWordPlace();
271 if (PlaceRange.BeginPos.nSecIndex != PlaceRange.EndPos.nSecIndex) {
751 for (int32_t s = PlaceRange.EndPos.nSecIndex;
777 NewRange.EndPos = AdjustLineHeader(PlaceRange.EndPos, true);
778 for (int32_t s = NewRange.EndPos.nSecIndex; s >= NewRange.BeginPos.nSecIndex;
886 int32_t nESecIndex = PlaceRange.EndPos.nSecIndex;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CodeFragment.py 31 self.EndPos = End
48 self.EndPos = End
66 self.EndPos = End
82 self.EndPos = End
100 self.EndPos = End
119 self.EndPos = End
135 self.EndPos = End
151 self.EndPos = End
168 self.EndPos = End
185 self.EndPos = End
    [all...]
c.py 130 IdPP = DataClass.IdentifierClass(-1, '', '', '', pp.Content, Type, -1, -1, pp.StartPos[0],pp.StartPos[1],pp.EndPos[0],pp.EndPos[1])
134 IdAE = DataClass.IdentifierClass(-1, ae.Operator, '', ae.Name, ae.Value, DataClass.MODEL_IDENTIFIER_ASSIGNMENT_EXPRESSION, -1, -1, ae.StartPos[0],ae.StartPos[1],ae.EndPos[0],ae.EndPos[1])
156 IdVar = DataClass.IdentifierClass(-1, var.Modifier, '', var.Declarator, '', DataClass.MODEL_IDENTIFIER_FUNCTION_DECLARATION, -1, -1, var.StartPos[0],var.StartPos[1],var.EndPos[0],var.EndPos[1])
169 IdVar = DataClass.IdentifierClass(-1, var.Modifier, '', Name, (len(DeclList) > 1 and [DeclList[1]]or [''])[0], DataClass.MODEL_IDENTIFIER_VARIABLE, -1, -1, var.StartPos[0],var.StartPos[1],var.EndPos[0],var.EndPos[1])
178 IdVar = DataClass.IdentifierClass(-1, var.Modifier, '', Name, (len(DeclList) > 1 and [DeclList[1]]or [''])[0], DataClass.MODEL_IDENTIFIER_VARIABLE, -1, -1, var.StartPos[0],var.StartPos[1],var.EndPos[0],var.EndPos[1])
    [all...]
CodeFragmentCollector.py 311 PPDirectiveObj.EndPos = EndLinePos
338 PPDirectiveObj.EndPos = (self.CurrentLineNumber, self.CurrentOffsetWithinLine - 1)
371 PPDirectiveObj.EndPos = EndLinePos
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragment.py 31 self.EndPos = End
48 self.EndPos = End
64 self.EndPos = End
82 self.EndPos = End
117 self.EndPos = End
133 self.EndPos = End
150 self.EndPos = End
164 self.EndPos = End
CodeFragmentCollector.py 317 CommentObj.EndPos = EndLinePos
324 PPDirectiveObj.EndPos = EndLinePos
345 CommentObj.EndPos = (self.CurrentLineNumber, self.CurrentOffsetWithinLine)
357 PPDirectiveObj.EndPos = (self.CurrentLineNumber, self.CurrentOffsetWithinLine - 1)
395 CommentObj.EndPos = EndLinePos
398 PPDirectiveObj.EndPos = EndLinePos
439 CommentObj.EndPos = EndLinePos
446 PPDirectiveObj.EndPos = EndLinePos
467 CommentObj.EndPos = (self.CurrentLineNumber, self.CurrentOffsetWithinLine)
479 PPDirectiveObj.EndPos = (self.CurrentLineNumber, self.CurrentOffsetWithinLine - 1)
    [all...]
c.py 89 if Su.StartPos[0] == Td.StartPos[0] and Su.EndPos[0] == Td.EndPos[0]:
96 IdComment = DataClass.IdentifierClass(-1, '', '', '', comment.Content, DataClass.MODEL_IDENTIFIER_COMMENT, -1, -1, comment.StartPos[0], comment.StartPos[1], comment.EndPos[0], comment.EndPos[1])
101 IdPP = DataClass.IdentifierClass(-1, '', '', '', pp.Content, Type, -1, -1, pp.StartPos[0], pp.StartPos[1], pp.EndPos[0], pp.EndPos[1])
105 IdPE = DataClass.IdentifierClass(-1, '', '', '', pe.Content, DataClass.MODEL_IDENTIFIER_PREDICATE_EXPRESSION, -1, -1, pe.StartPos[0], pe.StartPos[1], pe.EndPos[0], pe.EndPos[1])
211 IdEnum = DataClass.IdentifierClass(-1, '', '', Name, Value, DataClass.MODEL_IDENTIFIER_ENUMERATE, -1, -1, enum.StartPos[0], enum.StartPos[1], enum.EndPos[0], enum.EndPos[1])
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
MouseHid.c 31 @param EndPos End position of the range to get the the next HID item.
41 IN UINT8 *EndPos,
47 if (EndPos <= StartPos) {
69 if ((EndPos - StartPos) >= 2) {
73 if ((EndPos - StartPos) >= HidItem->Size) {
94 if ((EndPos - StartPos) >= 1) {
103 if ((EndPos - StartPos) >= 2) {
114 if ((EndPos - StartPos) >= 4) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
MouseHid.c 31 @param EndPos End position of the range to get the the next HID item.
41 IN UINT8 *EndPos,
47 if (EndPos <= StartPos) {
69 if ((EndPos - StartPos) >= 2) {
73 if ((EndPos - StartPos) >= HidItem->Size) {
94 if ((EndPos - StartPos) >= 1) {
103 if ((EndPos - StartPos) >= 2) {
114 if ((EndPos - StartPos) >= 4) {
  /external/syzkaller/pkg/report/
fuzz.go 32 if rep.StartPos >= rep.EndPos {
33 panic("rep.StartPos >= rep.EndPos")
freebsd.go 52 rep.EndPos = next
report_test.go 188 endPos := bytes.Index(test.Log, []byte(test.EndLine)) + len(test.EndLine)
189 if rep.StartPos != startPos || rep.EndPos != endPos {
191 rep.StartPos, rep.EndPos, startPos, endPos,
192 string(test.Log[rep.StartPos:rep.EndPos]))
  /external/clang/lib/Lex/
PPLexerChange.cpp 276 const char *EndPos = CurLexer->BufferEnd;
277 if (EndPos != CurLexer->BufferStart &&
278 (EndPos[-1] == '\n' || EndPos[-1] == '\r')) {
279 --EndPos;
282 if (EndPos != CurLexer->BufferStart &&
283 (EndPos[-1] == '\n' || EndPos[-1] == '\r') &&
284 EndPos[-1] != EndPos[0]
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteMacros.cpp 171 unsigned EndPos;
174 EndPos = RawOffs+RawTok.getLength();
188 RB.InsertTextBefore(EndPos, "*/");
  /build/soong/androidmk/parser/
ast.go 67 EndPos Pos
76 if x.EndPos != NoPos {
77 return x.EndPos
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp 387 m_pEdit->SetSelection(m_wrSel.BeginPos, m_wrSel.EndPos);
395 m_pEdit->SetSelection(m_wrSel.BeginPos, m_wrSel.EndPos);
469 if (pRange && place > pRange->EndPos)
473 bSelect = place > wrSelect.BeginPos && place <= wrSelect.EndPos;
682 SetCaret(m_SelState.EndPos);
700 if (m_SelState.BeginPos < m_SelState.EndPos) {
702 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
705 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
749 m_pVT->UpdateWordPlace(wrTemp.EndPos);
756 if (place > wrTemp.EndPos)
    [all...]
cpwl_edit.cpp 661 std::max(wr1.EndPos, wr2.EndPos));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceScriptToken.cpp 226 auto EndPos = Data.find("*/", Pos);
227 if (EndPos == StringRef::npos)
230 advance(EndPos - Pos);
  /external/llvm/lib/IR/
GCOV.cpp 199 uint32_t EndPos = Buff.getCursor() + LineTableLength * 4;
216 if (Buff.getCursor() != (EndPos - sizeof(uint32_t))) {
227 while (Buff.getCursor() < (EndPos - 2 * sizeof(uint32_t))) {
255 uint64_t EndPos = Buff.getCursor() + HeaderLength * sizeof(uint32_t);
286 if (Buff.getCursor() < EndPos) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
UniClassObject.py 437 EndPos = Line.find(u'\\', StartPos + 1, StartPos + 7)
438 if EndPos != -1 and EndPos - StartPos == 6 :
439 if re.match('[a-fA-F0-9]{4}', Line[StartPos + 2 : EndPos], re.UNICODE):
440 EndStr = Line[EndPos: ]
441 UniStr = ('\u' + (Line[StartPos + 2 : EndPos])).decode('unicode_escape')
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
GCOV.cpp 205 uint32_t EndPos = Buff.getCursor() + LineTableLength * 4;
222 if (Buff.getCursor() != (EndPos - sizeof(uint32_t))) {
233 while (Buff.getCursor() < (EndPos - 2 * sizeof(uint32_t))) {
261 uint64_t EndPos = Buff.getCursor() + HeaderLength * sizeof(uint32_t);
292 if (Buff.getCursor() < EndPos) {
  /external/syzkaller/vm/
vm.go 239 end := mon.matchPos + rep.EndPos + afterContext
245 rep.EndPos += mon.matchPos - start
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py 446 def __ReplaceFragment(self, StartPos, EndPos, Value = ' '):
447 if StartPos[0] == EndPos[0]:
449 while Offset <= EndPos[1]:
460 while Line < EndPos[0]:
468 while Offset <= EndPos[1]:
469 self.Profile.FileLinesList[EndPos[0]][Offset] = Value
752 EndPos = CurLine.find(')', StartPos+2)
753 while StartPos != -1 and EndPos != -1 and self.__Token not in ['!ifdef', '!ifndef', '!if', '!elseif']:
754 MacroName = CurLine[StartPos+2 : EndPos]
763 PreIndex = EndPos + 1
    [all...]

Completed in 1234 milliseconds

1 2