OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OLD_NOTICE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
fixnotice.py
33
OLD_NOTICE
= """/***********************************************************
60
global DRYRUN,
OLD_NOTICE
, NEW_NOTICE, VERBOSE
77
OLD_NOTICE
= fp.read()
92
i = data.find(
OLD_NOTICE
)
102
data = data[:i] + NEW_NOTICE + data[i+len(
OLD_NOTICE
):]
/external/python/cpython2/Tools/scripts/
fixnotice.py
33
OLD_NOTICE
= """/***********************************************************
60
global DRYRUN,
OLD_NOTICE
, NEW_NOTICE, VERBOSE
77
OLD_NOTICE
= fp.read()
92
i = data.find(
OLD_NOTICE
)
102
data = data[:i] + NEW_NOTICE + data[i+len(
OLD_NOTICE
):]
/external/python/cpython3/Tools/scripts/
fixnotice.py
33
OLD_NOTICE
= """/***********************************************************
60
global DRYRUN,
OLD_NOTICE
, NEW_NOTICE, VERBOSE
77
OLD_NOTICE
= fp.read()
92
i = data.find(
OLD_NOTICE
)
102
data = data[:i] + NEW_NOTICE + data[i+len(
OLD_NOTICE
):]
Completed in 435 milliseconds