/scripts/kconfig/tests/ |
D | pytest.ini | 4 # 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/ |
D | test_addr.cocci | 26 cocci.print_main("test of a variable/field address",p) 32 msg = "ERROR: test of a variable/field address"
|
D | do_div.cocci | 4 /// do_div() truncates it to 32 bits, this means it can test
|
/scripts/ |
D | Kbuild.include | 20 # 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)
|
D | Kconfig.include | 45 $(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__.py | 6 def test(conf): function
|
/scripts/kconfig/tests/err_recursive_dep/ |
D | __init__.py | 8 def test(conf): function
|
/scripts/kconfig/tests/preprocess/circular_expansion/ |
D | __init__.py | 9 def test(conf): function
|
/scripts/kconfig/tests/no_write_if_dep_unmet/ |
D | __init__.py | 18 def test(conf): function
|
/scripts/kconfig/tests/err_recursive_inc/ |
D | __init__.py | 9 def test(conf): function
|
/scripts/kconfig/tests/auto_submenu/ |
D | __init__.py | 11 def test(conf): function
|
/scripts/kconfig/tests/new_choice_with_dep/ |
D | __init__.py | 13 def test(conf): function
|
/scripts/kconfig/tests/preprocess/escape/ |
D | __init__.py | 6 def test(conf): function
|
/scripts/kconfig/tests/inter_choice/ |
D | __init__.py | 13 def test(conf): function
|
/scripts/kconfig/tests/choice_value_with_m_dep/ |
D | __init__.py | 13 def test(conf): function
|
/scripts/kconfig/tests/preprocess/builtin_func/ |
D | __init__.py | 6 def test(conf): function
|
/scripts/tracing/ |
D | ftrace-bisect.sh | 118 echo -n "$test exists, delete it? [y/N]"
|
/scripts/atomic/kerneldoc/ |
D | inc_and_test | 3 * ${class}${atomicname}() - atomic increment and test if zero with ${desc_order} ordering
|
D | dec_and_test | 3 * ${class}${atomicname}() - atomic decrement and test if zero with ${desc_order} ordering
|
D | sub_and_test | 3 * ${class}${atomicname}() - atomic subtract and test if zero with ${desc_order} ordering
|
D | add_negative | 3 * ${class}${atomicname}() - atomic add and test if negative with ${desc_order} ordering
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 161 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
|
D | Kconfig | 12 depends on $(success,test -e $(shell,$(CC) -print-file-name=plugin)/include/plugin-version.h)
|
/scripts/coccinelle/null/ |
D | kmerr.cocci | 72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
|
/scripts/coccinelle/iterators/ |
D | itnull.cocci | 87 cocci.print_secs("useless NULL test",p2)
|