Searched defs:debug (Results 26 - 50 of 268) sorted by relevance

1234567891011

/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);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
H A DSkeletonDebugger.java33 package com.jme3.scene.debug;
H A DSkeletonWire.java33 package com.jme3.scene.debug;
H A DWireBox.java33 package com.jme3.scene.debug;
H A DWireSphere.java32 package com.jme3.scene.debug;
/external/mesa3d/src/glsl/
H A Dopt_dead_code.cpp35 static bool debug = false; variable
65 if (debug) {
86 if (debug) {
106 if (debug) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
H A DDebug.java72 public final static boolean debug = false; field in class:Debug
75 if (debug)
80 if (debug)
85 if (debug)
/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/oprofile/libpp/
H A Dsymbol_sort.h28 debug, enumerator in enum:sort_options::sort_order
/external/v8/src/
H A Dic-inl.h34 #include "debug.h"
46 Debug* debug = Isolate::Current()->debug(); local
49 if (!debug->has_break_points()) return result;
53 if (debug->IsDebugBreak(Assembler::target_address_at(result))) {
54 // If the call site is a call to debug break then return the address in
/external/valgrind/main/memcheck/tests/
H A Dsbfragment.c9 int debug = 0; variable
47 // two optional arguments: [nr of loop] [debug]
54 debug = 1;
61 if (debug)
73 if (debug)
97 if (debug)
100 if (debug)
/external/webkit/LayoutTests/fast/js/resources/
H A Djs-test-pre.js17 function debug(msg) function
31 debug('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
36 debug('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>');
83 debug("WARN: tryAndLog() expects a string argument");
86 debug(_a);
100 debug("WARN: shouldBe() expects string arguments");
163 debug(expected + " is unknown type " + typeof expected);
242 debug("WARN: shouldBeGreaterThanOrEqual expects string arguments");
310 debug('<br /><span class="pass">TEST COMPLETE</span>');
H A Dstandalone-pre.js8 function debug(msg) function
70 debug("WARN: shouldBe() expects string arguments");
/external/webkit/LayoutTests/http/tests/cookies/resources/
H A Dcookies-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: shouldBe() expects string arguments");
227 debug("Could not clear the cookies expect the following results to fail");
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugParser.java28 package org.antlr.runtime.debug;
43 /** Create a normal parser except wrap the token stream in a debug
59 /** Provide a new debug event listener for this parser. Notify the
H A DDebugTreeParser.java28 package org.antlr.runtime.debug;
45 /** Create a normal parser except wrap the token stream in a debug
61 /** Provide a new debug event listener for this parser. Notify the
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestLeftRecursion.java7 protected boolean debug = false; field in class:TestLeftRecursion
19 "s", "a b c", debug);
34 "s", "a b c", debug);
358 rawGenerateAndBuildRecognizer("T.g", grammar, "TParser", "TLexer", debug);
370 debug);
/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/chromium/base/debug/
H A Dtrace_event.h29 #include "base/debug/trace_event_win.h"
55 base::debug::TraceLog::GetInstance()->Trace( \
57 base::debug::TraceLog::EVENT_BEGIN, \
66 base::debug::TraceLog::GetInstance()->Trace( \
68 base::debug::TraceLog::EVENT_END, \
76 base::debug::TraceLog::GetInstance()->Trace( \
78 base::debug::TraceLog::EVENT_INSTANT, \
89 namespace debug { namespace in namespace:base
146 } // namespace debug
/external/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c57 __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name) argument
70 char id_name[sizeof "/.build-id/" + 1 + id_len * 2 + sizeof ".debug" - 1];
81 if (debug)
83 ".debug");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jar ... .html plugin.properties org/ org/eclipse/ org/eclipse/debug/ org/eclipse/debug/core/ org/eclipse/debug/core/DebugEvent. ...
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DDFA.cs69 public readonly bool debug = false; field in class:Antlr.Runtime.DFA
98 if ( debug )
108 if ( debug )
114 if ( debug )
120 if ( debug )
135 if ( debug )
152 if ( debug )
172 if ( debug )
180 if ( debug )
185 if ( debug )
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DDFA.java55 public static final boolean debug = false; field in class:DFA
65 if ( debug ) {
72 if ( debug ) System.err.println("DFA "+decisionNumber+" state "+s+" LA(1)="+(char)input.LA(1)+"("+input.LA(1)+
76 if ( debug ) {
81 if ( debug ) {
93 if ( debug ) System.err.println("accept; predict "+accept[s]+" from state "+s);
106 if ( debug ) System.err.println("EOT transition");
124 if ( debug ) System.err.println("EOT transition");
130 if ( debug ) System.err.println("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]);
134 if ( debug ) {
[all...]

Completed in 826 milliseconds

1234567891011