Searched defs:debug (Results 76 - 100 of 603) sorted by relevance

1234567891011>>

/external/mesa3d/src/compiler/glsl/
H A Dopt_dead_code.cpp36 static bool debug = false; variable
67 if (debug) {
108 if (debug) {
159 if (debug) {
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_constant_folding.c34 static bool debug; variable
39 if (!debug)
50 if (!debug)
H A Dvc4_opt_copy_propagation.c67 bool debug = false; local
135 if (debug) {
144 if (debug) {
H A Dvc4_opt_dead_code.c40 static bool debug; variable
45 if (debug) {
119 if (debug) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_interpolation_map.c94 bool debug = false; local
95 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/nanohttpd/samples/src/main/java/fi/iki/elonen/debug/
H A DDebugServer.java1 package fi.iki.elonen.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/python/cpython2/Mac/PythonLauncher/
H A DFileSettings.h14 - (BOOL) debug;
30 BOOL debug; // -d option: debug parser variable
H A DMyDocument.h18 IBOutlet NSButton *debug; variable
H A DPreferencesWindowController.h12 IBOutlet NSButton *debug; variable
/external/python/cpython2/Tools/scripts/
H A Dfindnocoding.py79 -d: debug output""" % sys.argv[0]
89 debug = False variable
95 debug = True variable
102 if debug:
H A Dpysource.py27 debug = False variable
30 if debug: print msg
/external/python/cpython3/Mac/PythonLauncher/
H A DFileSettings.h14 - (BOOL) debug;
30 BOOL debug; // -d option: debug parser variable
H A DMyDocument.h18 IBOutlet NSButton *debug; variable
H A DPreferencesWindowController.h12 IBOutlet NSButton *debug; variable
/external/python/cpython3/Tools/scripts/
H A Dfindnocoding.py78 -d: debug output""" % sys.argv[0]
90 debug = False variable
96 debug = True variable
103 if debug:
H A Dpysource.py27 debug = False variable
30 if debug: print(msg)
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
H A DLogger.java76 * Log a debug message.
81 public static void debug(String message, Object... args) { method in class:Logger
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/cal10n/
H A DLocLogger.java93 public void debug(Enum<?> key, Object... args) { method in class:LocLogger
103 logger.debug(LOCALIZED, translatedMsg, mpo);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/debug/
H A DBuilderEndLocal.java32 package org.jf.dexlib2.builder.debug;
36 import org.jf.dexlib2.iface.debug.EndLocal;
H A DBuilderRestartLocal.java32 package org.jf.dexlib2.builder.debug;
36 import org.jf.dexlib2.iface.debug.RestartLocal;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableDebugItem.java32 package org.jf.dexlib2.immutable.debug;
36 import org.jf.dexlib2.iface.debug.*;
71 throw new ExceptionWithContext("Invalid debug item type: %d", debugItem.getDebugItemType());
H A DImmutableLineNumber.java32 package org.jf.dexlib2.immutable.debug;
35 import org.jf.dexlib2.iface.debug.LineNumber;

Completed in 1743 milliseconds

1234567891011>>