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:t2
(Results
1 - 8
of
8
) sorted by relevance
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
H
A
D
resource_manager_performance_test.cpp
126
auto
t2
= std::chrono::high_resolution_clock::now();
in HWTEST_F()
local
127
total += std::chrono::duration_cast<std::chrono::microseconds>(
t2
- t1).count();
in HWTEST_F()
161
auto
t2
= std::chrono::high_resolution_clock::now();
in HWTEST_F()
local
162
total += std::chrono::duration_cast<std::chrono::microseconds>(
t2
- t1).count();
in HWTEST_F()
196
auto
t2
= std::chrono::high_resolution_clock::now();
in HWTEST_F()
local
197
total += std::chrono::duration_cast<std::chrono::microseconds>(
t2
- t1).count();
in HWTEST_F()
233
auto
t2
= std::chrono::high_resolution_clock::now();
in HWTEST_F()
local
234
total += std::chrono::duration_cast<std::chrono::microseconds>(
t2
- t1).count();
in HWTEST_F()
263
auto
t2
= std::chrono::high_resolution_clock::now();
in HWTEST_F()
local
264
total += std::chrono::duration_cast<std::chrono::microseconds>(
t2
in HWTEST_F()
293
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
330
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
360
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
390
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
416
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
451
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
481
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
514
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
544
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
577
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
607
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
637
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
663
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
692
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
718
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
747
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
773
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
802
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
828
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
857
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
883
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
912
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
938
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
967
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
993
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
1022
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
1048
auto
t2
= std::chrono::high_resolution_clock::now();
HWTEST_F()
local
[all...]
H
A
D
locale_info_test.cpp
603
auto
t2
= std::chrono::high_resolution_clock::now();
in HWTEST_F()
local
604
total += std::chrono::duration_cast<std::chrono::microseconds>(
t2
- t1).count();
in HWTEST_F()
/test/xts/acts/kernel_lite/time_posix/src/
H
A
D
ClockTimeTest.cpp
192
time_t t1,
t2
;
in HWTEST_F()
local
193
t1 = time(&
t2
);
in HWTEST_F()
195
EXPECT_EQ(t1,
t2
) << "time failed";
in HWTEST_F()
197
t2
= 1;
in HWTEST_F()
198
rt = stime(&
t2
);
in HWTEST_F()
201
t1 = time(&
t2
);
in HWTEST_F()
203
EXPECT_EQ(t1,
t2
);
in HWTEST_F()
/test/xts/tools/lite/checksum/src/
H
A
D
checksum_sha256.c
146
unsigned int t1,
t2
, t3, t4;
in CalcSha256()
local
156
t2
= mesg[j + ONE] << lenList[TWO];
in CalcSha256()
159
word[i] = t1 |
t2
| t3 | t4;
in CalcSha256()
/test/xts/acts/graphic/graphicnapitest/
H
A
D
ConsumerSurfaceTest.cpp
169
std::thread
t2
(func, "thread2");
in HWTEST_F()
171
t2
.join();
in HWTEST_F()
H
A
D
ProducerSurfaceTest.cpp
174
std::thread
t2
(func, "thread2");
in HWTEST_F()
176
t2
.join();
in HWTEST_F()
/test/testfwk/xdevice/src/xdevice/_core/environment/
H
A
D
env_pool.py
409
def get_delta_days(t1,
t2
):
411
dt2 = datetime.datetime.fromtimestamp(
t2
)
/test/xts/acts/ai/mindspore/mindsporectest/src/
H
A
D
ohos_c_api_test_mslite.cpp
2858
std::thread
t2
(Predict_CPU);
in HWTEST()
2861
t2
.join();
in HWTEST()
2869
std::thread
t2
(Predict_NPU);
in HWTEST()
2872
t2
.join();
in HWTEST()
2880
std::thread
t2
(Predict_NPU);
in HWTEST()
2883
t2
.join();
in HWTEST()
Completed in 14 milliseconds