HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 176 - 200 of 722) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 17 # Default debug modes for GYP
18 debug = {} variable
20 # List of "official" debug modes, but you can use anything you like.
27 if 'all' in gyp.debug or mode in gyp.debug:
294 parser.add_option('-d', '--debug', dest='debug', metavar='DEBUGMODE',
398 for mode in options.debug:
399 gyp.debug[mode] = 1
402 if DEBUG_GENERAL in gyp.debug
    [all...]
  /external/compiler-rt/lib/asan/
asan_flags.h 41 bool debug; member in struct:__asan::Flags
65 // terminating application. Useful for debug purposes (when one needs
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedCreateFeedTask.java 27 //TODO: bug - can't run CreateFeed and AddEntry back when debug=2
31 * debug - more output to console - eg., 0|1|2
41 private int debug = 0; field in class:RSSFeedCreateFeedTask
54 public void setDebug(int debug) { this.debug = debug; }
78 if (debug>0) {
82 if (debug>1) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
RSSFeedUtil.java 39 private int debug = 0; field in class:RSSFeedUtil
71 if (debug>0) {
93 if (debug>1) {
106 if (debug>1 && out.equals(Messages.getString("RSSFeedPublisherTask.CVSWarning"))) { //$NON-NLS-1$
143 public void setDebug(int debug)
145 this.debug = debug;
  /external/elfutils/tests/
dwflmodtest.c 174 const char *debug; local
176 NULL, NULL, &file, &debug) != name
180 name, start, end, file, debug);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
SkeletonWire.java 33 package com.jme3.scene.debug;
WireSphere.java 32 package com.jme3.scene.debug;
  /external/kernel-headers/original/asm-arm/
processor.h 47 struct debug_info debug; member in struct:thread_struct
  /external/libffi/src/pa/
ffi.c 50 #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(3, "Calculated stack size is %u bytes\n", cif->bytes)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.h 44 unsigned debug; member in struct:r300_screen
58 /* Debug functionality. */
61 * Debug flags to disable/enable certain groups of debugging outputs.
100 return (screen->debug & flags) ? TRUE : FALSE;
  /external/mesa3d/src/glsl/
opt_array_splitting.cpp 42 static bool debug = false; variable
226 if (debug) {
398 if (debug)
opt_dead_code_local.cpp 41 static bool debug = false; variable
78 if (debug)
85 if (debug)
178 if (debug)
189 if (debug) {
198 if (debug) {
230 if (debug) {
242 if (debug)
248 if (debug)
262 if (debug) {
    [all...]
opt_structure_splitting.cpp 43 static bool debug = false; member in namespace:__anon25365
325 if (debug) {
opt_tree_grafting.cpp 59 static bool debug = false; member in namespace:__anon25367
129 if (debug) {
166 if (debug) {
309 if (debug) {
319 if (debug) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 50 static bool debug = false; variable
347 if (debug) {
  /external/mockito/src/org/mockito/
Mockito.java 2168 static MockitoDebugger debug() { method in class:Mockito
    [all...]
  /external/openssh/
log.c 100 { "DEBUG", SYSLOG_LEVEL_DEBUG1 },
206 debug(const char *fmt,...) function
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 42 static bool debug = false; variable
120 if (debug) {
143 if (debug) {
199 if (options && strstr(options, "debug=yes")) {
200 debug = true;
205 debug = true;
208 if (debug)
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 37 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/
MethodInvocationFixer.java 47 private static final boolean DEBUG = false;
109 if (DEBUG)
111 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
130 if (DEBUG)
132 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
156 if (DEBUG)
158 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
180 if (DEBUG)
182 debug(clazz, method, offset, constantInstruction, replacementInstruction); method
236 private void debug(Clazz clazz method in class:MethodInvocationFixer
    [all...]
  /external/qemu/android/
main-emulator.c 32 /* Required by android/utils/debug.h */
36 #define DEBUG 1
38 #if DEBUG
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')
  /external/srtp/crypto/include/
auth.h 131 debug_module_t *debug; member in struct:auth_type_t
  /external/valgrind/main/coregrind/
m_libcsignal.c 403 const Bool debug = False; local
435 if (debug)
459 if (debug)
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-arm-linux.c 173 const Bool debug = False; local
225 if (debug)
    [all...]
syswrap-ppc32-linux.c 240 const Bool debug = False; local
325 if (debug)
343 if (debug)
    [all...]

Completed in 1642 milliseconds

1 2 3 4 5 6 78 91011>>