Searched defs:DEBUG (Results 176 - 200 of 359) sorted by relevance

1234567891011>>

/external/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.c31 #define DEBUG macro
/external/libmojo/base/android/java/src/org/chromium/base/
H A DLog.java27 /** Convenience property, same as {@link android.util.Log#DEBUG}. */
28 public static final int DEBUG = android.util.Log.DEBUG; field in class:Log
180 * Sends a {@link android.util.Log#DEBUG} log message.
203 /** Sends a {@link android.util.Log#DEBUG} log message. 0 args version. */
210 /** Sends a {@link android.util.Log#DEBUG} log message. 1 arg version. */
216 /** Sends a {@link android.util.Log#DEBUG} log message. 2 args version */
222 /** Sends a {@link android.util.Log#DEBUG} log message. 3 args version */
230 /** Sends a {@link android.util.Log#DEBUG} log message. 4 args version */
238 /** Sends a {@link android.util.Log#DEBUG} lo
[all...]
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
H A DLibraryLoader.java46 private static final boolean DEBUG = false; field in class:LibraryLoader
285 if (DEBUG) Log.i(TAG, "ignoring self-linker load");
/external/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl06.c45 #define DEBUG 0 macro
233 if (DEBUG)
242 if (DEBUG)
297 if (DEBUG)
305 if (DEBUG)
/external/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c141 #ifndef DEBUG
142 #define DEBUG 0 macro
314 #if DEBUG > 1
444 #if DEBUG > 0
451 #if DEBUG > 0
478 #if DEBUG > 1
565 #if DEBUG > 1
601 #if DEBUG > 0
623 #if DEBUG > 0
637 #if DEBUG >
[all...]
/external/markdown/markdown/
H A D__init__.py50 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL namespace
/external/mdnsresponder/mDNSPosix/
H A DMakefile37 # 'make DEBUG=1' to build debugging targets.
38 # 'make clean' or 'make clean DEBUG=1' to delete prod/debug objects & targets
39 # 'sudo make install [DEBUG=1]' to install mdnsd daemon and libdns_sd.
72 DEBUG=0 macro
73 ifeq ($(DEBUG),1)
97 ifneq ($(DEBUG),1)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp38 #pragma push_macro("DEBUG")
39 #undef DEBUG macro
58 #pragma pop_macro("DEBUG")
/external/mesa3d/src/gallium/state_trackers/omx/
H A Dvid_dec.c39 /* bellagio defines a DEBUG macro that we don't want */
40 #ifndef DEBUG
42 #undef DEBUG macro
/external/one-true-awk/
H A Dparse.c25 #define DEBUG macro
/external/proguard/src/proguard/classfile/editor/
H A DMemberReferenceFixer.java48 private static final boolean DEBUG = false; field in class:MemberReferenceFixer
108 if (DEBUG)
136 if (DEBUG)
164 if (DEBUG)
185 if (DEBUG)
220 if (DEBUG)
241 if (DEBUG)
H A DVariableRemapper.java50 private static final boolean DEBUG = false; field in class:VariableRemapper
91 if (DEBUG)
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java52 private static final boolean DEBUG = false; field in class:EvaluationSimplifier
54 private static boolean DEBUG = System.getProperty("es") != null;
96 // DEBUG =
115 if (DEBUG)
127 if (DEBUG)
819 if (DEBUG) System.out.println(" Deleting store of subroutine return address "+instruction.toString(offset));
845 if (DEBUG) System.out.println(" Ignoring zero branch instruction at ["+offset+"]");
1218 if (DEBUG) System.out.println(" Replacing unreachable instruction by infinite loop "+replacementInstruction.toString(offset));
1251 if (DEBUG) System.out.println(" Replacing instruction "+instruction.toString(offset)+" -> "+replacementInstruction.toString()+(popCount == 0 ? "" : " ("+popCount+" pops)"));
1336 if (DEBUG) Syste
[all...]
H A DSimpleEnumDescriptorSimplifier.java52 private static final boolean DEBUG = false; field in class:SimpleEnumDescriptorSimplifier
54 private static boolean DEBUG = System.getProperty("enum") != null;
62 if (DEBUG)
172 if (DEBUG)
232 if (DEBUG)
/external/proguard/src/proguard/optimize/peephole/
H A DMethodInliner.java56 private static final boolean DEBUG = false; field in class:MethodInliner
58 private static boolean DEBUG = true;
162 if (DEBUG)
180 // codeAttributeComposer.DEBUG = DEBUG =
224 if (DEBUG)
/external/python/cpython2/Lib/distutils/
H A Dcmd.py187 """Print 'msg' to stdout if the global DEBUG (taken from the
190 from distutils.debug import DEBUG namespace
191 if DEBUG:
/external/python/cpython2/Lib/distutils/command/
H A Dinstall.py14 from distutils.debug import DEBUG namespace
323 if DEBUG:
383 if DEBUG:
/external/python/cpython2/Lib/multiprocessing/
H A Dutil.py58 DEBUG = 10 variable
74 _logger.log(DEBUG, msg, *args)
/external/python/cpython3/Lib/distutils/
H A Dcmd.py185 """Print 'msg' to stdout if the global DEBUG (taken from the
188 from distutils.debug import DEBUG namespace
189 if DEBUG:
/external/python/cpython3/Lib/distutils/command/
H A Dinstall.py10 from distutils.debug import DEBUG namespace
316 if DEBUG:
375 if not DEBUG:
/external/python/cpython3/Lib/multiprocessing/
H A Dutil.py34 DEBUG = 10 variable
50 _logger.log(DEBUG, msg, *args)
/external/python/cpython3/Lib/
H A Dre.py160 DEBUG = sre_compile.SRE_FLAG_DEBUG # dump pattern after compilation variable in class:RegexFlag
302 if not (flags & DEBUG):
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DDataUsageController.java53 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:DataUsageController
/external/syslinux/gpxe/src/util/
H A Dzbin.c9 #define DEBUG 0 macro
159 if ( DEBUG ) {
197 if ( DEBUG ) {
282 if ( DEBUG ) {
/external/tensorflow/tensorflow/python/platform/
H A Dtf_logging.py28 from logging import DEBUG namespace
134 DEBUG: 'DEBUG',
293 'DEBUG',
315 tf_export('logging.DEBUG').export_constant(__name__, 'DEBUG')

Completed in 1178 milliseconds

1234567891011>>