Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 27) sorted by relevance

12

/scripts/kconfig/tests/
Dpytest.ini4 # Pytest requires that test files have unique names, because pytest imports
5 # them as top-level modules. It is silly to prefix or suffix a test file with
6 # the directory name that contains it. Use __init__.py for all test files.
/scripts/coccinelle/misc/
Dtest_addr.cocci26 cocci.print_main("test of a variable/field address",p)
32 msg = "ERROR: test of a variable/field address"
Ddo_div.cocci4 /// do_div() truncates it to 32 bits, this means it can test
/scripts/
DKbuild.include20 # Usage: $(call test-lt, $(CONFIG_LLD_VERSION), 150000)
23 # Otherwise, fall back to the 'test' shell command.
25 test-ge = $(intcmp $(strip $1)0, $(strip $2)0,,y,y)
26 test-gt = $(intcmp $(strip $1)0, $(strip $2)0,,,y)
28 test-ge = $(shell test $(strip $1)0 -ge $(strip $2)0 && echo y)
29 test-gt = $(shell test $(strip $1)0 -gt $(strip $2)0 && echo y)
31 test-le = $(call test-ge, $2, $1)
32 test-lt = $(call test-gt, $2, $1)
DKconfig.include45 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.)
51 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.)
57 $(error-if,$(success,test -z "$(ld-info)"),Sorry$(comma) this linker is not supported.)
/scripts/kconfig/tests/preprocess/variable/
D__init__.py6 def test(conf): function
/scripts/kconfig/tests/err_recursive_dep/
D__init__.py8 def test(conf): function
/scripts/kconfig/tests/preprocess/circular_expansion/
D__init__.py9 def test(conf): function
/scripts/kconfig/tests/no_write_if_dep_unmet/
D__init__.py18 def test(conf): function
/scripts/kconfig/tests/err_recursive_inc/
D__init__.py9 def test(conf): function
/scripts/kconfig/tests/auto_submenu/
D__init__.py11 def test(conf): function
/scripts/kconfig/tests/new_choice_with_dep/
D__init__.py13 def test(conf): function
/scripts/kconfig/tests/preprocess/escape/
D__init__.py6 def test(conf): function
/scripts/kconfig/tests/inter_choice/
D__init__.py13 def test(conf): function
/scripts/kconfig/tests/choice_value_with_m_dep/
D__init__.py13 def test(conf): function
/scripts/kconfig/tests/preprocess/builtin_func/
D__init__.py6 def test(conf): function
/scripts/tracing/
Dftrace-bisect.sh118 echo -n "$test exists, delete it? [y/N]"
/scripts/atomic/kerneldoc/
Dinc_and_test3 * ${class}${atomicname}() - atomic increment and test if zero with ${desc_order} ordering
Ddec_and_test3 * ${class}${atomicname}() - atomic decrement and test if zero with ${desc_order} ordering
Dsub_and_test3 * ${class}${atomicname}() - atomic subtract and test if zero with ${desc_order} ordering
Dadd_negative3 * ${class}${atomicname}() - atomic add and test if negative with ${desc_order} ordering
/scripts/gcc-plugins/
Dgcc-common.h161 inline bool is_a_helper<const gassign *>::test(const_gimple gs) in test() function
319 inline bool is_a_helper<const ggoto *>::test(const_gimple gs) in test() function
326 inline bool is_a_helper<const greturn *>::test(const_gimple gs) in test() function
DKconfig12 depends on $(success,test -e $(shell,$(CC) -print-file-name=plugin)/include/plugin-version.h)
/scripts/coccinelle/null/
Dkmerr.cocci72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
/scripts/coccinelle/iterators/
Ditnull.cocci87 cocci.print_secs("useless NULL test",p2)

12