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:foldable
(Results
1 - 11
of
11
) sorted by relevance
/ide/tools/previewer/test/mock/window/
H
A
D
MockWindowDisplay.cpp
27
void PreviewerDisplay::SetFoldable(const bool
foldable
)
in SetFoldable()
argument
29
foldable_ =
foldable
;
in SetFoldable()
/ide/tools/previewer/test/mock/mock/
H
A
D
MockVirtualScreen.cpp
109
return
foldable
;
in GetFoldable()
/ide/tools/previewer/util/
H
A
D
CommandParser.h
44
bool
foldable
;
member in FoldInfo
160
bool
foldable
;
member in CommandParser::ScreenMode
H
A
D
CommandParser.cpp
89
Register("-
foldable
", 1, "Set
foldable
for Previewer.");
in CommandParser()
909
if (!IsSet("
foldable
")) {
in IsFoldableValid()
912
std::string val = Value("
foldable
");
in IsFoldableValid()
914
errorInfo = std::string("The
foldable
argument unsupported.");
in IsFoldableValid()
915
ELOG("Launch -
foldable
parameters abnormal!");
in IsFoldableValid()
919
foldable
= true;
in IsFoldableValid()
926
if ((!IsSet("
foldable
")) || Value("
foldable
") != "true") {
in IsFoldStatusValid()
942
if ((!IsSet("
foldable
")) || Valu
in IsFoldResolutionValid()
[all...]
/ide/tools/previewer/mock/
H
A
D
VirtualScreen.h
119
bool
foldable
= false;
member in VirtualScreen::LoadDocType::ProtocolVersion::JpgPixCountLevel::JpgQualityLevel
H
A
D
VirtualScreen.cpp
321
foldable
= value;
in SetFoldable()
326
return
foldable
;
in GetFoldable()
/ide/tools/previewer/mock/rich/
H
A
D
VirtualScreenImpl.h
28
bool
foldable
;
member in ScreenInfo
H
A
D
VirtualScreenImpl.cpp
435
info.
foldable
= GetFoldable();
in GetScreenInfo()
446
if (parser.IsSet("
foldable
")) {
in InitFoldParams()
447
SetFoldable(info.
foldable
);
in InitFoldParams()
/ide/tools/previewer/test/unittest/mock/
H
A
D
VirtualScreenImplTest.cpp
405
std::string
foldable
= "true";
in TEST_F()
local
409
CommandParser::GetInstance().argsMap["-
foldable
"] = {
foldable
};
in TEST_F()
412
CommandParser::GetInstance().
foldable
= (
foldable
== "true");
in TEST_F()
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.cpp
208
OHOS::Previewer::PreviewerDisplay::GetInstance().SetFoldable(screenInfo.
foldable
);
in RunJsApp()
/ide/tools/previewer/test/unittest/util/
H
A
D
CommandParserTest.cpp
114
"-
foldable
true "
683
auto it = std::find(validParamVec.begin(), validParamVec.end(), "-
foldable
");
in TEST_F()
690
*it = "-
foldable
";
in TEST_F()
703
// no -
foldable
in TEST_F()
704
auto it = std::find(validParamVec.begin(), validParamVec.end(), "-
foldable
");
in TEST_F()
710
// param -
foldable
value is false
in TEST_F()
712
*it = "-
foldable
";
in TEST_F()
736
// no -
foldable
in TEST_F()
737
auto it = std::find(validParamVec.begin(), validParamVec.end(), "-
foldable
");
in TEST_F()
743
// param -
foldable
valu
in TEST_F()
[all...]
Completed in 9 milliseconds