/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 | ifaddr.cocci | 28 cocci.print_main("test of a variable/field address",p) 34 msg = "ERROR: test of a variable/field address"
|
/scripts/kconfig/tests/preprocess/variable/ |
D | __init__.py | 6 def test(conf): function
|
/scripts/kconfig/tests/new_choice_with_dep/ |
D | __init__.py | 13 def test(conf): function
|
/scripts/kconfig/tests/preprocess/circular_expansion/ |
D | __init__.py | 9 def test(conf): function
|
/scripts/kconfig/tests/auto_submenu/ |
D | __init__.py | 11 def test(conf): function
|
/scripts/kconfig/tests/inter_choice/ |
D | __init__.py | 13 def test(conf): function
|
/scripts/kconfig/tests/err_recursive_inc/ |
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/preprocess/escape/ |
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/builtin_func/ |
D | __init__.py | 6 def test(conf): function
|
/scripts/kconfig/tests/choice_value_with_m_dep/ |
D | __init__.py | 13 def test(conf): function
|
/scripts/kconfig/tests/rand_nested_choice/ |
D | __init__.py | 12 def test(conf): function
|
/scripts/tracing/ |
D | ftrace-bisect.sh | 118 echo -n "$test exists, delete it? [y/N]"
|
/scripts/atomic/fallbacks/ |
D | dec_and_test | 3 * ${atomic}_dec_and_test - decrement and test
|
D | inc_and_test | 3 * ${atomic}_inc_and_test - increment and test
|
D | sub_and_test | 3 * ${atomic}_sub_and_test - subtract value from variable and test result
|
D | add_negative | 3 * ${atomic}_add_negative - add and test if negative
|
/scripts/coccinelle/null/ |
D | kmerr.cocci | 72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
|
D | deref_null.cocci | 3 /// A variable is dereferenced under a NULL test.
|
/scripts/coccinelle/iterators/ |
D | itnull.cocci | 87 cocci.print_secs("useless NULL test",p2)
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 696 inline bool is_a_helper<const gassign *>::test(const_gimple gs) in test() function 855 inline bool is_a_helper<const ggoto *>::test(const_gimple gs) in test() function 862 inline bool is_a_helper<const greturn *>::test(const_gimple gs) in test() function
|
D | Kconfig | 103 depends on !COMPILE_TEST # do not reduce test coverage
|
/scripts/ |
D | checkpatch.pl | 5518 my $test = substr($2, 1, -1); 5520 …while ($test =~ /(?:^|[^\w\&\!\~])+\s*\(\s*([\&\!\~]?\s*$Lval\s*(?:$Compare\s*$FuncArg)?)\s*\)/g) { 5693 my $test = $8; 5700 $newline .= '(' if (defined $not && defined($test) && defined($against)); 5702 $newline .= " $test $against" if (defined($test) && defined($against)); 5703 $newline .= ')' if (defined $not && defined($test) && defined($against)); 5738 my $test = $2; 5741 $fixed[$fixlinenr] = "\+$indent$test"; 7341 my $test = $3; 7350 if (("$test" eq "==" && "$type" eq "true") || [all …]
|