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:testResult2
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H
A
D
filter_unittest.cpp
126
auto
testResult2
= contrast->Process(data);
in HWTEST_F()
local
127
EXPECT_TRUE(
testResult2
);
in HWTEST_F()
157
auto
testResult2
= contrast->Process(data);
in HWTEST_F()
local
158
EXPECT_FALSE(
testResult2
);
in HWTEST_F()
178
bool
testResult2
= output != nullptr;
in HWTEST_F()
local
180
EXPECT_TRUE(
testResult2
);
in HWTEST_F()
227
bool
testResult2
= output != nullptr;
in HWTEST_F()
local
229
EXPECT_TRUE(
testResult2
);
in HWTEST_F()
282
bool
testResult2
= output != nullptr;
in HWTEST_F()
local
284
EXPECT_TRUE(
testResult2
);
in HWTEST_F()
331
bool
testResult2
= output != nullptr;
HWTEST_F()
local
386
bool
testResult2
= output != nullptr;
HWTEST_F()
local
417
auto
testResult2
= input->GetInputNumber();
HWTEST_F()
local
438
bool
testResult2
= output != nullptr;
HWTEST_F()
local
469
auto
testResult2
= input->GetOutputNumber();
HWTEST_F()
local
493
auto
testResult2
= input->GetMaxInputNumber();
HWTEST_F()
local
517
auto
testResult2
= input->GetMaxOutputNumber();
HWTEST_F()
local
[all...]
H
A
D
image_chain_unittest.cpp
48
auto
testResult2
= imageChain->Render();
in HWTEST_F()
local
49
EXPECT_FALSE(
testResult2
);
in HWTEST_F()
75
auto
testResult2
= imageChain->Render();
in HWTEST_F()
local
76
EXPECT_FALSE(
testResult2
);
in HWTEST_F()
118
auto
testResult2
= imageChain->Render();
in HWTEST_F()
local
119
EXPECT_TRUE(
testResult2
);
in HWTEST_F()
H
A
D
output_unittest.cpp
375
bool
testResult2
= output->GetPixelMap() == nullptr;
in HWTEST_F()
local
376
EXPECT_TRUE(
testResult2
);
in HWTEST_F()
442
bool
testResult2
= output->GetColorBuffer().size() == 0;
in HWTEST_F()
local
443
EXPECT_TRUE(
testResult2
);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_kit_service_test.cpp
5819
ApplicationInfo
testResult2
;
in HWTEST_F()
local
5821
BUNDLE_NAME_DEMO, ApplicationFlag::GET_BASIC_APPLICATION_INFO, DEFAULT_USER_ID_TEST,
testResult2
);
in HWTEST_F()
5824
testResult2
.ConvertToCompatibleApplicationInfo(appInfo2);
in HWTEST_F()
Completed in 26 milliseconds