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

1234567891011>>

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableSetSourceFile.java32 package org.jf.dexlib2.immutable.debug;
36 import org.jf.dexlib2.iface.debug.SetSourceFile;
/external/tensorflow/tensorflow/python/grappler/
H A Dmodel_analyzer.cc29 Status ModelAnalyzer::GenerateReport(bool debug, std::ostream& os) { argument
34 PrintNodeInfo(node, properties, debug, os);
37 PrintNodeInfo(node, properties, debug, os);
44 const GraphProperties& properties, bool debug,
80 if (debug) {
43 PrintNodeInfo(const NodeDef* node, const GraphProperties& properties, bool debug, std::ostream& os) const argument
/external/v8/src/base/debug/
H A Dstack_trace.cc5 #include "src/base/debug/stack_trace.h"
16 namespace debug { namespace in namespace:v8::base
38 } // namespace debug
/external/valgrind/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/vboot_reference/utility/
H A Ddev_debug_vboot92 debug() { function
140 debug "Extracting kernel partitions from $1 ..."
248 debug "DEV_DEBUG_FORCE=($DEV_DEBUG_FORCE)"
249 debug "OPT_CLEANUP=($OPT_CLEANUP)"
250 debug "OPT_BIOS=($OPT_BIOS)"
251 debug "OPT_FORCE=($OPT_FORCE)"
252 debug "OPT_IMAGE=($OPT_IMAGE)"
253 debug "OPT_KERNEL=($OPT_KERNEL)"
254 debug "FLAG_SAVE_LOG_FILE=($FLAG_SAVE_LOG_FILE)"
362 debug "copyin
[all...]
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
H A DGenericArrayLocationCriterion.java32 private static final boolean debug = false; field in class:GenericArrayLocationCriterion
95 if (debug) {
101 if (debug) {
193 if (debug) {
216 if (debug) {
223 if (debug) {
237 if (debug) {
275 TreeFinder.warn.debug("WARNING: wildcard bounds not allowed "
282 TreeFinder.warn.debug("WARNING: wildcard bounds not allowed "
353 if (debug) {
[all...]
/external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
H A DNewScanner.java20 private static boolean debug = false; field in class:NewScanner
37 debug("indexOfNewTree: " + origpath.getLeaf());
88 public static void debug(String s) { method in class:NewScanner
89 if (debug) {
98 debug("adding new to method: " + methodName + " offset: " + offset);
/external/annotation-tools/scene-lib/src/annotations/io/classfile/
H A DCodeOffsetAdapter.java16 static final DebugWriter debug; field in class:CodeOffsetAdapter
24 debug = new DebugWriter();
25 debug.setEnabled(false);
61 debug.debug("visiting %s%s (%d)%n", name, desc, methodStart);
62 debug.debug("%d attributes%n", attrCount);
70 debug.debug("attribute %s%n", attrName);
76 debug
[all...]
/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
/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);
74 * <p> Is debug logging currently enabled? </p>
78 * when the log level is more than debug. </p>
80 * @return true if debug is enabled in the underlying logger.
166 * <p> Log a message with debug log level. </p>
170 public void debug(Object message); method in interface:Log
174 * <p> Log an error with debug log level. </p>
179 public void debug(Object message, Throwable t); method in interface:Log
/external/icu/icu4c/source/common/
H A Dservslkf.cpp99 SimpleLocaleKeyFactory::debug(UnicodeString& result) const function in class:SimpleLocaleKeyFactory
101 LocaleKeyFactory::debug(result);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringPrepDataReader.java28 private final static boolean debug = ICUDebug.enabled("NormalizerDataReader"); field in class:StringPrepDataReader
37 if(debug) System.out.println("Bytes in buffer " + bytes.remaining());
42 if(debug) System.out.println("Bytes left in byteBuffer " + byteBuffer.remaining());
/external/libchrome/base/debug/
H A Dthread_heap_usage_tracker.h19 namespace debug { namespace in namespace:base
114 } // namespace debug
/external/libgsm/tst/
H A Dcod2lin.c17 int debug = 0; variable
H A Dcod2txt.c17 int debug = 0; variable
H A Dgsm2cod.c17 int debug = 0; variable
H A Dlin2cod.c16 int debug = 0; variable
H A Dlin2txt.c16 int debug = 0; variable
/external/libxml2/
H A DtestRelax.c48 static int debug = 0; variable
64 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
65 debug++;
128 if (debug)
169 printf("Usage : %s [--debug] [--noout] schemas XMLfiles ...\n",
173 printf("\t--debug : dump a debug tree of the in-memory document\n");
H A DtestSchemas.c49 static int debug = 0; variable
64 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
65 debug++;
119 if (debug)
160 printf("Usage : %s [--debug] [--noout] schemas XMLfiles ...\n",
164 printf("\t--debug : dump a debug tree of the in-memory document\n");
/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc1.c81 * debug: enable debugging messages
88 int debug = 0; variable
121 if (debug) {
198 if (debug)
249 debug++;
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_algebraic.c38 static bool debug; variable
43 if (!debug)
54 if (!debug)
H A Dvc4_opt_peephole_sf.c33 static bool debug; variable
38 if (!debug)
49 if (!debug)
/external/python/cpython2/Lib/distutils/
H A Dlog.py36 def debug(self, msg, *args): member in class:Log
53 debug = _global_log.debug variable

Completed in 1764 milliseconds

1234567891011>>