OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_lines
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/devscripts/
licensecheck.pl
174
my ($opt_verbose, $
opt_lines
, $opt_noconf) = ('', '', '');
224
$
opt_lines
= $config_vars{'LICENSECHECK_PARSELINES'};
230
"lines|l=i" => \$
opt_lines
,
241
$
opt_lines
= $def_lines if $
opt_lines
!~ /^[1-9][0-9]*$/;
251
$
opt_lines
= $def_lines if not defined $
opt_lines
;
297
last if ($. > $
opt_lines
);
316
if ($#file_lines >= $
opt_lines
) {
317
foreach (@file_lines[-$
opt_lines
.. -1])
[
all
...]
licensecheck.pl.vanilla
171
my ($opt_verbose, $
opt_lines
, $opt_noconf, $opt_ignore_regex, $opt_check_regex)
220
$
opt_lines
= $config_vars{'LICENSECHECK_PARSELINES'};
226
"lines|l=i" => \$
opt_lines
,
237
$
opt_lines
= $def_lines if $
opt_lines
!~ /^[1-9][0-9]*$/;
249
$
opt_lines
= $def_lines if not defined $
opt_lines
;
289
last if ($. > $
opt_lines
);
/external/chromium_org/third_party/tcmalloc/chromium/src/
pprof
310
$main::
opt_lines
= 0;
382
"lines!" => \$main::
opt_lines
,
438
$main::
opt_lines
= 0;
454
$main::
opt_lines
+
516
my %disabled = ('--lines' => $main::
opt_lines
,
804
my $save_opt_lines = $main::
opt_lines
;
811
$main::
opt_lines
= $save_opt_lines;
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
pprof
310
$main::
opt_lines
= 0;
382
"lines!" => \$main::
opt_lines
,
438
$main::
opt_lines
= 0;
454
$main::
opt_lines
+
516
my %disabled = ('--lines' => $main::
opt_lines
,
804
my $save_opt_lines = $main::
opt_lines
;
811
$main::
opt_lines
= $save_opt_lines;
[
all
...]
Completed in 67 milliseconds