HomeSort by relevance Sort by last modified time
    Searched defs:debug (Results 701 - 725 of 1831) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/3.2.1/
maven-plugin-api-3.2.1.jar 
  /art/dex2oat/linker/
oat_writer.h 30 #include "debug/debug_info.h"
52 namespace debug { namespace in namespace:art
54 } // namespace debug
247 debug::DebugInfo GetDebugInfo() const;
378 dchecked_vector<debug::MethodDebugInfo> method_info_;
  /art/patchoat/
patchoat.cc 618 // We want to just exit on non-debug builds, not bringing the runtime down
698 // We want to just exit on non-debug builds, not bringing the runtime down
1208 const bool debug = kIsDebugBuild; local
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 219 int debug; member in struct:__anon1453
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 167 static int debug; variable
342 * delete the object again. In a debug build, that caused
759 if ((debug & DEBUG_INSTANCES) && PyInstance_Check(op)) {
762 else if (debug & DEBUG_OBJECTS) {
790 if ((debug & DEBUG_SAVEALL) || has_finalizer(op)) {
814 if (debug & DEBUG_SAVEALL) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 6 Docstrings, comments and debug strings in this code refer to the
40 debug = False # set to True to enable debugging via the logging module variable
44 if not debug:
50 return logger.debug(*args)
    [all...]
doctest.py 93 'debug',
2180 def debug(self): member in class:DocTestCase
2596 def debug(module, name, pm=False): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 127 static int debug; variable
302 * delete the object again. In a debug build, that caused
708 if ((debug & DEBUG_INSTANCES) && PyInstance_Check(op)) {
711 else if (debug & DEBUG_OBJECTS) {
739 if ((debug & DEBUG_SAVEALL) || has_finalizer(op)) {
763 if (debug & DEBUG_SAVEALL) {
839 if (debug & DEBUG_STATS) {
    [all...]
  /external/ImageMagick/MagickCore/
blob.c 156 debug;
207 if (blob_info->debug != MagickFalse)
344 if (image_info->debug != MagickFalse)
477 clone_info->debug=IsEventLogging();
515 if (image->debug != MagickFalse)
645 if (image->debug != MagickFalse)
699 if (blob_info->debug != MagickFalse)
756 if (image->debug != MagickFalse)
862 if (image->debug != MagickFalse)
898 if (image->debug != MagickFalse
153 debug; member in struct:_BlobInfo
    [all...]
draw.h 167 debug; member in struct:_GradientInfo
319 debug; member in struct:_DrawInfo
  /external/ImageMagick/coders/
jpeg.c 329 if (image->debug != MagickFalse)
373 if ((image->debug != MagickFalse) &&
530 if (image->debug != MagickFalse)
636 if (image->debug != MagickFalse)
751 if (image->debug != MagickFalse)
876 if (image->debug != MagickFalse)
925 if (image->debug != MagickFalse)
1021 debug,
1056 if (image_info->debug != MagickFalse)
1061 debug=IsEventLogging()
1016 debug, local
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/specification/
IndexFileSpecification.java 64 private static boolean debug = false; field in class:IndexFileSpecification
98 if (debug) {
104 // debug("---------------------------------------------------------");
120 private static void debug(String s) { method in class:IndexFileSpecification
121 if (debug) {
127 private static void debug(String s, Object... args) {
128 if (debug) {
138 debug("parseScene()");
178 debug("parseClass(" + className + ")");
183 debug("Done reading " + className + ".class")
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/xml/
ASMContentHandler.java 729 String debug = attrs.getValue("debug"); local
730 cw.visitSource(file, debug);
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 94 /** The debug attribute */
95 private boolean debug; field in class:ANTLR3
180 this.debug = enable;
331 * because a directory might be given for Antlr debug.
506 if (debug) {
507 commandline.createArgument().setValue("-debug");
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 28 package org.antlr.runtime.debug;
35 /** Using the debug event interface, track what is happening in the parser
171 /** Track memoization; this is not part of standard debug interface
RemoteDebugEventSocketListener.java 28 package org.antlr.runtime.debug;
256 System.err.println("unknown debug event: "+line);
429 System.err.println("unknown debug event: "+line);
  /external/capstone/bindings/python/capstone/
__init__.py 17 'debug',
891 def debug(): function
895 return ccapstone.debug()
  /external/elfutils/libdwfl/
libdwflP.h 162 and the debug file. See dwfl_module_getdwarf.c for how it's chosen. */
176 struct dwfl_file main, debug, aux_sym; member in struct:Dwfl_Module
184 struct dwfl_file *symfile; /* Either main or debug. */
351 - mod->debug.address_sync
360 + mod->debug.address_sync);
384 if (symelf == mod->debug.elf)
394 if (symelf == mod->debug.elf)
475 When DEBUG is false, apply partial relocation to all sections. */
476 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug)
542 extern int __libdwfl_open_mod_by_build_id (Dwfl_Module *mod, bool debug,
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 188 memset(&debug, 0, sizeof(debug));
232 MDRawDebug debug; member in struct:CrashedProcess
693 const MDRawDebug* debug = range.GetData<MDRawDebug>(0); local
694 if (!debug) {
705 debug->version,
706 debug->dso_count,
707 static_cast<uint64_t>(debug->brk),
708 static_cast<uint64_t>(debug->ldbase),
709 static_cast<uint64_t>(debug->dynamic))
915 struct r_debug debug = { 0 }; local
    [all...]
  /external/icu/icu4c/source/i18n/
numfmt.cpp 68 #define debug(x) printf("%s", x); macro
71 #define debug(x) macro
303 debug("Format::!=");
308 debug("Integer digits !=");
313 debug("Fraction digits !=");
317 debug("fGroupingUsed != ");
321 debug("fParseIntegerOnly != ");
325 debug("fCurrency !=");
329 debug("fLenient != ");
333 debug("fCapitalizationContext != ")
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 96 virtual UnicodeString& debug(UnicodeString& result) const { function in class:Integer
    [all...]
  /external/libdrm/intel/
intel_bufmgr_fake.c 57 if (bufmgr_fake->bufmgr.debug) \
181 int debug; member in struct:_bufmgr_fake
189 unsigned id; /* debug only */
1172 * and the problem is harder to debug there.
    [all...]
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 108 int debug = 0; /* -d flag */ variable
571 (debug &&
623 if (!quiet && (debug > 1 &&
680 if (!quiet && (debug > 1 &&
688 if (!quiet && (debug > 1 &&
699 if (!quiet && (debug > 1 &&
761 if (!quiet && (debug > 1 &&
821 if (!quiet && (debug > 1 &&
840 if (!quiet && (debug > 1 &&
848 if (!quiet && (debug > 1 &
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_reader.cpp 29 static const bool debug = false; variable
106 if (debug)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 252 struct pipe_debug_callback debug; member in struct:fd_context

Completed in 1575 milliseconds

<<21222324252627282930>>