Searched refs:active (Results 76 - 99 of 99) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSliderUI.java219 private void setThumbActive(boolean active) { argument
220 if (thumbActive != active) {
221 thumbActive = active;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultCaret.java889 * Determines if the caret is currently active.
897 * @return <code>true</code> if active else <code>false</code>
903 return active;
933 * To determine whether the blinking is active, you should call
966 active = e;
1564 boolean active; field in class:DefaultCaret
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java650 static void updateComponentTreeUIActivation(final Component c, final Object active) { argument
652 ((javax.swing.JComponent)c).putClientProperty(AquaFocusHandler.FRAME_ACTIVE_PROPERTY, active);
665 updateComponentTreeUIActivation(element, active);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c1883 /* TODO: Implement stack/heap allocation technique for active edges
1902 Edge *ne = active + nact; \
1940 head = active + nact; \
1949 Edge* activeList, *active; local
1987 ALLOC(active, Edge, n);
2088 free(active);
/openjdk7/make/scripts/
H A Dwebrev.ksh1105 # Given the pathname of a file, find its location in a "wx" active file
1141 active=`hg status $logf 2>/dev/null`
1144 if [[ -z $active ]] ; then
1962 -w <wxfile>: Use specified wx active file.
2301 if [[ -r $CODEMGR_WS/wx/active ]]; then
2302 wxfile=$CODEMGR_WS/wx/active
2309 print -u2 " File list from: wx 'active' file '$wxfile' ... \c"
2366 # but only if a wx active file exists-- otherwise wx will
2369 if [[ -x $WX && -f $codemgr_ws/wx/active ]]; then
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java533 b.active = false;
549 b.active = a.active;
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp1260 enabled_state = 0x0100, // breakpoint must be active in running code
1310 bool active() const { return (bits() & active_state) != 0; } function in class:breakpoint_Relocation
1325 assert(!active(), "cannot perform relocation on enabled breakpoints");
H A Dnmethod.cpp1064 && iter.breakpoint_reloc()->active()),
1065 "no active breakpoint");
1246 // Remove from list of active nmethods
1700 // tracing the "active" nmethods on thread stacks during
2120 // an active nmethod => use cpc to determine a return address
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.cpp485 "active %d ParallelGCThreads %d", active_workers(),
490 "active %d ParallelGCThreads %d ",
511 // requested to be active but some are already idle, reduce
525 gclog_or_tty->print_cr("JT: %d workers %d active %d "
540 "total workers should equal active + inactive");
701 uint active = decrement_busy_workers();
702 if ((active == 0) && (queue()->is_empty())) {
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m210 CONSISTENCY_CHECK(State, active);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java1751 private HashSet<LayoutNode> active; field in class:HierarchicalLayoutManager.ReverseEdges
1786 active = new HashSet<LayoutNode>();
1927 // Node no longer active
1928 active.remove(node);
1932 // Repush immediately to know when no longer active
1935 active.add(node);
1939 if (active.contains(e.to)) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerManagerImpl.java162 serverId + " failed because server is already active. " +
194 public void active(int serverId, Server server) throws ServerNotRegistered method in class:ServerManagerImpl
204 System.out.println( "ServerManagerImpl: active for server Id " +
210 System.out.println( "ServerManagerImpl: active for server Id " +
211 serverId + " called. This server is now active." ) ;
240 serverId + " called. This server is now active." ) ;
274 // collect the active entries
338 "no active server found." ) ;
341 " active server found " + entry + "." ) ;
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java238 boolean active = jif.isSelected();
280 "focus", (active ? "yes" : "no"),
356 boolean active = jif.isSelected();
379 "focus", (active ? "yes" : "no"),
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp480 JavaThread* p = JavaThread::active();
/openjdk7/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp503 JavaThread* p = JavaThread::active();
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h478 guint active : 1; member in struct:__anon1000
H A Dgtk2_interface.c1041 ((GtkToggleButton*)gtk2_widget)->active = is_active;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp476 // Apply "cf->do_code_blob" (if !NULL) to all code blobs active in frames
792 vframeArray* _vframe_array_head; // Holds the heap of the active vframeArrays
896 bool _is_compiling; // is true if a compilation is active inthis thread (one compilation per thread possible)
1492 // Returns the active Java thread. Do not use this if you know you are calling
1496 static JavaThread* active();
1645 // able to safely read the active field of the SATB queue set. Right
1649 // cannot do the obvious and set the active field of the SATB queue
1816 // Apply "cf->do_code_blob" (if !NULL) to all code blobs active in frames
1843 // The active thread queue. It also keeps track of the current used
1923 // Number of threads on the active thread
[all...]
H A Dthread.cpp1549 // The _osthread may be NULL here because we ran out of memory (too many threads active).
1886 // the list of active threads.
1892 // from the list of active threads. We must do this after any deferred
1900 // Remove from list of active threads list, and notify VM thread if we are the last non-daemon thread
1917 // The SATB queue should have been constructed with its active
1919 assert(!satb_queue.is_active(), "SATB queue should not be active");
1922 // set the active field of the SATB queue to true.
1929 // active field set to true.
1930 assert(dirty_queue.is_active(), "dirty card queue should be active");
1973 JavaThread* JavaThread::active() { function in class:JavaThread
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java1901 Edge active;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXToolkit.java681 if ((netProto == null) || !netProto.active())
H A DXWindowPeer.java261 if (protocol != null && protocol.active()) {
776 // is active. If it is - we can freely synthesize focus transfer.
1835 // If this is Window and its owner Frame is active we can be sure request succedded.
1845 focusLog.fine("Parent window is active - generating focus for this window");
1849 focusLog.fine("Parent window is not active");
1856 focusLog.fine("Denied - parent window is not active and didn't accept focus request");
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec452 "If there are active stack frames in methods of the redefined classes in the "
453 "target VM then those active frames continue to run the bytecodes of the "
2063 "Returns the live threads and active thread groups directly contained "
2068 "for information about active ThreadGroups.
2076 (Repeat childGroups "The number of active child thread groups. "
2362 "active 'this' object is the given object. "
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1568 JavaThread* thread = JavaThread::active();

Completed in 631 milliseconds

1234