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:testType
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H
A
D
security_layer_demo.cpp
85
int
testType
= -1;
in main()
local
90
cin >>
testType
;
in main()
local
97
if (
testType
== 0) {
in main()
101
} else if (
testType
== 1) {
in main()
H
A
D
render_service_display_mode_demo.cpp
202
int
testType
= -1;
in GetOrSetDisplayMode()
local
207
cin >>
testType
;
in GetOrSetDisplayMode()
local
208
if (
testType
!= 1 &&
testType
!= 0) {
in GetOrSetDisplayMode()
211
if (
testType
== 0) {
in GetOrSetDisplayMode()
217
if (
testType
== 1) {
in GetOrSetDisplayMode()
220
} else if (
testType
== 0) {
in GetOrSetDisplayMode()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H
A
D
native_image_opengl_system_test.cpp
355
int32_t
testType
[] = {
member
413
ret = NativeWindowHandleOpt(nativeWindow, code,
testType
[matrixIndex]);
in ProducerThreadWithMatrix()
450
for (int32_t i = 0; i < sizeof(
testType
) / sizeof(int32_t); i++) {
in HWTEST_F()
482
for (int32_t i = 0; i < sizeof(
testType
) / sizeof(int32_t); i++) {
in HWTEST_F()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/
H
A
D
rs_graphic_test_ext.h
46
RSGraphicTestType
testType
;
member
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H
A
D
rs_graphic_test_ext.cpp
68
if (it.second.
testType
== type) {
in GetTestInfosByType()
H
A
D
rs_graphic_test.cpp
45
if (!params.filterTestTypes.empty() && params.filterTestTypes.count(extInfo->
testType
) == 0) {
in ShouldRunCurrentTest()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H
A
D
native_image_test.cpp
525
int32_t
testType
[] = {
member
584
for (int32_t i = 0; i < sizeof(
testType
) / sizeof(int32_t); i++) {
in HWTEST_F()
586
ret = NativeWindowHandleOpt(nativeWindow, code,
testType
[i]);
in HWTEST_F()
658
for (int32_t i = 0; i < sizeof(
testType
) / sizeof(int32_t); i++) {
in HWTEST_F()
660
ret = NativeWindowHandleOpt(nativeWindow, code,
testType
[i]);
in HWTEST_F()
Completed in 5 milliseconds