OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_times
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
host_tracer.cc
71
absl::flat_hash_map<uint64, uint64>
end_times
;
local
75
end_times
.emplace(event.activity_id, event.end_time);
86
auto it =
end_times
.find(event.activity_id);
87
if (it !=
end_times
.end()) event.end_time = it->second;
/frameworks/av/drm/libmediadrm/tests/
DrmMetrics_test.cpp
237
PersistableBundle
end_times
;
local
241
ASSERT_TRUE(bundle.getPersistableBundle(end_time_key, &
end_times
));
243
EXPECT_EQ(2U,
end_times
.size());
249
EXPECT_TRUE(
end_times
.getLong(sid, &end_time));
Completed in 162 milliseconds