Home
last modified time | relevance | path

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

/scripts/kconfig/tests/
A 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/kconfig/tests/auto_submenu/
A D__init__.py10 def test(conf): function
/scripts/kconfig/tests/inter_choice/
A D__init__.py12 def test(conf): function
/scripts/kconfig/tests/new_choice_with_dep/
A D__init__.py12 def test(conf): function
/scripts/kconfig/tests/no_write_if_dep_unmet/
A D__init__.py17 def test(conf): function
/scripts/kconfig/tests/err_recursive_dep/
A D__init__.py8 def test(conf): function
/scripts/kconfig/tests/err_recursive_inc/
A D__init__.py8 def test(conf): function
/scripts/kconfig/tests/choice_value_with_m_dep/
A D__init__.py12 def test(conf): function
/scripts/kconfig/tests/rand_nested_choice/
A D__init__.py11 def test(conf): function
/scripts/coccinelle/null/
A Dkmerr.cocci74 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
/scripts/coccinelle/iterators/
A Ditnull.cocci86 cocci.print_secs("useless NULL test",p2)
/scripts/
A Dcheckpatch.pl5522 my $test = substr($2, 1, -1);
5524 …while ($test =~ /(?:^|[^\w\&\!\~])+\s*\(\s*([\&\!\~]?\s*$Lval\s*(?:$Compare\s*$FuncArg)?)\s*\)/g) {
5696 my $test = $8;
5703 $newline .= '(' if (defined $not && defined($test) && defined($against));
5705 $newline .= " $test $against" if (defined($test) && defined($against));
5706 $newline .= ')' if (defined $not && defined($test) && defined($against));
7286 my $test = $3;
7295 if (("$test" eq "==" && "$type" eq "true") ||
7296 ("$test" eq "!=" && "$type" eq "false")) {
7502 my $test = "\\b$func\\s*\\(${skip_args}($FuncArg(?:\\|\\s*$FuncArg)*)\\s*[,\\)]";
[all …]
/scripts/dtc/
A DREADME95 If you want to adjust a test file, be aware that tree_tree1.dts is compiled
/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped981 fdtsw.property_string('test', 'value')

Completed in 23 milliseconds