Searched refs:free (Results 1 - 18 of 18) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DNioUtils.java53 ((DirectByteBuffer) buffer).free();
55 ((MappedByteBufferAdapter) buffer).free();
H A DMemoryBlock.java38 @Override public void free() { method in class:MemoryBlock.MemoryMappedBlock
52 free();
75 @Override public void free() { method in class:MemoryBlock.NonMovableHeapBlock
145 public void free() { method in class:MemoryBlock
H A DDirectByteBuffer.java204 public final void free() { method in class:DirectByteBuffer
205 block.free();
H A DMappedByteBufferAdapter.java375 public final void free() { method in class:MappedByteBufferAdapter
376 wrapped.free();
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLMessageDigestJDK.java60 free();
100 private void free() { method in class:OpenSSLMessageDigestJDK
109 free();
H A DOpenSSLSocketImpl.java885 free();
921 * Even if the above call failed, it is still safe to free
925 free();
942 private void free() { method in class:OpenSSLSocketImpl
972 free();
/libcore/luni/src/main/java/java/sql/
H A DBlob.java184 * Frees any resources held by this blob. After {@code free} is called, calling
185 * method other than {@code free} will throw {@code SQLException} (calling {@code free}
190 public void free() throws SQLException; method in interface:Blob
H A DArray.java167 * Frees any resources held by this array. After {@code free} is called, calling
168 * method other than {@code free} will throw {@code SQLException} (calling {@code free}
172 public void free() throws SQLException; method in interface:Array
H A DClob.java181 * Frees any resources held by this clob. After {@code free} is called, calling
182 * method other than {@code free} will throw {@code SQLException} (calling {@code free}
187 public void free() throws SQLException; method in interface:Clob
H A DSQLXML.java32 * Frees any resources held by this object. After {@code free} is called, calling
33 * method other than {@code free} will throw {@code SQLException} (calling {@code free}
37 void free() throws SQLException; method in interface:SQLXML
/libcore/luni/src/main/native/
H A Djava_lang_StringToReal.cpp355 free(x);
357 free(y);
358 free(D);
359 free(D2);
501 free(x);
502 free(y);
503 free(D);
504 free(D2);
509 free(x);
510 free(
[all...]
H A Dorg_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp217 * Many OpenSSL APIs take ownership of an argument on success but don't free the argument
410 free(allocStr);
416 free(allocStr);
422 free(allocStr);
434 free(allocStr);
599 free(mutex_buf);
H A Dorg_apache_harmony_xml_ExpatParser.cpp477 free(mCopy);
/libcore/luni/src/main/java/java/util/concurrent/locks/
H A DReentrantLock.java125 boolean free = false;
127 free = true;
131 return free;
334 * @return {@code true} if the lock was free and was acquired by the
407 * @return {@code true} if the lock was free and was acquired by the
H A DReentrantReadWriteLock.java46 * in the queue with the write lock free, then those readers will be
50 * will block unless both the read lock and write lock are free (which
346 boolean free = exclusiveCount(nextc) == 0;
347 if (free)
350 return free;
411 // both read and write locks are now free.
1003 * @return {@code true} if the lock was free and was acquired
1082 * @return {@code true} if the lock was free and was acquired
/libcore/include/
H A DUniquePtr.h157 free(p);
167 // Can we free a single object?
195 // Can we free an array?
/libcore/
H A DNativeCode.mk31 # free to append to LOCAL_SRC_FILES, LOCAL_C_INCLUDES,
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2325 public void free() throws SQLException {} method in class:OldPreparedStatementTest.MockArray
2367 public void free() throws SQLException {} method in class:OldPreparedStatementTest.MockBlob
2419 public void free() throws SQLException {} method in class:OldPreparedStatementTest.MockClob

Completed in 268 milliseconds