/openjdk7/jdk/src/share/classes/sun/nio/ch/ |
H A D | AllocatedNativeObject.java | 5 * This code is free software; you can redistribute it and/or modify it 59 synchronized void free() { method in class:AllocatedNativeObject
|
/openjdk7/jdk/src/share/classes/sun/rmi/transport/ |
H A D | Channel.java | 5 * This code is free software; you can redistribute it and/or modify it 49 public void free(Connection conn, boolean reuse) throws RemoteException; method in interface:Channel
|
H A D | Transport.java | 5 * This code is free software; you can redistribute it and/or modify it 85 public abstract void free(Endpoint ep); method in class:Transport
|
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/ |
H A D | StringBufferPool.java | 39 * Get the first free instance of a string buffer, or create one 40 * if there are no free instances. 54 public synchronized static void free(FastStringBuffer sb) method in class:StringBufferPool
|
/openjdk7/jdk/src/share/classes/java/sql/ |
H A D | Array.java | 5 * This code is free software; you can redistribute it and/or modify it 349 * it holds. The object is invalid once the <code>free</code> 352 * After <code>free</code> has been called, any attempt to invoke a 353 * method other than <code>free</code> will result in a <code>SQLException</code> 354 * being thrown. If <code>free</code> is called multiple times, the subsequent 355 * calls to <code>free</code> are treated as a no-op. 364 void free() throws SQLException; method in interface:Array
|
H A D | SQLXML.java | 5 * This code is free software; you can redistribute it and/or modify it 173 * The state moves from readable to not readable once free() or any of the 177 * The state moves from writable to not writeable once free() or any of the 198 * After <code>free</code> has been called, any attempt to invoke a 199 * method other than <code>free</code> will result in a <code>SQLException</code> 200 * being thrown. If <code>free</code> is called multiple times, the subsequent 201 * calls to <code>free</code> are treated as a no-op. 207 void free() throws SQLException; method in interface:SQLXML
|
H A D | Blob.java | 5 * This code is free software; you can redistribute it and/or modify it 270 * it holds. The object is invalid once the <code>free</code> 273 * After <code>free</code> has been called, any attempt to invoke a 274 * method other than <code>free</code> will result in a <code>SQLException</code> 275 * being thrown. If <code>free</code> is called multiple times, the subsequent 276 * calls to <code>free</code> are treated as a no-op. 285 void free() throws SQLException; method in interface:Blob
|
H A D | Clob.java | 5 * This code is free software; you can redistribute it and/or modify it 313 * that it holds. The object is invalid once the <code>free</code> method 316 * After <code>free</code> has been called, any attempt to invoke a 317 * method other than <code>free</code> will result in a <code>SQLException</code> 318 * being thrown. If <code>free</code> is called multiple times, the subsequent 319 * calls to <code>free</code> are treated as a no-op. 328 void free() throws SQLException; method in interface:Clob
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ |
H A D | ContiguousSpace.java | 5 * This code is free software; you can redistribute it and/or modify it 70 public long free() { method in class:ContiguousSpace
|
H A D | ConcurrentMarkSweepGeneration.java | 5 * This code is free software; you can redistribute it and/or modify it 62 public long free() { return cmsSpace().free(); } method in class:ConcurrentMarkSweepGeneration
|
H A D | DefNewGeneration.java | 5 * This code is free software; you can redistribute it and/or modify it 81 public long free() { return eden().free() + from().free(); /* to() is only used during scavenge */ } method in class:DefNewGeneration 82 public long contiguousAvailable() { return eden().free(); }
|
H A D | OneContigSpaceCardGeneration.java | 5 * This code is free software; you can redistribute it and/or modify it 71 public long free() { return theSpace().free(); } method in class:OneContigSpaceCardGeneration 72 public long contiguousAvailable() { return theSpace().free() + virtualSpace().uncommittedSize(); }
|
H A D | Space.java | 5 * This code is free software; you can redistribute it and/or modify it 99 public abstract long free(); method in class:Space
|
H A D | CompactibleFreeListSpace.java | 5 * This code is free software; you can redistribute it and/or modify it 38 // for free size, three fields 95 return capacity() - free(); 108 public long free() { method in class:CompactibleFreeListSpace 134 tty.print("free-list-space"); 138 long free_size = free(); 141 tty.print("free= " + free_size );
|
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/ |
H A D | SerialArray.java | 5 * This code is free software; you can redistribute it and/or modify it 198 * it holds. The object is invalid once the <code>free</code> 201 * After <code>free</code> has been called, any attempt to invoke a 202 * method other than <code>free</code> will result in a <code>SQLException</code> 203 * being thrown. If <code>free</code> is called multiple times, the subsequent 204 * calls to <code>free</code> are treated as a no-op. 213 public void free() throws SQLException { method in class:SerialArray
|
H A D | SerialBlob.java | 5 * This code is free software; you can redistribute it and/or modify it 440 * <code>Blob</code> object. The object is invalid once the <code>free</code> 441 * method is called. If <code>free</code> is called multiple times, the subsequent 442 * calls to <code>free</code> are treated as a no-op. 448 public void free() throws SQLException { method in class:SerialBlob
|
H A D | SerialClob.java | 5 * This code is free software; you can redistribute it and/or modify it 513 public void free() throws SQLException { method in class:SerialClob
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | allocation.inline.hpp | 5 * This code is free software; you can redistribute it and/or modify it 80 os::free(p, memflags); 141 void ArrayAllocator<E, F>::free() { function in class:ArrayAllocator
|
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/ |
H A D | zip.h | 5 * This code is free software; you can redistribute it and/or modify it 60 void free() { function in struct:jar 61 central_directory.free(); 62 deflated.free(); 66 free(); 102 void free();
|
H A D | bytes.cpp | 5 * This code is free software; you can redistribute it and/or modify it 72 void bytes::free() { function in class:bytes 76 ::free(ptr); 181 ::free(p); 184 free();
|
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/ |
H A D | psPromotionLAB.hpp | 5 * This code is free software; you can redistribute it and/or modify it 89 size_t free() const { return byte_size(top(), end()); } function in class:PSPromotionLAB
|
/openjdk7/hotspot/src/share/vm/libadt/ |
H A D | port.hpp | 5 * This code is free software; you can redistribute it and/or modify it 157 #define free(ptr) safe_free(__FILE__,__LINE__,ptr) macro 167 inline void operator delete( void *ptr ) { free(ptr); }
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | live.cpp | 5 * This code is free software; you can redistribute it and/or modify it 113 _free_IndexSet = def_outside; // Drop onto free list 154 // This allows us to recycle their internal memory into IndexSet's free list. 163 IndexSet *free = _free_IndexSet; local 164 while (free != NULL) { 165 IndexSet *temp = free; 166 free = free->next(); 184 // Get a free set; flag as being on worklist 190 // Pull from free lis [all...] |
/openjdk7/jdk/src/windows/classes/sun/nio/ch/ |
H A D | PollArrayWrapper.java | 5 * This code is free software; you can redistribute it and/or modify it 90 pollArray.free(); 96 void free() { method in class:PollArrayWrapper 97 pollArray.free();
|
/openjdk7/jdk/src/share/classes/sun/rmi/server/ |
H A D | UnicastRef.java | 5 * This code is free software; you can redistribute it and/or modify it 176 /* we are freeing the connection now, do not free 182 clientRefLog.log(Log.BRIEF, "free connection (reuse = true)"); 185 ref.getChannel().free(conn, true); 253 clientRefLog.log(Log.BRIEF, "free connection (reuse = " + 256 ref.getChannel().free(conn, reuse); 360 ref.getChannel().free(conn, false); 385 free(call, false); 393 free(call, false); 403 free(cal 428 private void free(RemoteCall call, boolean reuse) throws RemoteException { method in class:UnicastRef [all...] |