Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/scan/
DCountFile.ts88 const combined: { [key: string]: { fileCount: number; lineCount: number } } = {}; constant
189 const results: { [key: string]: { fileCount: number; lineCount: number } } = {}; constant
/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h94 int lineCount = getLength(lines, MAX_LENGTH); in BuildCompileRuntimeInfo() local
119 int lineCount = getLength(lines, MAX_LENGTH); in BuildCrashRuntimeInfo() local
382 int lineCount = 0; in GetRuntimeInfoByPath() local
/arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/
Dsetruntimeinfo_fuzzer.cpp54 int lineCount = dataProvider.ConsumeIntegralInRange<int>(1, maxLength); in SetRuntimeInfoFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp66 int lineCount = 1; in MatchJSONLineHeader() local