Searched defs:debug (Results 1 - 25 of 85) sorted by relevance

1234

/external/chromium/third_party/icu/source/test/perf/perldriver/
H A DPerfFramework.pm109 debug("Test: $i\n");
143 #debug("data is @data\n");
191 # debug("Iterations per pass: $iterCount<BR>\n");
193 # debug("Events per iteration: $eventsPerIter<BR>\n");
199 debug("Raw times (ms/pass): ", join(", ", @ms_str), "<BR>\n");
259 debug( "[$cmd]\n"); # for debugging
269 #debug( "[", join("\n", @out), "]\n");
279 #debug ("$_ => [[$m $state !!!$d!!! $data ]]\n");
290 #debug( "#$method:", join(";",@$data), "\n");
318 sub debug { subroutine
[all...]
/external/icu4c/test/perf/perldriver/
H A DPerfFramework.pm109 debug("Test: $i\n");
143 #debug("data is @data\n");
191 # debug("Iterations per pass: $iterCount<BR>\n");
193 # debug("Events per iteration: $eventsPerIter<BR>\n");
199 debug("Raw times (ms/pass): ", join(", ", @ms_str), "<BR>\n");
259 debug( "[$cmd]\n"); # for debugging
269 #debug( "[", join("\n", @out), "]\n");
279 #debug ("$_ => [[$m $state !!!$d!!! $data ]]\n");
290 #debug( "#$method:", join(";",@$data), "\n");
318 sub debug { subroutine
[all...]
/external/bluetooth/bluez/tracer/
H A Dmain.c57 { "debug", 'd', 0, G_OPTION_ARG_NONE, &option_debug,
58 "Enable debug information output" },
62 static void debug(const char *format, ...) function
136 syslog(LOG_INFO, "Enabling debug information");
141 debug("Entering main loop");
/external/chromium/third_party/icu/source/common/
H A Dservrbf.cpp73 ICUResourceBundleFactory::debug(UnicodeString& result) const function in class:ICUResourceBundleFactory
75 LocaleKeyFactory::debug(result);
H A Dservslkf.cpp98 SimpleLocaleKeyFactory::debug(UnicodeString& result) const function in class:SimpleLocaleKeyFactory
100 LocaleKeyFactory::debug(result);
H A Dservlk.cpp159 LocaleKey::debug(UnicodeString& result) const function in class:LocaleKey
161 ICUServiceKey::debug(result);
H A Dservlkf.cpp127 LocaleKeyFactory::debug(UnicodeString& result) const function in class:LocaleKeyFactory
/external/icu4c/common/
H A Dservrbf.cpp73 ICUResourceBundleFactory::debug(UnicodeString& result) const function in class:ICUResourceBundleFactory
75 LocaleKeyFactory::debug(result);
H A Dservslkf.cpp98 SimpleLocaleKeyFactory::debug(UnicodeString& result) const function in class:SimpleLocaleKeyFactory
100 LocaleKeyFactory::debug(result);
H A Dservlk.cpp159 LocaleKey::debug(UnicodeString& result) const function in class:LocaleKey
161 ICUServiceKey::debug(result);
H A Dservlkf.cpp127 LocaleKeyFactory::debug(UnicodeString& result) const function in class:LocaleKeyFactory
/external/nist-sip/java/gov/nist/core/
H A DDebug.java33 * A class to do debug printfs
37 public static boolean debug = false; field in class:Debug
47 if ((parserDebug || debug )&& stackLogger != null )
51 if ((parserDebug || debug ) && stackLogger != null) {
57 if ((parserDebug || debug) && stackLogger != null ) {
H A DParserCore.java41 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) {
/external/webkit/LayoutTests/fast/js/resources/
H A Djs-test-pre.js16 function debug(msg) function
30 debug('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
35 debug('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>');
78 debug("WARN: tryAndLog() expects a string argument");
81 debug(_a);
94 debug("WARN: shouldBe() expects string arguments");
157 debug(expected + " is unknown type " + typeof expected);
H A Dstandalone-pre.js8 function debug(msg) function
68 debug("WARN: shouldBe() expects string arguments");
/external/apache-http/src/org/apache/commons/logging/
H A DLog.java29 * <li>debug</li>
49 * log.debug(theResult);
69 * <p> Is debug logging currently enabled? </p>
73 * when the log level is more than debug. </p>
75 * @return true if debug is enabled in the underlying logger.
161 * <p> Log a message with debug log level. </p>
165 public void debug(Object message); method in interface:Log
169 * <p> Log an error with debug log level. </p>
174 public void debug(Object message, Throwable t); method in interface:Log
/external/bluetooth/bluez/src/
H A Dlog.c101 void __btd_log_init(const char *debug, int detach) argument
107 if (debug != NULL)
108 enabled = g_strsplit_set(debug, ":, ", 0);
/external/clearsilver/util/
H A Dneo_server.c124 NEOERR *nserver_proc_start(NSERVER *server, BOOL debug) argument
149 if (debug == TRUE)
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
H A DSDL_epocevents.cpp350 char debug[256]; local
410 //sprintf(debug, "SDL: TranslateKey: keysym->scancode=%d, keysym->sym=%d, keysym->mod=%d",
412 //SDL_TRACE(debug); //!!
/external/apache-http/src/org/apache/commons/logging/impl/
H A DJdk14Logger.java110 * @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?
H A DNoOpLog.java44 public void debug(Object message) { } method in class:NoOpLog
46 public void debug(Object message, Throwable t) { } method in class:NoOpLog
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipelinedMsgParser.java102 * @param debug
106 Pipeline in, boolean debug, int maxMessageSize) {
275 if (Debug.debug) {
289 if (Debug.debug) {
301 if (Debug.debug) {
475 * todo's and removed some debug printlns that could slow code down by a bit.
105 PipelinedMsgParser(SIPMessageListener sipMessageListener, Pipeline in, boolean debug, int maxMessageSize) argument
/external/bluetooth/bluez/tools/
H A Dhciattach_st.c42 static int debug = 0; variable
59 if (debug) {
83 if (debug) {
/external/clearsilver/python/examples/base/
H A Dlog.py115 def debug(*args): function
/external/kernel-headers/original/asm-arm/
H A Dprocessor.h47 struct debug_info debug; member in struct:thread_struct

Completed in 339 milliseconds

1234