Home
last modified time | relevance | path

Searched defs:DEBUG (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/external/libcap-ng/libcap-ng-0.7/
Dconfigure.ac84 AM_CONDITIONAL(DEBUG, true) condition
87 AM_CONDITIONAL(DEBUG, false) condition
90 [ DEBUG="-DNDEBUG"; AM_CONDITIONAL(DEBUG, false) ]) condition
101 AC_SUBST(DEBUG) subst
/external/mdnsresponder/mDNSWindows/NSPTool/
DPrefix.h22 #define DEBUG 1 macro
25 #define DEBUG 0 macro
/external/mdnsresponder/mDNSWindows/SystemService/
DPrefix.h22 #define DEBUG 1 macro
25 #define DEBUG 0 macro
/external/libavc/common/
Dih264_debug.h45 #define DEBUG(...) \ macro
53 #define DEBUG(...) {} macro
/external/libhevc/common/
Dihevc_debug.h41 #define DEBUG(...) \ macro
49 #define DEBUG(...) {} macro
/external/libiio/src/
Ddebug.h50 # define DEBUG(str, ...) \ macro
53 # define DEBUG(...) \ macro
57 #define DEBUG(...) do { } while (0) macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmBuildSwitches.h72 # define DEBUG NO macro
74 # define DEBUG YES macro
78 # define DEBUG YES // Default: Either YES or NO macro
/external/python/setuptools/setuptools/_distutils/
Ddebug.py5 DEBUG = os.environ.get('DISTUTILS_DEBUG') variable
/external/python/cpython3/Lib/distutils/
Ddebug.py5 DEBUG = os.environ.get('DISTUTILS_DEBUG') variable
/external/python/cpython2/Lib/distutils/
Ddebug.py7 DEBUG = os.environ.get('DISTUTILS_DEBUG') variable
/external/angle/build/android/incremental_install/third_party/AndroidHiddenApiBypass/local_modifications/org/lsposed/hiddenapibypass/library/
DBuildConfig.java8 public static final boolean DEBUG = false; field in BuildConfig
/external/iputils/ninfod/
Dninfod.h88 # define DEBUG(pri, fmt, args...) do { \ macro
100 # define DEBUG(pri, fmt, args...) do { ; } while(0) macro
/external/googletest/googlemock/scripts/generator/cpp/
Dutils.py23 DEBUG = True variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DDebug.kt10 internal actual val DEBUG: Boolean = false constant
/external/llvm/utils/release/
DfindRegressions-simple.py4 DEBUG = 0 variable
DfindRegressions-nightly.py4 DEBUG = 0 variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDebug.common.kt7 internal expect val DEBUG: Boolean constant
/external/apache-http/android/src/android/net/http/
DHttpLog.java30 private static final boolean DEBUG = false; field in HttpLog
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumClassChecker.java37 private static final boolean DEBUG = false; field in SimpleEnumClassChecker
/external/ComputeLibrary/tests/framework/
DExceptions.h56 DEBUG, enumerator
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DDebug.kt9 internal actual val DEBUG: Boolean = false constant
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DSpreadSheet.java11 static boolean DEBUG = CldrUtility.getProperty("SpreadSheetDebug", false); field in SpreadSheet
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/
DGeneratePublicApiReport.java27 private static final boolean DEBUG = false; field in GeneratePublicApiReport
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DDebug.h93 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro
/external/llvm/include/llvm/Support/
DDebug.h92 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro

12345678910>>...16