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:skiplist
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/lib/
H
A
D
tst_supported_fs.c
65
char **
skiplist
;
in parse_skiplist()
local
73
skiplist
= malloc(++cnt * sizeof(char *));
in parse_skiplist()
74
if (!
skiplist
) {
in parse_skiplist()
80
skiplist
[i] = strtok_r(fs, TST_TO_STR(SKIP_DELIMITER), &fs);
in parse_skiplist()
82
return
skiplist
;
in parse_skiplist()
90
char **
skiplist
= NULL;
in main()
local
106
skiplist
= parse_skiplist(optarg);
in main()
107
if (!
skiplist
)
in main()
120
if (fsname && !
skiplist
)
in main()
121
err_exit("Parameter -d requires
skiplist
");
in main()
[all...]
/third_party/ltp/lib/
H
A
D
tst_supported_fs_types.c
59
int tst_fs_in_skiplist(const char *fs_type, const char *const *
skiplist
)
in tst_fs_in_skiplist()
argument
63
if (!
skiplist
)
in tst_fs_in_skiplist()
66
for (i = 0;
skiplist
[i]; i++) {
in tst_fs_in_skiplist()
67
if (!strcmp(fs_type,
skiplist
[i]))
in tst_fs_in_skiplist()
138
const char **tst_get_supported_fs_types(const char *const *
skiplist
)
in tst_get_supported_fs_types()
argument
145
skip_fuse = tst_fs_in_skiplist("fuse",
skiplist
);
in tst_get_supported_fs_types()
156
if (tst_fs_in_skiplist(fs_type_whitelist[i],
skiplist
)) {
in tst_get_supported_fs_types()
/third_party/python/Lib/test/test_tools/
H
A
D
test_sundry.py
30
skiplist
= denylist + allowlist + windows_only + other
variable in TestSundryScripts
40
if name in self.
skiplist
:
/third_party/ltp/include/
H
A
D
tst_fs.h
194
* @
skiplist
A NULL terminated array of filesystems to skip.
196
const char **tst_get_supported_fs_types(const char *const *
skiplist
);
199
* Returns 1 if filesystem is in
skiplist
0 otherwise.
202
* @
skiplist
A NULL terminated array of filesystems to skip.
204
int tst_fs_in_skiplist(const char *fs_type, const char *const *
skiplist
);
/third_party/curl/scripts/
H
A
D
checksrc.pl
43
my %
skiplist
;
108
$
skiplist
{$_}=1;
162
if($
skiplist
{$line}) {
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
H
A
D
perf_puppeteer_skottie_frames.go
180
skiplist
:= cpuSkiplist
182
skiplist
= gpuSkiplist
190
if util.In(name,
skiplist
) {
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
H
A
D
perf_puppeteer_render_skps.go
182
skiplist
:= cpuSkiplist
184
skiplist
= gpuSkiplist
190
if util.In(name,
skiplist
) {
Completed in 3 milliseconds