Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-debug.hh95 #define DEBUG_ENABLED(WHAT) (DEBUG_LEVEL_ENABLED (WHAT, 0)) macro
Dhb-uniscribe.cc955 if (DEBUG_ENABLED (UNISCRIBE)) in _hb_uniscribe_shape()
/external/rust/crates/criterion/src/
Dlib.rs112 static ref DEBUG_ENABLED: bool = std::env::var_os("CRITERION_DEBUG").is_some();
156 *DEBUG_ENABLED in debug_enabled()