Home
last modified time | relevance | path

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

/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/
Difaddr.cocci28 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__.py6 def test(conf): function
/scripts/kconfig/tests/new_choice_with_dep/
D__init__.py13 def test(conf): function
/scripts/kconfig/tests/preprocess/circular_expansion/
D__init__.py9 def test(conf): function
/scripts/kconfig/tests/auto_submenu/
D__init__.py11 def test(conf): function
/scripts/kconfig/tests/inter_choice/
D__init__.py13 def test(conf): function
/scripts/kconfig/tests/err_recursive_inc/
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/preprocess/escape/
D__init__.py6 def test(conf): function
/scripts/kconfig/tests/err_recursive_dep/
D__init__.py8 def test(conf): function
/scripts/kconfig/tests/preprocess/builtin_func/
D__init__.py6 def test(conf): function
/scripts/kconfig/tests/choice_value_with_m_dep/
D__init__.py13 def test(conf): function
/scripts/kconfig/tests/rand_nested_choice/
D__init__.py12 def test(conf): function
/scripts/tracing/
Dftrace-bisect.sh118 echo -n "$test exists, delete it? [y/N]"
/scripts/atomic/fallbacks/
Ddec_and_test3 * ${atomic}_dec_and_test - decrement and test
Dinc_and_test3 * ${atomic}_inc_and_test - increment and test
Dsub_and_test3 * ${atomic}_sub_and_test - subtract value from variable and test result
Dadd_negative3 * ${atomic}_add_negative - add and test if negative
/scripts/coccinelle/null/
Dkmerr.cocci72 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
Dderef_null.cocci3 /// A variable is dereferenced under a NULL test.
/scripts/coccinelle/iterators/
Ditnull.cocci87 cocci.print_secs("useless NULL test",p2)
/scripts/gcc-plugins/
Dgcc-common.h696 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
DKconfig103 depends on !COMPILE_TEST # do not reduce test coverage
/scripts/
Dcheckpatch.pl5518 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 …]