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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardConstants.java 28 public static final boolean DEBUG = false;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
Debug.java 19 public class Debug {
21 public final static boolean DEBUG = false;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
debug.py 6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
debug.py 6 # debug mode.
7 DEBUG = os.environ.get('DISTUTILS_DEBUG')
  /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) {
  /external/valgrind/main/coregrind/
vgdb-invoker-none.c 44 DEBUG(1, "invoker_cleanup_restore_and_detach");
49 DEBUG(2, "invoker_invoke_gdbserver not implemented\n");
  /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
  /ndk/tests/device/test-stlport_shared-exception/jni/
check.h 2 #ifdef DEBUG
18 #ifdef DEBUG
31 #ifdef DEBUG
  /ndk/tests/device/test-stlport_static-exception/jni/
check.h 2 #ifdef DEBUG
18 #ifdef DEBUG
31 #ifdef DEBUG
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatLog.java 22 static final boolean DEBUG = true;
25 if (!DEBUG) {
35 if (!DEBUG) {
  /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)
  /packages/apps/DeskClock/src/com/android/deskclock/
LogUtils.java 29 public final static boolean DEBUG = "eng".equals(Build.TYPE) || "userdebug".equals(Build.TYPE);
32 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
38 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
44 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
50 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
56 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
62 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
68 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN))
    [all...]
  /external/flac/include/FLAC/
assert.h 36 #ifdef DEBUG

Completed in 1096 milliseconds

1 2 3 4 5 6 7 8 91011>>