Searched refs:detach (Results 51 - 75 of 94) sorted by relevance

1234

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DDescendantIterator.java173 * <code>detach</code> method was invoked.
332 * state. After<code>detach</code> has been invoked, calls to
336 public void detach() method in class:DescendantIterator
342 // Always call the superclass detach last!
343 super.detach();
H A DMatchPatternIterator.java171 * state. After<code>detach</code> has been invoked, calls to
175 public void detach() method in class:MatchPatternIterator
181 // Always call the superclass detach last!
182 super.detach();
H A DNodeSequence.java402 * @see DTMIterator#detach()
404 public void detach() method in class:NodeSequence
407 m_iter.detach();
408 super.detach();
H A DUnionPathIterator.java129 * state. After<code>detach</code> has been invoked, calls to
133 public void detach() method in class:UnionPathIterator
139 m_iterators[i].detach();
H A DAxesWalker.java179 public void detach() method in class:AxesWalker
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DChildSession.java141 public void detach() { method in class:ChildSession
144 //System.out.println("IO before detach: "+ inputWriter + " " + outputReader + " "+ errorReader);
146 super.detach();
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/rmi/
H A DMonitoredHostProvider.java168 public void detach(MonitoredVm vm) throws MonitorException { method in class:MonitoredHostProvider
170 rmvm.detach();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeIteratorImpl.java56 /** If detach is called, the fDetach flag is true, otherwise flase. */
369 public void detach() { method in class:NodeIteratorImpl
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXRTreeFrag.java101 * Specify if it's OK for detach to release the iterator for reuse.
103 * @param allowRelease true if it is OK for detach to release this iterator
114 * in the INVALID state. After <code>detach</code> has been invoked,
118 * In general, detach should only be called once on the object.
120 public void detach(){ method in class:XRTreeFrag
H A DXObject.java96 * Specify if it's OK for detach to release the iterator for reuse.
102 * @param allowRelease true if it is OK for detach to release this iterator
110 * in the INVALID state. After <code>detach</code> has been invoked,
114 public void detach(){} method in class:XObject
118 * detach().
126 detach();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DTestDebugger.java199 debugger.detach();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DTool.java114 agent.detach();
/openjdk7/hotspot/agent/test/libproc/
H A DLibprocClient.java74 lc.getAgent().detach();
/openjdk7/jdk/test/com/sun/tools/attach/
H A DBasicTests.java90 // Test 4 - detach from the VM and attempt a load (should throw IOE)
95 vm.detach();
/openjdk7/jdk/src/share/classes/sun/tools/jinfo/
H A DJInfo.java161 // Read the stream from the target VM until EOF, then detach
174 vm.detach();
/openjdk7/jdk/src/share/classes/sun/tools/jstack/
H A DJStack.java190 vm.detach();
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DJvmstatCountersTest.java149 vm.detach();
/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DMonitoredHost.java389 public abstract void detach(MonitoredVm vm) throws MonitorException; method in class:MonitoredHost
/openjdk7/jdk/src/solaris/classes/sun/tools/attach/
H A DBsdVirtualMachine.java117 public void detach() throws IOException { method in class:BsdVirtualMachine
137 // did we detach?
H A DSolarisVirtualMachine.java106 public void detach() throws IOException { method in class:SolarisVirtualMachine
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java155 public void detach() { method in class:ServiceabilityAgentJVMDIModule
404 detach();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/patterns/
H A DStepPattern.java476 pred.detach();
580 pred.detach();
765 pred.detach();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DExpression.java318 obj.detach();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java209 myvm.saAgent.detach();
225 myvm.saAgent.detach();
244 myvm.saAgent.detach();
598 saAgent.detach();
/openjdk7/hotspot/src/share/vm/prims/
H A Dperf.cpp113 PerfMemory::detach((char*)address, capacity, CHECK);
299 {CC"detach", CC"("BB")V", FN_PTR(Perf_Detach)},

Completed in 162 milliseconds

1234