Searched refs:value (Results 176 - 200 of 3502) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/annotations/6214965/
H A DCompilerAnnotationTest.java27 CompilerAnnotationTest2[] value(); method in interface:CompilerAnnotationTest
/openjdk7/langtools/test/tools/javac/annotations/neg/
H A DZ16.java36 Color value() default redx;
H A DZ2.java36 Color value() default red;
H A DZ3.java36 Color value() default red;
H A DZ4.java36 Color value() default teal;
/openjdk7/langtools/test/tools/javac/diags/examples/
H A DAnnoValueMustBeClassLiteral.java24 // key: compiler.err.annotation.value.must.be.class.literal
27 Class value(); method in interface:Anno
H A DAttrMustBeConstant.java24 // key: compiler.err.attribute.value.must.be.constant
27 String value(); method in interface:Anno
/openjdk7/langtools/test/tools/javac/generics/
H A DGenLit1.java36 Class value(); method in interface:X
/openjdk7/langtools/test/tools/javac/jvm/6397652/com/test/
H A DTest$Test.java5 public Test$Test(double value) { argument
/openjdk7/langtools/test/tools/javac/multicatch/model/
H A DMember.java30 ElementKind value(); method in interface:Member
/openjdk7/langtools/test/tools/javac/staticImport/
H A DPrivateStaticImport.java41 int value = FOO_VALUE; field in class:Bar
/openjdk7/langtools/test/tools/javadoc/annotations/annotateMethodsFields/pkg1/
H A DA.java30 @A("value")
31 String value(); method in interface:A
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpinnerNumberModel.java52 * fifty as the initial value, one could write:
54 * Integer value = new Integer(50);
58 * SpinnerNumberModel model = new SpinnerNumberModel(value, min, max, step);
71 * whenever the model's <code>value</code>, <code>stepSize</code>,
85 private Number stepSize, value; field in class:SpinnerNumberModel
96 * must be mutually <code>Comparable</code>, <code>value</code>
103 * If <code>value</code> or <code>stepSize</code> is <code>null</code>,
107 * Similarly if <code>(minimum &lt;= value &lt;= maximum</code>) is false,
110 * @param value the current (non <code>null</code>) value o
119 SpinnerNumberModel(Number value, Comparable minimum, Comparable maximum, Number stepSize) argument
146 SpinnerNumberModel(int value, int minimum, int maximum, int stepSize) argument
163 SpinnerNumberModel(double value, double minimum, double maximum, double stepSize) argument
441 setValue(Object value) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DBasicControl.java53 * The control's ASN.1 BER encoded value.
57 protected byte[] value = null; field in class:BasicControl
77 * @param value The control's ASN.1 BER encoded value.
80 public BasicControl(String id, boolean criticality, byte[] value) { argument
83 if (value != null) {
84 this.value = value;
107 * Retrieves the control's ASN.1 BER encoded value.
109 * the control's value
[all...]
/openjdk7/hotspot/test/compiler/6982370/
H A DTest6982370.java53 int value = i;
54 if ((i & 1) == 1) value = -value;
55 Arrays.fill(a, start, end, value);
58 if (a[j] != value) {
59 System.err.println("a[" + j + "] = " + a[j] + " != " + value + " for " + a.length);
72 float value = (float)i;
73 if ((i & 1) == 1) value = -value;
74 Arrays.fill(a, start, end, value);
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/annotation/spec/
H A DXmlElementDeclWriter.java37 XmlElementDeclWriter name(String value); argument
39 XmlElementDeclWriter scope(Class value); argument
41 XmlElementDeclWriter scope(JType value); argument
43 XmlElementDeclWriter namespace(String value); argument
45 XmlElementDeclWriter defaultValue(String value); argument
47 XmlElementDeclWriter substitutionHeadNamespace(String value); argument
49 XmlElementDeclWriter substitutionHeadName(String value); argument
H A DXmlElementWriter.java37 XmlElementWriter name(String value); argument
39 XmlElementWriter type(Class value); argument
41 XmlElementWriter type(JType value); argument
43 XmlElementWriter namespace(String value); argument
45 XmlElementWriter defaultValue(String value); argument
47 XmlElementWriter required(boolean value); argument
49 XmlElementWriter nillable(boolean value); argument
H A DXmlAnyElementWriter.java37 XmlAnyElementWriter value(Class value); argument
39 XmlAnyElementWriter value(JType value); argument
41 XmlAnyElementWriter lax(boolean value); argument
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperty.java37 private String value; field in class:Property
51 public Property(String name, String value) { argument
53 this.value = value;
61 return value;
66 return name + " = " + value + "; ";
73 return name.equals(p2.name) && value.equals(p2.value);
77 return name.hashCode() + value == null ? 0 : value
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DBooleanEditor.java38 Object value = getValue();
39 return (value != null)
40 ? value.toString()
45 Object value = getValue();
46 return (value instanceof Boolean)
47 ? getValidName((Boolean) value)
69 private String getValidName(boolean value) { argument
70 return value ? "True" : "False";
73 private boolean isValidName(boolean value, String name) { argument
74 return getValidName(value)
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DStringExpression.java39 String value; field in class:StringExpression
44 public StringExpression(long where, String value) { argument
46 this.value = value;
50 return value.equals(s);
64 * Get the value
67 return value;
74 return value.hashCode() ^ 3213;
82 return value.equals(((StringExpression)obj).value);
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.hpp56 static int adjusted_offset(SharkValue* value, int offset) { argument
57 if (value->is_two_word())
105 void process_stack_slot(int index, SharkValue** value, int offset);
110 void process_oop_tmp_slot(llvm::Value** value, int offset);
111 void process_method_slot(llvm::Value** value, int offset);
115 void process_local_slot(int index, SharkValue** value, int offset);
144 SharkValue *value = *addr; local
145 if (value) {
146 if (value->is_jobject())
149 if (value
215 stack_slot_needs_write(int index, SharkValue* value) argument
218 stack_slot_needs_oopmap(int index, SharkValue* value) argument
221 stack_slot_needs_debuginfo(int index, SharkValue* value) argument
227 local_slot_needs_write(int index, SharkValue* value) argument
230 local_slot_needs_oopmap(int index, SharkValue* value) argument
233 local_slot_needs_debuginfo(int index, SharkValue* value) argument
245 stack_slot_needs_write(int index, SharkValue* value) argument
248 stack_slot_needs_oopmap(int index, SharkValue* value) argument
251 stack_slot_needs_debuginfo(int index, SharkValue* value) argument
257 local_slot_needs_write(int index, SharkValue* value) argument
260 local_slot_needs_oopmap(int index, SharkValue* value) argument
263 local_slot_needs_debuginfo(int index, SharkValue* value) argument
275 stack_slot_needs_write(int index, SharkValue* value) argument
278 stack_slot_needs_oopmap(int index, SharkValue* value) argument
281 stack_slot_needs_debuginfo(int index, SharkValue* value) argument
287 local_slot_needs_write(int index, SharkValue* value) argument
290 local_slot_needs_oopmap(int index, SharkValue* value) argument
293 local_slot_needs_debuginfo(int index, SharkValue* value) argument
318 local_slot_needs_read(int index, SharkValue* value) argument
342 stack_slot_needs_read(int index, SharkValue* value) argument
355 stack_slot_needs_read(int index, SharkValue* value) argument
379 stack_slot_needs_read(int index, SharkValue* value) argument
385 local_slot_needs_read(int index, SharkValue* value) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXIntPool.java37 public final XInt getXInt(int value) { argument
38 if (value >= 0 && value < fXIntPool.length)
39 return fXIntPool[value];
41 return new XInt(value);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86MemoryIndirectAddress.java32 private long value; field in class:X86MemoryIndirectAddress
34 public X86MemoryIndirectAddress(long value) { argument
35 this.value = value;
42 buf.append(Long.toHexString(value));
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DBasicControl.java53 * The control's ASN.1 BER encoded value.
57 protected byte[] value = null; field in class:BasicControl
76 * @param value The control's ASN.1 BER encoded value.
77 * It is not cloned - any changes to value
81 public BasicControl(String id, boolean criticality, byte[] value) { argument
84 this.value = value;
106 * Retrieves the control's ASN.1 BER encoded value.
107 * The result includes the BER tag and length for the control's value bu
[all...]

Completed in 933 milliseconds

1234567891011>>