HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG (Results 476 - 500 of 2984) sorted by null

<<11121314151617181920>>

  /external/autotest/frontend/
settings.py 21 DEBUG = c.get_config_value(_section, "sql_debug_mode", type=bool, default=False)
  /external/e2fsprogs/lib/ext2fs/
fallocate.c 22 #undef DEBUG
24 #ifdef DEBUG
64 #ifdef DEBUG
112 #ifdef DEBUG
  /external/eigen/test/
main.h 110 #ifndef DEBUG
111 #define DEBUG
  /external/emma/core/java12/com/vladium/emma/rt/
RT.java 150 if (DEBUG) System.out.println ("RT::dumpCoverageData() DUMPING " + RT.class.getClassLoader ());
214 private static final boolean DEBUG = false;
218 if (DEBUG) System.out.println ("RT[" + System.identityHashCode (RT.class) + "]::<clinit>: loaded by " + RT.class.getClassLoader ());
235 if (DEBUG) System.out.println ("RT::<clinit>: STANDALONE MODE");
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 230 if (DEBUG) System.out.println ("\t[" + i + "] exception: " + exception_info);
243 if (DEBUG) System.out.println ("\t[" + i + "] attribute: " + attribute_info);
259 private static final boolean DEBUG = false;
  /external/fonttools/Lib/fontTools/
t1Lib.py 27 DEBUG = 0
131 if err and not DEBUG:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/text/
RbnfScannerProviderImpl.java 33 private static final boolean DEBUG = ICUDebug.enabled("rbnf");
116 if (DEBUG){ // debug hook
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRoundTripTest.java 43 public boolean DEBUG = false;
171 if (DEBUG)
180 if (DEBUG)
188 if (DEBUG)
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
TransliteratingTextComponent.java 30 private static boolean DEBUG = false;
130 if (DEBUG) {
148 if (DEBUG) {
183 if (DEBUG) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/
RbnfScannerProviderImpl.java 31 private static final boolean DEBUG = ICUDebug.enabled("rbnf");
114 if (DEBUG){ // debug hook
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRoundTripTest.java 40 public boolean DEBUG = false;
168 if (DEBUG)
177 if (DEBUG)
185 if (DEBUG)
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
CaptureDeprecatedElements.java 52 private static final boolean DEBUG = true;
66 new Main(DEBUG).execute(rules);
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
ContactNumberUtils.java 207 if (DEBUG) {
225 if (DEBUG) {
269 private static final boolean DEBUG = Build.IS_DEBUGGABLE;
292 if (DEBUG) {
302 if (DEBUG) {
Logger.java 44 private static boolean DEBUG = isLoggable(android.util.Log.DEBUG);
85 DEBUG = isLoggable(android.util.Log.DEBUG);
93 * Is logger activated. Reserved for future debug tool to turn on/off the log only.
113 * Debug trace
117 public void debug(String trace) { method in class:Logger
118 if (isActivated() && DEBUG) {
124 * Debug trace
129 public void debug(String trace, Throwable e) method in class:Logger
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
AnalyseJavaParserTest.java 60 private static final boolean DEBUG = true;
76 if (DEBUG && (sourceFileInfoExtractor.getKo() != 0 || sourceFileInfoExtractor.getUnsupported() != 0)) {
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 33 #define DEBUG
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 31 #define DEBUG
  /external/libmojo/base/android/java/src/org/chromium/base/
Log.java 27 /** Convenience property, same as {@link android.util.Log#DEBUG}. */
28 public static final int DEBUG = android.util.Log.DEBUG;
88 * {@link RemovableInRelease} to log something in Debug builds only.
180 * Sends a {@link android.util.Log#DEBUG} log message.
193 private static void debug(String tag, String messageTemplate, Object... args) { method in class:Log
203 /** Sends a {@link android.util.Log#DEBUG} log message. 0 args version. */
207 debug(tag, message); method
210 /** Sends a {@link android.util.Log#DEBUG} log message. 1 arg version. */
214 debug(tag, messageTemplate, arg1) method
220 debug(tag, messageTemplate, arg1, arg2); method
227 debug(tag, messageTemplate, arg1, arg2, arg3); method
235 debug(tag, messageTemplate, arg1, arg2, arg3, arg4); method
243 debug(tag, messageTemplate, arg1, arg2, arg3, arg4, arg5); method
251 debug(tag, messageTemplate, arg1, arg2, arg3, arg4, arg5, arg6); method
259 debug(tag, messageTemplate, arg1, arg2, arg3, arg4, arg5, arg6, arg7); method
    [all...]
  /external/libmojo/base/android/java/src/org/chromium/base/library_loader/
LibraryLoader.java 45 // Set to true to enable debug logs.
46 private static final boolean DEBUG = false;
285 if (DEBUG) Log.i(TAG, "ignoring self-linker load");
  /external/libmojo/base/android/linker/
linker_jni.h 24 // Set this to 1 to enable debug traces to the Android log.
27 #define DEBUG 0
31 #if DEBUG
  /external/libxml2/example/
gjobread.c 26 #define DEBUG(x) printf(x)
49 DEBUG("parsePerson\n");
112 DEBUG("parseJob\n");
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-unavailable.c 28 #define DEBUG 0
102 if (DEBUG)
250 if (DEBUG)
280 if (DEBUG)
315 if (DEBUG)
  /external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl06.c 45 #define DEBUG 0
233 if (DEBUG)
242 if (DEBUG)
297 if (DEBUG)
305 if (DEBUG)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp 38 #pragma push_macro("DEBUG")
39 #undef DEBUG
58 #pragma pop_macro("DEBUG")
JitManager.h 39 // llvm 3.7+ reuses "DEBUG" as an enum value
40 #pragma push_macro("DEBUG")
41 #undef DEBUG
87 #pragma pop_macro("DEBUG")

Completed in 744 milliseconds

<<11121314151617181920>>