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:g_param
(Results
1 - 5
of
5
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/tools/
H
A
D
unittest_tools.cpp
71
static struct TestsuitesParam
g_param
;
variable
176
const char *unittestRun =
g_param
.testsuitesBin;
in RunAllTestCase()
223
if (memcpy_s(
g_param
.testsuitesDir, TEST_PATH_MAX, testDir, len + 1) != EOK) {
in TestsuitesDirFormat()
228
char *end =
g_param
.testsuitesDir + len;
in TestsuitesDirFormat()
235
g_param
.testsuitesDirLen = len;
in TestsuitesDirFormat()
251
if (memcpy_s(
g_param
.testsuitesBin, TEST_PATH_MAX, end, strlen(end)) != EOK) {
in GetTestsuitesToolsName()
267
if (
g_param
.testCaseNum >= TEST_DEFAULT_CASE_MAX) {
in ParseTestCaseAndParam()
271
g_param
.testCase[
g_param
.testCaseNum] = (struct TestCase *)malloc(sizeof(struct TestCase));
in ParseTestCaseAndParam()
272
if (
g_param
in ParseTestCaseAndParam()
[all...]
/kernel/liteos_m/testsuites/sample/kernel/dynlink/lib/
H
A
D
dynamic_initfini.c
35
int
g_param
= 10;
variable
40
g_param
= 100;
in init_first()
45
g_param
+= param;
in init_test()
50
g_param
= 0;
in fini_end()
60
return
g_param
+ a + b;
in callee()
H
A
D
dynamic_static.c
31
int
g_param
= 10;
variable
36
c = a + b +
g_param
- staticParam;
in add_test()
43
c = a - b +
g_param
- staticParam;
in static_sub_test()
H
A
D
dynamic_undval.c
30
extern int
g_param
;
34
return a + b +
g_param
;
in caller()
H
A
D
dynamic_sym.c
30
int
g_param
= 10;
variable
34
return a + b +
g_param
;
in callee()
Completed in 2 milliseconds