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:temp
(Results
1 - 7
of
7
) sorted by relevance
/ide/tools/previewer/test/mock/util/
H
A
D
MockClipboardHelper.cpp
18
std::string
temp
= "";
variable
22
temp
= data;
in SetClipboardData()
27
return
temp
;
in GetClipboardData()
/ide/tools/previewer/test/mock/mock/
H
A
D
MockVirtualScreen.cpp
98
int32_t
temp
= 0;
in WidthAndHeightReverse()
local
99
temp
= orignalResolutionHeight;
in WidthAndHeightReverse()
101
orignalResolutionWidth =
temp
;
in WidthAndHeightReverse()
102
temp
= compressionResolutionHeight;
in WidthAndHeightReverse()
104
compressionResolutionWidth =
temp
;
in WidthAndHeightReverse()
/ide/tools/previewer/mock/
H
A
D
VirtualScreen.cpp
154
int32_t
temp
= 0;
in WidthAndHeightReverse()
local
155
temp
= orignalResolutionHeight;
in WidthAndHeightReverse()
157
orignalResolutionWidth =
temp
;
in WidthAndHeightReverse()
158
temp
= compressionResolutionHeight;
in WidthAndHeightReverse()
160
compressionResolutionWidth =
temp
;
in WidthAndHeightReverse()
/ide/tools/previewer/test/unittest/cli/
H
A
D
CommandLineInterfaceTest.cpp
150
std::unique_ptr<LocalSocket>
temp
= std::move(CommandLineInterface::GetInstance().socket);
in TEST()
local
154
CommandLineInterface::GetInstance().socket = std::move(
temp
);
in TEST()
392
std::unique_ptr<LocalSocket>
temp
= std::move(CommandLineInterface::GetInstance().socket);
in TEST()
local
396
CommandLineInterface::GetInstance().socket = std::move(
temp
);
in TEST()
/ide/tools/previewer/cli/
H
A
D
CommandLine.cpp
996
uint8_t
temp
= static_cast<uint8_t>(args["BrightnessMode"].AsInt());
in IsSetArgValid()
local
997
if (!SharedData<uint8_t>::IsValid(SharedDataType::BRIGHTNESS_MODE,
temp
)) {
in IsSetArgValid()
998
ELOG("BrightnessModeCommand invalid value: %d",
temp
);
in IsSetArgValid()
1035
uint8_t
temp
= static_cast<uint8_t>(args["ChargeMode"].AsInt());
in IsSetArgValid()
local
1036
if (!SharedData<uint8_t>::IsValid(SharedDataType::BATTERY_STATUS,
temp
)) {
in IsSetArgValid()
1037
ELOG("ChargeModeCommand invalid value: %d",
temp
);
in IsSetArgValid()
1075
uint8_t
temp
= static_cast<uint8_t>(args["Brightness"].AsInt());
in IsSetArgValid()
local
1076
if (!SharedData<uint8_t>::IsValid(SharedDataType::BRIGHTNESS_VALUE,
temp
)) {
in IsSetArgValid()
1077
ELOG("BrightnessCommand invalid value: ",
temp
);
in IsSetArgValid()
1118
uint8_t
temp
in IsSetArgValid()
local
1158
uint32_t
temp
= args["StepCount"].AsUInt();
IsSetArgValid()
local
[all...]
/ide/tools/previewer/test/unittest/mock/
H
A
D
VirtualScreenImplTest.cpp
443
bool
temp
= CommandParser::GetInstance().isRegionRefresh;
in TEST_F()
local
446
CommandParser::GetInstance().isRegionRefresh =
temp
;
in TEST_F()
533
VirtualScreen::LoadDocType
temp
= VirtualScreenImpl::GetInstance().startLoadDoc;
in TEST_F()
local
538
VirtualScreenImpl::GetInstance().startLoadDoc =
temp
;
in TEST_F()
/ide/tools/previewer/util/
H
A
D
CommandParser.cpp
67
Register("-url", 1, "
temp
url");
in CommandParser()
537
int32_t
temp
= atoi(value.c_str());
in IsResolutionRangeValid()
local
538
if (!IsResolutionValid(
temp
)) {
in IsResolutionRangeValid()
Completed in 8 milliseconds