Searched refs:DEBUG (Results 1 - 25 of 792) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Ddebug.py7 DEBUG = os.environ.get('DISTUTILS_DEBUG') variable
H A Dlog.py6 DEBUG = 1 variable
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
37 self._log(DEBUG, msg, args)
71 set_threshold(DEBUG)
H A Dcore.py14 from distutils.debug import DEBUG namespace
127 if DEBUG:
142 if DEBUG:
158 if DEBUG:
166 if DEBUG:
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:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Ddebug.py7 DEBUG = os.environ.get('DISTUTILS_DEBUG') variable
H A Dlog.py6 DEBUG = 1 variable
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
37 self._log(DEBUG, msg, args)
71 set_threshold(DEBUG)
H A Dcore.py14 from distutils.debug import DEBUG namespace
127 if DEBUG:
142 if DEBUG:
158 if DEBUG:
166 if DEBUG:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DColorDelegator.py9 DEBUG = False variable
80 if DEBUG: print 'tagdefs',self.tagdefs
99 if DEBUG: print "colorizing already scheduled"
103 if DEBUG: print "stop colorizing"
105 if DEBUG: print "schedule colorizing"
114 if DEBUG: print "cancel scheduled recolorizer"
128 if DEBUG: print "cancel scheduled recolorizer"
131 if DEBUG: print "stop colorizing"
136 if DEBUG:
144 if DEBUG
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DColorDelegator.py9 DEBUG = False variable
80 if DEBUG: print 'tagdefs',self.tagdefs
99 if DEBUG: print "colorizing already scheduled"
103 if DEBUG: print "stop colorizing"
105 if DEBUG: print "schedule colorizing"
114 if DEBUG: print "cancel scheduled recolorizer"
128 if DEBUG: print "cancel scheduled recolorizer"
131 if DEBUG: print "stop colorizing"
136 if DEBUG:
144 if DEBUG
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_ccompiler.py49 debug.DEBUG = True
56 debug.DEBUG = False
H A Dtest_core.py87 # this covers the code called when DEBUG is set
94 distutils.core.DEBUG = True
99 distutils.core.DEBUG = False
H A Dtest_cmd.py114 debug.DEBUG = True
121 debug.DEBUG = False
H A Dsupport.py12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL namespace
42 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
H A Dtest_filelist.py109 debug.DEBUG = True
115 debug.DEBUG = False
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_ccompiler.py49 debug.DEBUG = True
56 debug.DEBUG = False
H A Dtest_core.py87 # this covers the code called when DEBUG is set
94 distutils.core.DEBUG = True
99 distutils.core.DEBUG = False
H A Dtest_cmd.py114 debug.DEBUG = True
121 debug.DEBUG = False
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Ddxerr8.h39 #if defined(DEBUG) || defined(_DEBUG)
H A Ddxerr9.h39 #if defined(DEBUG) || defined(_DEBUG)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Ddxerr8.h39 #if defined(DEBUG) || defined(_DEBUG)
H A Ddxerr9.h39 #if defined(DEBUG) || defined(_DEBUG)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A DFrameWork.py3 DEBUG=0 variable
329 if DEBUG: print "Mouse down at global:", where
330 if DEBUG: print "\tUnknown part code:", partcode
331 if DEBUG: print "\tEvent:", self.printevent(event)
336 if DEBUG: print 'Unknown window:', window
379 if DEBUG: print "Character", repr(c)
407 if DEBUG:
420 if DEBUG:
431 if DEBUG:
483 if DEBUG
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dtic.h125 #define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a macro
127 #define DEBUG(n, a) /*nothing*/ macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtic.h125 #define DEBUG(n, a) if (_nc_tracing >= DEBUG_LEVEL(n)) _tracef a macro
127 #define DEBUG(n, a) /*nothing*/ macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dutil.py57 DEBUG = 10 variable
73 _logger.log(DEBUG, msg, *args)

Completed in 716 milliseconds

1234567891011>>