Searched refs:Generate (Results 1 - 7 of 7) sorted by relevance

/openjdk10/langtools/test/tools/javac/processing/errors/StopOnInapplicableAnnotations/
H A DGenerateFunctionalInterface.java37 @Generate(fileName="SuperInterface.java", content="interface SuperInterface { public void run(); }")
H A DGenerateSuperInterfaceProcessor.java40 for (Element el : roundEnv.getElementsAnnotatedWith(Generate.class)) {
41 Generate g = el.getAnnotation(Generate.class);
58 @interface Generate { interface
/openjdk10/jdk/test/java/lang/reflect/AccessControl/
H A DAccessControlTest.java200 public static class Generate { class in class:AccessControlTest
/openjdk10/jdk/test/java/lang/reflect/PublicMethods/
H A DPublicMethodsTest.java87 public static class Generate { class in class:PublicMethodsTest
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-internal.h686 UInt32 Generate(UInt32 range);
/openjdk10/test/fmw/gtest/src/
H A Dgtest-internal-inl.h325 const int selected = begin + random->Generate(range_width);
H A Dgtest.cc291 UInt32 Random::Generate(UInt32 range) { function in class:testing::internal::Random
4853 " Generate an XML report in the given directory or with the given file\n"

Completed in 115 milliseconds