Searched defs:set (Results 51 - 75 of 363) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DTrack.java72 private HashSet set = new HashSet(); field in class:Track
86 set.add(eotEvent);
105 if (!set.contains(event)) {
117 // set eotEvent's tick to the last tick of the track
120 // if the events list is empty, just set the tick to 0
124 // since then it would appear in the set.
126 set.add(eotEvent);
145 set.add(event);
162 eventsList.set(eventsCount - 1, event);
163 // set ne
[all...]
/openjdk7/jdk/src/share/classes/java/beans/
H A DChangeListenerMap.java146 public final void set(String name, L[] listeners) { method in class:ChangeListenerMap
222 * Returns a set of entries from the map.
226 * @return a set of entries from the map
/openjdk7/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicBoolean.java127 public final void set(boolean newValue) { method in class:AtomicBoolean
H A DAtomicReference.java91 public final void set(V newValue) { method in class:AtomicReference
/openjdk7/jdk/src/share/classes/javax/management/
H A DAttributeList.java53 Likewise for set(int,Attribute). Grrr. We cannot use covariance
205 * @param object The value to which the attribute element should be set.
208 public void set(int index, Attribute object) { method in class:AttributeList
210 super.set(index, object);
319 public Object set(int index, Object element) { method in class:AttributeList
321 return super.set(index, element);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1GCPhaseTimes.hpp59 void set(uint worker_i, T value) { function in class:WorkerDataArray
159 _last_gc_worker_start_times_ms.set(worker_i, ms);
163 _last_ext_root_scan_times_ms.set(worker_i, ms);
167 _last_satb_filtering_times_ms.set(worker_i, ms);
171 _last_update_rs_times_ms.set(worker_i, ms);
175 _last_update_rs_processed_buffers.set(worker_i, processed_buffers);
179 _last_scan_rs_times_ms.set(worker_i, ms);
183 _last_obj_copy_times_ms.set(worker_i, ms);
191 _last_termination_times_ms.set(worker_i, ms);
192 _last_termination_attempts.set(worker_
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpErrorHandlerAgent.java41 * A simple MIB agent that implements SNMP calls (get, set, getnext and getbulk) in a way that only errors or exceptions are returned. Every call done on this agent fails. Error handling is done according to the manager's SNMP protocol version.
95 * Processes a <CODE>get</CODE> operation. It will throw an exception for V1 requests or it will set exceptions within the list for V2 requests.
119 * Checks if a <CODE>set</CODE> operation can be performed.
124 * be set. This list is composed of
127 * @exception SnmpStatusException The <CODE>set</CODE> operation
141 * Processes a <CODE>set</CODE> operation. Should never be called (check previously called having failed).
143 * @param inRequest The SnmpMibRequest object holding the list of variable to be set.
148 public void set(SnmpMibRequest inRequest) throws SnmpStatusException { method in class:SnmpErrorHandlerAgent
152 "set", "Set in Exception, CANNOT be called");
158 * Processes a <CODE>getNext</CODE> operation. It will throw an exception for V1 requests or it will set exception
[all...]
H A DSnmpMibEntry.java117 * <p>Both implementations rely upon specific - and distinct, set of
135 * Generic handling of the <CODE>set</CODE> operation.
146 * <p>Both implementations rely upon specific - and distinct, set of
160 abstract public void set(SnmpMibSubRequest req, int depth) method in class:SnmpMibEntry
176 * <p>Both implementations rely upon specific - and distinct, set of
/openjdk7/hotspot/src/cpu/zero/vm/
H A DjavaFrameAnchor_zero.hpp50 set(src->_last_Java_sp, src->_last_Java_pc, src->_last_Java_fp);
53 void set(intptr_t* sp, address pc, ZeroFrame* fp) { function
/openjdk7/jdk/make/tools/src/build/tools/jdwpgen/
H A DOutNode.java35 void set(String kind, List<Node> components, int lineno) { method in class:OutNode
36 super.set(kind, components, lineno);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DAsyncResponseImpl.java70 // override so that AsyncInvoker calls set()
77 set(null, e);
81 set(null, new WebServiceException(e));
94 public void set(final T v, final Throwable t) { method in class:AsyncResponseImpl
123 super.set(v);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DNestedPolicy.java39 private NestedPolicy(final AssertionSet set) { argument
40 super(NESTED_POLICY_TOSTRING_NAME, Arrays.asList(new AssertionSet[] { set }));
43 private NestedPolicy(final String name, final String policyId, final AssertionSet set) { argument
44 super(NESTED_POLICY_TOSTRING_NAME, name, policyId, Arrays.asList(new AssertionSet[] { set }));
47 static NestedPolicy createNestedPolicy(final AssertionSet set) { argument
48 return new NestedPolicy(set);
51 static NestedPolicy createNestedPolicy(final String name, final String policyId, final AssertionSet set) { argument
52 return new NestedPolicy(name, policyId, set);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/
H A DHeaders.java56 * <li>{@link #set(String,String)} sets the given header field to the single
122 * @param value the header value to set.
124 public void set (String key, String value) { method in class:Headers
/openjdk7/jdk/src/windows/classes/java/io/
H A DFileDescriptor.java74 public void set(FileDescriptor obj, int fd) {
163 private static native long set(int d); method in class:FileDescriptor
167 desc.handle = set(fd);
/openjdk7/jdk/test/com/sun/jdi/
H A DBreakpointTest.java101 public void eventSetComplete(EventSet set) { argument
102 set.resume();
H A DSuspendThreadTest.java96 public void eventSetComplete(EventSet set) { argument
97 set.resume();
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DFilterMangleTest.java99 /********** test set-up **********/
110 public void eventSetComplete(EventSet set) { argument
112 set.resume();
152 * For example, if you try to set a bkpt on a class not yet
155 * set after the class is loaded. If our event handler
156 * resumes the event set, then I think that the debuggee
158 * set.
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DNotifyHandshakeTest.java52 public boolean set; field in class:NotifyHandshakeTest
62 set = true;
137 boolean heyYouSet = heyYou.set;
148 throw new Exception("HeyYou's wasn't set");
150 if (!listener.set) {
151 throw new Exception("This' wasn't set");
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/util/
H A DKerberosFlags.java80 public void set(int index, boolean value) { method in class:KerberosFlags
81 bits.set(index, value);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificateAlgorithmId.java46 * get, set, delete methods of Certificate, x509 type.
55 * Identifier to be used with get, set, and delete methods. When
118 public void set(String name, Object obj) throws IOException { method in class:CertificateAlgorithmId
H A DCertificateIssuerUniqueIdentity.java48 * get, set, delete methods of Certificate, x509 type.
124 public void set(String name, Object obj) throws IOException { method in class:CertificateIssuerUniqueIdentity
H A DCertificateSubjectUniqueIdentity.java45 * get, set, delete methods of Certificate, x509 type.
123 public void set(String name, Object obj) throws IOException { method in class:CertificateSubjectUniqueIdentity
H A DCertificateX509Key.java46 * get, set, delete methods of Certificate, x509 type.
113 public void set(String name, Object obj) throws IOException { method in class:CertificateX509Key
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSetIterator.java49 * UnicodeSetIterator it(set);
50 * while (set.next()) {
51 * if (set.codepoint != UnicodeSetIterator::IS_STRING) {
52 * processCodepoint(set.codepoint);
54 * processString(set.string);
61 * UnicodeSetIterator it(set);
62 * while (set.nextRange()) {
63 * if (set.codepoint != UnicodeSetIterator::IS_STRING) {
64 * processCodepointRange(set.codepoint, set
114 UnicodeSetIterator(UnicodeSet set) argument
195 private UnicodeSet set; field in class:UnicodeSetIterator
[all...]
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DExplicitSet.java27 * @summary Race in FutureTask if used with explicit set ( not Runnable )
53 task.set(Boolean.TRUE);
68 public void set(Boolean b) { method in class:ExplicitSet.SettableTask
69 super.set(b);

Completed in 2322 milliseconds

1234567891011>>