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:var
(Results
1 - 12
of
12
) sorted by relevance
/test/xts/acts/
H
A
D
ci_build.sh
65
var
="$1"
66
OPTIONS=${
var
%%=*}
67
PARAM=${
var
#*=}
H
A
D
build.sh
54
var
="$1"
55
OPTIONS=${
var
%%=*}
56
PARAM=${
var
#*=}
H
A
D
runtest.sh
55
var
="$1"
56
OPTIONS=$(echo ${
var
%%=*})
57
PARAM=$(echo ${
var
#*=})
/test/xts/tools/lite/
H
A
D
build.sh
51
var
="$1"
52
OPTIONS=$(echo ${
var
%%=*})
53
PARAM=$(echo ${
var
#*=})
H
A
D
runtest.sh
56
var
="$1"
57
OPTIONS=$(echo ${
var
%%=*})
58
PARAM=$(echo ${
var
#*=})
/test/testfwk/developer_test/src/core/build/
H
A
D
build_lite_testcases.sh
52
var
="$1"
53
OPTIONS=$(echo ${
var
%%=*})
54
PARAM=$(echo ${
var
#*=})
/test/xts/dcts/
H
A
D
build.sh
56
var
="$1"
57
OPTIONS=${
var
%%=*}
58
PARAM=${
var
#*=}
H
A
D
runtest.sh
55
var
="$1"
56
OPTIONS=$(echo ${
var
%%=*})
57
PARAM=$(echo ${
var
#*=})
/test/xts/hats/
H
A
D
build.sh
47
var
="$1"
48
OPTIONS=${
var
%%=*}
49
PARAM=${
var
#*=}
H
A
D
runtest.sh
55
var
="$1"
56
OPTIONS=$(echo ${
var
%%=*})
57
PARAM=$(echo ${
var
#*=})
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H
A
D
otherstestndk32.cpp
119
int32_t
var
= PARAM_0;
in Aeabiatexit()
local
120
int backInfo = __aeabi_atexit(&
var
, exitFunc, nullptr);
in Aeabiatexit()
/test/xts/acts/kernel_lite/mem_posix/src/
H
A
D
MemApiTest.cpp
260
}
var
[3] = {{32, 0}, {0, GetRandom(4096)}, {0, 0}};
263
void *mem = calloc(
var
[i].nmemb,
var
[i].len);
Completed in 5 milliseconds