Home
last modified time | relevance | path

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

/build/make/tools/product_config/src/com/android/build/config/
DDumpConfigParser.java47 private static final boolean DEBUG = false; field in DumpConfigParser
146 if (DEBUG) { in parseImpl()
155 if (DEBUG) { in parseImpl()
178 if (DEBUG) { in parseImpl()
198 if (DEBUG) { in parseImpl()
223 if (DEBUG) { in parseImpl()
264 if (DEBUG) { in parseImpl()
/build/make/tools/fs_get_stats/
Dfs_get_stats.c18 #define DEBUG(fmt,args...) \ macro
21 #define DEBUG(x...) do {} while(0) macro
/build/pesto/experiments/prepare_bazel_test_env/
Dprepare_bazel_test_env.py40 level = logging.DEBUG if verbose else logging.INFO
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto89 DEBUG = 3; enumerator
91 // Message priority level (DEBUG, INFO, WARNING, ERROR).
/build/soong/cc/ndkstubgen/
D__init__.py138 verbose_map = (logging.WARNING, logging.INFO, logging.DEBUG)