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:expectTime
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/camera_lite/test/unittest/
H
A
D
camera_lite_test.cpp
611
int64_t
expectTime
= 1000000;
in HWTEST_F()
local
612
EXPECT_TRUE(totalTime <=
expectTime
* performanceTestTimes);
in HWTEST_F()
637
int64_t
expectTime
= 1000000;
in HWTEST_F()
local
638
EXPECT_TRUE(totalTime <=
expectTime
* performanceTestTimes);
in HWTEST_F()
681
int64_t
expectTime
= 1000000;
in HWTEST_F()
local
682
EXPECT_TRUE(totalTime <=
expectTime
* performanceTestTimes);
in HWTEST_F()
726
int64_t
expectTime
= 1000000;
in HWTEST_F()
local
727
EXPECT_TRUE(totalTime <=
expectTime
* performanceTestTimes);
in HWTEST_F()
765
int64_t
expectTime
= 1000000;
in HWTEST_F()
local
766
EXPECT_TRUE(totalTime <=
expectTime
* performanceTestTime
in HWTEST_F()
808
int64_t
expectTime
= 1000000;
HWTEST_F()
local
889
int64_t
expectTime
= 500000000;
HWTEST_F()
local
921
int64_t
expectTime
= 1000000;
HWTEST_F()
local
952
int64_t
expectTime
= 1000000;
HWTEST_F()
local
983
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1080
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1098
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1116
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1134
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1284
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1305
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1326
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1347
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1370
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1394
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1418
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1442
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1544
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1564
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1585
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1605
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1700
int64_t
expectTime
= 1000000;
HWTEST_F()
local
1755
int64_t
expectTime
= 1000000;
HWTEST_F()
local
2051
int64_t
expectTime
= 1000000;
HWTEST_F()
local
2081
int64_t
expectTime
= 1000000;
HWTEST_F()
local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/unittest/opensles_recorder_test/src/
H
A
D
audio_opensles_recorder_unit_test.cpp
336
int64_t
expectTime
= 1000000000;
in HWTEST()
local
337
EXPECT_TRUE(totalTime <=
expectTime
* performanceTestTimes);
in HWTEST()
355
int64_t
expectTime
= 1000000000;
in HWTEST()
local
356
EXPECT_TRUE(totalTime <=
expectTime
* performanceTestTimes);
in HWTEST()
374
int64_t
expectTime
= 1000000000;
in HWTEST()
local
375
EXPECT_TRUE(totalTime <=
expectTime
* performanceTestTimes);
in HWTEST()
391
int64_t
expectTime
= 1000000000;
in HWTEST()
local
392
EXPECT_TRUE(totalTime <=
expectTime
* performanceTestTimes);
in HWTEST()
447
int64_t
expectTime
= 1000000000;
in HWTEST()
local
448
EXPECT_TRUE(totalTime <=
expectTime
* performanceTestTime
in HWTEST()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_generator.cpp
619
int64_t
expectTime
= 0;
in SetExpectNextVsyncTimeInternal()
local
622
expectTime
= ((expectNextVsyncTime - referenceTime_) / pulse_) * pulse_ + referenceTime_;
in SetExpectNextVsyncTimeInternal()
624
expectTime
= ((expectNextVsyncTime - referenceTime_) / pulse_ + 1) * pulse_ + referenceTime_;
in SetExpectNextVsyncTimeInternal()
627
if (
expectTime
== 0 ||
expectTime
- now > 100000000) { // 100ms == 100000000ns
in SetExpectNextVsyncTimeInternal()
628
RS_TRACE_NAME_FMT("SetExpectNextVsyncTime Failed,
expectTime
:%ld, now:%ld, expectNextVsyncTime:%ld,"
in SetExpectNextVsyncTimeInternal()
629
" referenceTime_:%ld",
expectTime
, now, expectNextVsyncTime, referenceTime_);
in SetExpectNextVsyncTimeInternal()
632
expectNextVsyncTime_ =
expectTime
;
in SetExpectNextVsyncTimeInternal()
Completed in 7 milliseconds