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:kconfigs
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/testcases/lib/
H
A
D
tst_check_kconfigs.c
36
char **
kconfigs
= malloc(++cnt * sizeof(char *));
in main()
local
37
if (!
kconfigs
) {
in main()
43
kconfigs
[i] = strtok_r(str, delim, &str);
in main()
45
if (tst_kconfig_check((const char * const*)
kconfigs
))
in main()
48
free(
kconfigs
);
in main()
/third_party/ltp/lib/newlib_tests/
H
A
D
test_kconfig02.c
15
static const char *
kconfigs
[] = {
variable
28
.needs_kconfigs =
kconfigs
,
H
A
D
test_kconfig.c
14
static const char *
kconfigs
[] = {
variable
26
.needs_kconfigs =
kconfigs
,
H
A
D
test_kconfig01.c
15
static const char *
kconfigs
[] = {
variable
22
.needs_kconfigs =
kconfigs
,
/third_party/ltp/lib/
H
A
D
tst_kconfig.c
220
static size_t array_len(const char *const
kconfigs
[])
in array_len()
argument
224
while (
kconfigs
[++i]);
in array_len()
498
int tst_kconfig_check(const char *const
kconfigs
[])
in tst_kconfig_check()
argument
500
size_t expr_cnt = array_len(
kconfigs
);
in tst_kconfig_check()
509
exprs[i] = tst_bool_expr_parse(
kconfigs
[i]);
in tst_kconfig_check()
530
tst_res(TINFO, "Constraint '%s' not satisfied!",
kconfigs
[i]);
in tst_kconfig_check()
/third_party/ltp/include/
H
A
D
tst_kconfig.h
55
* @param
kconfigs
NULL-terminated array of config strings needed for the testrun.
57
int tst_kconfig_check(const char *const
kconfigs
[]);
Completed in 2 milliseconds