Searched refs:DEBUG (Results 1 - 25 of 1317) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp211 #ifdef DEBUG
/external/aac/libFDK/src/
H A DFDK_bitbuffer.cpp137 #if defined(FDK_DEBUG) || defined(DEBUG)
/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp1005 #ifdef DEBUG
/external/aac/libSYS/include/
H A DgenericStds.h100 /* Always increase verbosity of memory allocation in case of a debug built. DEBUG is defined globally in that case. */
101 #if defined(DEBUG) || defined(FDK_DEBUG)
H A Dmachine_type.h104 * collate all corresponding compiler specific macros to detect a debug build, and set the DEBUG macro if that is the case.
107 #define DEBUG macro
193 #if defined(DEBUG) || defined(__i686__) || defined(__i586__) || defined(__i386__) || defined(__x86_64__) || defined(_M_IX86) || defined(FDK_DEBUG) || defined(FDK_ASSERT_ENABLE)
290 #ifdef DEBUG
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs35 //#if DEBUG
43 #if DEBUG
89 #if DEBUG
H A DExceptionExtensions.cs40 #if DEBUG
58 #if DEBUG
82 #if DEBUG
H A DIOExtensions.cs33 #if !DEBUG
H A DJSystem.cs33 #if !DEBUG
H A DStringExtensions.cs40 #if DEBUG
117 #if DEBUG
136 #if DEBUG
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DStats.cs91 #if DEBUG
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DExceptionExtensions.cs43 #if DEBUG
63 #if DEBUG
92 #if DEBUG
H A DListExtensions.cs45 #if DEBUG
91 #if DEBUG
186 #if DEBUG
H A DObjectExtensions.cs39 #if DEBUG
H A DSetExtensions.cs35 #if DEBUG
43 #if DEBUG
57 #if DEBUG
H A DStackExtensions.cs35 #if DEBUG
43 #if DEBUG
H A DStringBuilderExtensions.cs37 #if DEBUG
H A DStringExtensions.cs41 #if DEBUG
113 #if DEBUG
H A DTypeExtensions.cs36 #if DEBUG
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemForEach.java63 static final boolean DEBUG = false; field in class:ElemForEach
399 if(DEBUG)
H A DRedundentExprEliminator.java59 public static final boolean DEBUG = false; field in class:RedundentExprEliminator
608 if(DEBUG)
686 if(DEBUG)
1098 if(DEBUG)
1104 if(DEBUG)
1211 // ==== DIAGNOSTIC AND DEBUG FUNCTIONS ====
H A DTemplateList.java126 /** Flag to indicate whether in DEBUG mode */
127 final static boolean DEBUG = false; field in class:TemplateList
176 if (DEBUG)
206 if (DEBUG)
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java131 if(DEBUG)
157 if(DEBUG)
321 if (DEBUG)
348 if (DEBUG)
391 if (DEBUG)
447 if (DEBUG)
468 if (DEBUG)
495 if (DEBUG)
519 if (DEBUG)
541 if (DEBUG)
1043 private static boolean DEBUG = false; field in class:TransformerHandlerImpl
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DObjectFactory.java63 private static final boolean DEBUG = false; field in class:ObjectFactory
384 if (DEBUG) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DObjectFactory.java63 private static final boolean DEBUG = false; field in class:ObjectFactory
384 if (DEBUG) {

Completed in 385 milliseconds

1234567891011>>