Searched refs:value (Results 76 - 100 of 5449) sorted by relevance

1234567891011>>

/openjdk9/langtools/test/tools/javac/AccessMethods/
H A DUplevelPrivateConstants.java42 private String value; field in class:UplevelPrivateConstants.Inner
46 case VAL1: value = "value1"; break;
47 case VAL2: value = "value2"; break;
48 case VAL3: value = "value3"; break;
/openjdk9/langtools/test/tools/javac/
H A DBadAnnotation.java11 int value(int... illegal); method in interface:BadAnnotation
/openjdk9/nashorn/test/script/basic/
H A DNASHORN-188.js32 function format(value) {
33 print(value.toFixed());
34 print(value.toFixed(1));
35 print(value.toFixed(2));
36 print(value.toFixed(3));
37 print(value.toFixed(10));
39 print(value.toExponential());
40 print(value.toExponential(1));
41 print(value.toExponential(2));
42 print(value
[all...]
/openjdk9/langtools/test/tools/javac/T8175198/
H A DAnnotationsAndFormalParamsTest.java9 int value(int i); method in interface:AnnotationsAndFormalParamsTest
/openjdk9/langtools/test/tools/javac/annotations/neg/
H A DAnonSubclass.java12 String value(); method in interface:AnonSubclass
/openjdk9/langtools/test/tools/javac/annotations/neg/pkg/
H A DAnonSubclassOnPkg.java27 String value(); method in interface:AnonSubclassOnPkg
/openjdk9/langtools/test/tools/javac/diags/examples/
H A DAnnoNotValidForType.java27 int value(); method in interface:Anno
H A DAnnotationMissingValue.java24 // key: compiler.err.annotation.missing.default.value
27 String value(); method in interface:Anno
H A DIntfAnnotationsCantHaveParams.java27 String value(int i); method in interface:X
H A DIntfAnnotationsCantHaveTypeParams.java27 <T> String value(); method in interface:X
H A DNewNotAllowedInAnno.java27 int[] value(); method in interface:Anno
H A DThrowsNotAllowedInAnno.java27 String value() throws NullPointerException; method in interface:ThrowsNotAllowedInAnno
/openjdk9/langtools/test/tools/javac/processing/model/element/8009367/p/
H A DRR.java27 R.Q[] value(); method in interface:RR
H A DQQ.java27 Q[] value(); method in interface:QQ
/openjdk9/langtools/test/tools/javac/parser/
H A DSingleCommaAnnotationValueFail.java36 @interface Foo { int[] value(); } method in interface:Foo
/openjdk9/langtools/test/tools/javac/processing/model/element/repeatingAnnotations/
H A DRepeatableInheritedTest.java37 @BarInherited(value = 1)
38 @BarInherited(value = 2)
42 value = BarInherited.class,
45 "@BarInherited(value=1)",
46 "@BarInherited(value=2)"
58 value = BarInheritedContainer.class,
60 + "value={@BarInherited(value=1), @BarInherited(value=2)})",
62 + "value
[all...]
H A DSingularInheritedBTest.java37 @FooInherited(value = 1)
41 value = FooInherited.class,
42 getAnnotation = "@FooInherited(value=2)",
43 getAnnotationsByType = {"@FooInherited(value=2)"},
55 value = UnofficialInheritedContainer.class,
58 @FooInherited(value = 2)
/openjdk9/langtools/test/tools/javadoc/annotations/shortcuts/pkg1/
H A DValue.java27 String value(); method in interface:Value
/openjdk9/langtools/test/tools/javac/importscope/dependencies/annotations/
H A DTriggersCompleteRepeat.java27 TriggersComplete[] value(); method in interface:TriggersCompleteRepeat
/openjdk9/langtools/test/tools/javadoc/annotations/annotatePackage/pkg1/
H A DA.java30 Class value(); method in interface:A
/openjdk9/langtools/test/tools/javadoc/annotations/annotateParams/pkg1/
H A DA.java27 String value(); method in interface:A
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/oa/poa/
H A DThreadPolicyImpl.java34 public ThreadPolicyImpl(ThreadPolicyValue value) { argument
35 this.value = value;
38 public ThreadPolicyValue value() { method in class:ThreadPolicyImpl
39 return value;
44 return THREAD_POLICY_ID.value ;
48 return new ThreadPolicyImpl(value);
52 value = null;
55 private ThreadPolicyValue value; field in class:ThreadPolicyImpl
60 ((value
[all...]
H A DRequestProcessingPolicyImpl.java35 value) {
36 this.value = value;
39 public RequestProcessingPolicyValue value() { method in class:RequestProcessingPolicyImpl
40 return value;
45 return REQUEST_PROCESSING_POLICY_ID.value ;
49 return new RequestProcessingPolicyImpl(value);
53 value = null;
56 private RequestProcessingPolicyValue value; field in class:RequestProcessingPolicyImpl
61 switch (value
34 RequestProcessingPolicyImpl(RequestProcessingPolicyValue value) argument
[all...]
H A DServantRetentionPolicyImpl.java34 public ServantRetentionPolicyImpl(ServantRetentionPolicyValue value) { argument
35 this.value = value;
38 public ServantRetentionPolicyValue value() { method in class:ServantRetentionPolicyImpl
39 return value;
44 return SERVANT_RETENTION_POLICY_ID.value ;
48 return new ServantRetentionPolicyImpl(value);
52 value = null;
55 private ServantRetentionPolicyValue value; field in class:ServantRetentionPolicyImpl
60 ((value
[all...]
H A DImplicitActivationPolicyImpl.java36 value) {
37 this.value = value;
40 public ImplicitActivationPolicyValue value() { method in class:ImplicitActivationPolicyImpl
41 return value;
46 return IMPLICIT_ACTIVATION_POLICY_ID.value ;
50 return new ImplicitActivationPolicyImpl(value);
54 value = null;
57 private ImplicitActivationPolicyValue value; field in class:ImplicitActivationPolicyImpl
62 ((value
35 ImplicitActivationPolicyImpl(ImplicitActivationPolicyValue value) argument
[all...]

Completed in 390 milliseconds

1234567891011>>