Home
last modified time | relevance | path

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

12345678910>>...16

/external/libcap-ng/
Dconfigure.ac94 AM_CONDITIONAL(DEBUG, true) condition
97 AM_CONDITIONAL(DEBUG, false) condition
100 [ DEBUG="-DNDEBUG"; AM_CONDITIONAL(DEBUG, false) ]) condition
123 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.h47 #define DEBUG(...) \ macro
53 #define DEBUG(...) {} macro
/external/libhevc/common/
Dihevc_debug.h41 #define DEBUG(...) \ macro
49 #define DEBUG(...) {} macro
/external/jetpack-camera-app/app/src/main/java/com/google/jetpackcamera/
DBuildConfig.kt20 val DEBUG = "true".toBoolean() constant
/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/pigweed/pw_web/log-viewer/src/shared/
Dinterfaces.ts36 DEBUG = 'DEBUG', enumerator
44 DEBUG = 'DEBUG', enumerator
/external/python/cpython3/Tools/c-analyzer/distutils/
Ddebug.py5 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/kotlinx.coroutines/kotlinx-coroutines-core/wasmWasi/src/
DDebug.kt3 internal actual val DEBUG: Boolean = false constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDebug.common.kt3 internal expect val DEBUG: Boolean constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DDebug.kt6 internal actual val DEBUG: Boolean = false constant
/external/llvm/utils/release/
DfindRegressions-simple.py4 DEBUG = 0 variable
DfindRegressions-nightly.py4 DEBUG = 0 variable
/external/apache-http/android/src/android/net/http/
DHttpLog.java30 private static final boolean DEBUG = false; field in HttpLog
/external/ComputeLibrary/tests/framework/
DExceptions.h56 DEBUG, enumerator
/external/kotlinx.coroutines/kotlinx-coroutines-core/wasmJs/src/
DDebug.kt3 internal actual val DEBUG: Boolean = false constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DDebug.kt5 internal actual val DEBUG: Boolean = false constant
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/logging/type/
Dlog_severity.proto48 DEBUG = 100; enumerator
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DSpreadSheet.java10 static boolean DEBUG = CldrUtility.getProperty("SpreadSheetDebug", false); field in SpreadSheet
/external/googleapis/google/logging/type/
Dlog_severity.proto48 DEBUG = 100; enumerator
/external/pytorch/torch/lib/libshm/
Dmanager.cpp23 #define DEBUG(...) __DEBUG(__VA_ARGS__, '\n') macro
25 #define DEBUG(...) (void)0 macro
/external/coreboot/util/cbfstool/console/
Dconsole.h15 #define DEBUG(...) do { if (verbose > 1) fprintf(stderr, "DEBUG: " __VA_ARGS__); } while (0) macro

12345678910>>...16