Home
last modified time | relevance | path

Searched refs:release (Results 1 – 25 of 28) sorted by relevance

12

/libcore/luni/src/main/java/android/system/
DStructUtsname.java33 public final String release; field in StructUtsname
44 …public StructUtsname(String sysname, String nodename, String release, String version, String machi… in StructUtsname() argument
47 this.release = release; in StructUtsname()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelLockingTest.java108 flock.release(); in test_lockReadWrite()
141 flock1.release(); in test_illegalLockParameters()
153 flock1.release(); in test_lockLLZ()
154 flock2.release(); in test_lockLLZ()
186 tmpLock.release(); in test_tryLockLLZ()
203 adjacentLock.release(); in test_tryLockLLZ()
206 lock.release(); in test_tryLockLLZ()
DFileLockTest.java51 public void release() throws IOException { in release() method in FileLockTest.MockFileLock
165 fileLock.release(); in test_isValid()
180 fileLock.release(); in test_release()
190 fileLock.release(); in test_release()
193 fileLock.release(); in test_release()
/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueuedLongSynchronizerTest.java66 public void release() { in release() method in AbstractQueuedLongSynchronizerTest.Mutex
67 release(LOCKED); in release()
178 sync.release(); in assertHasWaitersUnlocked()
262 sync.release(); in testAcquire()
273 sync.release(); in testTryAcquire()
293 sync.release(); in testHasQueuedThreads()
331 sync.release(); in testIsQueued()
353 sync.release(); in testGetFirstQueuedThread()
375 sync.release(); in testHasContended()
403 sync.release(); in testGetQueuedThreads()
[all …]
DAbstractQueuedSynchronizerTest.java70 public void release() { in release() method in AbstractQueuedSynchronizerTest.Mutex
71 release(LOCKED); in release()
181 sync.release(); in assertHasWaitersUnlocked()
265 sync.release(); in testAcquire()
276 sync.release(); in testTryAcquire()
296 sync.release(); in testHasQueuedThreads()
334 sync.release(); in testIsQueued()
356 sync.release(); in testGetFirstQueuedThread()
378 sync.release(); in testHasContended()
406 sync.release(); in testGetQueuedThreads()
[all …]
DSemaphoreTest.java245 pleaseInterrupt.release(); in testInterruptible()
277 pleaseInterrupt.release(); in testUninterruptible()
286 pleaseInterrupt.release(); in testUninterruptible()
299 s.release(2); in testUninterruptible()
323 lock.release(); in testHasQueuedThreads()
346 lock.release(); in testGetQueueLength()
372 lock.release(); in testGetQueuedThreads()
386 s.release(10); in testDrainPermits()
401 s.release(-1); in testReleaseIAE()
450 s.release(); in testSerialization()
[all …]
/libcore/luni/src/main/java/java/nio/channels/
DFileLock.java183 public abstract void release() throws IOException; in release() method in FileLock
191 release(); in close()
/libcore/luni/src/main/java/java/util/concurrent/
DSemaphore.java396 public void release() { in release() method in Semaphore
578 public void release(int permits) { in release() method in Semaphore
DThreadPoolExecutor.java615 public void unlock() { release(1); } in unlock()
/libcore/luni/src/main/native/
Dlibcore_icu_NativeCollation.cpp44 release(env, false /* don't close the collator */); in start()
65 void release(JNIEnv* env, bool closeCollator) { in release() function in CollationElements
98 elements->release(env, true /* close collator */); in NativeCollation_closeElements()
131 return static_cast<jlong>(reinterpret_cast<uintptr_t>(ce.release())); in NativeCollation_getCollationElementIterator()
DZipUtilities.cpp63 mDict.reset(dictionaryBytes.release()); in setDictionary()
Djava_util_zip_Deflater.cpp64 return reinterpret_cast<uintptr_t>(jstream.release()); in Deflater_createStream()
Djava_util_zip_Inflater.cpp48 return reinterpret_cast<uintptr_t>(jstream.release()); in Inflater_createStream()
Djava_text_Bidi.cpp104 return reinterpret_cast<uintptr_t>(lineData.release()); in Bidi_ubidi_setLine()
Dorg_apache_harmony_xml_ExpatParser.cpp295 return wrapper.release(); in newInternedString()
1001 XML_SetUserData(parser, context.release()); in ExpatParser_initialize()
1362 NATIVE_METHOD(ExpatParser, release, "(J)V"),
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadTest.java317 sem.release(); in test_getState()
335 sem.release(); in test_getState()
357 sem.release(); in test_getState()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldFileChannelTest.java130 fileLock.release(); in tearDown()
241 lock.release(); in testTryLockVeryLarge()
245 lock.release(); in testTryLockVeryLarge()
252 lockOne.release(); in testTryLockOverlapping()
255 lockTwo.release(); in testTryLockOverlapping()
256 lockOne.release(); in testTryLockOverlapping()
/libcore/luni/src/main/java/java/nio/
DFileChannelImpl.java148 public void release() throws IOException { in release() method in FileChannelImpl.FileLockImpl
153 ((FileChannelImpl) channel()).release(this); in release()
188 public void release(FileLock lock) throws IOException { in release() method in FileChannelImpl
/libcore/luni/src/main/java/java/util/concurrent/locks/
DReentrantLock.java428 sync.release(1); in unlock()
DReentrantReadWriteLock.java1103 sync.release(1); in unlock()
DAbstractQueuedSynchronizer.java1237 public final boolean release(int arg) { in release() method in AbstractQueuedSynchronizer
1700 if (release(savedState)) { in fullyRelease()
DAbstractQueuedLongSynchronizer.java1007 public final boolean release(long arg) { in release() method in AbstractQueuedLongSynchronizer
1470 if (release(savedState)) { in fullyRelease()
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java552 release(this.pointer); in finalize()
563 private native void release(long pointer); in release() method in ExpatParser
/libcore/luni/src/main/java/java/util/logging/
DFileHandler.java495 lock.release(); in close()
/libcore/luni/src/main/java/java/lang/
DSystem.java767 p.put("os.version", info.release); in initUnchangeableSystemProperties()

12