Home
last modified time | relevance | path

Searched refs:start (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/automock/mock-generate/src/common/
DcommonUtils.ts145 const start = parameter.name.pos === undefined ? 0 : parameter.name.pos; constant
147 paramName = sourceFile.text.substring(start, end).trimStart().trimEnd();
150 const start = parameter.type?.pos === undefined ? 0 : parameter.type.pos; constant
152 paramTypeString = sourceFile.text.substring(start, end).trimStart().trimEnd();
170 const start = node.type.pos === undefined ? 0 : node.type.pos; constant
172 returnInfo.returnKindName = sourceFile.text.substring(start, end).trimStart().trimEnd();
/ide/tools/previewer/jsapp/
DJsApp.cpp48 auto start = std::chrono::system_clock::now(); in Stop() local
53 auto passedSecond = chrono::duration_cast<chrono::seconds>(end - start).count(); in Stop()
/ide/tools/previewer/
DREADME.md11 To start with, the DevEco Studio Previewer launches the Previewer component through the command lin…