/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, 217 BreakableLineComment::getSplit(unsigned LineIndex, unsigned TailOffset, 223 void BreakableLineComment::insertBreak(unsigned LineIndex, unsigned TailOffset, 231 void BreakableLineComment::replaceWhitespace(unsigned LineIndex, 241 BreakableLineComment::replaceWhitespaceBefore(unsigned LineIndex, 318 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, 325 size_t EndOfPreviousLine = Lines[LineIndex - 1].size(); 326 if (InPPDirective && Lines[LineIndex - 1].endswith("\\") [all...] |
ContinuationIndenter.cpp | [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++)
|
/frameworks/base/core/java/com/android/internal/util/ |
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++)
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
editable_text_area_shadow.js | 82 var lineIndex = 0; 122 lines[lineIndex].endIndex = offset - 1; 123 lineIndex++; 124 lines[lineIndex] = {startIndex: offset, endIndex: offset}; 137 lines[lineIndex].endIndex = lastGoodOffset; 138 lineIndex++; 139 lines[lineIndex] = {startIndex: lastGoodOffset, endIndex: lastGoodOffset}; 149 lines[lineIndex].endIndex = text.length; 153 for (var i = 0; i <= lineIndex; i++) {
|
content_editable_extractor.js | 71 var lineIndex = 0; 149 lines[lineIndex].endIndex = textSize; 150 lineIndex++; 151 lines[lineIndex] = {startIndex: textSize, endIndex: textSize}; 169 lines[lineIndex].endIndex = textSize; 173 for (var i = 0; i <= lineIndex; i++) {
|
editable_text.js | [all...] |
braille_util.js | 261 var lineIndex = shadow.getLineIndex(node.selectionEnd); 262 var lineStart = shadow.getLineStart(lineIndex); 263 var lineEnd = shadow.getLineEnd(lineIndex);
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextPosition.cpp | 60 int lineIndex = foundLineEnding - &lineEndings.at(0); 61 unsigned lineStartOffset = lineIndex > 0 ? lineEndings.at(lineIndex - 1) + 1 : 0; 63 return TextPosition(OrdinalNumber::fromZeroBasedInt(lineIndex), OrdinalNumber::fromZeroBasedInt(column));
|
/frameworks/base/core/java/android/alsa/ |
AlsaCardsParser.java | 43 public boolean parse(String line, int lineIndex) { 46 if (lineIndex == 0) { 61 } else if (lineIndex == 1) {
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ppucd.cpp | 60 defaultLineIndex(-1), blockLineIndex(-1), lineIndex(0), 108 while(!isLineBufferAvailable(lineIndex)) { 109 ++lineIndex; 110 if (lineIndex == kNumLineBuffers) { 111 lineIndex = 0; 114 char *line=lines[lineIndex]; 171 char *field=lines[lineIndex]; 223 defaultLineIndex=lineIndex; 228 blockLineIndex=lineIndex;
|
ppucd.h | 159 int32_t defaultLineIndex, blockLineIndex, lineIndex;
|
/external/icu/icu4c/source/tools/toolutil/ |
ppucd.cpp | 60 defaultLineIndex(-1), blockLineIndex(-1), lineIndex(0), 108 while(!isLineBufferAvailable(lineIndex)) { 109 ++lineIndex; 110 if (lineIndex == kNumLineBuffers) { 111 lineIndex = 0; 114 char *line=lines[lineIndex]; 171 char *field=lines[lineIndex]; 223 defaultLineIndex=lineIndex; 228 blockLineIndex=lineIndex;
|
ppucd.h | 159 int32_t defaultLineIndex, blockLineIndex, lineIndex;
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/ |
MatlabPlot.h | 101 void Append(int lineIndex, double x, double y); 102 void Append(int lineIndex, double y);
|
MatlabPlot.cc | 489 void MatlabPlot::Append(int lineIndex, double x, double y) 499 if (lineIndex < 0 || lineIndex >= static_cast<int>(_line.size())) 505 return (_line[lineIndex]->Append(x, y)); 509 void MatlabPlot::Append(int lineIndex, double y) 519 if (lineIndex < 0 || lineIndex >= static_cast<int>(_line.size())) 525 return (_line[lineIndex]->Append(y));
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/ |
Runner.java | 136 int lineIndex = 0; 138 ++lineIndex; 150 lineIndex), null);
|
/external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/ |
Runner.java | 144 int lineIndex = 0; 146 ++lineIndex; 158 lineIndex), null);
|
/external/llvm/lib/IR/ |
GCOV.cpp | 550 for (uint32_t LineIndex = 0; 551 LineIndex < Line.LastLine || !AllLines.empty(); ++LineIndex) { 553 FunctionLines::const_iterator FuncsIt = Line.Functions.find(LineIndex); 558 BlockLines::const_iterator BlocksIt = Line.Blocks.find(LineIndex); 562 AllLines.printNext(OS, LineIndex + 1); 624 AllLines.printNext(OS, LineIndex + 1); 633 if (Block->getLastLine() != LineIndex+1) 636 printBlockInfo(OS, *Block, LineIndex, BlockNo); 681 uint32_t LineIndex, uint32_t &BlockNo) const [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
compile_frontend.py | 113 lineIndex = 0 117 lineIndex += 1 120 if verify_jsdoc_line(full_file_name, lineIndex, line): 125 def verify_jsdoc_line(fileName, lineIndex, line): 127 print '%s:%s: ERROR - %s\n%s\n%s\n' % (fileName, lineIndex, message, line, ' ' * errorPosition + '^')
|
/external/clang/lib/Parse/ |
ParseStmtAsm.cpp | 212 unsigned LineIndex = 0; 214 LineIndex = LineToks.size() - 2; 216 while (LineToks[LineIndex].getLocation() != Tok.getLocation()) { 217 LineIndex++; 218 assert(LineIndex < LineToks.size() - 2); // we added two extra tokens 228 NumLineToksConsumed = LineIndex; 233 for (unsigned i = 0, e = LineToks.size() - LineIndex - 2; i != e; ++i) {
|
/external/proguard/src/proguard/retrace/ |
ReTrace.java | 243 int lineIndex = 0; 257 outLine.append(line.substring(lineIndex, startIndex)); 308 lineIndex = endIndex; 313 outLine.append(line.substring(lineIndex));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentResultsView.java | 325 int lineIndex = tabIndex<0 ? -1 : this.tabs[tabIndex].table.getSelectionIndex(); 364 lineIndex = 0; 368 if (tabIndex >= 0 && lineIndex >= 0) { 371 table.setSelection(lineIndex);
|
/art/compiler/utils/ |
assembler_thumb_test.cc | 202 uint32_t lineindex = 0; local 210 if (CompareIgnoringSpace(results->second[lineindex], testline) != 0) { 211 LOG(FATAL) << "Output is not as expected at line: " << lineindex 212 << results->second[lineindex] << "/" << testline; 214 ++lineindex; 217 ASSERT_TRUE(results->second[lineindex] == nullptr); [all...] |