| /external/clang/lib/Format/ |
| BreakableToken.h | 45 /// at \p LineIndex, from byte offset \p Offset with length \p Length. 51 getLineLengthAfterSplit(unsigned LineIndex, unsigned Offset, 55 /// \p LineIndex, if previously broken at \p TailOffset. If possible, do not 57 virtual Split getSplit(unsigned LineIndex, unsigned TailOffset, 61 virtual void insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split, 66 virtual void replaceWhitespace(unsigned LineIndex, unsigned TailOffset, 70 /// \brief Replaces the whitespace between \p LineIndex-1 and \p LineIndex. 71 virtual void replaceWhitespaceBefore(unsigned LineIndex, 94 unsigned getLineLengthAfterSplit(unsigned LineIndex, unsigned TailOffset [all...] |
| BreakableToken.cpp | 137 unsigned LineIndex, unsigned Offset, StringRef::size_type Length) const { 163 BreakableStringLiteral::getSplit(unsigned LineIndex, unsigned TailOffset, 170 void BreakableStringLiteral::insertBreak(unsigned LineIndex, 219 BreakableLineComment::getSplit(unsigned LineIndex, unsigned TailOffset, 225 void BreakableLineComment::insertBreak(unsigned LineIndex, unsigned TailOffset, 233 void BreakableLineComment::replaceWhitespace(unsigned LineIndex, 243 unsigned LineIndex, WhitespaceManager &Whitespaces) { 326 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, 333 size_t EndOfPreviousLine = Lines[LineIndex - 1].size(); 334 if (InPPDirective && Lines[LineIndex - 1].endswith("\\") [all...] |
| ContinuationIndenter.cpp | [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
| BiDiConformanceTest.java | 49 lineIndex = 0; 58 if (line.charAt(lineIndex) == '@') { 59 ++lineIndex; 60 if (line.startsWith("Levels:", lineIndex)) { 61 lineIndex += 7; 62 if (!parseLevels(line.substring(lineIndex))) { 65 } else if (line.startsWith("Reorder:", lineIndex)) { 66 lineIndex += 8; 67 if (!parseOrdering(line.substring(lineIndex))) { 74 if (!skipWhitespace() || line.charAt(lineIndex++) != ';') [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
| BiDiConformanceTest.java | 46 lineIndex = 0; 55 if (line.charAt(lineIndex) == '@') { 56 ++lineIndex; 57 if (line.startsWith("Levels:", lineIndex)) { 58 lineIndex += 7; 59 if (!parseLevels(line.substring(lineIndex))) { 62 } else if (line.startsWith("Reorder:", lineIndex)) { 63 lineIndex += 8; 64 if (!parseOrdering(line.substring(lineIndex))) { 71 if (!skipWhitespace() || line.charAt(lineIndex++) != ';') [all...] |
| /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
| HexDump.java | 33 int lineIndex = 0; 40 if (lineIndex == 16) 58 lineIndex = 0; 66 line[lineIndex++] = b; 69 if (lineIndex != 16) 71 int count = (16 - lineIndex) * 3; 78 for (int i = 0 ; i < lineIndex ; i++)
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
| BuildEngine.py | 343 # @param LineIndex The line number from which the parsing will begin
346 def __init__(self, File=None, Content=None, LineIndex=0, SupportedFamily=["MSFT", "INTEL", "GCC", "RVCT"]):
364 self._LineIndex = LineIndex
414 # @param LineIndex The line index of build rule text
416 def ParseSection(self, LineIndex):
421 # @param LineIndex The line index of build rule text
423 def ParseSubSection(self, LineIndex):
429 # @param LineIndex The line index of build rule text
431 def SkipSection(self, LineIndex):
455 # @param LineIndex The line index of build rule text [all...] |
| /external/oj-libjdwp/src/share/back/ |
| SDE.c | 75 int lineIndex; 95 private int lineIndex; 144 lineIndex = 0; 322 if (lineIndex >= lineTableSize) { 455 * lineIndex 532 lineTable[lineIndex].jplsStart = jplsStart; 533 lineTable[lineIndex].jplsEnd = jplsEnd; 534 lineTable[lineIndex].jplsLineInc = jplsLineInc; 535 lineTable[lineIndex].njplsStart = njplsStart; 536 lineTable[lineIndex].njplsEnd = njplsEnd [all...] |
| /frameworks/base/core/java/com/android/internal/util/ |
| HexDump.java | 34 int lineIndex = 0; 41 if (lineIndex == 16) 59 lineIndex = 0; 67 line[lineIndex++] = b; 70 if (lineIndex != 16) 72 int count = (16 - lineIndex) * 3; 79 for (int i = 0 ; i < lineIndex ; i++)
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
| InfGuidPpiProtocolSectionParser.py | 109 LineIndex = -1
111 LineIndex = Item[3]
120 Line=LineIndex)
194 LineIndex = -1
196 LineIndex = Item[3]
205 Line=LineIndex)
363 LineIndex = -1
365 LineIndex = Item[3]
373 File=FileName, Line=LineIndex)
|
| InfPcdSectionParser.py | 50 LineIndex = -1
54 LineIndex = Item[3]
60 File=FileName, Line=LineIndex)
183 Line=LineIndex)
|
| DecParserMisc.py | 46 self.LineIndex = 0
57 if self.LineIndex >= self.FileLines:
59 Line = self.Content[self.LineIndex]
60 self.LineIndex += 1
64 if self.LineIndex > 0:
65 self.LineIndex -= 1
78 return self.LineIndex >= self.FileLines
|
| DecParser.py | 109 self._ItemDict[Key] = [[SecArch, self._RawData.LineIndex]]
134 self._ItemDict[Key].append([SecArch, self._RawData.LineIndex])
158 Line = self._RawData.LineIndex,
165 Line = ['', self._RawData.LineIndex])
168 Line = ['', self._RawData.LineIndex])
173 Line = self._RawData.LineIndex,
251 CommentList.append((Comment, self._RawData.LineIndex))
311 Index = self._RawData.LineIndex
342 Comments = [(Comment, self._RawData.LineIndex)]
387 CurComments.append(((Comment, self._RawData.LineIndex)))
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/ |
| FrontPageCustomizedUi.c | 121 @param LineIndex The line index of the banner need to check.
130 IN UINTN LineIndex,
135 if ((LineIndex == 5) && LeftOrRight) {
|
| FrontPageCustomizedUi.h | 33 @param LineIndex The line index of the banner need to check.
42 IN UINTN LineIndex,
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/ |
| EdbCmdMemory.c | 88 UINTN LineIndex;
126 for (LineIndex = 0; LineIndex < LineNumber; LineIndex++) {
131 if (((LineIndex % EFI_DEBUGGER_LINE_NUMBER_IN_PAGE) == 0) &&
132 (LineIndex != 0)) {
148 if (((LineIndex % EFI_DEBUGGER_LINE_NUMBER_IN_PAGE) == 0) &&
149 (LineIndex != 0)) {
|
| EdbDisasmSupport.c | 1055 UINTN LineIndex;
1078 for (LineIndex = 0; LineIndex < LineNumber; LineIndex++) {
|
| /frameworks/base/core/java/com/android/internal/alsa/ |
| AlsaCardsParser.java | 77 private boolean parse(String line, int lineIndex) { 81 if (lineIndex == 0) { 90 Slog.e(TAG, "Failed to parse line " + lineIndex + " of " + kCardsFilePath 105 } else if (lineIndex == 1) {
|
| /packages/apps/Messaging/src/com/android/messaging/ui/ |
| LineWrapLayout.java | 138 int lineIndex = 0; 156 lineIndex++; 161 if (majorGravity != Gravity.TOP && lineHeights.size() > lineIndex) { 162 final int lineHeight = lineHeights.get(lineIndex);
|
| /external/icu/icu4c/source/tools/toolutil/ |
| ppucd.cpp | 60 defaultLineIndex(-1), blockLineIndex(-1), lineIndex(0), 109 while(!isLineBufferAvailable(lineIndex)) { 110 ++lineIndex; 111 if (lineIndex == kNumLineBuffers) { 112 lineIndex = 0; 115 char *line=lines[lineIndex]; 172 char *field=lines[lineIndex]; 233 defaultLineIndex=lineIndex; 238 blockLineIndex=lineIndex;
|
| ppucd.h | 165 int32_t defaultLineIndex, blockLineIndex, lineIndex;
|
| /art/compiler/utils/ |
| assembler_thumb_test.cc | 143 uint32_t lineindex = 0; local 151 if (CompareIgnoringSpace(results[lineindex], testline) != 0) { 152 LOG(FATAL) << "Output is not as expected at line: " << lineindex 153 << results[lineindex] << "/" << testline << ", test name: " << testname; 155 ++lineindex; 158 ASSERT_TRUE(results[lineindex] == nullptr);
|
| /external/llvm/lib/IR/ |
| GCOV.cpp | 591 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty(); 592 ++LineIndex) { 594 FunctionLines::const_iterator FuncsIt = Line.Functions.find(LineIndex); 599 BlockLines::const_iterator BlocksIt = Line.Blocks.find(LineIndex); 603 AllLines.printNext(CovOS, LineIndex + 1); 663 AllLines.printNext(CovOS, LineIndex + 1); 669 if (Block->getLastLine() != LineIndex + 1) 672 printBlockInfo(CovOS, *Block, LineIndex, BlockNo); 712 uint32_t LineIndex, uint32_t &BlockNo) const [all...] |
| /external/proguard/src/proguard/retrace/ |
| ReTrace.java | 248 int lineIndex = 0; 262 outLine.append(line.substring(lineIndex, startIndex)); 314 lineIndex = endIndex; 319 outLine.append(line.substring(lineIndex));
|
| /external/clang/lib/Parse/ |
| ParseStmtAsm.cpp | 247 unsigned LineIndex = 0; 249 LineIndex = LineToks.size() - 2; 251 while (LineToks[LineIndex].getLocation() != Tok.getLocation()) { 252 LineIndex++; 253 assert(LineIndex < LineToks.size() - 2); // we added two extra tokens 263 NumLineToksConsumed = LineIndex; 268 for (unsigned i = 0, e = LineToks.size() - LineIndex - 2; i != e; ++i) {
|