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:area
(Results
1 - 8
of
8
) sorted by relevance
/test/testfwk/developer_test/examples/calculator/test/benchmarktest/common/
H
A
D
benchmark_demo_test.cpp
134
long int
area
= 0;
in BENCHMARK_F()
local
136
/* @tc.steps: step1.calculate
area
*/
in BENCHMARK_F()
137
area
= phoneWidth_ * phoneHeight_;
in BENCHMARK_F()
/test/testfwk/arkxtest/uitest/core/
H
A
D
rect_algorithm.cpp
143
const auto
area
= Rect(g_Points[idx0].px_, g_Points[idx1].px_, g_Points[idx0].py_, g_Points[idx1].py_);
in FindMaxVisibleRegion()
local
145
if (RectAlgorithm::CheckIntersectant(overlay,
area
)) {
in FindMaxVisibleRegion()
151
out =
area
;
in FindMaxVisibleRegion()
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H
A
D
rdb_store_level_test.cpp
102
config_EL1.
area
= Rdb_SecurityArea::RDB_SECURITY_AREA_EL1;
in InitRdbConfig_EL1()
114
config_EL2.
area
= Rdb_SecurityArea::RDB_SECURITY_AREA_EL2;
in InitRdbConfig_EL2()
126
config_EL3.
area
= Rdb_SecurityArea::RDB_SECURITY_AREA_EL3;
in InitRdbConfig_EL3()
138
config_EL4.
area
= Rdb_SecurityArea::RDB_SECURITY_AREA_EL4;
in InitRdbConfig_EL4()
H
A
D
rdb_store_cursor_test.cpp
52
config_.
area
= Rdb_SecurityArea::RDB_SECURITY_AREA_EL1;
in InitRdbConfig()
H
A
D
rdb_store_test.cpp
54
config_.
area
= Rdb_SecurityArea::RDB_SECURITY_AREA_EL1;
in InitRdbConfig()
/test/testfwk/arkxtest/uitest/napi/
H
A
D
uitest_exporter.js
56
let connToken = `${appContext.applicationInfo.name}@${procInfo.pid}@${procInfo.uid}@${appContext.
area
}`;
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H
A
D
napi_test.cpp
7272
JSVM_Value
area
;
in CalculateArea()
local
7273
OH_JSVM_CreateDouble(env, width * height, &
area
);
in CalculateArea()
7274
return
area
;
in CalculateArea()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H
A
D
arkoala_api.h
154
ArkUIRect
area
;
member
Completed in 44 milliseconds