Searched refs:updated (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DRow.java76 * object has been updated. <code>true</code> indicates that it has
77 * been updated; <code>false</code> indicates that it has not.
80 private boolean updated; field in class:Row
256 * <code>updated</code> field.
258 * updated; <code>false</code> if it has not
263 return(updated);
267 * Sets the <code>updated</code> field for this <code>Row</code> object to
273 // only mark something as updated if one or
277 updated = true;
298 * Sets the <code>updated</cod
[all...]
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6199676.java78 private boolean updated; field in class:Test6199676
89 else if (this.updated) {
103 this.updated = true;
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEventPortWrapper.java178 int updated = port_getn(pfd, pollArrayAddress, POLL_MAX, timeout);
183 for (int i=0; i<updated; i++) {
196 return updated;
H A DDevPollArrayWrapper.java104 // Number of updated pollfd entries
105 int updated; field in class:DevPollArrayWrapper
220 updated = poll0(pollArrayAddress, NUM_POLLFDS, timeout, wfd);
221 for (int i=0; i<updated; i++) {
228 return updated;
233 // Populate pollfd array with updated masks
257 // populate pollfd array with updated event
H A DEPollArrayWrapper.java102 // Number of updated pollfd entries
103 int updated; field in class:EPollArrayWrapper
257 updated = epollWait(pollArrayAddress, NUM_EPOLLEVENTS, timeout, epfd);
258 for (int i=0; i<updated; i++) {
265 return updated;
H A DDevPollSelectorImpl.java107 int entries = pollWrapper.updated;
H A DEPollSelectorImpl.java102 int entries = pollWrapper.updated;
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueArrayWrapper.java200 int updated = kevent0(kq, keventArrayAddress, NUM_KEVENTS, timeout);
201 return updated;
/openjdk7/jdk/src/share/sample/nio/multicast/
H A DReader.java132 int updated = sel.select();
133 if (updated > 0) {
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineChangeClassOrder.sh76 // cpool_index in the Object_variable_info has to be updated
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultRowSorter.java384 * model is updated (<code>rowsUpdated</code> is invoked). For
397 * model is updated; otherwise, returns false.
399 * @return whether or not to sort when the model is updated
1132 Row[] updated = new Row[delta];
1134 updated[j] = viewToModel[modelToView[i]];
1138 Arrays.sort(updated);
1151 insertInOrder(Arrays.asList(updated), intermediary);
1159 // Remove the effected rows, adding them to updated and setting
1161 List<Row> updated = new ArrayList<Row>(delta);
1170 updated
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java173 boolean updated = false;
181 updated = true;
188 updated = true;
193 if (updated) {
210 boolean updated = false;
229 updated = true;
233 updated = true;
245 updated = true;
250 if (updated) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Debug.cpp118 int updated = ::GetUpdateRgn(hwnd, rgn, FALSE); local
H A Dawt_Component.cpp2177 int updated = ::GetUpdateRgn(GetHWnd(), rgn, FALSE); local
2185 if (updated == COMPLEXREGION || updated == SIMPLEREGION) {
4500 * immediately after a displayChange is not yet updated to its
4503 * updated, but a WM_PALETTECHANGED message is never sent.
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsSelectorImpl.java172 int updated = updateSelectedKeys();
175 return updated;
333 * tell if a key has been counted as updated in this select
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DPairPositioningSubtables.cpp188 #error dead code - not updated.

Completed in 2377 milliseconds