OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quote_replace
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/tools/gyp/tools/
pretty_gyp.py
34
def
quote_replace
(matchobj):
function
44
return [search_re.sub(
quote_replace
, line) for line in input]
Completed in 439 milliseconds