Home
last modified time | relevance | path

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

123456

/third_party/ltp/pan/
Ddebug.h48 #define DEBUG(a,l) if (Debug[a] >= l) macro
53 #define DEBUG(a,l) if (0) macro
/third_party/python/Lib/distutils/
Ddebug.py5 DEBUG = os.environ.get('DISTUTILS_DEBUG') variable
/third_party/openssl/util/perl/OpenSSL/
Dfallback.pm64 use constant DEBUG => 0; constant
/third_party/googletest/googlemock/scripts/generator/cpp/
Dutils.py23 DEBUG = True variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DDebug.h93 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro
/third_party/python/Tools/scripts/
Dpep384_macrocheck.py21 DEBUG = False variable
/third_party/ltp/testcases/kernel/syscalls/sigaction/
Dsigaction02.c51 #define DEBUG 0 macro
/third_party/jerryscript/targets/mbedos5/
DMakefile22 DEBUG?=0 macro
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DNameTests.java36 private static final boolean DEBUG = false; field in NameTests
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DNameTests.java36 private static final boolean DEBUG = false; field in NameTests
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_hilog.js21 DEBUG: 3, property
/third_party/ltp/testcases/kernel/syscalls/waitpid/
Dwaitpid03.c50 #define DEBUG 0 macro
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DGlyphTableSubsetter.java36 private static final boolean DEBUG = false; field in GlyphTableSubsetter
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DGlyphTableSubsetter.java36 private static final boolean DEBUG = false; field in GlyphTableSubsetter
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DTrans.java133 static final boolean DEBUG = false; field in Trans
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
DBasicSubsetTests.java44 private static final boolean DEBUG = false; field in BasicSubsetTests
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
DBasicSubsetTests.java44 private static final boolean DEBUG = false; field in BasicSubsetTests
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DTransliteratingTextComponent.java30 private static boolean DEBUG = false; field in TransliteratingTextComponent
/third_party/libcoap/examples/contiki/
Dserver.c35 #define DEBUG DEBUG_PRINT macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DUtils.java203 public static final ChineseDigits DEBUG = field in Utils.ChineseDigits
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
DUtils.java210 public static final ChineseDigits DEBUG = field in Utils.ChineseDigits
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Dohos_context_i.h40 DEBUG = (1<<1), //!< Debug context enumerator
/third_party/musl/scripts/
Dprint_so_deps.py30 DEBUG = 0 variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRoundTripTest.java40 public boolean DEBUG = false; field in NumberFormatRoundTripTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatRoundTripTest.java43 public boolean DEBUG = false; field in NumberFormatRoundTripTest

123456