HomeSort by relevance Sort by last modified time
    Searched refs:opt_ignore_regex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 171 my ($opt_verbose, $opt_lines, $opt_noconf, $opt_ignore_regex, $opt_check_regex)
227 "ignore|i=s" => \$opt_ignore_regex,
238 $opt_ignore_regex = $default_ignore_regex if ! length $opt_ignore_regex;
270 push @files, $_ unless m%$opt_ignore_regex%;
275 push @files, $file unless $file =~ m%$opt_ignore_regex%;
licensecheck.pl 175 my $opt_ignore_regex = $default_ignore_regex;
231 "ignore|i=s" => \$opt_ignore_regex,
278 push @files, $_ unless m%$opt_ignore_regex%;
283 push @files, $file unless $file =~ m%$opt_ignore_regex%;

Completed in 77 milliseconds