Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 3 of 3) sorted by relevance

/tools/repohooks/tools/
Dcheckpatch.pl3335 my ($stat, $cond, $line_nr_next, $remain_next, $off_next,
3340 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
3343 $cond =~ s/\n./\n /g;
3486 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
3489 my ($s, $c) = ($stat, $cond);
4705 ($stat, $cond, $line_nr_next, $remain_next, $off_next) =
4726 defined($stat) && defined($cond) &&
4728 my ($s, $c) = ($stat, $cond);
5147 my ($cond, $block) = @{$chunk};
5150 my ($whitespace) = ($cond =~ /^((?:\s*\n[+-])*\s*)/s);
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Devent_dispatcher.py367 cond, cond_timeout): argument
371 if cond:
372 cond.wait(cond_timeout)
381 cond=None, argument
407 user_args, event_timeout, cond,
/tools/test/connectivity/acts/framework/acts/
Dutils.py305 def find_field(item_list, cond, comparator, target_field): argument
320 if comparator(item, cond) and target_field in item: