Searched refs:test (Results 1 – 14 of 14) sorted by relevance
4 # Pytest requires that test files have unique names, because pytest imports5 # them as top-level modules. It is silly to prefix or suffix a test file with6 # the directory name that contains it. Use __init__.py for all test files.
10 def test(conf): function
12 def test(conf): function
17 def test(conf): function
8 def test(conf): function
11 def test(conf): function
74 msg = "alloc with no test, possible model on line %s" % (p2[0].line)
86 cocci.print_secs("useless NULL test",p2)
5522 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 …]
95 If you want to adjust a test file, be aware that tree_tree1.dts is compiled
981 fdtsw.property_string('test', 'value')
Completed in 23 milliseconds