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.ts160 const start = parameter.name.pos === undefined ? 0 : parameter.name.pos; constant
162 paramName = sourceFile.text.substring(start, end).trim();
165 const start = parameter.type?.pos === undefined ? 0 : parameter.type.pos; constant
167 paramTypeString = sourceFile.text.substring(start, end).trim();
187 const start = node.type.pos === undefined ? 0 : node.type.pos; constant
189 returnInfo.returnKindName = sourceFile.text.substring(start, end).trim();
/ide/tools/previewer/jsapp/
DJsApp.cpp50 auto start = std::chrono::system_clock::now(); in Stop() local
55 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…