Searched defs:DEBUG (Results 76 - 100 of 359) sorted by relevance

1234567891011>>

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DUtils.java184 // System.out.println(chineseNumber(n, ChineseDigits.DEBUG));
203 public static final ChineseDigits DEBUG = field in class:Utils.ChineseDigits
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java40 public boolean DEBUG = false; field in class:NumberFormatRoundTripTest
168 if (DEBUG)
177 if (DEBUG)
185 if (DEBUG)
/external/iputils/ninfod/
H A Dninfod.h88 # define DEBUG(pri, fmt, args...) do { \ macro
100 # define DEBUG(pri, fmt, args...) do { ; } while(0) macro
106 DEBUG(LOG_DEBUG, "%s(): malloc(%zu) = %p\n", __func__, _size, p); \
112 DEBUG(LOG_DEBUG, "%s(): free(%p)\n", __func__, _p); \
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
H A DAnalyseJavaParserTest.java60 private static final boolean DEBUG = true; field in class:AnalyseJavaParserTest
76 if (DEBUG && (sourceFileInfoExtractor.getKo() != 0 || sourceFileInfoExtractor.getUnsupported() != 0)) {
/external/ltp/testcases/kernel/fs/doio/
H A Ddatapid.c68 #ifndef DEBUG
69 #define DEBUG 0 macro
103 #if DEBUG
154 #if DEBUG
262 #if DEBUG
/external/ltp/testcases/kernel/syscalls/execve/
H A Dexecve05.c49 #undef DEBUG /* change this to #define if needed */ macro
94 #ifdef DEBUG
114 #ifdef DEBUG
145 #ifdef DEBUG
168 #ifdef DEBUG
/external/mdnsresponder/mDNSWindows/Java/
H A Dmakefile23 # 'nmake DEBUG=1' to build debugging targets.
24 # 'nmake clean' or 'nmake clean DEBUG=1' to delete prod/debug objects & targets
52 DEBUG=0 macro
53 !if $(DEBUG) == 1
/external/proguard/src/proguard/classfile/editor/
H A DBridgeMethodFixer.java49 private static final boolean DEBUG = false; field in class:BridgeMethodFixer
98 if (DEBUG)
H A DMethodInvocationFixer.java44 private static final boolean DEBUG = false; field in class:MethodInvocationFixer
107 if (DEBUG)
128 if (DEBUG)
154 if (DEBUG)
179 if (DEBUG)
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerInvocationFixer.java45 private static final boolean DEBUG = false; field in class:DuplicateInitializerInvocationFixer
118 if (DEBUG)
156 if (DEBUG)
H A DTailRecursionSimplifier.java47 private static final boolean DEBUG = false; field in class:TailRecursionSimplifier
49 private static boolean DEBUG = true;
103 // codeAttributeComposer.DEBUG = DEBUG =
179 if (DEBUG)
/external/proguard/src/proguard/optimize/peephole/
H A DGotoCommonCodeReplacer.java44 private static final boolean DEBUG = false; field in class:GotoCommonCodeReplacer
46 private static boolean DEBUG = true;
74 // DEBUG =
115 if (DEBUG)
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java46 private static final boolean DEBUG = false; field in class:CodeSubroutineInliner
48 private static boolean DEBUG = System.getProperty("csi") != null;
66 // DEBUG =
69 // CodeAttributeComposer.DEBUG = DEBUG;
85 if (DEBUG)
105 if (DEBUG)
126 if (DEBUG)
149 if (DEBUG)
174 if (DEBUG)
[all...]
/external/python/cpython2/Lib/distutils/command/
H A Dbdist_rpm.py13 from distutils.debug import DEBUG namespace
272 if DEBUG:
/external/python/cpython2/Lib/distutils/
H A Dfilelist.py43 """Print 'msg' to stdout if the global DEBUG (taken from the
46 from distutils.debug import DEBUG namespace
47 if DEBUG:
/external/python/cpython2/Lib/plat-mac/
H A Dcfmfile.py18 DEBUG = 0 variable
/external/python/cpython3/Lib/distutils/command/
H A Dbdist_rpm.py8 from distutils.debug import DEBUG namespace
258 if DEBUG:
/external/python/cpython3/Lib/distutils/
H A Dfilelist.py42 """Print 'msg' to stdout if the global DEBUG (taken from the
45 from distutils.debug import DEBUG namespace
46 if DEBUG:
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
H A DUtil.java11 private static final boolean DEBUG = false; field in class:Util
46 if (DEBUG) {
47 System.out.println("DEBUG: " + String.format(message, args));
56 if (DEBUG) {
62 if (DEBUG) {
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DLevel.java31 <code>WARN</code>, <code>INFO</code>, <code>DEBUG</code> and
79 The <code>DEBUG</code> Level designates fine-grained
82 final static public Level DEBUG = new Level(DEBUG_INT, "DEBUG", 7); field in class:Level
86 * informational events than the <code>DEBUG</code level.
110 conversion fails, then this method returns {@link #DEBUG}.
113 return (Level) toLevel(sArg, Level.DEBUG);
118 conversion fails, then this method returns {@link #DEBUG}.
122 return (Level) toLevel(val, Level.DEBUG);
134 return Level.DEBUG;
[all...]
/external/syslinux/efi32/include/efi/
H A Defidebug.h27 #define DEBUG(a) DbgPrint a macro
32 #define DEBUG(a) macro
/external/syslinux/efi64/include/efi/
H A Defidebug.h27 #define DEBUG(a) DbgPrint a macro
32 #define DEBUG(a) macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defidebug.h27 #define DEBUG(a) DbgPrint a macro
32 #define DEBUG(a) macro
/external/syslinux/gpxe/src/util/
H A Diccfix.c14 #define DEBUG 0 macro
19 if ( DEBUG ) \
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
H A DNativeLibrary.java43 private static final boolean DEBUG = field in class:NativeLibrary
44 System.getProperty("org.tensorflow.NativeLibrary.DEBUG") != null;
82 + " org.tensorflow.NativeLibrary.DEBUG=1 to the system properties of the JVM.",
177 if (DEBUG) {

Completed in 1343 milliseconds

1234567891011>>