Home
last modified time | relevance | path

Searched defs:lineCount (Results 1 – 25 of 25) sorted by relevance

/third_party/typescript/src/server/
DscriptVersionCache.ts7 lineCount(): number; method
410 const lineCount = this.getLineCount(); constant
684 const lineCount = this.lineCount(); constant
831 lineCount() { method in LineLeaf
/third_party/node/test/parallel/
Dtest-stream-preprocess.js16 const lineCount = modelData.match(/\n/g).length; constant
/third_party/skia/tests/
DPathOpsTightBoundsTest.cpp19 int lineCount = ran.nextRangeU(1, 10); in testTightBoundsLines() local
64 int lineCount = ran.nextRangeU(1, 10); in testTightBoundsQuads() local
/third_party/skia/bench/
DTypefaceBench.cpp214 UtfToGlyph(SkTextEncoding encoding, const char* (*text), int lineCount, const char* name) in UtfToGlyph()
/third_party/skia/src/core/
DSkLineClipper.cpp216 int lineCount = 1; in ClipLine() local
DSkEdgeBuilder.cpp249 int lineCount = SkLineClipper::ClipLine(e.fPts, clip, lines, canCullToTheRight); in buildPoly() local
DSkEdgeClipper.cpp54 int lineCount = SkLineClipper::ClipLine(pts, clip, lines, fCanCullToTheRight); in clipLine() local
/third_party/node/deps/icu-small/source/tools/genrb/
Dread.c42 static int32_t lineCount; variable
/third_party/gptfdisk/
Dparttypes.cc585 int colCount = 1, lineCount = 1; in ShowAllTypes() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dread.c40 static int32_t lineCount; variable
/third_party/icu/icu4c/source/tools/genrb/
Dread.c42 static int32_t lineCount; variable
/third_party/skia/modules/skplaintexteditor/include/
Deditor.h84 size_t lineCount() const { return fLines.size(); } in lineCount() function
/third_party/skia/experimental/sktext/editor/
DTexts.h110 size_t lineCount() const { return fSelectableText->countLines(); } in lineCount() function
/third_party/icu/icu4c/source/tools/gendict/
Dgendict.cpp336 int lineCount = 0; in main() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp504 int lineCount = 0; in getOrParseFileTokens() local
/third_party/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp336 int lineCount = 0; in main() local
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts18 const lineCount = getLineStarts(file).length; constant
/third_party/node/deps/v8/src/inspector/
Dv8-profiler-agent-impl.cc47 unsigned lineCount = node->GetHitLineCount(); in buildInspectorObjectForPositionTicks() local
/third_party/icu/tools/unicode/c/genprops/
Dnamespropsbuilder.cpp188 static uint32_t lineCount=0, wordCount=0; variable
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java69 private transient int lineCount = 1; field in DumbTextComponent
/third_party/skia/gm/
Dcompositor_quads.cpp262 const bool edgeAA[4], const SkPoint lines[], int lineCount, int* quadCount) { in clipTile()
/third_party/skia/src/gpu/ops/
DAAHairLinePathRenderer.cpp1167 int lineCount = lines.count() / 2; in onPrepareDraws() local
/third_party/typescript/src/compiler/
Dutilities.ts4798 const lineCount = lineMap.length; constant
/third_party/typescript/lib/
DtypingsInstaller.js118948 function writeLinesAndIndent(lineCount, writeSpaceIfNotIndenting) { argument
Dtsc.js98572 function writeLinesAndIndent(lineCount, writeSpaceIfNotIndenting) { argument