HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 1 - 25 of 1822) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/tools/idegen/src/
Log.java 22 static final boolean DEBUG = false;
24 static void debug(String message) { method in class:Log
25 if (DEBUG) {
  /art/runtime/
log_severity.h 22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5;
  /external/chromium_org/tools/gyp/test/configurations/basics/
configurations.c 8 #ifdef DEBUG
9 printf("Debug configuration\n");
  /art/test/etc/
reference-run-test-classes 8 # --debug -- wait for debugger to attach
18 DEBUG="n"
26 elif [ "x$1" = "x--debug" ]; then
27 DEBUG="y"
54 if [ "$DEBUG" = "y" ]; then
  /external/chromium_org/net/third_party/nss/ssl/
sslinit.c 26 #ifdef DEBUG
sslver.c 9 #if defined(DEBUG)
10 #define _DEBUG_STRING " (debug)"
  /external/chromium_org/tools/gyp/test/configurations/inheritance/
configurations.c 14 #ifdef DEBUG
15 printf("Debug configuration\n");
  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 7 //#define DEBUG 1
14 #ifdef DEBUG
22 #ifdef DEBUG
31 #ifdef DEBUG
40 #ifdef DEBUG
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/target-helpers/
inline_debug_helper.h 10 * one or more debug driver: rbug, trace.
13 #ifdef DEBUG
31 #endif /* DEBUG */
36 #ifdef DEBUG
54 #endif /* DEBUG */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDeviceInfo.cpp 33 #if DEBUG
40 #if DEBUG
47 #if DEBUG
54 #if DEBUG
62 #if DEBUG
69 #if DEBUG
76 #if DEBUG
85 #if DEBUG
  /external/libhevc/common/
ihevc_debug.h 41 #define DEBUG(...) \
49 #define DEBUG(...) {}
  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 15 #include "llvm/Support/Debug.h"
71 DEBUG(dbgs() << "Upper bound 0x");
72 DEBUG(dbgs().write_hex(Prev));
73 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
74 DEBUG(dbgs().write_hex(I->Lower) << "\n");
78 DEBUG(dbgs() << "Upper bound 0x");
79 DEBUG(dbgs().write_hex(I->Lower));
80 DEBUG(dbgs() << " should not be less than lower bound 0x");
81 DEBUG(dbgs().write_hex(I->Upper) << "\n");
  /external/mesa3d/src/gallium/auxiliary/target-helpers/
inline_debug_helper.h 10 * one or more debug driver: rbug, trace.
13 #ifdef DEBUG
31 #endif /* DEBUG */
36 #ifdef DEBUG
54 #endif /* DEBUG */
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.cpp 33 #if DEBUG
40 #if DEBUG
47 #if DEBUG
54 #if DEBUG
62 #if DEBUG
69 #if DEBUG
76 #if DEBUG
85 #if DEBUG
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prolock.h 55 ** The Ordered Lock Facility is compiled in when DEBUG is defined at
81 #if defined(DEBUG) || defined(FORCE_NSPR_ORDERED_LOCKS)
110 #if defined(DEBUG) || defined(FORCE_NSPR_ORDERED_LOCKS)
138 #if defined(DEBUG) || defined(FORCE_NSPR_ORDERED_LOCKS)
166 #if defined(DEBUG) || defined(FORCE_NSPR_ORDERED_LOCKS)
194 #if defined(DEBUG) || defined(FORCE_NSPR_ORDERED_LOCKS)
prcountr.h 83 ** time. When DEBUG is defined at compile time, the Counter
85 ** When DEBUG is not defined, the counter macros compile to
96 ** debug and optimized build differences when using result of the
137 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
173 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
204 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
236 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
269 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
301 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
330 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS
    [all...]
prtrace.h 61 ** When DEBUG is defined at compile time, the Trace Facility is
63 ** header files will have tracing compiled in. When DEBUG is not
66 ** desired in a non-debug build, then FORCE_NSPR_TRACE may be
85 ** debug and optimized build differences when using result of the
155 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
198 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
232 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
273 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
360 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
398 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE
    [all...]
  /external/flac/include/FLAC/
assert.h 36 #ifdef DEBUG
  /external/libvpx/libvpx/third_party/nestegg/test/
test.c 14 #undef DEBUG
48 #if !defined(DEBUG)
55 sev = "debug: ";
113 #if defined(DEBUG)
119 #if defined(DEBUG)
126 #if defined(DEBUG)
132 #if defined(DEBUG)
140 #if defined(DEBUG)
145 #if defined(DEBUG)
151 #if defined(DEBUG)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 107 if (DEBUG) System.out.println (s_line);
111 if (DEBUG) System.out.println (s_line);
117 if (DEBUG) System.out.println (s_line);
120 if (DEBUG) System.out.println (s_line);
123 if (DEBUG) System.out.println (s_line);
126 if (DEBUG) System.out.println (s_line);
129 if (DEBUG) System.out.println (s_line);
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']');
149 if (DEBUG)
162 if (DEBUG) System.out.println ("constant_pool_count = " + constant_pool_count + " [actual number of entries (…)
    [all...]
  /cts/tests/app/src/android/app/cts/
KeyguardManagerActivity.java 27 public static final boolean DEBUG = false;
41 if (DEBUG) {
47 if (DEBUG) {
59 if (DEBUG) {
63 if (DEBUG) {
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 39 #include "llvm/Support/Debug.h"
94 DEBUG(dbgs() << getPassName() << '\n');
363 DEBUG(dbgs() << "Insertion point dominated by:\n");
364 DEBUG(IPI.first->print(dbgs()));
365 DEBUG(dbgs() << '\n');
391 DEBUG(dbgs() << "Merge insertion point with:\n");
392 DEBUG(IPI->first->print(dbgs()));
393 DEBUG(dbgs() << "\nat considered insertion point.\n");
413 DEBUG(dbgs() << "Merge insertion point with:\n");
414 DEBUG(IPI->first->print(dbgs()))
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 34 private static final boolean DEBUG = true;
43 if (DEBUG) {
71 if (DEBUG) {
  /external/chromium_org/v8/src/
v8.h 14 #if defined(DEBUG) && defined(NDEBUG)
15 // V8 only uses DEBUG and whenever it is set we are building a debug
22 // V8 only uses DEBUG, but included external files
24 #if defined(DEBUG) && defined(NDEBUG)
25 #error both DEBUG and NDEBUG are set
  /external/llvm/utils/
makellvm 9 set DEBUG = 0
35 set doit = 0; set DEBUG = 1; shift argv; breaksw
57 if ($DEBUG) then
58 echo "DEBUG: EXEC = $EXEC"
73 if ($DEBUG) then
74 echo "DEBUG: MFILE = $MFILE"
82 if ($DEBUG) then
83 echo "DEBUG: LLVMDIR = $LLVMDIR"
121 if ($DEBUG) then
122 echo "DEBUG: BUILDROOT = $BUILDROOT
    [all...]

Completed in 1076 milliseconds

1 2 3 4 5 6 7 8 91011>>