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

<<11121314151617181920>>

  /external/srec/srec/cfront/
spec_anl.c 39 #define DEBUG 0
74 #if DEBUG
85 #if DEBUG
101 #if DEBUG
109 #if DEBUG
120 #if DEBUG
131 #if DEBUG
  /packages/apps/Email/src/com/android/email/service/
MailService.java 175 if (Config.LOGD && Email.DEBUG) {
193 if (Config.LOGD && Email.DEBUG) {
200 if (Config.LOGD && Email.DEBUG) {
234 if (Config.LOGD && Email.DEBUG) {
349 if (Config.LOGD && Email.DEBUG) {
354 if (Config.LOGD && Email.DEBUG) {
429 String displayName; // temporary, for debug logging
545 if (Config.LOGD && Email.DEBUG) {
  /external/zlib/
trees.c 39 #ifdef DEBUG
167 #ifndef DEBUG
171 #else /* DEBUG */
190 #ifdef DEBUG
216 #else /* !DEBUG */
231 #endif /* DEBUG */
325 # ifndef DEBUG
403 #ifdef DEBUG
878 #ifdef DEBUG
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 47 // All flags defining debug or development code settings must be FALSE
251 if (Config.LOGD && Email.DEBUG) {
262 if (Config.LOGD && Email.DEBUG) {
269 if (Config.LOGD && Email.DEBUG) {
291 if (Config.LOGD && Email.DEBUG) {
362 if (Email.DEBUG) {
383 if (Config.LOGD && Email.DEBUG) {
632 if (Config.LOGD && Email.DEBUG) {
667 if (Config.LOGD && Email.DEBUG) {
773 if (DEBUG_LOG_RAW_STREAM && Config.LOGD && Email.DEBUG) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 41 static final boolean DEBUG = false;
464 if (DEBUG) Log.i(TAG, "Rebuilding...");
472 if (DEBUG) Log.i(TAG, "Using " + info.packageName + ": " + entry);
563 if (DEBUG) Log.i(TAG, "Adding package " + pkgName);
572 if (DEBUG) Log.i(TAG, "Package already exists!");
596 if (DEBUG) Log.i(TAG, "removePackage: " + pkgName + " @ " + idx);
599 if (DEBUG) Log.i(TAG, "removePackage: " + entry);
615 if (DEBUG) Log.i(TAG, "Looking up entry of pkg " + info.packageName + ": " + entry);
617 if (DEBUG) Log.i(TAG, "Creating AppEntry for " + info.packageName);
673 if (DEBUG) Log.i(TAG, "Set size of " + entry.label + " " + entr
    [all...]
  /external/v8/src/
ic.cc 41 #ifdef DEBUG
94 #ifdef DEBUG
119 ASSERT(Debug::HasDebugInfo(shared));
120 Code* original_code = Debug::GetDebugInfo(shared)->original_code();
216 // Don't clear debug break inline cache as it will remove the break point.
471 if (Debug::StepInActive()) {
476 Debug::HandleStepIn(function, object, fp(), false);
578 #ifdef DEBUG
603 #ifdef DEBUG
615 #ifdef DEBUG
    [all...]
handles.h 53 #ifdef DEBUG
168 #ifdef DEBUG
273 // Computes the enumerable keys from interceptors. Used for debug mirrors and
342 #ifndef DEBUG
  /external/grub/netboot/
lance.c 239 #ifdef DEBUG
244 #ifdef DEBUG
253 #ifdef DEBUG
290 #ifdef DEBUG
309 #ifdef DEBUG
376 #ifdef DEBUG
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
Compiler.java 807 private static final boolean DEBUG = false;
847 if(DEBUG)
854 if(DEBUG)
864 if(DEBUG)
874 if(DEBUG)
888 if(DEBUG)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 52 private static final boolean DEBUG = false;
225 if (DEBUG) Log.d(TAG, "No profiles. Maybe we will connect later");
245 if (DEBUG) Log.d(TAG, "Preferred profiles = " + preferredProfiles);
407 if (DEBUG) Log.d(TAG, "Default to address. Device has no name (yet) " + mName);
514 if (DEBUG) {
566 if (DEBUG) {
  /external/iptables/extensions/
libip6t_rt.c 15 /*#define DEBUG 1*/
100 #ifdef DEBUG
123 #if DEBUG
133 #if DEBUG
libipt_set.h 8 #ifdef DEBUG
  /external/proguard/src/proguard/optimize/evaluation/
LivenessAnalyzer.java 44 private static final boolean DEBUG = false;
46 private static boolean DEBUG = true;
181 // DEBUG =
185 if (DEBUG)
294 if (DEBUG)
  /external/proguard/src/proguard/optimize/peephole/
ClassMerger.java 51 private static final boolean DEBUG = false;
53 private static boolean DEBUG = true;
112 //DEBUG = programClass.getName().equals(CLASS_NAME) ||
128 if (DEBUG)
220 if (DEBUG)
  /external/qemu/android/utils/
timezone.c 12 #include "android/utils/debug.h"
21 #define DEBUG 1
26 # define D_ACTIVE DEBUG
29 #if DEBUG
  /external/v8/test/cctest/
test-assembler-mips.cc 84 #ifdef DEBUG
125 #ifdef DEBUG
248 #ifdef DEBUG
  /hardware/ril/libril/
ril_event.cpp 75 #define DEBUG 0
77 #if DEBUG
331 #if DEBUG
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 52 private static final boolean DEBUG = false;
53 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
267 if (Log.isLoggable(LogTag.TRANSACTION, Log.DEBUG)) {
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 63 private static final boolean DEBUG = false;
64 private static final boolean LOCAL_LOGV = DEBUG ? Config.LOGD : Config.LOGV;
211 if (DEBUG) {
  /build/tools/soslim/
prelink_info.c 11 #include <debug.h>
43 #ifndef DEBUG
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 111 * Overrides Object.toString() for debug purposes.
527 if (DEBUG)
529 if (m_size > newSize) System.out.println ("DEBUG: rehash() cleared " + (m_size - newSize) + " values, new size = " + newSize);
578 if (DEBUG) ++ count;
593 if (DEBUG)
595 if (count > 0) System.out.println ("DEBUG: removeClearedValues() cleared " + count + " keys, new size = " + m_size);
616 private static final boolean DEBUG = false;
  /external/libxml2/include/libxml/
xmlmemory.h 21 * DEBUG_MEMORY replaces the allocator with a collect and debug
24 * libxml i.e. if libxml has been configured with --with-debug-mem too.
29 #ifdef DEBUG
39 * libxml i.e. if libxml has been configured with --with-debug-mem too.
138 * These are specific to the XML debug memory wrapper.
  /external/qemu/telephony/
modem_driver.c 21 #ifdef DEBUG
  /external/quake/quake/src/QW/scitech/include/
debug.h 6 * Filename: $Workfile: debug.h $
212 #ifdef DEBUG
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 6 * Filename: $Workfile: debug.h $
212 #ifdef DEBUG

Completed in 2184 milliseconds

<<11121314151617181920>>