Searched defs:debug (Results 176 - 200 of 268) sorted by relevance

1234567891011

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jar ... final String HTML_NBSP private static final String HTML_AMP private int debug private int login private int loginCookie private String product private ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java175 private int debug; field in class:UpdateBugStateTask
201 debug = 1;
225 debug = d;
332 if (debug > 1)
341 if (debug > 1)
355 if (debug > 1)
368 if (debug > 1)
375 if (debug > 1)
387 if (debug > 1)
444 if (debug >
[all...]
/external/freetype/src/truetype/
H A Dttgload.c276 /* for non-debug mode */
778 FT_Bool debug; local
793 debug = FT_BOOL( !( loader->load_flags & FT_LOAD_NO_SCALE ) &&
794 ((TT_Size)loader->size)->debug );
796 error = TT_Run_Context( loader->exec, debug );
1863 exec = size->debug ? size->context
/external/icu4c/common/
H A Dserv.cpp102 ICUServiceKey::debug(UnicodeString& result) const function in class:ICUServiceKey
168 SimpleFactory::debug(UnicodeString& toAppendTo) const function in class:SimpleFactory
/external/icu4c/i18n/
H A Dnumfmt.cpp61 #define debug(x) printf("%s", x); macro
64 #define debug(x) macro
273 debug("Format::!=");
278 debug("Integer digits !=");
283 debug("Fraction digits !=");
287 debug("fGroupingUsed != ");
291 debug("fParseIntegerOnly != ");
295 debug("fCurrency !=");
299 debug("fLenient != ");
/external/icu4c/test/intltest/
H A Dicusvtst.cpp93 virtual UnicodeString& debug(UnicodeString& result) const { function in class:Integer
H A Dtestidna.cpp415 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){ function in class:TestIDNA
515 debug(src,-1,options | UIDNA_ALLOW_UNASSIGNED);
1498 //debug(source.getBuffer(),source.length(),UIDNA_ALLOW_UNASSIGNED);
1504 debug(source.getBuffer(),source.length(),UIDNA_ALLOW_UNASSIGNED);
H A Dwbnf.cpp791 const char * history; // for debug
819 history = working; // for debug
1302 LanguageGenerator::PARSE_RESULT parseBNF(UBool debug = TRUE){
1308 if (debug) printf("The bnf definition is incomplete.\n");
1312 if (debug) printf("No top node is found.\n");
1316 if(debug) {
1340 LanguageGenerator::PARSE_RESULT LanguageGenerator::parseBNF(const char *const bnf_definition /*in*/, const char *const top_node/*in*/, UBool debug){ argument
1345 PARSE_RESULT r = lang_gen->parseBNF(debug);
/external/libusb/libusb/
H A Dlibusbi.h144 int debug; member in struct:libusb_context
/external/mesa3d/src/glsl/
H A Dir_reader.cpp35 const static bool debug = false; variable
93 if (debug)
/external/ppp/pppd/
H A Doptions.c89 int debug = 0; /* Debug flag */ variable
90 int kdebugflag = 0; /* Tell kernel to print debug messages */
185 { "debug", o_int, &debug,
187 { "-d", o_int, &debug,
192 "Set kernel driver debug level", OPT_PRIO },
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c227 static void debug(const char *fmt, ...);
268 static void debug(const char *fmt, ...) function
292 debug("ERROR: %s\n", err_str);
342 debug("Module name: %s", mod_name);
403 debug("Increasing size for long PATH");
449 debug("finding file %s", file);
491 debug("looking for status");
500 debug("inserting status");
529 debug("promoting");
555 debug("referenc
[all...]
/external/qemu/
H A Dtap-win32.c575 unsigned long debug; member in struct:__anon11678
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp115 static int debug = 0; variable
187 else if(!strcmp(argv[i],"-debug"))
188 debug++;
764 if(debug) l_fst.Write(lfstFilename.c_str());
829 if(debug) g_fst.Write( grxmlBasename + ".G");
831 if(debug) grev_fst.Write( grxmlBasename + ".Grev");
833 if(debug) grev_fst.Write( grxmlBasename + ".Grevrme");
835 if(debug) grev_det_fst.Write( grxmlBasename + ".Grevrmedet");
837 if(debug) grev_det_fst.Write( grxmlBasename + ".Grevrmedetmin");
840 if(debug) grev_det_fs
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c4 /*--- ELF/XCOFF stabs/dwarf1/dwarf2/dwarf3 debug info. ---*/
59 /* Show a non-fatal debug info reading error. Use vg_panic if
71 "reading debug info\n");
76 "When reading debug info from %s:\n",
345 Int entry /* only needed for debug printing */
348 static const Bool debug = False; local
355 if (debug)
363 * (since if using asm-level debug info, one instruction will
364 * correspond to one line, unlike with C-level debug info where
435 static const Bool debug local
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dround.c84 bool_t debug = FALSE; variable
196 if (debug) {
232 if (debug) {
241 if (debug) {
407 if (debug) {
513 if (debug) {
707 if (debug) printf("tie: LSB = %d\n", LSB);
808 if (debug) {
1044 if (debug) printf("tie: LSB = %d\n", LSB);
1149 if (debug) {
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c84 bool_t debug = FALSE; variable
196 if (debug) {
232 if (debug) {
241 if (debug) {
407 if (debug) {
513 if (debug) {
707 if (debug) printf("tie: LSB = %d\n", LSB);
808 if (debug) {
1044 if (debug) printf("tie: LSB = %d\n", LSB);
1149 if (debug) {
[all...]
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp1158 NEVER_INLINE void Interpreter::debug(CallFrame* callFrame, DebugHookID debugHookID, int firstLine, int lastLine) function in class:JSC::Interpreter
4719 /* debug debugHookID(n) firstLine(n) lastLine(n)
4728 debug(callFrame, static_cast<DebugHookID>(debugHookID), firstLine, lastLine);
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp67 removeEmptyDirs(true), removeSVNDirs(true), debug(false),
90 bool debug; member in class:Options
132 ::assert_debug = options.debug;
880 if (options.debug)
980 if (options.debug)
1194 if (options.debug)
1520 if (options.debug)
1545 if (options.debug)
1560 if (options.debug)
1576 if (options.debug)
[all...]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... workingdir private java.io.ByteArrayOutputStream bos private boolean debug private boolean report private boolean print private boolean profile private ...
/external/chromium/chrome/browser/
H A Dbrowser_about_handler.cc356 const char *debug[] = { "crash", "kill", "hang", "shorthang", local
362 for (size_t i = 0; i < arraysize(debug); i++)
363 html += "<li>about:" + std::string(debug[i]) + "</li>\n";
/external/elfutils/src/
H A Dunstrip.c1 /* Combine stripped files with separate symbols and debug information.
87 N_("Create output for modules that have no separate debug information"),
924 find_alloc_sections_prelink (Elf *debug, Elf_Data *debug_shstrtab,
1055 while ((scn = elf_nextscn (debug, scn)) != NULL)
1363 /* Somehow some old .debug files wound up with SHT_NOBITS
2001 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias));
2002 if (debug == NULL && !all)
2012 _("cannot find debug file for module '%s': %s"),
2016 _("cannot open debug file '%s' for module '%s': %s"),
2020 if (debug
922 find_alloc_sections_prelink(Elf *debug, Elf_Data *debug_shstrtab, Elf *main, const GElf_Ehdr *main_ehdr, Elf_Data *main_shstrtab, GElf_Addr bias, struct section *sections, size_t nalloc, size_t nsections) argument
1999 Elf *debug = dwarf_getelf (dwfl_module_getdwarf (mod, &bias)); local
2102 const char *debug; local
[all...]
/external/iproute2/include/linux/
H A Dpkt_sched.h268 __u32 debug; /* debug flags */ member in struct:tc_htb_glob
/external/iptables/libiptc/
H A Dlibiptc.c51 #define debug(x, args...) fprintf(stderr, x, ## args) macro
53 #define debug(x, args...) macro
348 debug("WARNING: handle->chain_index_sz == 0\n");
356 debug("bsearch Find chain:%s (pos:%d end:%d) (offset:%d)\n",
366 debug("bsearch Index[%d] name:%s ",
375 debug("head_offset:[%d] foot_offset:[%d] ",
386 debug("res:%d ", res);
393 debug("[found] Direct hit pos:%d end:%d\n", pos, end);
401 debug("[found] Reached first array elem (end%d)\n",end);
404 debug("jum
[all...]
/external/kernel-headers/original/linux/
H A Dpkt_sched.h285 __u32 debug; /* debug flags */ member in struct:tc_htb_glob

Completed in 1828 milliseconds

1234567891011