/external/mesa3d/src/glsl/ |
opt_dead_code.cpp | 35 static bool debug = false; variable 65 if (debug) { 85 if (debug) { 112 if (debug) {
|
/frameworks/base/core/java/android/debug/ |
JNITest.java | 17 package android.debug;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
MsgHandling.h | 35 MsgHandler debug(unsigned int pID); 64 inline mcld::MsgHandler mcld::debug(unsigned int pID) function in class:mcld 66 return getDiagnosticEngine().report(pID, DiagnosticEngine::Debug);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
debug.hpp | 12 // Description : defines portable debug interfaces 32 namespace debug { namespace in namespace:boost 95 } // namespace debug
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
alisp.h | 25 debug: 1; member in struct:alisp_cfg 31 snd_output_t *dout; /* debug output */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
alisp.h | 25 debug: 1; member in struct:alisp_cfg 31 snd_output_t *dout; /* debug output */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
alisp.h | 25 debug: 1; member in struct:alisp_cfg 31 snd_output_t *dout; /* debug output */
|
/build/core/tasks/ |
product-graph.mk | 84 define product-debug-filename 88 # Makes a rule for the product debug info 90 define transform-product-debug 92 @echo Product debug info file: $$@ 123 $(call product-debug-filename, $(p)): \ 127 @echo Product debug html file: $$@ 134 $(eval $(call transform-product-debug, $(p))) \ 135 $(eval product_debug_files += $(call product-debug-filename, $(p))) \
|
/development/tools/axl/ |
log.py | 44 def debug(self, *logstrs): member in class:Log
|
/external/chromium/base/debug/ |
debugger_posix.cc | 5 #include "base/debug/debugger.h" 47 namespace debug { namespace in namespace:base 149 // We want to break into the debugger in Debug mode, and cause a crash dump in 160 // Linux: Debug mode, send SIGTRAP; Release mode, send SIGABRT. 185 } // namespace debug
|
trace_event_win.cc | 5 #include "base/debug/trace_event_win.h" 12 namespace debug { namespace in namespace:base 118 } // namespace debug
|
/external/chromium_org/base/debug/ |
proc_maps_linux.h | 15 namespace debug { namespace in namespace:base 87 } // namespace debug
|
stack_trace_unittest.cc | 9 #include "base/debug/stack_trace.h" 22 namespace debug { namespace in namespace:base 30 // Note: On Linux, this test currently only fully works on Debug builds. 228 } // namespace debug
|
trace_event_win.cc | 4 #include "base/debug/trace_event_win.h" 11 namespace debug { namespace in namespace:base 122 } // namespace debug
|
trace_event_win.h | 12 #include "base/debug/trace_event.h" 20 namespace debug { namespace in namespace:base 120 } // namespace debug
|
/external/chromium_org/third_party/angle/src/libEGL/ |
main.cpp | 11 #include "common/debug.h" 22 FILE *debug = fopen(TRACE_OUTPUT_FILE, "rt"); local 24 if (debug) 26 fclose(debug); 27 debug = fopen(TRACE_OUTPUT_FILE, "wt"); // Erase 29 if (debug) 31 fclose(debug);
|
/external/chromium_org/third_party/icu/source/common/ |
servrbf.cpp | 73 ICUResourceBundleFactory::debug(UnicodeString& result) const function in class:ICUResourceBundleFactory 75 LocaleKeyFactory::debug(result);
|
servslkf.cpp | 98 SimpleLocaleKeyFactory::debug(UnicodeString& result) const function in class:SimpleLocaleKeyFactory 100 LocaleKeyFactory::debug(result);
|
/external/chromium_org/third_party/libxml/src/ |
testRelax.c | 48 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");
|
testSchemas.c | 49 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");
|
testURI.c | 21 static int debug = 0; variable 35 if (debug) { 90 ((!strcmp(argv[arg], "-debug")) || (!strcmp(argv[arg], "--debug")))) { 92 debug++;
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl.h | 39 namespace debug { namespace in namespace:base 138 virtual scoped_refptr<base::debug::ConvertableToTraceFormat>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
runant.py | 36 # Change it to 1 to get extra debug information 37 debug = 0 variable 97 if debug:
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/log/ |
Logger.java | 35 public void debug(String message) method in class:Logger
|
/external/icu4c/common/ |
servrbf.cpp | 73 ICUResourceBundleFactory::debug(UnicodeString& result) const function in class:ICUResourceBundleFactory 75 LocaleKeyFactory::debug(result);
|