HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 26 - 50 of 158) sorted by null

12 3 4 5 6 7

  /external/nist-sip/java/gov/nist/core/
ParserCore.java 41 public static final boolean debug = Debug.parserDebug; field in class:ParserCore
49 if (debug) dbg_enter("nameValue");
94 if (debug) dbg_leave("nameValue");
105 if (debug) {
119 if (debug) {
136 if (debug) {
137 Debug.println(rule +" " + lexer.peekLine());
  /frameworks/base/core/jni/
android_util_Log.cpp 36 jint debug; member in struct:android::levels_t
48 case 'D': return levels.debug;
161 levels.debug = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "DEBUG", "I"));
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 42 * operations, each component writes its log or debug into the
58 /* debug interface */
60 unsigned long debug; /* debug flag - will print some events, member in struct:PERF_Config
62 unsigned long detailed_debug; /* debug flag - will print ALL events */
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 63 public static void debug(String format, Object... args) { method in class:LogTag
  /device/samsung/crespo/alsa-lib/test/
seq.c 22 int debug = 0; variable
140 printf(" -d,--debug debug mode\n");
159 {"debug", 0, NULL, HELPID_DEBUG},
179 debug = 1;
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 110 * @see org.apache.commons.logging.Log#debug(Object)
112 public void debug(Object message) { method in class:Jdk14Logger
122 * @see org.apache.commons.logging.Log#debug(Object, Throwable)
124 public void debug(Object message, Throwable exception) { method in class:Jdk14Logger
210 * Is debug logging currently enabled?
  /external/clearsilver/python/examples/base/
log.py 115 def debug(*args): function
  /external/kernel-headers/original/asm-arm/
processor.h 47 struct debug_info debug; member in struct:thread_struct
  /external/kernel-headers/original/linux/
if_tun.h 27 #define DBG if(tun->debug)printk
28 #define DBG1 if(debug==2)printk
54 int debug; member in struct:tun_struct
  /external/libffi/src/pa/
ffi.c 50 #define debug(lvl, x...) do { if (lvl <= DEBUG_LEVEL) { printf(x); } } while (0) macro
149 debug(1, "%s: stack = %p, ecif = %p, bytes = %u\n", __FUNCTION__, stack,
180 debug(3, "Storing UINT32 %u in slot %u\n", *(UINT32 *)(*p_argv),
194 debug(3, "Storing UINT32(float) in slot %u\n", slot);
209 debug(3, "Storing UINT64(double) at slot %u\n", slot);
262 debug(5, "Stack setup:\n");
265 if ((n%4) == 0) { debug(5, "\n%08x: ", (unsigned int)(stack - n)); }
266 debug(5, "%08x ", *(stack - n));
268 debug(5, "\n");
313 debug(3, "Calculated stack size is %u bytes\n", cif->bytes)
    [all...]
  /external/proguard/src/proguard/classfile/editor/
MethodInvocationFixer.java 47 private static final boolean DEBUG = false;
109 if (DEBUG)
111 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
130 if (DEBUG)
132 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
156 if (DEBUG)
158 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
180 if (DEBUG)
182 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
236 private void debug(Clazz clazz method in class:MethodInvocationFixer
    [all...]
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 212 public String debug(String output) { method in class:AbsoluteLayout.LayoutParams
  /libcore/luni/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;
  /packages/apps/Email/src/org/apache/james/mime4j/
Log.java 62 public void debug(Object message) { method in class:Log
67 public void debug(Object message, Throwable t) { method in class:Log
  /system/core/sh/
options.h 100 #ifdef DEBUG
101 DEF_OPT( "debug", 0 ) /* enable debug prints */
102 #define debug optlist[18].val macro
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/bluetooth/bluez/gdbus/
mainloop.c 41 #define debug(fmt...) macro
object.c 38 #define debug(fmt...) macro
watch.c 38 #define debug(fmt...) macro
  /external/dhcpcd/
dhcpcd.c 70 {"debug", no_argument, NULL, 'd'},
636 int debug = 0; local
797 debug++;
798 switch (debug) {
  /external/e2fsprogs/misc/
uuidd.c 198 int debug, int timeout, int quiet)
277 if (!debug)
315 if (debug)
318 } else if (debug)
333 if (debug) {
343 if (debug) {
352 if (debug) {
370 if (debug) {
382 if (debug)
404 int debug = 0, do_type = 0, do_kill = 0, num = 0 local
    [all...]
  /external/openssl/apps/
dgst.c 116 int debug=0; local
217 debug=1;
268 BIO_printf(bio_err,"-d to output debug info\n");
291 if (debug)
enc.c 124 int debug=0,olb64=0,nosalt=0; local
206 else if (strcmp(*argv,"-debug") == 0)
207 debug=1;
389 if (debug)
491 if (debug)
610 if (debug)
  /external/srec/srec/include/
astar.h 60 char* label, debug[64]; member in struct:arc_token_t
  /external/webkit/WebCore/page/
Console.cpp 133 levelString = "DEBUG";
199 void Console::debug(ScriptCallStack* callStack) function in class:WebCore::Console
201 // In Firebug, console.debug has the same behavior as console.log. So we'll do the same.

Completed in 1794 milliseconds

12 3 4 5 6 7