HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG (Results 251 - 275 of 820) sorted by null

<<11121314151617181920>>

  /packages/apps/Mms/src/com/android/mms/model/
LayoutModel.java 30 private static final boolean DEBUG = false;
31 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
VideoModel.java 44 private static final boolean DEBUG = true;
45 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /packages/apps/Mms/src/com/android/mms/ui/
EditSlideDurationActivity.java 59 private static final boolean DEBUG = false;
60 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
  /packages/apps/Tag/src/com/android/apps/tag/
TagService.java 42 private static final boolean DEBUG = true;
66 if (DEBUG) Log.d(TAG, "Pending intent was canceled.");
  /system/core/sh/
main.c 163 #ifdef DEBUG
164 #if DEBUG == 2
165 debug = 1;
247 /* showtree(n); DEBUG */
  /system/wlan/ti/sta_dk_4_0_4_32/
Makefile 83 # Remove debug info
85 EXTRA_LDFLAGS += --strip-debug
151 @echo Default Compilation: BOARD=$(WIFI_BOARD) PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) EXC=$(EXC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
makefile 2 DEBUG ?= y
8 ifeq ($(DEBUG),y)
84 ifneq "$(DEBUG)" "y"
  /system/wlan/ti/wilink_6_1/CUDK/tiwlan_loader/
Makefile 4 DEBUG ?= y
15 ifeq ($(DEBUG),y)
61 ifneq "$(DEBUG)" "y"
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 82 private static final boolean DEBUG = true;
275 if (DEBUG)
311 if (DEBUG)
370 if (DEBUG)
383 if (DEBUG)
389 if (DEBUG)
433 if (DEBUG)
446 if (DEBUG)
452 if (DEBUG)
522 if (DEBUG)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 51 /** local debug flag */
52 private static final boolean DEBUG = false;
99 if (DEBUG) {
113 if (DEBUG) {
237 if (DEBUG) {
  /external/chromium/third_party/icu/source/test/intltest/
nmfmtrt.cpp 29 UBool NumberFormatRoundTripTest::DEBUG = FALSE;
244 if(DEBUG)
249 if(DEBUG)
257 if(DEBUG)
  /external/e2fsprogs/e2fsck/
argv_parse.c 134 #ifdef DEBUG
166 #endif /* DEBUG */
ea_refcount.c 60 #ifdef DEBUG
97 #if defined(DEBUG) || defined(TEST_PROGRAM)
119 #ifdef DEBUG
178 #ifdef DEBUG
  /external/e2fsprogs/lib/uuid/
uuid_time.c 93 #ifdef DEBUG
  /external/e2fsprogs/misc/
base_device.c 149 #ifdef DEBUG
  /external/elfcopy/
debug.h 8 #ifdef DEBUG
18 /* Debug enabled */
37 /* No debug */
40 #endif/* DEBUG */
  /external/icu4c/test/intltest/
nmfmtrt.cpp 29 UBool NumberFormatRoundTripTest::DEBUG = FALSE;
244 if(DEBUG)
249 if(DEBUG)
257 if(DEBUG)
  /external/qemu/slirp/
cksum.c 122 #ifdef DEBUG
  /external/qemu/slirp-android/
cksum.c 122 #ifdef DEBUG
  /external/qemu/telephony/
remote_call.c 14 #include "android/utils/debug.h"
21 #define DEBUG 1
26 # define D_ACTIVE DEBUG
32 # define S_ACTIVE DEBUG
35 #if DEBUG
  /external/srec/srec/cfront/
cheldsp4.c 42 #define DEBUG 0
46 #if LOG_AS_PRINT /* BP temp debug mode */
210 #if DEBUG
237 #if DEBUG
249 #if DEBUG
  /external/v8/src/ia32/
debug-ia32.cc 31 #include "debug.h"
40 return Debug::IsDebugBreakAtReturn(rinfo());
44 // Patch the JS frame exit code with a debug break call. See
50 rinfo()->PatchCodeWithCall(Debug::debug_break_return()->entry(),
62 // A debug break in the frame exit code is identified by the JS frame exit code
64 bool Debug::IsDebugBreakAtReturn(RelocInfo* rinfo) {
91 #ifdef DEBUG
92 __ RecordComment("// Calling from debug break to runtime - come in - over");
125 void Debug::GenerateLoadICDebugBreak(MacroAssembler* masm) {
135 void Debug::GenerateStoreICDebugBreak(MacroAssembler* masm)
    [all...]
  /external/v8/src/
variables.cc 80 #ifdef DEBUG
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 71 * DEBUG
169 return Log.DEBUG;
  /frameworks/base/telephony/java/com/android/internal/telephony/
Connection.java 291 * Don't log personal stuff unless in debug mode.
297 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) {

Completed in 270 milliseconds

<<11121314151617181920>>