Home
last modified time | relevance | path

Searched refs:free (Results 1 – 19 of 19) sorted by relevance

/libcore/luni/src/main/native/
Djava_lang_StringToReal.cpp355 free(x); in doubleAlgorithm()
357 free(y); in doubleAlgorithm()
358 free(D); in doubleAlgorithm()
359 free(D2); in doubleAlgorithm()
501 free(x); in doubleAlgorithm()
502 free(y); in doubleAlgorithm()
503 free(D); in doubleAlgorithm()
504 free(D2); in doubleAlgorithm()
509 free(x); in doubleAlgorithm()
510 free(y); in doubleAlgorithm()
[all …]
Djava_lang_System.cpp131 free(mappedName); in System_mapLibraryName()
Djava_util_jar_StrictJarFile.cpp114 free(prefix_); in ~IterationHandle()
Dorg_apache_harmony_xml_ExpatParser.cpp491 free(mCopy); in ~ExpatElementName()
/libcore/luni/src/main/java/java/nio/
DMemoryBlock.java42 @Override public void free() { in free() method in MemoryBlock.MemoryMappedBlock
52 super.free(); in free()
56 free(); in finalize()
79 @Override public void free() { in free() method in MemoryBlock.NonMovableHeapBlock
81 super.free(); in free()
152 public void free() { in free() method in MemoryBlock
DNioUtils.java37 ((DirectByteBuffer) buffer).free(); in freeDirectBuffer()
DDirectByteBuffer.java295 public final void free() { in free() method in DirectByteBuffer
296 block.free(); in free()
/libcore/luni/src/main/java/java/util/concurrent/locks/
DReentrantLock.java123 boolean free = false; in tryRelease()
125 free = true; in tryRelease()
129 return free; in tryRelease()
DReentrantReadWriteLock.java345 boolean free = exclusiveCount(nextc) == 0; in tryRelease()
346 if (free) in tryRelease()
349 return free; in tryRelease()
/libcore/luni/src/main/java/java/sql/
DBlob.java190 public void free() throws SQLException; in free() method
DArray.java172 public void free() throws SQLException; in free() method
DSQLXML.java37 void free() throws SQLException; in free() method
DClob.java187 public void free() throws SQLException; in free() method
/libcore/luni/
Dbouncycastle-license.txt4 Permission is hereby granted, free of charge, to any person obtaining
Dunicode-license.txt22 Permission is hereby granted, free of charge, to any person obtaining a copy
/libcore/
DNOTICE39 Permission is hereby granted, free of charge, to any person obtaining
74 Permission is hereby granted, free of charge, to any person obtaining
/libcore/expectations/
Dbrokentests.txt86 description: "Potentially flakey because they rely on a specific local TCP port being free.",
/libcore/benchmarks/libs/
Dcaliper.jar.txt69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2325 public void free() throws SQLException {} in free() method in OldPreparedStatementTest.MockArray
2367 public void free() throws SQLException {} in free() method in OldPreparedStatementTest.MockBlob
2419 public void free() throws SQLException {} in free() method in OldPreparedStatementTest.MockClob