Home
last modified time | relevance | path

Searched refs:count (Results 1 - 8 of 8) sorted by relevance

/ide/tools/previewer/util/
H A DCppTimer.cpp65 int64_t timePassed = std::chrono::duration_cast<std::chrono::milliseconds>(endTime - startTime).count(); in RunTimerTick()
H A DTimeTool.cpp82 std::time_t ms = millsec.count() + e8zone; in GetCurrentTime()
/ide/tools/previewer/test/mock_lite/ui_lite/
H A DMockUIFontVector.cpp47 uint8_t UIFontVector::RegisterTtcFontInfo(const char* ttcName, const TtfInfo* ttfInfo, uint8_t count) in RegisterTtcFontInfo() argument
52 uint8_t UIFontVector::UnregisterTtcFontInfo(const char* ttcName, const TtfInfo* ttfInfo, uint8_t count) in UnregisterTtcFontInfo() argument
/ide/tools/previewer/mock/
H A DVirtualScreen.cpp246 startDropFrameTime).count(); in JudgeAndDropFrame()
265 VirtualScreen::startTime).count(); in JudgeStaticImage()
284 VirtualScreen::staticCardStartTime).count(); in StopSendStaticCardImage()
/ide/tools/previewer/jsapp/
H A DJsApp.cpp52 auto passedSecond = std::chrono::duration_cast<std::chrono::seconds>(end - start).count(); in Stop()
/ide/tools/previewer/jsapp/rich/external/
H A DStageContext.cpp167 if (modulePathMap.count(moduleName) > 0) { // exist local hsp in GetModuleBuffer()
454 std::string::size_type count = 0; in GetUpwardDirIndex() local
455 while (count < upwardLevel) { in GetUpwardDirIndex()
462 ++count; in GetUpwardDirIndex()
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.cpp90 GetInstance().flushEmptyTime).count(); in FlushEmptyFunc()
128 VirtualScreenImpl::GetInstance().startTime).count(); in StartTimer()
/ide/tools/previewer/test/unittest/util/
H A DCommandParserTest.cpp909 uint32_t count = 1; in TEST_F() local
910 CommandParser::GetInstance().Register(key, count, "abcd"); in TEST_F()
913 EXPECT_EQ(num, count); in TEST_F()

Completed in 7 milliseconds