Home
last modified time | relevance | path

Searched refs:debug_only_variable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Dlogging_pa_unittest.cc136 int debug_only_variable = 1; in TEST() local
140 PA_DLOG_IF(INFO, debug_only_variable) << "test"; in TEST()
141 PA_DLOG_ASSERT(debug_only_variable) << "test"; in TEST()
142 PA_DPLOG_IF(INFO, debug_only_variable) << "test"; in TEST()
143 PA_DVLOG_IF(1, debug_only_variable) << "test"; in TEST()
/aosp_15_r20/external/libchrome/base/
H A Dlogging_unittest.cc510 int debug_only_variable = 1; in TEST_F() local
514 DLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
515 DLOG_ASSERT(debug_only_variable) << "test"; in TEST_F()
516 DPLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
517 DVLOG_IF(1, debug_only_variable) << "test"; in TEST_F()
/aosp_15_r20/external/cronet/base/
H A Dlogging_unittest.cc661 int debug_only_variable = 1; in TEST_F() local
665 DLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
666 DLOG_ASSERT(debug_only_variable) << "test"; in TEST_F()
667 DPLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
668 DVLOG_IF(1, debug_only_variable) << "test"; in TEST_F()