Searched refs:verbose (Results 101 - 125 of 213) sorted by relevance

123456789

/openjdk7/jdk/test/sun/awt/font/
H A DClassLoaderLeakTest.java148 private static boolean verbose = field in class:ClassLoaderLeakTest.MyClassLoader
159 if (verbose) {
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DJrmpGenerator.java140 if (env.verbose()) {
161 if (env.verbose()) {
/openjdk7/jdk/make/common/shared/
H A DCompiler-gcc.gmk71 SUN_COMP_VER := $(shell $(CC) --verbose 2>&1 )
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCode.java146 int verbose = getPackage().verbose;
147 if (verbose > 2)
156 if (verbose > 4)
H A DPackage.java62 int verbose; field in class:Package
66 verbose = pmap.getInteger(Utils.DEBUG_VERBOSE);
293 if (verbose > 2)
379 if (verbose > 1)
440 if (verbose > 0)
454 if (verbose > 1 && localICs != null)
515 if (verbose > 2) Utils.log.fine("visitRefs "+this);
639 if (verbose > 2) Utils.log.fine("visitRefs "+this);
1117 if (verbose > 0)
1176 if (verbose >
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DExtCheck.java75 * @param verbose indicates whether to dump filenames and manifest
78 static ExtCheck create(File targetFile, boolean verbose) { argument
79 return new ExtCheck(targetFile, verbose);
82 private ExtCheck(File targetFile, boolean verbose) { argument
83 verboseFlag = verbose;
181 + " Use -verbose for more information.");
/openjdk7/langtools/make/tools/CompileProperties/
H A DCompilePropertiesTask.java57 public void verbose(String msg) {
H A DCompileProperties.java66 void verbose(String msg); method in interface:CompileProperties.Log
94 public void verbose(String msg) {
206 log.verbose("parsing: " + propertiesPath);
219 log.verbose("inferred package name: " + packageName);
276 log.verbose("wrote: " + outputPath);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_error.c208 if ( gdata->verbose ) {
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DGradientPaints.java72 private static boolean verbose; field in class:GradientPaints
269 if (verbose) {
280 if (!verbose) {
315 if (args.length == 1 && args[0].equals("-verbose")) {
316 verbose = true;
/openjdk7/make/scripts/
H A Dvsvars.sh74 verbose="false"
212 verbose="true"
291 if [ "${verbose}" = "true" ] ; then
292 echo "# Welcome to verbose mode"
535 if [ "${verbose}" = "true" ] ; then
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java326 public final String toString(boolean verbose) { argument
332 Utility.codeToString(code, constant_pool, 0, -1, verbose));
338 buf.append(exception_table[i].toString(constant_pool, verbose) + "\n");
H A DUtility.java152 * @param verbose be verbose, e.g. print constant pool index
157 int index, int length, boolean verbose)
164 codeToString(stream, constant_pool, verbose);
169 buf.append(indices + codeToString(stream, constant_pool, verbose) + '\n');
193 * @param verbose be verbose, e.g. print constant pool index
197 ConstantPool constant_pool, boolean verbose)
333 (verbose? " (" + index + ")" : ""));
345 ">" + (verbose
155 codeToString(byte[] code, ConstantPool constant_pool, int index, int length, boolean verbose) argument
196 codeToString(ByteSequence bytes, ConstantPool constant_pool, boolean verbose) argument
[all...]
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DGenerator.java343 if (env.verbose()) {
350 if (env.verbose()) {
365 if (env.verbose()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPStack.java37 // in non-verbose mode, methodOops are not printed in java frames
39 this.verbose = v;
197 private boolean verbose; field in class:PStack
249 if (verbose) {
/openjdk7/hotspot/src/share/vm/services/
H A DclassLoadingService.cpp197 bool ClassLoadingService::set_verbose(bool verbose) { argument
200 // verbose will be set to the previous value
201 bool succeed = CommandLineFlags::boolAtPut((char*)"TraceClassLoading", &verbose, MANAGEMENT);
205 return verbose;
/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DArguments.java63 private boolean verbose; field in class:Arguments
103 // -v - verbose output (-snap)
174 verbose = true;
356 return verbose;
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.java283 public static void testPrimitiveInstantiation(boolean verbose) { argument
304 if (verbose) {
308 if (verbose) {
/openjdk7/langtools/test/tools/javac/tree/
H A DAbstractTreeScannerTest.java59 verbose = true;
126 if (verbose)
227 boolean verbose; field in class:AbstractTreeScannerTest
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtest.c79 /* Makes pngtest verbose so we can find problems. */
128 static int verbose = 0; variable
653 if (verbose)
709 if (verbose)
1279 if (verbose)
1294 if (verbose)
1440 if (verbose)
1606 verbose = 1;
1612 verbose = 1;
1624 if (!multiple && argc == 3 + verbose)
[all...]
/openjdk7/langtools/test/tools/javac/diags/
H A DMessageInfo.java50 * -verbose verbose output
104 System.out.println(" -verbose verbose output");
115 boolean verbose = false;
134 else if (arg.equals("-verbose"))
135 verbose = true;
196 Map<String, Set<String>> msgInfo = runExamples(examplesDir, verbose);
300 Map<String, Set<String>> runExamples(File examplesDir, boolean verbose) { argument
305 e.run(pw, true, verbose);
[all...]
/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java62 verbose(1, "REPEAT="+REPEAT);
65 verbose(0, "[#"+test.testRepetition+"]");
422 verbose(1, result);
545 verbose("opI", xs.length, xs, z);
668 private static void verbose(Object a, Object b, Object c, Object d) { method in class:RicochetTest
670 verbose(1, a, b, c, d);
672 private static void verbose(Object a, Object b, Object c) { method in class:RicochetTest
674 verbose(1, a, b, c);
676 private static void verbose(int level, Object a, Object... bcd) { method in class:RicochetTest
696 verbose(
[all...]
/openjdk7/jaxws/make/
H A DMakefile41 ANT_OPTIONS += -verbose
175 "if set will pass -verbose to ant")
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportTool.java128 if (options.verbose)
202 if (options.verbose)
334 if(options.verbose) {
446 if(options.verbose){
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DClassWriter.java123 if ((options.sysInfo || options.verbose) && !options.compat) {
155 if ((options.sysInfo || options.verbose) && !options.compat) {
193 } else if (options.verbose || !t.isObject()) {
202 if (options.verbose) {
260 && (options.verbose || !type.superclassType.isObject())) {
283 && (options.verbose || !type.classBound.isObject())) {
385 if (options.verbose && !options.compat)
482 if (options.verbose && !options.compat) {
525 options.verbose);

Completed in 94 milliseconds

123456789