Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/graph/
Dserialize.hh145 if (!DEBUG_ENABLED(SUBSET_REPACK)) return; in print_overflows()
Dgraph.hh1279 if (!DEBUG_ENABLED(SUBSET_REPACK)) return; in print_orphaned_nodes()
/external/harfbuzz_ng/src/
Dhb-debug.hh94 #define DEBUG_ENABLED(WHAT) (DEBUG_LEVEL_ENABLED (WHAT, 0)) macro
Dhb-uniscribe.cc816 if (DEBUG_ENABLED (UNISCRIBE)) in _hb_uniscribe_shape()
/external/rust/android-crates-io/crates/criterion/src/
Dlib.rs107 static ref DEBUG_ENABLED: bool = std::env::var_os("CRITERION_DEBUG").is_some();
155 *DEBUG_ENABLED in debug_enabled()