OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENUM_END_MARKER
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/metrics/histograms/
update_extension_functions.py
26
ENUM_END_MARKER
= "^ENUM_BOUNDARY"
63
if re.match(
ENUM_END_MARKER
, line):
/external/chromium_org/chrome/browser/extensions/
PRESUBMIT.py
32
ENUM_END_MARKER
= " ENUM_BOUNDARY"
65
If either ENUM_START_MARKER or
ENUM_END_MARKER
cannot be found in
75
elif line.startswith(self.
ENUM_END_MARKER
):
88
"change?" % self.
ENUM_END_MARKER
)
96
self.
ENUM_END_MARKER
, last_enum_line))
Completed in 617 milliseconds