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

1 2 3

  /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));
  /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++)
  /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/chrome/browser/resources/chromeos/chromevox/common/
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_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++) {
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/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
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));
MatlabPlot.h 101 void Append(int lineIndex, double x, double y);
102 void Append(int lineIndex, double 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/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/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);
  /external/replicaisland/tools/
ExtractPoints.js 216 var lineIndex = 0;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.7.0/
builder-0.7.0.jar 

Completed in 1878 milliseconds

1 2 3