OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allMetrics
(Results
1 - 3
of
3
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_h_m_t_x.py
62
allMetrics
= []
64
allMetrics
.extend(item)
65
allMetrics
= array.array("h",
allMetrics
)
67
allMetrics
.byteswap()
68
data =
allMetrics
.tostring()
/tools/tradefederation/core/src/com/android/tradefed/profiler/
AggregatingProfiler.java
95
Map<String, Double>
allMetrics
= new HashMap<>();
104
allMetrics
.merge(key, entry.getValue(), recorder.getMergeFunction(key));
105
CLog.v("
allMetrics
is %s",
allMetrics
);
109
getMetricOutputUtil().addMetrics("test", test,
allMetrics
);
110
return
allMetrics
;
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
FrameworkPerfTest.java
167
Map<String, Map<String, String>>
allMetrics
= new HashMap<String, Map<String, String>>();
173
if (!
allMetrics
.containsKey(testLabel)) {
174
allMetrics
.put(testLabel, new HashMap<String, String>());
176
allMetrics
.get(testLabel).put(key, metrics.get(key));
179
for (String section :
allMetrics
.keySet()) {
180
Map<String, String> sectionMetrics =
allMetrics
.get(section);
Completed in 258 milliseconds