OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_checksum
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/lcov/bin/
geninfo
117
our $
no_checksum
;
161
"geninfo_no_checksum" => \$
no_checksum
, # deprecated
165
if (defined($
no_checksum
))
167
$checksum = ($
no_checksum
? 0 : 1);
168
$
no_checksum
= undef;
176
"no-checksum" => \$
no_checksum
,
196
if (defined($
no_checksum
))
198
$checksum = ($
no_checksum
? 0 : 1);
199
$
no_checksum
= undef;
[
all
...]
lcov
153
our $
no_checksum
; # If set, don't calculate a checksum for each line
221
"no-checksum" => \$
no_checksum
,
236
if (defined($
no_checksum
))
238
$checksum = ($
no_checksum
? 0 : 1);
239
$
no_checksum
= undef;
[
all
...]
/external/chromium_org/third_party/lcov-1.9/bin/
geninfo
160
our $
no_checksum
;
214
"geninfo_no_checksum" => \$
no_checksum
, # deprecated
218
if (defined($
no_checksum
))
220
$checksum = ($
no_checksum
? 0 : 1);
221
$
no_checksum
= undef;
229
"no-checksum" => \$
no_checksum
,
252
if (defined($
no_checksum
))
254
$checksum = ($
no_checksum
? 0 : 1);
255
$
no_checksum
= undef;
[
all
...]
lcov
167
our $
no_checksum
; # If set, don't calculate a checksum for each line
258
"no-checksum" => \$
no_checksum
,
280
if (defined($
no_checksum
))
282
$checksum = ($
no_checksum
? 0 : 1);
283
$
no_checksum
= undef;
[
all
...]
Completed in 74 milliseconds