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

/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/java/java/nio/
H A DNioUtils.java37 ((DirectByteBuffer) buffer).free();
H A DMemoryBlock.java42 @Override public void free() { method in class:MemoryBlock.MemoryMappedBlock
52 super.free();
56 free();
79 @Override public void free() { method in class:MemoryBlock.NonMovableHeapBlock
81 super.free();
152 public void free() { method in class:MemoryBlock
H A DDirectByteBuffer.java295 public final void free() { method in class:DirectByteBuffer
296 block.free();
/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 Djava_lang_System.cpp131 free(mappedName);
H A Djava_util_jar_StrictJarFile.cpp114 free(prefix_);
H A Dorg_apache_harmony_xml_ExpatParser.cpp491 free(mCopy);
/libcore/luni/src/main/java/java/util/concurrent/locks/
H A DReentrantLock.java123 boolean free = false;
125 free = true;
129 return free;
331 * @return {@code true} if the lock was free and was acquired by the
404 * @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
345 boolean free = exclusiveCount(nextc) == 0;
346 if (free)
349 return free;
410 // both read and write locks are now free.
998 * @return {@code true} if the lock was free and was acquired
1077 * @return {@code true} if the lock was free and was acquired
/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 292 milliseconds