Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlogging_unittest.cc195 int debug_only_variable = 1; in TEST_F() local
199 DLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
200 DLOG_ASSERT(debug_only_variable) << "test"; in TEST_F()
201 DPLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
202 DVLOG_IF(1, debug_only_variable) << "test"; in TEST_F()
/external/libweave/third_party/chromium/base/
Dlogging_unittest.cc179 int debug_only_variable = 1; in TEST_F() local
183 DLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
184 DLOG_ASSERT(debug_only_variable) << "test"; in TEST_F()
185 DVLOG_IF(1, debug_only_variable) << "test"; in TEST_F()