/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | TextPosition.cpp | 59 int lineIndex = foundLineEnding - &lineEndings.at(0); in fromOffsetAndLineEndings() local 61 ++lineIndex; in fromOffsetAndLineEndings() 62 unsigned lineStartOffset = lineIndex > 0 ? lineEndings.at(lineIndex - 1) + 1 : 0; in fromOffsetAndLineEndings() 64 …return TextPosition(OrdinalNumber::fromZeroBasedInt(lineIndex), OrdinalNumber::fromZeroBasedInt(co… in fromOffsetAndLineEndings()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
D | Curve.java | 158 int lineIndex = 0; in createBezierMesh() local 161 array[lineIndex++] = vector3f.x; in createBezierMesh() 162 array[lineIndex++] = vector3f.y; in createBezierMesh() 163 array[lineIndex++] = vector3f.z; in createBezierMesh() 166 array[lineIndex++] = temp.getX(); in createBezierMesh() 167 array[lineIndex++] = temp.getY(); in createBezierMesh() 168 array[lineIndex++] = temp.getZ(); in createBezierMesh() 173 array[lineIndex++] = vector3f.x; in createBezierMesh() 174 array[lineIndex++] = vector3f.y; in createBezierMesh() 175 array[lineIndex++] = vector3f.z; in createBezierMesh()
|
/external/icu4c/tools/toolutil/ |
D | ppucd.cpp | 60 defaultLineIndex(-1), blockLineIndex(-1), lineIndex(0), in PreparsedUCD() 108 while(!isLineBufferAvailable(lineIndex)) { in readLine() 109 ++lineIndex; in readLine() 110 if (lineIndex == kNumLineBuffers) { in readLine() 111 lineIndex = 0; in readLine() 114 char *line=lines[lineIndex]; in readLine() 171 char *field=lines[lineIndex]; in firstField() 223 defaultLineIndex=lineIndex; in getProps() 228 blockLineIndex=lineIndex; in getProps()
|
D | ppucd.h | 159 int32_t defaultLineIndex, blockLineIndex, lineIndex; variable
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
D | compile_frontend.py | 465 lineIndex = 0 470 lineIndex += 1 473 verify_jsdoc_line(full_file_name, lineIndex, line) 477 def verify_jsdoc_line(fileName, lineIndex, line): argument 479 …print "%s:%s: ERROR - %s\n%s\n%s\n" % (fileName, lineIndex, message, line, " " * errorPosition + "…
|
/external/chromium_org/chrome/test/functional/perf/endure_graphs/js/ |
D | plotter.js | 714 for (var lineIndex = 0, line; line = lines[lineIndex]; ++lineIndex) { 721 upsideClosestLineIndex = lineIndex; 730 downsideClosestLineIndex = lineIndex; 805 var lineIndex = !this.stackedGraph_ ? 0 : 808 var line = this.plotData_[lineIndex]; 838 function legendLabel(lineIndex, opt_labelText) { argument 839 return '<span style="color:' + self.getDataColor(lineIndex) + '">' + 840 (opt_labelText || self.dataDescriptions_[lineIndex]) + 843 function valuesAtCursor(lineIndex, pointIndex, unitsY, yValue) { argument 844 return '<span style="color:' + self.getDataColor(lineIndex) + '">' + [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | TangentBinormalGenerator.java | 676 IntBuffer lineIndex = BufferUtils.createIntBuffer(vertexBuffer.capacity() / 3 * 6); in genTangentLines() local 699 lineIndex.put(id, index); in genTangentLines() 700 lineIndex.put(id + 1, index + 1); in genTangentLines() 701 lineIndex.put(id + 2, index); in genTangentLines() 702 lineIndex.put(id + 3, index + 2); in genTangentLines() 703 lineIndex.put(id + 4, index); in genTangentLines() 704 lineIndex.put(id + 5, index + 3); in genTangentLines() 737 lineMesh.setBuffer(Type.Index, 1, lineIndex); in genTangentLines()
|
/external/proguard/src/proguard/retrace/ |
D | ReTrace.java | 246 int lineIndex = 0; in execute() local 260 outLine.append(line.substring(lineIndex, startIndex)); in execute() 311 lineIndex = endIndex; in execute() 316 outLine.append(line.substring(lineIndex)); in execute()
|
/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/ |
D | ComponentResultsView.java | 325 int lineIndex = tabIndex<0 ? -1 : this.tabs[tabIndex].table.getSelectionIndex(); in resetTabFolders() local 364 lineIndex = 0; in resetTabFolders() 368 if (tabIndex >= 0 && lineIndex >= 0) { in resetTabFolders() 371 table.setSelection(lineIndex); in resetTabFolders()
|
/external/replicaisland/tools/ |
D | ExtractPoints.js | 216 var lineIndex = 0; variable
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlock.cpp | 5524 int lineIndex = lineCount(lineBox); in adjustLinePositionForPagination() local 5525 …Height < lineHeight || (shouldBreakAtLineToAvoidWidow() && lineBreakToAvoidWidow() == lineIndex)) { in adjustLinePositionForPagination() 5526 if (shouldBreakAtLineToAvoidWidow() && lineBreakToAvoidWidow() == lineIndex) { in adjustLinePositionForPagination() 5540 …< pageLogicalHeightAtNewOffset) || (!style()->hasAutoOrphans() && style()->orphans() >= lineIndex)) in adjustLinePositionForPagination()
|