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

1 2 3 4 5 6 7

  /development/tools/idegen/src/
Log.java 22 static final boolean DEBUG = false;
24 static void debug(String message) { method in class:Log
25 if (DEBUG) {
  /device/samsung/crespo/alsa-lib/include/
alisp.h 25 debug: 1; member in struct:alisp_cfg
31 snd_output_t *dout; /* debug output */
  /external/chromium/third_party/icu/source/test/perf/perldriver/
PerfFramework.pm 15 my $DEBUG = 1;
109 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/
PerfFramework.pm 15 my $DEBUG = 1;
109 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...]
  /frameworks/base/core/java/android/debug/
JNITest.java 17 package android.debug;
  /development/tools/axl/
log.py 44 def debug(self, *logstrs): member in class:Log
  /device/samsung/crespo/alsa-lib/alsalisp/
alsalisp.c 33 static int debug = 0; variable
61 cfg.debug = debug;
89 debug = 1;
  /external/bluetooth/bluez/tracer/
main.c 57 { "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/
servrbf.cpp 73 ICUResourceBundleFactory::debug(UnicodeString& result) const function in class:ICUResourceBundleFactory
75 LocaleKeyFactory::debug(result);
servslkf.cpp 98 SimpleLocaleKeyFactory::debug(UnicodeString& result) const function in class:SimpleLocaleKeyFactory
100 LocaleKeyFactory::debug(result);
servlk.cpp 159 LocaleKey::debug(UnicodeString& result) const function in class:LocaleKey
161 ICUServiceKey::debug(result);
servlkf.cpp 127 LocaleKeyFactory::debug(UnicodeString& result) const function in class:LocaleKeyFactory
  /external/icu4c/common/
servrbf.cpp 73 ICUResourceBundleFactory::debug(UnicodeString& result) const function in class:ICUResourceBundleFactory
75 LocaleKeyFactory::debug(result);
servslkf.cpp 98 SimpleLocaleKeyFactory::debug(UnicodeString& result) const function in class:SimpleLocaleKeyFactory
100 LocaleKeyFactory::debug(result);
servlk.cpp 159 LocaleKey::debug(UnicodeString& result) const function in class:LocaleKey
161 ICUServiceKey::debug(result);
servlkf.cpp 127 LocaleKeyFactory::debug(UnicodeString& result) const function in class:LocaleKeyFactory
  /external/nist-sip/java/gov/nist/core/
Debug.java 33 * A class to do debug printfs
35 public class Debug {
37 public static boolean debug = false; field in class:Debug
43 Debug.stackLogger = stackLogger;
47 if ((parserDebug || debug )&& stackLogger != null )
51 if ((parserDebug || debug ) && stackLogger != null) {
57 if ((parserDebug || debug) && stackLogger != null ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocevents.cpp 350 char debug[256]; local
410 //sprintf(debug, "SDL: TranslateKey: keysym->scancode=%d, keysym->sym=%d, keysym->mod=%d",
412 //SDL_TRACE(debug); //!!
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 16 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);
standalone-pre.js 8 function debug(msg) function
68 debug("WARN: shouldBe() expects string arguments");
  /dalvik/dx/src/com/android/dx/command/dump/
Args.java 23 /** whether to run in debug mode */
24 boolean debug = false; field in class:Args
  /external/apache-http/src/org/apache/commons/logging/
Log.java 29 * <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/apache-http/src/org/apache/commons/logging/impl/
NoOpLog.java 44 public void debug(Object message) { } method in class:NoOpLog
46 public void debug(Object message, Throwable t) { } method in class:NoOpLog
65 * Debug is never enabled.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Log.java 30 public void debug(String format, Object... args) { method in class:Log
  /external/bluetooth/bluez/tools/
hciattach_st.c 42 static int debug = 0; variable
59 if (debug) {
83 if (debug) {

Completed in 2465 milliseconds

1 2 3 4 5 6 7