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:NUM
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/relativecontaine/
H
A
D
relativecontaine_alignmentruleoption_test.cpp
19
#define
NUM
0.3
macro
118
OH_ArkUI_AlignmentRuleOption_SetBiasHorizontal(alignmentrule,
NUM
);
in TestRelativeContaineAlignmentRuleOption003()
119
OH_ArkUI_AlignmentRuleOption_SetBiasVertical(alignmentrule,
NUM
);
in TestRelativeContaineAlignmentRuleOption003()
121
if (fabs((OH_ArkUI_AlignmentRuleOption_GetBiasHorizontal(alignmentrule) -
NUM
)) > EPSILON) {
in TestRelativeContaineAlignmentRuleOption003()
126
if (fabs((OH_ArkUI_AlignmentRuleOption_GetBiasVertical(alignmentrule) -
NUM
)) > EPSILON) {
in TestRelativeContaineAlignmentRuleOption003()
/test/xts/hats/kernel/mmap_v/
H
A
D
MmapVApiTest.cpp
39
#define
NUM
1024
macro
84
char buffer[
NUM
];
in FetchProc()
119
char cmd[
NUM
];
in TstSmaps()
120
char line[
NUM
];
in TstSmaps()
135
while (fgets(line,
NUM
, fp) != nullptr) {
in TstSmaps()
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H
A
D
image_receiver_test.cpp
255
template <int
NUM
>
256
bool GetArgs(napi_env env, napi_callback_info info, napi_value (&argv)[
NUM
], int32_t (¶ms)[
NUM
])
in GetArgs()
258
size_t argc =
NUM
;
in GetArgs()
260
!CheckArgs(argc, argv,
NUM
)) {
in GetArgs()
Completed in 3 milliseconds