Searched refs:value (Results 226 - 250 of 3502) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DInternalEntity.java30 InternalEntity(String name, char value []) {
32 this.buf = value;
/openjdk7/langtools/test/tools/javac/annotations/pos/
H A DAnnoteElideBraces.java27 * @summary JSR175 (15): single element array annotation value
34 int value() default 2;
43 T[] value(); method in interface:U
H A DZ2.java36 Color value() default Color.red;
/openjdk7/langtools/test/tools/javac/cast/6256789/
H A DT6256789.java40 public ExtraRef(Object value) { argument
41 super(value);
/openjdk7/langtools/test/tools/javadoc/annotations/badVals/pkg1/
H A DA.java40 ElementType value() default BOGUS; // illegal
44 int[] value() default {true}; // illegal
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DParameter.java37 public Parameter(String name, Object value) { argument
39 _value = value;
43 public Parameter(String name, Object value, boolean isDefault) { argument
45 _value = value;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DKeyAddr.java38 public static final short value = (short)(0); field in interface:KeyAddr
H A DProfileAddr.java38 public static final short value = (short)(1); field in interface:ProfileAddr
H A DReferenceAddr.java38 public static final short value = (short)(2); field in interface:ReferenceAddr
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DSUNVMCID.java36 * The vendor minor code ID reserved for Sun. This value is or'd with
37 * the high order 20 bits of the minor code to produce the minor value
40 static final int value = 0x53550000; field in interface:SUNVMCID
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orbutil/closure/
H A DClosureFactory.java34 public static Closure makeConstant( Object value )
36 return new Constant( value ) ;
39 public static Closure makeFuture( Closure value )
41 return new Future( value ) ;
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DNamedValue.java40 * <LI>a value -- an <code>Any</code> object
43 * <LI><code>ARG_IN.value</code>
44 * <LI><code>ARG_OUT.value</code>
45 * <LI><code>ARG_INOUT.value</code>
48 * return value
61 * int in = org.omg.CORBA.ARG_IN.value;
67 * System.out.println("This nv value is " + nv.value().extract_long());
79 * This nv value is 12345
83 * Note that the method <code>value</cod
114 public abstract Any value(); method in class:NamedValue
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DConstantOopReadValue.java35 private OopHandle value; field in class:ConstantOopReadValue
39 value = stream.readOopHandle();
47 return value;
60 tty.print(value);
/openjdk7/jdk/src/share/classes/java/lang/
H A DByte.java30 * The {@code Byte} class wraps a value of primitive type {@code byte}
47 * A constant holding the minimum value a {@code byte} can
53 * A constant holding the maximum value a {@code byte} can
89 * {@code byte} value.
96 * @param b a byte value.
110 * int)} returns a nonnegative value) except that the first
112 * (<code>'&#92;u002D'</code>) to indicate a negative value or an
114 * indicate a positive value. The resulting {@code byte} value is
133 * <li> The value represente
288 private final byte value; field in class:Byte
297 Byte(byte value) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DFileAttribute.java29 * An object that encapsulates the value of a file attribute that can be set
34 * @param <T> The type of the file attribute value
47 * Returns the attribute value.
49 T value(); method in interface:FileAttribute
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DBooleanValue.java29 * Provides access to a primitive <code>boolean</code> value in
44 boolean value(); method in interface:BooleanValue
56 * Returns the hash code value for this BooleanValue.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/annotation/spec/
H A DXmlElementWrapperWriter.java36 XmlElementWrapperWriter name(String value); argument
38 XmlElementWrapperWriter namespace(String value); argument
40 XmlElementWrapperWriter required(boolean value); argument
42 XmlElementWrapperWriter nillable(boolean value); argument
H A DXmlEnumWriter.java37 XmlEnumWriter value(Class value); argument
39 XmlEnumWriter value(JType value); argument
H A DXmlSeeAlsoWriter.java37 XmlSeeAlsoWriter value(Class value); argument
39 XmlSeeAlsoWriter value(JType value); argument
/openjdk7/jaxws/src/share/jaxws_classes/javax/jws/soap/
H A DInitParam.java43 String value(); method in interface:InitParam
/openjdk7/langtools/test/com/sun/javadoc/testHtmlDefinitionListTag/pkg1/
H A DC3.java41 String[] value(); method in interface:C3
/openjdk7/langtools/test/tools/javac/annotations/neg/
H A DZ1.java36 Color value(); method in interface:Colored
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLContentSpec.java90 * for the "value" or "otherValue" fields of other content spec nodes.
91 * A leaf node has a "value" that is either an index in the string
92 * pool of the element type of that leaf, or a value of -1 to indicate
98 * contain a single leaf node with a node value of -1. A mixed content
101 * with the "value" set to the index of the "#PCDATA" leaf node and the
103 * more" node with the "value" set to the index of the choice node. If
106 * nodes will be chained together through the "value" field with each
160 * <code>value</code> will contain the namespace that <em>cannot</em>
199 * The "left hand" value object of the content spec node.
202 public Object value; field in class:XMLContentSpec
220 XMLContentSpec(short type, Object value, Object otherValue) argument
252 setValues(short type, Object value, Object otherValue) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSecurityManager.java73 * whose value will be an instance of this class.
74 * If no value has been set for the property, the component should proceed in the "usual" (spec-compliant)
75 * manner. If a value has been set, then it must be the case that the component in
90 // default value for entity expansion limit
93 /** Default value of number of nodes created. **/
152 * @param limit the maximum value for maxOccurs other
165 * @return the maximum value for maxOccurs other
184 String value = getSystemProperty(Constants.ENTITY_EXPANSION_LIMIT);
185 if(value != null && !value
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DMarshalInputStream.java47 public void read_boolean_array(boolean[] value, int offset, int length); argument
48 public void read_char_array(char[] value, int offset, int length); argument
49 public void read_wchar_array(char[] value, int offset, int length); argument
50 public void read_octet_array(byte[] value, int offset, int length); argument
51 public void read_short_array(short[] value, int offset, int length); argument
52 public void read_ushort_array(short[] value, int offset, int length); argument
53 public void read_long_array(int[] value, int offset, int length); argument
54 public void read_ulong_array(int[] value, int offset, int length); argument
55 public void read_longlong_array(long[] value, int offset, int length); argument
56 public void read_ulonglong_array(long[] value, in argument
57 read_float_array(float[] value, int offset, int length) argument
58 read_double_array(double[] value, int offset, int length) argument
[all...]

Completed in 78 milliseconds

1234567891011>>