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:TEST_FILES
(Results
1 - 25
of
62
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H
A
D
Makefile
11
TEST_FILES
+= ../../../power/x86/amd_pstate_tracer/amd_pstate_trace.py
12
TEST_FILES
+= ../../../power/x86/intel_pstate_tracer/intel_pstate_tracer.py
16
TEST_FILES
+= basic.sh tbench.sh gitsource.sh
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
Makefile
112
TEST_FILES
:= test_vmalloc.sh
macro
113
TEST_FILES
+= test_hmm.sh
114
TEST_FILES
+= va_high_addr_switch.sh
/kernel/linux/linux-5.10/tools/testing/selftests/pstore/
H
A
D
Makefile
8
TEST_FILES
:= common_tests pstore_crash_test
macro
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/eeh/
H
A
D
Makefile
6
TEST_FILES
:= eeh-functions.sh
macro
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
H
A
D
Makefile
5
TEST_FILES
:= test.d settings
macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/eeh/
H
A
D
Makefile
6
TEST_FILES
:= eeh-functions.sh settings
macro
/kernel/linux/linux-6.6/tools/testing/selftests/pstore/
H
A
D
Makefile
8
TEST_FILES
:= common_tests pstore_crash_test
macro
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H
A
D
Makefile
6
TEST_FILES
:= \
macro
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/
H
A
D
Makefile
6
TEST_FILES
:= test.d settings
macro
/kernel/linux/linux-5.10/tools/testing/selftests/zram/
H
A
D
Makefile
5
TEST_FILES
:= zram01.sh zram02.sh zram_lib.sh
macro
/kernel/linux/linux-5.10/tools/testing/selftests/rtc/
H
A
D
Makefile
9
TEST_FILES
:= settings
macro
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H
A
D
Makefile
5
TEST_FILES
:= cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
macro
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
H
A
D
Makefile
7
TEST_FILES
:= fw_fallback.sh fw_filesystem.sh fw_lib.sh
macro
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/
H
A
D
Makefile
11
TEST_FILES
:= settings
macro
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H
A
D
Makefile
5
TEST_FILES
:= cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
macro
/kernel/linux/linux-6.6/tools/testing/selftests/firmware/
H
A
D
Makefile
7
TEST_FILES
:= fw_fallback.sh fw_filesystem.sh fw_upload.sh fw_lib.sh
macro
/kernel/linux/linux-6.6/tools/testing/selftests/rtc/
H
A
D
Makefile
9
TEST_FILES
:= settings
macro
/kernel/linux/linux-6.6/tools/testing/selftests/zram/
H
A
D
Makefile
5
TEST_FILES
:= zram01.sh zram02.sh zram_lib.sh
macro
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/
H
A
D
Makefile
6
TEST_FILES
:= settings
macro
/kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/
H
A
D
Makefile
7
TEST_FILES
:= tests.txt
macro
/kernel/linux/linux-6.6/tools/testing/selftests/livepatch/
H
A
D
Makefile
12
TEST_FILES
:= settings
macro
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H
A
D
Makefile
9
TEST_FILES
:= ovs-dpctl.py
macro
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H
A
D
Makefile
7
TEST_FILES
:= settings
macro
/kernel/linux/linux-5.10/tools/testing/selftests/
H
A
D
lib.mk
78
@if [ "X$(TEST_PROGS)$(TEST_PROGS_EXTENDED)$(
TEST_FILES
)" != "X" ]; then \
79
rsync -aq $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(
TEST_FILES
) $(OUTPUT); \
99
$(eval INSTALL_LIST = $(
TEST_FILES
)) $(INSTALL_SINGLE_RULE)
/kernel/linux/linux-6.6/tools/testing/selftests/
H
A
D
lib.mk
74
@if [ "X$(TEST_PROGS)$(TEST_PROGS_EXTENDED)$(
TEST_FILES
)" != "X" ]; then \
75
rsync -aq --copy-unsafe-links $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(
TEST_FILES
) $(OUTPUT); \
95
$(eval INSTALL_LIST = $(
TEST_FILES
)) $(INSTALL_SINGLE_RULE)
Completed in 4 milliseconds
1
2
3