Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:count
(Results
1 - 8
of
8
) sorted by relevance
/ide/tools/previewer/util/
H
A
D
CppTimer.cpp
65
int64_t timePassed = std::chrono::duration_cast<std::chrono::milliseconds>(endTime - startTime).
count
();
in RunTimerTick()
H
A
D
TimeTool.cpp
82
std::time_t ms = millsec.
count
() + e8zone;
in GetCurrentTime()
/ide/tools/previewer/test/mock_lite/ui_lite/
H
A
D
MockUIFontVector.cpp
47
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
D
VirtualScreen.cpp
246
startDropFrameTime).
count
();
in JudgeAndDropFrame()
265
VirtualScreen::startTime).
count
();
in JudgeStaticImage()
284
VirtualScreen::staticCardStartTime).
count
();
in StopSendStaticCardImage()
/ide/tools/previewer/jsapp/
H
A
D
JsApp.cpp
52
auto passedSecond = std::chrono::duration_cast<std::chrono::seconds>(end - start).
count
();
in Stop()
/ide/tools/previewer/jsapp/rich/external/
H
A
D
StageContext.cpp
167
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
D
VirtualScreenImpl.cpp
90
GetInstance().flushEmptyTime).
count
();
in FlushEmptyFunc()
128
VirtualScreenImpl::GetInstance().startTime).
count
();
in StartTimer()
/ide/tools/previewer/test/unittest/util/
H
A
D
CommandParserTest.cpp
909
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