OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_value
(Results
1 - 2
of
2
) sorted by null
/system/core/metricsd/
metrics_library_test.cc
44
void VerifyEnabledCacheHit(bool
to_value
);
45
void VerifyEnabledCacheEviction(bool
to_value
);
61
void MetricsLibraryTest::VerifyEnabledCacheHit(bool
to_value
) {
66
SetMetricsConsent(
to_value
);
70
SetMetricsConsent(!
to_value
);
71
if (lib_.AreMetricsEnabled() ==
to_value
)
77
void MetricsLibraryTest::VerifyEnabledCacheEviction(bool
to_value
) {
79
SetMetricsConsent(!
to_value
);
80
ASSERT_EQ(!
to_value
, lib_.AreMetricsEnabled());
82
SetMetricsConsent(
to_value
);
[
all
...]
/external/v8/src/profiler/
heap-snapshot-generator.cc
389
void*
to_value
= entries_map_.Remove(to, ComputePointerHash(to));
local
390
if (
to_value
!= NULL) {
392
static_cast<int>(reinterpret_cast<intptr_t>(
to_value
));
[
all
...]
Completed in 304 milliseconds