OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HISTOGRAMS_PATH
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/metrics/histograms/
update_editor_commands.py
25
HISTOGRAMS_PATH
= 'histograms.xml'
125
Log('Reading existing histograms from "%s".' % (
HISTOGRAMS_PATH
))
126
with open(
HISTOGRAMS_PATH
, 'rb') as f:
137
with open(
HISTOGRAMS_PATH
, 'wb') as f:
update_policies.py
25
HISTOGRAMS_PATH
= 'histograms.xml'
119
with open(
HISTOGRAMS_PATH
, 'rb') as f:
127
with open(
HISTOGRAMS_PATH
, 'wb') as f:
update_histogram_enum.py
148
HISTOGRAMS_PATH
= 'histograms.xml'
150
Log('Reading existing histograms from "{0}".'.format(
HISTOGRAMS_PATH
))
151
with open(
HISTOGRAMS_PATH
, 'rb') as f:
167
with open(
HISTOGRAMS_PATH
, 'wb') as f:
Completed in 89 milliseconds