Home
last modified time | relevance | path

Searched refs:TestModuleAttribute (Results 1 – 12 of 12) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/AccModule/
H A DConstModule.java101 cw.visitAttribute(new TestModuleAttribute(attr)); in write_and_load()
163 public static class TestModuleAttribute extends Attribute { class in ConstModule
166 public TestModuleAttribute(String moduleName) { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
171 public TestModuleAttribute() { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
185 return new TestModuleAttribute(mn); in read()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/AccModule/
H A DConstModule.java101 cw.visitAttribute(new TestModuleAttribute(attr)); in write_and_load()
163 public static class TestModuleAttribute extends Attribute { class in ConstModule
166 public TestModuleAttribute(String moduleName) { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
171 public TestModuleAttribute() { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
185 return new TestModuleAttribute(mn); in read()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/AccModule/
H A DConstModule.java101 cw.visitAttribute(new TestModuleAttribute(attr)); in write_and_load()
163 public static class TestModuleAttribute extends Attribute { class in ConstModule
166 public TestModuleAttribute(String moduleName) { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
171 public TestModuleAttribute() { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
185 return new TestModuleAttribute(mn); in read()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/AccModule/
H A DConstModule.java101 cw.visitAttribute(new TestModuleAttribute(attr)); in write_and_load()
163 public static class TestModuleAttribute extends Attribute { class in ConstModule
166 public TestModuleAttribute(String moduleName) { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
171 public TestModuleAttribute() { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
185 return new TestModuleAttribute(mn); in read()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/AccModule/
H A DConstModule.java101 cw.visitAttribute(new TestModuleAttribute(attr)); in write_and_load()
163 public static class TestModuleAttribute extends Attribute { class in ConstModule
166 public TestModuleAttribute(String moduleName) { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
171 public TestModuleAttribute() { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
185 return new TestModuleAttribute(mn); in read()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/AccModule/
H A DConstModule.java101 cw.visitAttribute(new TestModuleAttribute(attr)); in write_and_load()
163 public static class TestModuleAttribute extends Attribute { class in ConstModule
166 public TestModuleAttribute(String moduleName) { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
171 public TestModuleAttribute() { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
185 return new TestModuleAttribute(mn); in read()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/AccModule/
H A DConstModule.java101 cw.visitAttribute(new TestModuleAttribute(attr)); in write_and_load()
163 public static class TestModuleAttribute extends Attribute { class in ConstModule
166 public TestModuleAttribute(String moduleName) { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
171 public TestModuleAttribute() { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
185 return new TestModuleAttribute(mn); in read()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/AccModule/
H A DConstModule.java101 cw.visitAttribute(new TestModuleAttribute(attr)); in write_and_load()
163 public static class TestModuleAttribute extends Attribute { class in ConstModule
166 public TestModuleAttribute(String moduleName) { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
171 public TestModuleAttribute() { in TestModuleAttribute() method in ConstModule.TestModuleAttribute
185 return new TestModuleAttribute(mn); in read()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/
H A Dtestmodule.cs102 public new virtual TestModuleAttribute Attribute
104 get { return (TestModuleAttribute)base.Attribute; }
155 return new TestModuleAttribute(); in CreateAttribute()
H A Dtestattribute.cs460 public class TestModuleAttribute : TestAttribute class
467 public TestModuleAttribute() in TestModuleAttribute() method in Microsoft.Test.ModuleCore.TestModuleAttribute
472 public TestModuleAttribute(string desc) in TestModuleAttribute() method in Microsoft.Test.ModuleCore.TestModuleAttribute
477 public TestModuleAttribute(string desc, params Object[] parameters) in TestModuleAttribute() method in Microsoft.Test.ModuleCore.TestModuleAttribute
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Test/Mono.Cecil.Tests/
H A DAddin.cs37 public sealed class TestModuleAttribute : TestCecilAttribute { class
45 public TestModuleAttribute (string assembly) in TestModuleAttribute() method in Mono.Cecil.Tests.TestModuleAttribute
300 return Reflect.HasAttribute (method, typeof (TestModuleAttribute).FullName, false) in IsCecilTestMethod()
/dports/lang/mono/mono-5.10.1.57/external/corert/tests/src/Simple/Reflection/
H A DReflection.cs322 …var modAttr = Assembly.GetEntryAssembly().ManifestModule.GetCustomAttribute<TestModuleAttribute>(); in Run()
521 class TestModuleAttribute : Attribute { } class