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:rotate
(Results
1 - 7
of
7
) sorted by relevance
/ide/tools/previewer/test/unittest/mock_lite/
H
A
D
MouseWheelImplTest.cpp
22
int
rotate
= 2;
in TEST()
local
23
MouseWheelImpl::GetInstance().SetRotate(
rotate
);
in TEST()
24
EXPECT_EQ(MouseWheelImpl::GetInstance().GetRotate(),
rotate
);
in TEST()
28
EXPECT_EQ(data.
rotate
,
rotate
);
in TEST()
/ide/tools/previewer/mock/lite/
H
A
D
MouseWheelImpl.cpp
30
data.
rotate
= static_cast<short>(
rotate
);
in Read()
31
rotate
= 0;
in Read()
/ide/tools/previewer/mock/
H
A
D
MouseWheel.cpp
17
MouseWheel::MouseWheel() : mouseXPosition(0), mouseYPosition(0),
rotate
(0) {}
in MouseWheel()
27
this->
rotate
= rotation;
in SetRotate()
42
return
rotate
;
in GetRotate()
H
A
D
MouseWheel.h
33
double
rotate
;
member in MouseWheel
/ide/tools/previewer/test/unittest/mock/
H
A
D
MouseWheelImplTest.cpp
34
double
rotate
= 100;
in TEST()
local
35
MouseWheelImpl::GetInstance().SetRotate(
rotate
);
in TEST()
36
EXPECT_EQ(MouseWheelImpl::GetInstance().GetRotate(),
rotate
);
in TEST()
/ide/tools/previewer/test/fuzztest/commandparse_fuzzer/
H
A
D
LiteCommandParseFuzzer.cpp
43
{"CrownRotate", R"({"
rotate
":150})"}
/ide/tools/previewer/test/unittest/cli/
H
A
D
CommandLineTest.cpp
1331
std::string msg1 = R"({"
rotate
":"aaa"})";
in TEST_F()
1336
EXPECT_EQ(MouseWheelImpl::GetInstance().
rotate
, 0); // 0 is default value
in TEST_F()
1338
std::string msg2 = R"({"
rotate
":100})";
in TEST_F()
1344
msg2 = R"({"
rotate
":150})";
in TEST_F()
Completed in 5 milliseconds