Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 722) sorted by relevance

12345678910>>...29

/trunk/main/solenv/bin/
H A Dguw.pl78 if ( (defined $debug_light) or (defined $debug) ) {
188 if ( defined $debug ) {
199 if ( (defined $debug_light) or (defined $debug) ) { die "\nNot processed -X/...\n"; }
207 if ( defined $debug ) { print(STDERR "WinFormat:\nresult:$variable\n");};
225 if ( defined $debug ) { print(STDERR "----------------------------\n");};
230 if ( defined $debug ) { print(STDERR "filename = $filename \n");};
248 if ( defined $debug ) { print(STDERR "Tokens processed:\n");};
250 if ( defined $debug ) { print(STDERR "!".$i."!\n");};
259 if ( defined $debug ) { print(STDERR "----------------------------\n");};
264 if ( defined $debug ) { print(STDERR "\nParameter:---${para}---\n");};
[all …]
H A Dslfl.pl51 if ( defined $debug ) {
71 if ( defined $debug ) {
79 if ( defined $debug ) {
100 if ( defined $debug ) {
105 if ( defined $debug ) {
117 if ( defined $debug ) {
121 if ( (defined $debug_light) or (defined $debug) ) {
127 if ( defined $debug ) {
141 if ( defined $debug ) {
158 $debug="true";
[all …]
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py99 def debug( self, msg ): member in Logger
126 log.debug( "pythonscript loading" )
209 log.debug( message )
439 log.debug( "opening >" + url + "<" )
879 log.debug( complete )
892 log.debug( complete )
996 log.debug( " got mod " + str(mod) )
1024 log.debug( "getElementNames called")
1067 log.debug( "getElementType called" )
1071 log.debug( "hasElements got called")
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java75 boolean debug) in getDescriptionFor() argument
91 debug); in getDescriptionFor()
193 boolean debug) in getDescriptionForSingleJob() argument
222 if (debug) in getDescriptionForSingleJob()
231 if (debug) in getDescriptionForSingleJob()
652 boolean debug) in getFromDirectory() argument
683 if (debug) in getFromDirectory()
770 boolean debug) in createScenario() argument
776 if (debug) in createScenario()
785 if (debug) in createScenario()
[all …]
H A DComplexDescGetter.java48 boolean debug) in getDescriptionFor() argument
53 DescEntry[] entries = getScenario(entry.substring(5), null, debug); in getDescriptionFor()
59 DescEntry dEntry = getDescriptionForSingleJob(entry.substring(3), null, debug); in getDescriptionFor()
73 protected DescEntry getDescriptionForSingleJob(String className, String descPath, boolean debug) in getDescriptionForSingleJob() argument
78 if (debug) in getDescriptionForSingleJob()
128 if (debug) in getDescriptionForSingleJob()
186 protected String[] createScenario(String descPath, String job, boolean debug) in createScenario() argument
H A DLoggingThread.java47 boolean debug = false; field in LoggingThread
57 this.debug = tParam.getBool(PropertyName.DEBUG_IS_ACTIVE); in LoggingThread()
64 if (debug) log.println("TimeOutLogger: " + utils.getDateTime() + " start"); in run()
67 if (debug) log.println("TimeOutLogger: "+utils.getDateTime() + count); in run()
75 if (debug) log.println("TimeOutLogger: " + utils.getDateTime() + " finished"); in run()
87 if (debug) log.println("TimeOutLogger: " + utils.getDateTime() + " try to finish "); in finish()
H A DOfficeProvider.java58 private static boolean debug = false; field in OfficeProvider
70 debug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in backupUserLayer()
160 debug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in getManager()
241 log.initialize(Entry, debug); in getManager()
374 debug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in closeExistingOffice()
450 if (debug && exc != null && exc.length() != 0) in connectOffice()
467 debug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in disposeOffice()
717 debug = param.getBool(PropertyName.DEBUG_IS_ACTIVE); in makeAppExecCommand()
760 if (debug) in dbg()
H A DCfgParser.java39 protected boolean debug = false; field in CfgParser
52 debug = param.DebugIsActive; in getIniParameters()
100 debug = param.DebugIsActive; in getIniParameters()
130 if (debug) in getProperties()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/share/
H A DDescGetter.java42 boolean debug); in getDescriptionFor() argument
46 boolean debug); in getDescriptionForSingleJob() argument
49 boolean debug); in createScenario() argument
52 boolean debug) in getScenario() argument
82 debug); in getScenario()
89 debug); in getScenario()
119 debug); in getScenario()
129 line.substring(3).trim(), debug); in getScenario()
135 descPath, debug); in getScenario()
147 if (debug) in getScenario()
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dconfiguration.pm45 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::configuration::analyz…
192 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::configuration::insert…
216 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::configuration::insert…
230 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::configuration::get_no…
255 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::configuration::get_no…
335 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::configuration::insert…
631 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::configuration::insert…
684 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::configuration::collec…
709 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::configuration::get_al…
734 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::configuration::save_a…
[all …]
H A Dfiles.pm37 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::files::check_file : $…
50 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::files::read_file : $l…
74 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::files::save_file : $s…
101 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::files::save_hash : $s…
124 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::files::save_array_of_…
154 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::files::save_array_of_…
188 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::files::read_binary_fi…
207 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::files::save_binary_fi…
H A Dparameter.pm41 if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::parameter::usage"); }
97 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::parameter::saveparame…
117 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::parameter::getparamet…
136 elsif ($param eq "-debug") { $installer::globals::debug = 1; }
193 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::parameter::control_fu…
212 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::parameter::make_path_…
271 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::parameter::setglobalv…
474 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::parameter::control_re…
586 …if ( $installer::globals::debug ) { installer::logger::debuginfo("installer::parameter::outputpara…
624 if ( $installer::globals::debug ) { push(@output, "Debug is activated\n"); }
/trunk/main/soltools/mkdepend/
H A Dparse.c89 debug(1,(type == IFNDEF ?
101 debug(1,(type == IFDEF ?
194 debug(0,("%s, line %d: #%s\n",
263 debug(0,("%s, line %d: #elif %s ",
268 debug(0,("false...\n"));
276 debug(0,("true...\n"));
295 debug(0,("%s, line %d: %s #if %s\n",
300 debug(0,("%s, line %d: #%s %s\n",
311 debug(2,("%s, line %d: #include %s\n",
320 debug(3,("%s : #includes SYMBOL %s\n",
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dsrclexer.py120 self.debug = False
132 self.debug = other.debug
223 if not self.parentLexer and self.debug:
370 mparser.debug = self.debugMacro
386 if self.debug:
402 if self.debug:
406 if self.debug:
411 if self.debug:
436 if self.debug:
H A Dmacroparser.py32 self.debug = False
39 if self.debug:
107 if self.debug:
127 if self.debug:
133 if self.debug:
/trunk/main/apache-commons/patches/
H A Dhttpclient.patch5 debug ="${compile.debug}"
14 debug ="${compile.debug}"
24 debug ="${compile.debug}"
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Dbasic_fat.java62 public static boolean debug = false; field in basic_fat
74 debug = param.getBool("DebugIsActive"); in executeTest()
83 debug); in executeTest()
97 exclusions = getExclusionList(ExclusionFile, debug); in executeTest()
394 protected Vector getExclusionList(String url, boolean debug) in getExclusionList() argument
406 if (debug) in getExclusionList()
427 if (debug) in getExclusionList()
443 if (debug) in getExclusionList()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DDataBaseOutProducer.java50 String debug = null; in DataBaseOutProducer() local
52 debug = (String)o; in DataBaseOutProducer()
54 debug = o.toString(); in DataBaseOutProducer()
55 if (debug != null && (debug.equalsIgnoreCase("true") || debug.equalsIgnoreCase("yes"))) { in DataBaseOutProducer()
/trunk/main/xmerge/java/xmerge/src/main/resources/org/openoffice/xmerge/util/
H A DDebug.properties25 # debug logging information and settings.
28 debug.info=false
29 debug.trace=false
30 debug.error=false
31 debug.output=System.err
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java147 debug("The transformation's parameters as 'name = value' pairs:\n"); in initialize()
153 debug(nv.Name + " = " + nv.Value); in initialize()
231 debug("\n\nStarting transformation..."); in start()
293 debug("TransformerFactory is '" + tfactory.getClass().getName() + "'"); in start()
339debug("finished transformation in " + (System.currentTimeMillis() - tstart) + "ms"); in start()
420 private static final void debug(String s) { in debug() method in XSLTransformer
428 debug("terminate called"); in terminate()
/trunk/main/rsc/source/rscpp/
H A Dcpp3.c61 if ( debug || !bDumpDefs ) in openfile()
67 if (debug) in openfile()
318 debug = (isdigit(*ap)) ? atoi(ap) : 1;
322 fprintf(stderr, "Debug set to %d\n", debug);
378 if ( debug || !bDumpDefs )
H A Dcpp4.c211 if (debug)
408 if (debug)
478 if (debug)
541 if (debug)
611 if (debug > 1)
/trunk/main/postprocess/signing/
H A Dsigning.pl30 my $debug = 0;
121 print "$line - $exclude_files{$line}\n" if ($debug);
202 print "$commandline\n" if ($debug);
238 print "$commandline\n" if ($debug);
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DDocumentContentReadHandler.java109 LOGGER.debug("Failed to create resource-key for 'styles.xml'. Ignoring.", e); in parseStylesXml()
114 LOGGER.debug("Failed to parse resource for 'styles.xml'. Ignoring.", e); in parseStylesXml()
146 LOGGER.debug("Failed to create resource-key for 'content.xml'. Ignoring."); in parseContentXml()
151 LOGGER.debug("Failed to parse resource for 'content.xml'. Ignoring."); in parseContentXml()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DGenericModelTest.java220 protected static boolean debug = false; field in GenericModelTest
231 debug = tParam.getBool(util.PropertyName.DEBUG_IS_ACTIVE); in initialize()
257 if (debug){ in cleanup()
273 if ( debug ) in cleanup()
297 if (debug && closer==null){ in cleanup()

Completed in 104 milliseconds

12345678910>>...29