Searched defs:full (Results 1 - 25 of 29) sorted by relevance

12

/openjdk9/langtools/test/tools/javac/main/
H A DAtFileTest.java83 void test(String full, String... expect) throws IOException { argument
101 List<String> expand(String full) throws IOException { argument
H A DEnvVariableTest.java116 void test(String full, String... expectedArgs) throws Exception { argument
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DTypeVariableImpl.java109 static String typeVarToString(DocEnv env, TypeVar v, boolean full) { argument
H A DParameterizedTypeImpl.java132 parameterizedTypeToString(DocEnv env, ClassType cl, boolean full) argument
H A DWildcardTypeImpl.java103 wildcardTypeToString(DocEnv env, Type.WildcardType wildThing, boolean full) argument
H A DTypeMaker.java134 public static String getTypeName(Type t, boolean full) { argument
156 static String getTypeString(DocEnv env, Type t, boolean full) { argument
184 static String typeParametersString(DocEnv env, Symbol sym, boolean full) { argument
202 typeArgumentsString(DocEnv env, ClassType cl, boolean full) argument
[all...]
H A DExecutableMemberDocImpl.java243 private String makeSignature(boolean full) { argument
H A DClassDocImpl.java416 static String getClassName(ClassSymbol c, boolean full) { argument
434 static String classToString(DocEnv env, ClassSymbol c, boolean full) { argument
/openjdk9/jdk/make/src/classes/build/tools/generatenimbus/
H A DGenerator.java51 private boolean full = false; field in class:Generator
132 private Generator(boolean full, Fil argument
167 init(boolean full, File buildDir, String packageNamePrefix, String lafName, SynthModel model) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DDriver.java397 void printUsage(boolean doPack, boolean full, PrintStream out) { argument
/openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DSnippetMaps.java158 String fullClassNameAndPackageToClass(String full, String pkg) { argument
[all...]
/openjdk9/hotspot/src/share/vm/code/
H A DcompressedStream.hpp92 bool full() { function in class:CompressedWriteStream
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DvmGCOperations.cpp54 void VM_GC_Operation::notify_gc_begin(bool full) { argument
H A DgenCollectedHeap.hpp330 void update_gc_stats(Generation* current_generation, bool full) { argument
[all...]
H A Dgeneration.hpp323 virtual bool should_collect(bool full, argument
359 virtual void gc_prologue(bool full) {} argument
363 virtual void gc_epilogue(bool full) {} argument
398 virtual void update_gc_stats(Generation* current_generation, bool full) {} argument
[all...]
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DparMarkBitMap.hpp42 enum IterationStatus { incomplete, complete, full, would_overflow }; enumerator in enum:ParMarkBitMap::IterationStatus
/openjdk9/hotspot/src/share/vm/gc/serial/
H A DtenuredGeneration.cpp73 void TenuredGeneration::gc_prologue(bool full) { argument
78 bool TenuredGeneration::should_collect(bool full, argument
162 void TenuredGeneration::collect(bool full, argument
271 void TenuredGeneration::gc_epilogue(bool full) { argument
123 update_gc_stats(Generation* current_generation, bool full) argument
H A DdefNewGeneration.cpp581 void DefNewGeneration::collect(bool full, argument
894 void DefNewGeneration::gc_epilogue(bool full) { argument
[all...]
/openjdk9/hotspot/test/gc/stress/
H A DTestGCOld.java217 private static void replaceTreeWork(TreeNode full, TreeNode partial, boolean dir) { argument
241 replaceTree(TreeNode full, TreeNode partial) argument
[all...]
/openjdk9/jdk/test/java/awt/geom/AffineTransform/
H A DTestInvertMethods.java202 public void test(boolean full) { argument
206 public void test(AffineTransform init, boolean full) { argument
210 public void test(AffineTransform init, Tester next, boolean full) { argument
231 public void test(AffineTransform init, boolean full) { argument
245 public void test(AffineTransform init, Tester next, boolean full) { argument
254 test(AffineTransform init, Tester next, boolean full) argument
264 test(AffineTransform init, Tester next, boolean full) argument
274 test(AffineTransform init, Tester next, boolean full) argument
321 test(AffineTransform init, Tester next, boolean full) argument
361 test(AffineTransform init, Tester next, boolean full) argument
396 test(AffineTransform init, Tester next, boolean full) argument
[all...]
/openjdk9/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DTaskHelper.java719 public void showVersion(boolean full) { argument
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DJavapTask.java960 private void showVersion(boolean full) { argument
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javah/
H A DJavahTask.java550 private void showVersion(boolean full) { argument
557 private String version(boolean full) { argument
/openjdk9/hotspot/src/share/vm/gc/cms/
H A DconcurrentMarkSweepGeneration.cpp1107 bool ConcurrentMarkSweepGeneration::should_collect(bool full, argument
1267 void ConcurrentMarkSweepGeneration::collect(bool full, argument
1275 void CMSCollector::collect(bool full, argument
1394 acquire_control_and_collect(bool full, bool clear_all_soft_refs) argument
1988 gc_prologue(bool full) argument
[all...]
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DJdepsTask.java1141 private void showVersion(boolean full) { argument

Completed in 296 milliseconds

12