/libcore/luni/src/main/native/ |
D | java_lang_StringToReal.cpp | 355 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 …]
|
D | java_lang_System.cpp | 131 free(mappedName); in System_mapLibraryName()
|
D | java_util_jar_StrictJarFile.cpp | 114 free(prefix_); in ~IterationHandle()
|
D | org_apache_harmony_xml_ExpatParser.cpp | 491 free(mCopy); in ~ExpatElementName()
|
/libcore/luni/src/main/java/java/nio/ |
D | MemoryBlock.java | 42 @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
|
D | NioUtils.java | 37 ((DirectByteBuffer) buffer).free(); in freeDirectBuffer()
|
D | DirectByteBuffer.java | 295 public final void free() { in free() method in DirectByteBuffer 296 block.free(); in free()
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
D | ReentrantLock.java | 123 boolean free = false; in tryRelease() 125 free = true; in tryRelease() 129 return free; in tryRelease()
|
D | ReentrantReadWriteLock.java | 345 boolean free = exclusiveCount(nextc) == 0; in tryRelease() 346 if (free) in tryRelease() 349 return free; in tryRelease()
|
/libcore/luni/src/main/java/java/sql/ |
D | Blob.java | 190 public void free() throws SQLException; in free() method
|
D | Array.java | 172 public void free() throws SQLException; in free() method
|
D | SQLXML.java | 37 void free() throws SQLException; in free() method
|
D | Clob.java | 187 public void free() throws SQLException; in free() method
|
/libcore/luni/ |
D | bouncycastle-license.txt | 4 Permission is hereby granted, free of charge, to any person obtaining
|
D | unicode-license.txt | 22 Permission is hereby granted, free of charge, to any person obtaining a copy
|
/libcore/ |
D | NOTICE | 39 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/ |
D | brokentests.txt | 86 description: "Potentially flakey because they rely on a specific local TCP port being free.",
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 69 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/ |
D | OldPreparedStatementTest.java | 2325 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
|