Searched defs:debug (Results 101 - 125 of 268) sorted by relevance

1234567891011

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventHub.java28 package org.antlr.runtime.debug;
36 /** Broadcast debug events to multiple listeners. Lets you debug and still
H A DDebugEventListener.java28 package org.antlr.runtime.debug;
143 * without having to alter all the debug objects.
H A DDebugEventRepeater.java28 package org.antlr.runtime.debug;
35 * debug events w/o interrupting the debugger. Just subclass the repeater
H A DDebugTreeAdaptor.java28 package org.antlr.runtime.debug;
43 * The debug listener has to deal with tree node IDs for which it did
79 // to simulate what dupTree has done. dupTree does not call this debug
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb49 # since there are many components to the debug-mode
51 # are not used simultaneously, debug.rb contains the
52 # base of the debug library and the various listeners
54 autoload :EventSocketProxy, 'antlr3/debug/socket'
55 autoload :RemoteEventSocketListener, 'antlr3/debug/socket'
56 autoload :TraceEventListener, 'antlr3/debug/trace-event-listener'
57 autoload :RecordEventListener, 'antlr3/debug/record-event-listener'
58 autoload :RuleTracer, 'antlr3/debug/rule-tracer'
59 autoload :EventHub, 'antlr3/debug/event-hub'
60 autoload :TreeAdaptor, 'antlr3/tree/debug'
149 def klass.debug? singleton method in class:ANTLR3.Debug.ParserEvents.included
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAToDFAConverter.java57 public static boolean debug = false; field in class:NFAToDFAConverter
276 if ( debug ) {
458 if ( debug ) {
598 if ( debug ){
620 if ( debug ) {
663 if ( debug ) {
1169 if ( debug ) {
1174 if ( debug && nondeterministicAlts!=null ) {
1222 if ( debug ) {
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestAutoAST.java34 protected boolean debug = false; field in class:TestAutoAST
45 "a", "abc 34", debug);
58 "a", "abc 34", debug);
71 "a", "abc 34", debug);
84 "a", "34 abc", debug);
97 "a", "abc 34 dag 4532", debug);
110 "a", "a 1 b", debug);
123 "a", "void foo;", debug);
136 "a", "void foo;", debug);
149 "a", "void foo;", debug);
[all...]
H A DTestTreeGrammarRewriteAST.java45 protected boolean debug = false; field in class:TestTreeGrammarRewriteAST
/external/apache-http/src/org/apache/commons/logging/impl/
H A DSimpleLog.java41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
225 } else if("debug".equalsIgnoreCase(lvl)) {
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>
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMManager.java351 * 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/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py87 def debug(self, msg): self.vlog(1, msg) member in class:Logging
250 logging.debug('Flags start (python): %s' % line)
254 logging.debug('Flags start (swig): %s' % line)
258 logging.debug('Flags start (c): %s' % line)
262 logging.debug('Flags start (java): %s' % line)
266 logging.debug('Desc: %s' % line)
287 logging.debug('Module: %s' % line)
300 logging.debug('Flag: %s' % line)
309 logging.debug('Fdef: %s' % line)
314 logging.debug('Fti
[all...]
/external/e2fsprogs/misc/
H A Duuidd.c229 int debug, int timeout, int quiet)
286 while (!debug && s <= 2) {
321 if (!debug)
359 if (debug)
362 } else if (debug)
377 if (debug) {
387 if (debug) {
396 if (debug) {
415 if (debug) {
427 if (debug)
228 server_loop(const char *socket_path, const char *pidfile_path, int debug, int timeout, int quiet) argument
449 int debug = 0, do_type = 0, do_kill = 0, num = 0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.logging_1.0.4.v201005080501.jar ... .Object, java.lang.Throwable) public abstract void debug (java.lang.Object) public abstract void debug (java ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedUpdateEntryTask.java47 * debug - more output to console - eg., 0|1|2
58 private int debug = 0; field in class:RSSFeedUpdateEntryTask
81 public void setDebug(int debug) { this.debug = debug; } argument
102 if (debug>0) {
141 if (debug > 1 && newNode != null) {
214 if (debug==0) { System.out.print(xpath + (isNullString(replacement)?" = ":" :: ")); } //$NON-NLS-1$ //$NON-NLS-2$
224 if (debug>0) { System.out.print(Messages.getString("RSSFeedUpdateEntryTask.DebugFoundAttribute")); } //$NON-NLS-1$
229 if (debug>
[all...]
/external/eigen/Eigen/src/Core/
H A DAssign.h103 static void debug() function in struct:Eigen::internal::assign_traits
496 internal::assign_traits<Derived, OtherDerived>::debug();
/external/elfutils/tests/
H A Ddwflmodtest.c174 const char *debug; local
176 NULL, NULL, &file, &debug) != name
180 name, start, end, file, debug);
/external/libffi/src/pa/
H A Dffi.c50 #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(
[all...]
/external/llvm/tools/lto/
H A DLTOCodeGenerator.cpp95 bool LTOCodeGenerator::setDebugInfo(lto_debug_model debug, argument
97 switch (debug) {
106 llvm_unreachable("Unknown debug format!");
H A Dlto.cpp148 /// lto_codegen_set_debug_model - Sets what if any format of debug info should
151 bool lto_codegen_set_debug_model(lto_code_gen_t cg, lto_debug_model debug) { argument
152 return cg->setDebugInfo(debug, sLastErrorString);
/external/openssh/
H A Dlog.c206 debug(const char *fmt,...) function
/external/openssl/apps/
H A Ddgst.c116 int debug=0; local
218 debug=1;
273 BIO_printf(bio_err,"-d to output debug info\n");
296 if (debug)
H A Denc.c121 int debug=0,olb64=0,nosalt=0; local
204 else if (strcmp(*argv,"-debug") == 0)
205 debug=1;
389 if (debug)
495 if (debug)
619 if (debug)
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c37 static int debug = 0; variable
68 if (debug) {
102 if (debug) {
168 if (debug) {
214 if (debug)
226 if (debug) {
256 if (options && !strcmp("debug", options))
257 debug = 1;
259 if (debug)
/external/proguard/src/proguard/classfile/editor/
H A DMemberReferenceFixer.java110 debug(clazz, stringConstant, referencedClass, referencedMember);
138 debug(clazz, fieldrefConstant, referencedClass, referencedMember);
166 debug(clazz, interfaceMethodrefConstant, referencedClass, referencedMember);
222 debug(clazz, methodrefConstant, referencedClass, referencedMember);
430 private void debug(Clazz clazz, method in class:MemberReferenceFixer
443 private void debug(Clazz clazz, method in class:MemberReferenceFixer
/external/qemu/android/
H A Dmain-emulator.c32 /* Required by android/utils/debug.h */
96 * see the debug messages from this launcher program.
98 const char* debug = getenv("ANDROID_EMULATOR_DEBUG"); local
100 if (debug != NULL && *debug && *debug != '0')

Completed in 6829 milliseconds

1234567891011