Searched refs:over (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DTimeUnit.java165 static long x(long d, long m, long over) { argument
166 if (d > over) return Long.MAX_VALUE;
167 if (d < -over) return Long.MIN_VALUE;
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthComboBoxUI.java76 * to get it to open the popup. Also, anywhere you hover over the combo
198 buttonHandler.over = false;
535 * are in sync. Whenever one is "over" both are. Whenever one is pressed,
541 * Indicates that the mouse is over the combo or the arrow button.
544 private boolean over; field in class:SynthComboBoxUI.ButtonHandler
571 * <p>Updates the internal "over" state. If shouldActLikeButton()
580 this.over = o && isEnabled();
624 * rolled over, or the arrowButton is rolled over.
628 return shouldActLikeButton() ? over
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java459 * It copies the current reader associations over to the new catalog.
616 * <p>Catalogs retrieved over the net may have an associated MIME type.
1238 boolean over = default_override;
1243 over = e.getEntryArg(0).equalsIgnoreCase("YES");
1249 if (over || systemId == null) {
1351 boolean over = default_override;
1356 over = e.getEntryArg(0).equalsIgnoreCase("YES");
1362 if (over || systemId == null) {
1437 boolean over = default_override;
1442 over
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11PMBlitLoops.java141 boolean over) {
143 over ? CompositeType.SrcOverNoEa : CompositeType.SrcNoEa,
140 X11PMBlitLoops(SurfaceType srcType, SurfaceType dstType, boolean over) argument
/openjdk7/jdk/test/sun/security/util/Resources/
H A DNewResourcesNames.java429 if (dotpos < 0) throw new Exception("No dot all over? " + s);

Completed in 44 milliseconds