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:VERTICAL
(Results
1 - 11
of
11
) sorted by relevance
/base/msdp/device_status/libs/src/algorithm/
H
A
D
algo_vertical.cpp
65
if (state_ ==
VERTICAL
) {
in ExecuteOperation()
71
UpdateStateAndReport(VALUE_ENTER,
VERTICAL
, TYPE_VERTICAL_POSITION);
in ExecuteOperation()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H
A
D
res_common.h
23
static const char *
VERTICAL
= "vertical";
member
/base/msdp/device_status/libs/include/algorithm/
H
A
D
algo_base.h
49
VERTICAL
,
enumerator
/base/global/resource_management/interfaces/inner_api/include/
H
A
D
res_common.h
31
static const char *
VERTICAL
= "vertical";
member
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
display_manager_adapter.h
36
VERTICAL
= 1,
member in OHOS::NWeb::OrientationType
/base/web/webview/ohos_adapter/display_manager_adapter/src/
H
A
D
display_manager_adapter_impl.cpp
101
case OHOS::Rosen::Orientation::
VERTICAL
:
in ConvertOrientationType()
102
return OHOS::NWeb::OrientationType::
VERTICAL
;
in ConvertOrientationType()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H
A
D
res_desc_test.cpp
138
TestKeyParam(KeyType::DIRECTION, 0,
VERTICAL
);
in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H
A
D
res_desc_test.cpp
138
TestKeyParam(KeyType::DIRECTION, 0,
VERTICAL
);
in HWTEST_F()
/base/web/webview/test/unittest/display_manager_adapter_impl_test/
H
A
D
display_manager_adapter_impl_test.cpp
176
type = OHOS::Rosen::Orientation::
VERTICAL
;
in HWTEST_F()
178
EXPECT_EQ(retType, OHOS::NWeb::OrientationType::
VERTICAL
);
in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H
A
D
res_desc.cpp
103
return std::string((value_ == 0) ?
VERTICAL
: HORIZONTAL);
in ConvertToStr()
/base/global/resource_management/frameworks/resmgr/src/
H
A
D
res_desc.cpp
166
return std::string((value_ == 0) ?
VERTICAL
: HORIZONTAL);
in ConvertToStr()
Completed in 5 milliseconds