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:isSimple_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
round_rect.h
76
bool
isSimple_
= false;
member in OHOS::Rosen::Drawing::RoundRect
79
inline RoundRect::RoundRect() noexcept : rect_(),
isSimple_
(true) {}
in isSimple_()
function
87
isSimple_
= roundRect.
isSimple_
;
in RoundRect()
97
isSimple_
= true;
in RoundRect()
106
isSimple_
= false;
in RoundRect()
114
isSimple_
= false;
in SetCornerRadius()
139
return
isSimple_
;
in IsSimpleRoundRect()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H
A
D
hls_playlist_downloader.cpp
71
if (master_ && master_->
isSimple_
) {
in GetSeekable()
98
if (!master_->
isSimple_
) {
in ParseManifest()
106
if (master_->
isSimple_
) {
in ParseManifest()
115
master_->
isSimple_
= true;
in ParseManifest()
H
A
D
m3u8.h
120
bool
isSimple_
{false};
H
A
D
m3u8.cpp
202
isSimple_
= true;
in UpdateMediaPlaylist()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H
A
D
hls_playlist_downloader.cpp
101
if (master_ && master_->
isSimple_
&& isParseFinished_) {
in GetSeekable()
168
if (!master_->
isSimple_
) {
in ParseManifest()
188
if (!master_->
isSimple_
) {
in UpdateMasterAndNotifyList()
195
if (master_->
isSimple_
) {
in UpdateMasterAndNotifyList()
199
if (!master_->
isSimple_
) {
in UpdateMasterAndNotifyList()
200
master_->
isSimple_
= true;
in UpdateMasterAndNotifyList()
218
if (master_ && master_->
isSimple_
) {
in PreParseManifest()
H
A
D
m3u8.h
158
std::atomic<bool>
isSimple_
{false};
H
A
D
m3u8.cpp
455
isSimple_
= true;
in UpdateMediaPlaylist()
/foundation/multimedia/av_codec/test/unittest/hls_test/
H
A
D
hls_playlist_downloader_unit_test.cpp
87
EXPECT_FALSE(downloader.GetMaster()->
isSimple_
);
in HWTEST_F()
96
EXPECT_FALSE(downloader.GetMaster()->
isSimple_
);
in HWTEST_F()
106
EXPECT_FALSE(downloader.GetMaster()->
isSimple_
);
in HWTEST_F()
H
A
D
m3u8_unit_test.cpp
380
EXPECT_TRUE(playlist.
isSimple_
);
in HWTEST_F()
Completed in 6 milliseconds