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

1 23 4 5 6 7

  /external/webkit/WebKitTools/android/flex-2.5.4a/
FlexLexer.h 84 int debug() const { return yy_flex_debug; } function in class:FlexLexer
91 int yy_flex_debug; // only has effect with -d or "%option debug"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 175 protected void debug(int depth) { method in class:StatusBarIconView
176 super.debug(depth);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 26 DEBUG STRUCTURES
61 we ignore and do not print the frames unless debug & 4 is set.
108 int debug; /* bit: 1 & any - print temporal stats member in struct:PERF_RT_Private
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 48 * <p>Debug flag to trace loading process.</p>
50 private static boolean debug = false; field in class:FactoryFinder
76 String val = SecuritySupport.getSystemProperty("jaxp.debug");
77 // Allow simply setting the prop to turn on debug
78 debug = val != null && (! "false".equals(val));
80 debug = false;
92 if (debug) {
118 if (debug) debugPrintln(
126 if (debug) debugPrintln(
157 if (debug) {
    [all...]
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 47 /** debug support code. */
48 private static boolean debug = false; field in class:SchemaFactoryFinder
68 String val = SecuritySupport.getSystemProperty("jaxp.debug");
69 // Allow simply setting the prop to turn on debug
70 debug = val != null && (! "false".equals(val));
72 debug = false;
77 * <p>Conditional debug printing.</p>
82 if (debug) {
105 if( debug ) {
153 if (debug) {
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 43 /** debug support code. */
44 private static boolean debug = false; field in class:XPathFactoryFinder
54 String val = SecuritySupport.getSystemProperty("jaxp.debug");
55 // Allow simply setting the prop to turn on debug
56 debug = val != null && (! "false".equals(val));
58 debug = false;
73 * <p>Conditional debug printing.</p>
78 if (debug) {
101 if( debug ) {
148 if (debug) {
    [all...]
  /sdk/files/
android.el 118 (defun android-debug-activity (package class)
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_local.h 127 debug: 1; member in struct:alisp_instance
134 snd_output_t *dout; /* debug output */
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
110 /** "Debug" level logging. */
225 } else if("debug".equalsIgnoreCase(lvl)) {
290 case SimpleLog.LOG_LEVEL_DEBUG: buf.append("[DEBUG] "); break;
367 * @see org.apache.commons.logging.Log#debug(Object)
369 public final void debug(Object message) { method in class:SimpleLog
383 * @see org.apache.commons.logging.Log#debug(Object, Throwable)
385 public final void debug(Object message, Throwable t) { method in class:SimpleLog
549 * <p> Are debug messages currently enabled? </p
    [all...]
  /external/chromium/net/tools/testserver/
testserver.py 40 def debug(str): function
    [all...]
  /external/netperf/
netsh.c 135 debug, /* debugging level */ variable
358 if (debug) {
402 debug = 0;/* debugging level */
536 debug++;
998 printf("Debug: %d\n",debug);
  /external/proguard/src/proguard/classfile/editor/
MemberReferenceFixer.java 48 private static final boolean DEBUG = false;
108 if (DEBUG)
110 debug(clazz, stringConstant, referencedClass, referencedMember); method
136 if (DEBUG)
138 debug(clazz, fieldrefConstant, referencedClass, referencedMember); method
164 if (DEBUG)
166 debug(clazz, interfaceMethodrefConstant, referencedClass, referencedMember); method
185 if (DEBUG)
220 if (DEBUG)
222 debug(clazz, methodrefConstant, referencedClass, referencedMember) method
430 private void debug(Clazz clazz, method in class:MemberReferenceFixer
443 private void debug(Clazz clazz, method in class:MemberReferenceFixer
    [all...]
  /external/qemu/audio/
ossaudio.c 64 int debug; member in struct:__anon5930
71 .debug = 0
190 #if defined DEBUG_MISMATCHES || defined DEBUG
281 #ifdef DEBUG
342 if (conf.debug) {
351 if (conf.debug) {
749 {"DEBUG", AUD_OPT_BOOL, &conf.debug,
  /external/srec/tools/test_g2g/
test_g2g.c 77 int debug = 0; variable
389 if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,
529 if(debug)printf("phoneme %d num_hmms %d (%d-%d)\n", i, num_hmms_in_phoneme,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 75 * Debug Launcher for already running apps
97 public boolean debug(String packageName, int port); method in interface:DdmsPlugin.IDebugLauncher
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 29 ** <-d> to print a debug log
100 int debug = 0; variable
287 debug = 1;
295 printf("\t<-d> to print a debug log\n");
386 if (debug) {
397 if (debug) {
466 if (debug) {
  /bionic/libc/netbsd/isc/
eventlib_p.h 188 int debug; member in struct:__anon497
  /external/blktrace/
blkiomon.c 90 static struct output drvdata, human, binary, debug; variable in typeref:struct:
110 if (!debug.fn)
113 fprintf(debug.fp, "--- %s ---\n", descr);
114 fprintf(debug.fp, "magic %16d\n", bit->magic);
115 fprintf(debug.fp, "sequence %16d\n", bit->sequence);
116 fprintf(debug.fp, "time %16ld\n", (unsigned long)bit->time);
117 fprintf(debug.fp, "sector %16ld\n", (unsigned long)bit->sector);
118 fprintf(debug.fp, "bytes %16d\n", bit->bytes);
119 fprintf(debug.fp, "action %16x\n", bit->action);
120 fprintf(debug.fp, "pid %16d\n", bit->pid)
    [all...]
  /external/chromium/third_party/icu/source/common/
serv.cpp 102 ICUServiceKey::debug(UnicodeString& result) const function in class:ICUServiceKey
168 SimpleFactory::debug(UnicodeString& toAppendTo) const function in class:SimpleFactory
  /external/chromium/third_party/icu/source/test/intltest/
testidna.cpp 414 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){ function in class:TestIDNA
515 debug(src,-1,options | UIDNA_ALLOW_UNASSIGNED);
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 330 FT_Bool debug; member in struct:TT_SizeRec_
  /external/icu4c/common/
serv.cpp 102 ICUServiceKey::debug(UnicodeString& result) const function in class:ICUServiceKey
168 SimpleFactory::debug(UnicodeString& toAppendTo) const function in class:SimpleFactory
  /external/icu4c/test/intltest/
testidna.cpp 414 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){ function in class:TestIDNA
514 debug(src,-1,options | UIDNA_ALLOW_UNASSIGNED);
    [all...]
  /external/qemu/
tap-win32.c 581 unsigned long debug; member in struct:__anon6581
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp 862 NEVER_INLINE void Interpreter::debug(CallFrame* callFrame, DebugHookID debugHookID, int firstLine, int lastLine) function in class:JSC::Interpreter
    [all...]

Completed in 1652 milliseconds

1 23 4 5 6 7