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:qi
(Results
1 - 2
of
2
) sorted by relevance
/foundation/resourceschedule/ffrt/test/ut/
H
A
D
deadline_test.cpp
61
interval
qi
= qos_interval_create(deadline_us, qos);
in HWTEST_F()
local
62
EXPECT_NE(&
qi
, nullptr);
in HWTEST_F()
76
interval*
qi
= new interval();
in HWTEST_F()
local
77
qos_interval_destroy(*
qi
);
in HWTEST_F()
93
interval*
qi
= new interval();
in HWTEST_F()
local
94
qos_interval_begin(*
qi
);
in HWTEST_F()
113
interval*
qi
= new interval();
in HWTEST_F()
local
114
qos_interval_update(*
qi
, new_deadline_us);
in HWTEST_F()
129
interval*
qi
= new interval();
in HWTEST_F()
local
130
qos_interval_end(*
qi
);
in HWTEST_F()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H
A
D
audio_utils_unit_test.cpp
1336
AudioSafeBlockQueue<int>
qi
(10);
in HWTEST()
1338
qi
.Push(i);
in HWTEST()
1339
EXPECT_EQ(static_cast<unsigned>(1),
qi
.Size());
in HWTEST()
1348
AudioSafeBlockQueue<int>
qi
(10);
in HWTEST()
1350
qi
.Push(i);
in HWTEST()
1352
EXPECT_EQ(static_cast<unsigned>(3),
qi
.Size());
in HWTEST()
1353
int t =
qi
.Pop();
in HWTEST()
Completed in 5 milliseconds