OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_dry_run
(Results
1 - 5
of
5
) sorted by null
/external/jsoncpp/devtools/
fixeol.py
4
def fix_source_eol( path,
is_dry_run
= True, verbose = True, eol = '\n' ):
20
if not
is_dry_run
:
27
print(
is_dry_run
and ' NEED FIX' or ' FIXED')
32
##def _do_fix(
is_dry_run
= True ):
39
## _fix_python_source( path,
is_dry_run
)
45
## _fix_source_eol( path,
is_dry_run
)
49
## _do_fix(
is_dry_run
= True )
52
## _do_fix(
is_dry_run
= False )
/build/kati/
flags.h
34
bool
is_dry_run
;
member in struct:Flags
exec.cc
106
if (!g_flags.
is_dry_run
) {
flags.cc
65
is_dry_run
= true;
/external/jsoncpp/
makerelease.py
132
fixeol.fix_source_eol( path,
is_dry_run
= False, verbose = True, eol = '\r\n' )
134
fixeol.fix_source_eol( path,
is_dry_run
= False, verbose = True, eol = '\n' )
Completed in 685 milliseconds