/external/apache-http/src/org/apache/commons/logging/impl/ |
Jdk14Logger.java | 115 * @see org.apache.commons.logging.Log#debug(Object) 117 public void debug(Object message) { method in class:Jdk14Logger 127 * @see org.apache.commons.logging.Log#debug(Object, Throwable) 129 public void debug(Object message, Throwable exception) { method in class:Jdk14Logger 215 * Is debug logging currently enabled?
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMManager.java | 351 * Temp debug code - this will be removed after we test everything 353 private static boolean debug; field in class:DTMManager 359 debug = System.getProperty("dtm.debug") != null;
|
/external/capstone/bindings/python/pyx/ |
ccapstone.pyx | 312 def debug(): function
|
/external/elfutils/tests/ |
dwflmodtest.c | 166 const char *debug; local 168 NULL, NULL, &file, &debug) != name 172 name, start, end, file, debug);
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
PoloChallengeResponse.java | 39 * Optional handler for debug log messages. 216 mLogger.debug(message); 230 public void debug(String message); method in interface:PoloChallengeResponse.DebugLogger
|
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/ |
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/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
Transport.java | 51 public boolean debug = true; field in class:Transport
|
/external/libcap/pam_cap/ |
pam_cap.c | 8 /* #define DEBUG */ 29 int debug; member in struct:pam_cap_s 165 #ifdef DEBUG 171 #endif /* DEBUG */ 218 if (!strcmp(*argv, "debug")) { 219 pcs->debug = 1;
|
/external/libchrome/base/debug/ |
profiler.cc | 5 #include "base/debug/profiler.h" 9 #include "base/debug/debugging_flags.h" 26 namespace debug { namespace in namespace:base 224 } // namespace debug
|
stack_trace.cc | 5 #include "base/debug/stack_trace.h" 34 namespace debug { namespace in namespace:base 229 // base::debug::StackTrace platform-specific implementation files. 291 } // namespace debug
|
/external/libdrm/intel/ |
intel_bufmgr_priv.h | 313 int debug; member in struct:_drm_intel_bufmgr
|
/external/libffi/src/pa/ |
ffi.c | 52 #define debug(lvl, x...) do { if (lvl <= DEBUG_LEVEL) { printf(x); } } while (0) macro 151 debug(1, "%s: stack = %p, ecif = %p, bytes = %u\n", __FUNCTION__, stack, 182 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv), 196 debug(3, "Storing UINT32(float) in slot %u\n", slot); 211 debug(3, "Storing UINT64(double) at slot %u\n", slot); 264 debug(5, "Stack setup:\n"); 267 if ((n%4) == 0) { debug(5, "\n%08x: ", (unsigned int)(stack - n)); } 268 debug(5, "%08x ", *(stack - n)); 270 debug(5, "\n"); 315 debug(3, "Calculated stack size is %u bytes\n", cif->bytes) [all...] |
/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/libvpx/libvpx/ |
vpxenc.h | 52 int debug; member in struct:VpxEncoderConfig
|
/external/libxml2/ |
testRegexp.c | 17 static int debug = 0; variable 261 fprintf(stderr, " --debug: switch on debugging\n"); 296 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug"))) { 297 debug++; 345 if (debug) { 373 if (debug)
|
/external/ltp/testcases/kernel/controllers/freezer/ |
vfork.c | 49 #define debug(s) \ macro 208 debug("ptrace(): "); 223 debug("ptrace(): "); 255 debug("ptrace(): "); 278 debug("write: ");
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
aiodio_sparse.c | 51 int debug; variable 111 if (debug) 123 if (debug) 135 if (debug) 153 if (debug) 167 if (debug) 225 debug++;
|
/external/ltp/testcases/kernel/io/stress_cd/ |
stress_cd.c | 54 static int debug; variable 66 if (debug) 80 if (debug) 93 if (debug) 105 if (debug) 125 if (debug) 134 if (debug) 149 if (debug) 170 if (debug) 176 if (debug) [all...] |
/external/ltp/testcases/kernel/sched/pthreads/ |
pth_str01.c | 46 int debug = 0; variable 115 debug = 1; 175 if (debug) { 197 if (debug) { 207 if (debug) { 213 if (debug) { 219 if (debug) { 226 if (debug) { 244 if (debug) { 251 if (debug) { [all...] |
/external/ltp/testcases/kernel/sched/sched_stress/ |
sched_tc4.c | 93 * debug: enable debugging messages 98 int debug = 0; variable 124 if (debug) { 160 if (debug) 278 debug++;
|
sched_tc5.c | 89 * debug: enable debugging messages 94 int debug = 0; variable 121 if (debug) { 158 if (debug) 281 debug++; 288 debug = 1;
|
/external/ltp/testcases/realtime/include/ |
librttest.h | 34 * 2006-May-08: Added atomic_{inc,set,get}, thread struct, debug function, 161 /* debug: do debug prints at level L (see DBG_* below). If buffer_init 164 * L: debug level (see below) This will print if L is lower than _dbg_lvl 169 #define debug(L,A,B...) do {\ macro
|
/external/mesa3d/src/compiler/glsl/ |
opt_dead_code_local.cpp | 41 static bool debug = false; variable 79 if (debug) 86 if (debug) 128 if (debug) 198 if (debug) 212 if (debug) { 221 if (debug) { 253 if (debug) { 265 if (debug) 269 if (debug) [all...] |
opt_structure_splitting.cpp | 42 static bool debug = false; member in namespace:__anon29247 318 if (debug) {
|
opt_tree_grafting.cpp | 59 static bool debug = false; member in namespace:__anon29249 129 if (debug) { 166 if (debug) { 320 if (debug) { 330 if (debug) {
|