Searched refs:field (Results 101 - 125 of 477) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjArray.java80 OopField field;
82 field = new NarrowOopField(new IndexableFieldIdentifier(index), offset, false);
84 field = new OopField(new IndexableFieldIdentifier(index), offset, false);
86 visitor.doOop(field, false);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDateFormatter.java108 * Returns the field that will be adjusted by adjustValue.
127 * field.
133 int field;
135 // HOUR1 has no corresponding calendar field, thus, map
140 field = ((DateFormat.Field)key).getCalendarField();
147 int fieldValue = calendar.get(field);
150 calendar.add(field, direction);
/openjdk7/jdk/src/share/classes/com/sun/jdi/request/
H A DWatchpointRequest.java48 Field field(); method in interface:WatchpointRequest
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DSinglePrimitiveAccessField.java26 package com.sun.tools.internal.xjc.generator.bean.field;
H A DDummyListField.java26 package com.sun.tools.internal.xjc.generator.bean.field;
77 * for this field.
89 * for this field.
102 * Annotate the field according to the recipes given as {@link CPropertyInfo}.
105 protected void annotate( JAnnotatable field ) {
106 super.annotate(field);
111 annotateDummy(field);
117 private void annotateDummy(JAnnotatable field) { argument
118 field.annotate(OverrideAnnotationOf.class);
H A DAbstractField.java26 package com.sun.tools.internal.xjc.generator.bean.field;
96 * The type of this field, which can hold all the possible types.
101 * The publicly visible type of this field.
124 * Annotate the field according to the recipes given as {@link CPropertyInfo}.
126 protected void annotate( JAnnotatable field ) {
128 assert(field!=null);
132 so that it can be better shared, for how a field gets
140 annotateAttribute(field);
142 annotateElement(field);
144 field
161 annotateReference(JAnnotatable field) argument
210 annotateElement(JAnnotatable field) argument
251 writeXmlElementAnnotation( JAnnotatable field, CTypeRef ctype, JType jtype, boolean checkWrapper ) argument
331 getXew(boolean checkWrapper, JAnnotatable field) argument
347 annotateAttribute(JAnnotatable field) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DOptimizedAccessorFactory.java137 * Gets the optimizd {@link Accessor} that accesses the given field.
142 public static final <B,V> Accessor<B,V> get(Field field) { argument
143 int mods = field.getModifiers();
148 String newClassName = toVMClassName(field.getDeclaringClass())+"$JaxbAccessorF_"+field.getName();
152 if(field.getType().isPrimitive())
153 opt = AccessorInjector.prepare( field.getDeclaringClass(),
154 fieldTemplateName+RuntimeUtil.primitiveToBox.get(field.getType()).getSimpleName(),
157 toVMClassName(field.getDeclaringClass()),
158 "f_"+field
[all...]
/openjdk7/jdk/test/java/io/Serializable/evolution/AddedSuperClass/
H A DReadAddedSuperClass2.java45 // Needed at least one field to recreate failure.
46 int field; field in class:AddedSuperClass
H A DWriteAddedSuperClass.java55 // Needed at least one field to recreate failure.
56 int field; field in class:AddedSuperClass
/openjdk7/langtools/test/com/sun/javadoc/testValueTag/pkg1/
H A DClass1.java50 public int field; field in class:Class1
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DObjectStreamField.java44 * A description of a field in a serializable class.
61 * Create a named field with the specified type.
101 ObjectStreamField(Field field) { argument
102 this(field.getName(), field.getType());
103 setField( field ) ;
124 * Get the name of this field.
131 * Get the type of the field.
171 return field;
174 void setField(Field field) { argument
260 private Field field; // Reflected field field in class:ObjectStreamField
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DContext.java43 MemberDefinition field; field in class:Context
51 public Context(Context ctx, MemberDefinition field) { argument
52 this.field = field;
61 if (field != null &&
62 (field.isVariable() || field.isInitializer())) {
98 this.field = ctx.field;
115 if (this.field
216 declareFieldNumber(MemberDefinition field) argument
224 getFieldNumber(MemberDefinition field) argument
309 isInScope(LocalMember field) argument
785 getInlineMemberContext(MemberDefinition field) argument
[all...]
H A DNewInstanceExpression.java39 MemberDefinition field; field in class:NewInstanceExpression
73 // act like a method or field reference expression:
113 env.error(where, "invalid.field.reference",
126 env.resolve(right.where, ctx.field.getClassDefinition(),
142 env.error(where, "class.not.found", ee.name, ctx.field);
195 ClassDefinition sourceClass = ctx.field.getClassDefinition();
260 field = def.matchMethod(env, sourceClass, idInit, argTypes);
263 if (field == null) {
275 if (field.isPrivate()) {
276 ClassDefinition cdef = field
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java86 * <p>A <code>Calendar</code> object can produce all the calendar field values
93 * concrete subclass, such as <code>ERA</code>. See individual field
98 * <p>The calendar field values can be set by calling the <code>set</code>
99 * methods. Any field values set in a <code>Calendar</code> will not be
110 * calendar field values than it produces. When a <code>Calendar</code>
111 * recomputes calendar field values for return by <code>get()</code>, all of
121 * calculating its time or calendar field values if any out-of-range field
151 * calendar field values to determine the date and time in the
154 * <p>If there is any conflict in calendar field value
1160 get(int field) argument
1174 internalGet(int field) argument
1191 internalSet(int field, int value) argument
1210 set(int field, int value) argument
1348 clear(int field) argument
1366 isSet(int field) argument
1412 getDisplayName(int field, int style, Locale locale) argument
1472 getDisplayNames(int field, int style, Locale locale) argument
1498 getDisplayNamesImpl(int field, int style, Locale locale) argument
1514 checkDisplayNameParams(int field, int style, int minStyle, int maxStyle, Locale locale, int fieldMask) argument
1526 getFieldStrings(int field, int style, DateFormatSymbols symbols) argument
1578 isExternallySet(int field) argument
1692 isFieldSet(int fieldMask, int field) argument
2013 add(int field, int amount) argument
2035 roll(int field, boolean up) argument
2056 roll(int field, int amount) argument
2322 getMinimum(int field) argument
2339 getMaximum(int field) argument
2357 getGreatestMinimum(int field) argument
2379 getLeastMaximum(int field) argument
2401 getActualMinimum(int field) argument
2455 getActualMaximum(int field) argument
2534 getFieldName(int field) argument
[all...]
H A DJapaneseImperialCalendar.java330 * Adds the specified (signed) amount of time to the given calendar field,
333 * <p><em>Add rule 1</em>. The value of <code>field</code>
334 * after the call minus the value of <code>field</code> before the
336 * <code>field</code>. Overflow occurs when a field value exceeds its
337 * range and, as a result, the next larger field is incremented or
338 * decremented and the field value is adjusted back into its range.</p>
340 * <p><em>Add rule 2</em>. If a smaller field is expected to be
343 * <code>field</code> is changed, then its value is adjusted to be as close
344 * as possible to its expected value. A smaller field represent
357 add(int field, int amount) argument
485 roll(int field, boolean up) argument
509 roll(int field, int amount) argument
937 getDisplayName(int field, int style, Locale locale) argument
975 getDisplayNames(int field, int style, Locale locale) argument
1000 getDisplayNamesImpl(int field, int style, Locale locale) argument
1028 getKey(int field, int style) argument
1077 getMinimum(int field) argument
1099 getMaximum(int field) argument
1130 getGreatestMinimum(int field) argument
1152 getLeastMaximum(int field) argument
1179 getActualMinimum(int field) argument
1288 getActualMaximum(int field) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DObjectElementHandler.java46 * <dt>field
47 * <dd>the field name
60 private String field; field in class:ObjectElementHandler
77 * <dt>field
78 * <dd>the field name
92 } else if (name.equals("field")) { // NON-NLS: the attribute name
93 this.field = value;
108 * if the field attribute or the idref attribute is set.
112 if ((this.field != null) || (this.idref != null)) {
140 if (this.field !
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DObjectReader.java211 debugPrintln("Could not find field of [Ljava/util/Hashtable$Entry;");
301 public void doBoolean(BooleanField field, boolean isVMField) {
302 IndexableFieldIdentifier ifd = (IndexableFieldIdentifier) field.getID();
303 arrayObj[ifd.getIndex()] = field.getValue(array);
313 public void doChar(CharField field, boolean isVMField) {
314 IndexableFieldIdentifier ifd = (IndexableFieldIdentifier) field.getID();
315 arrayObj[ifd.getIndex()] = field.getValue(array);
325 public void doFloat(FloatField field, boolean isVMField) {
326 IndexableFieldIdentifier ifd = (IndexableFieldIdentifier) field.getID();
327 arrayObj[ifd.getIndex()] = field
465 doOop(OopField field, boolean isVMField) argument
482 doByte(ByteField field, boolean isVMField) argument
494 doChar(CharField field, boolean isVMField) argument
506 doBoolean(BooleanField field, boolean isVMField) argument
518 doShort(ShortField field, boolean isVMField) argument
530 doInt(IntField field, boolean isVMField) argument
542 doLong(LongField field, boolean isVMField) argument
554 doFloat(FloatField field, boolean isVMField) argument
566 doDouble(DoubleField field, boolean isVMField) argument
578 doCInt(CIntField field, boolean isVMField) argument
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamField.java34 * A description of a Serializable field from a Serializable class. An array
46 /** field name */
48 /** canonical JVM signature of field type */
50 /** field type (Object.class if unknown non-primitive type) */
52 /** whether or not to (de)serialize field values as unshared */
54 /** corresponding reflective field object, if any */
55 private final Field field; field in class:ObjectStreamField
56 /** offset of field value in enclosing field group */
60 * Create a Serializable field wit
134 ObjectStreamField(Field field, boolean unshared, boolean showType) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DAbstractInstanceResolver.java58 * Encapsulates which field/method the injection is done,
70 * Injects to a field.
73 private final Field field; field in class:AbstractInstanceResolver.FieldInjectionPlan
75 public FieldInjectionPlan(Field field) { argument
76 this.field = field;
83 if (!field.isAccessible()) {
84 field.setAccessible(true);
86 field.set(instance,resource);
195 * Only look for static field/metho
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DPropertyWriterImpl.java78 public Content getFieldDocTreeHeader(MethodDoc field, argument
81 writer.getMarkerAnchor(field.name()));
84 heading.addContent(field.name().substring(0, field.name().lastIndexOf("Property")));
92 public Content getSignature(MethodDoc field) { argument
99 public void addDeprecated(MethodDoc field, Content fieldDocTree) { argument
105 public void addComments(MethodDoc field, Content fieldDocTree) { argument
106 ClassDoc holder = field.containingClass();
107 if (field.inlineTags().length > 0) {
110 writer.addInlineComment(field, fieldDocTre
132 addTags(MethodDoc field, Content fieldDocTree) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DAccessWatchpointSpec.java53 Field field = refType.fieldByName(fieldId);
55 EventRequest wp = em.createAccessWatchpointRequest(field);
H A DModificationWatchpointSpec.java53 Field field = refType.fieldByName(fieldId);
55 EventRequest wp = em.createModificationWatchpointRequest(field);
/openjdk7/jdk/test/java/beans/XMLDecoder/spec/
H A DAbstractTest.java36 * that defined in the public field of the subclass.
50 byte[] array = getFieldValue("XML").getBytes(); // NON-NLS: the field name
67 private String getFieldValue(String field) { argument
69 return getClass().getField(field).get(this).toString();
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DNameAndTypeConstantData.java48 name = nt.field.getName().toString();
49 type = nt.field.getType().getTypeSignature();
/openjdk7/jdk/src/share/classes/sun/tools/util/
H A DModifierFilter.java131 * @param field A MemberDefinition
133 * @return Whether the modifier of the field
138 public boolean checkMember(MemberDefinition field) { argument
139 return checkModifier(field.getModifiers());

Completed in 135 milliseconds

1234567891011>>