Searched defs:set (Results 76 - 100 of 363) sorted by relevance

1234567891011>>

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DFreezableList.java111 public Object set(int index, Object element) method in class:FreezableList
116 return delegate.set(index, element) ;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DSignatureInfo.java30 protected boolean hasIterated; // need this because iterate cannot be called in constructor (set is virtual!)
41 protected abstract void set(int size, int /*BasicType*/ type); method in class:SignatureInfo
43 public void doBool() { set(BasicTypeSize.getTBooleanSize(), BasicType.getTBoolean()); }
44 public void doChar() { set(BasicTypeSize.getTCharSize(), BasicType.getTChar()); }
45 public void doFloat() { set(BasicTypeSize.getTFloatSize(), BasicType.getTFloat()); }
46 public void doDouble() { set(BasicTypeSize.getTDoubleSize(), BasicType.getTDouble()); }
47 public void doByte() { set(BasicTypeSize.getTByteSize(), BasicType.getTByte()); }
48 public void doShort() { set(BasicTypeSize.getTShortSize(), BasicType.getTShort()); }
49 public void doInt() { set(BasicTypeSize.getTIntSize(), BasicType.getTInt()); }
50 public void doLong() { set(BasicTypeSiz
[all...]
/openjdk7/hotspot/agent/test/jdi/
H A DTargetAdapter.java41 public void eventSetReceived(EventSet set) {} argument
42 public void eventSetComplete(EventSet set) {} argument
H A DTargetListener.java33 void eventSetReceived(EventSet set); argument
34 void eventSetComplete(EventSet set); argument
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFAttribute.java52 public boolean set(MutableAttributeSet target); method in interface:RTFAttribute
53 public boolean set(MutableAttributeSet target, int parameter); method in interface:RTFAttribute
/openjdk7/jdk/src/share/classes/sun/font/
H A DCreatedFontTracker.java96 public void set(File file, OutputStream os) { method in class:CreatedFontTracker
97 TempFileDeletionHook.set(file, os);
147 static synchronized void set(File file, OutputStream os) { method in class:CreatedFontTracker.TempFileDeletionHook
/openjdk7/jdk/src/share/classes/java/math/
H A DBitSieve.java66 * used internally to generate the set of "small primes" whose multiples
80 set(0);
100 * nonprimality is calculated, a bit is set in the sieve to eliminate
156 private void set(int bitIndex) { method in class:BitSieve
180 * Sieve a single set of multiples out of the sieve. Begin to remove
186 set(start);
/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DAclEntry.java47 * <li><p> The {@link #permissions permissions} component is a set of
51 * <li><p> The {@link #flags flags} component is a set of {@link AclEntryFlag
118 * The type and who components are required to have been set in order
124 * if the type or who component have not been set
158 // check set only contains elements of the given type
159 private static void checkSet(Set<?> set, Class<?> type) { argument
160 for (Object e: set) {
169 * permissions component of this builder is a copy of the given set.
174 * if the set contains elements that are not of type {@code
193 Set<AclEntryPermission> set
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DCalendarBuilder.java68 CalendarBuilder set(int index, int value) { method in class:CalendarBuilder
109 set(YEAR, field[MAX_FIELD + WEEK_YEAR]);
120 cal.set(index, field[MAX_FIELD + index]);
/openjdk7/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicReferenceFieldUpdater.java71 * {@code compareAndSet} and {@code set} on the same updater.
111 * other calls to {@code compareAndSet} and {@code set}, but not
114 * @param obj An object whose field to conditionally set
125 * other calls to {@code compareAndSet} and {@code set}, but not
132 * @param obj An object whose field to conditionally set
144 * @param obj An object whose field to set
147 public abstract void set(T obj, V newValue); method in class:AtomicReferenceFieldUpdater
153 * @param obj An object whose field to set
172 * @param obj An object whose field to get and set
270 public void set( method in class:AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
[all...]
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRoleList.java35 * parameter when creating a relation, and when trying to set several roles in
44 Likewise for set(int,Role). Grrr. We cannot use covariance
200 * @param role The value to which the role element should be set.
206 public void set(int index, method in class:RoleList
217 super.set(index, role);
318 public Object set(int index, Object element) { method in class:RoleList
323 return super.set(index, element);
H A DRoleUnresolvedList.java43 Likewise for set(int,RoleUnresolved). Grrr. We cannot use covariance
202 * should be set.
208 public void set(int index, method in class:RoleUnresolvedList
218 super.set(index, role);
315 public Object set(int index, Object element) { method in class:RoleUnresolvedList
320 return super.set(index, element);
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DAttribute.java257 * @see #set(int, java.lang.Object)
334 Object set(int ix, Object attrVal); method in interface:Attribute
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpGenericObjectServer.java238 * @param id The OID arc identifying the variable we're trying to set.
276 * set on the MBean and then calls setAttributes() on the
304 public void set(SnmpGenericMetaServer meta, ObjectName name, method in class:SnmpGenericObjectServer
389 * @param id The OID arc identifying the variable we're trying to set.
402 public SnmpValue set(SnmpGenericMetaServer meta, ObjectName name, method in class:SnmpGenericObjectServer
491 * @param id The OID arc identifying the variable we're trying to set.
H A DSnmpMibAgentMBean.java107 * Processes a <CODE>set</CODE> operation.
111 * be set. This list is composed of
115 * @see SnmpMibAgent#set(SnmpMibRequest)
117 public void set(SnmpMibRequest req) throws SnmpStatusException; method in interface:SnmpMibAgentMBean
120 * Checks if a <CODE>set</CODE> operation can be performed.
125 * be set. This list is composed of
128 * @exception SnmpStatusException The <CODE>set</CODE> operation
170 * This method is to be called to set a specific agent to a specific OID.
175 * @param oids The set of OIDs this agent implements.
204 * @param oids The set o
[all...]
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DMimeTypeParameterList.java75 * the same set of parameter names and associated values. The
260 public void set(String name, String value) { method in class:MimeTypeParameterList
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DSource.java42 private Set<Integer> set; field in class:Source
53 if (set == null) {
54 set = new HashSet<Integer>();
58 set.add(id);
61 return set;
66 set = null;
71 set = null;
81 set = null;
88 set = null;
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMimeTypeParameterList.java217 public void set(String name, String value) { method in class:MimeTypeParameterList
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DAdaptedAccessor.java67 public void set(BeanT bean, OnWireValueT o) throws AccessorException { method in class:AdaptedAccessor
70 core.set(bean, (o == null ? null : a.unmarshal(o)));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DIntArrayData.java60 set(data, start, len);
75 public void set(int[] data, int start, int len) { method in class:IntArrayData
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DQualifiedName.java58 public void set(String prefix, String namespaceName, String localName, String qName) { method in class:QualifiedName
81 public final QualifiedName set(String prefix, String namespaceName, String localName, String qName, int index) { method in class:QualifiedName
106 public final QualifiedName set(String prefix, String namespaceName, String localName, String qName, int index, method in class:QualifiedName
131 public final QualifiedName set(String prefix, String namespaceName, String localName) { method in class:QualifiedName
173 public final QualifiedName set(String prefix, String namespaceName, String localName, method in class:QualifiedName
215 public final QualifiedName set(String prefix, String namespaceName, String localName, int index) { method in class:QualifiedName
240 public final QualifiedName set(String prefix, String namespaceName, String localName, int index, method in class:QualifiedName
266 public final QualifiedName set(String prefix, String namespaceName) { method in class:QualifiedName
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DCharArray.java41 set(_ch, _start, _length, copy);
44 public final void set(char[] _ch, int _start, int _length, boolean copy) { method in class:CharArray
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DParameterList.java143 public void set(String name, String value) { method in class:ParameterList
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DItem.java171 void set(final int intVal) { method in class:Item
182 void set(final long longVal) { method in class:Item
193 void set(final float floatVal) { method in class:Item
204 void set(final double doubleVal) { method in class:Item
218 void set( method in class:Item
/openjdk7/jdk/test/com/sun/jdi/
H A DResumeOneThreadTest.java125 synchronized public void eventSetComplete(EventSet set) { argument
130 // Don't do a set.resume(), just let the other thread

Completed in 106 milliseconds

1234567891011>>