HomeSort by relevance Sort by last modified time
    Searched refs:release (Results 426 - 450 of 4886) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
unlock.pass.cpp 44 lk.release();
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
release.pass.cpp 14 // mutex_type* release() noexcept;
39 assert(lk.release() == &m);
  /external/lldb/source/Core/
StreamAsynchronousIO.cpp 41 EventSP new_event_sp (new Event (m_broadcast_event_type, data_bytes_ap.release()));
  /external/qemu/android/base/files/
ScopedFd.h 24 // function called automatically on scope exit, unless the 'release'
41 int release() { function in class:android::base::ScopedFd
ScopedStdioFile.h 22 // the release() method is called. It is also possible to close
38 // Release the FILE* handle and return it to the caller, which becomes
40 FILE* release() { function in class:android::base::ScopedStdioFile
  /external/qemu/android/base/memory/
ScopedPtr.h 23 // deleted at scope exit, unless its release() method has been called.
32 // pass ownership from one instance to the other with the release()
36 // ScopedPtr<Foo> ptr2(ptr.release()); // object owned by |ptr2|
50 // Release the pointer object from the instance and return it.
52 T* release() { function in class:android::base::ScopedPtr
  /external/replicaisland/src/com/replica/replicaisland/
PhysicsComponent.java 126 vectorPool.release(newVelocity);
161 vectorPool.release(entity1Adjust);
165 vectorPool.release(collisionNormal);
166 vectorPool.release(relativeVelocity);
216 vectorPool.release(entity1Adjust);
219 vectorPool.release(collisionNormal);
220 vectorPool.release(entity1Velocity);
221 vectorPool.release(entity2Velocity);
222 vectorPool.release(relativeVelocity);
  /external/skia/src/gpu/
GrAllocPool.h 33 void release(size_t bytes);
GrGpuObject.cpp 30 void GrGpuObject::release() { function in class:GrGpuObject
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.h 23 virtual ~GrGLIndexBuffer() { this->release(); }
GrGLStencilBuffer.cpp 13 this->release();
GrGLVertexBuffer.h 23 virtual ~GrGLVertexBuffer() { this->release(); }
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraOpenTest.java 48 mCamera.release();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameSlotSource.java 45 frame.release();
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
MediaPlayerProxy.java 37 void release(); method in interface:MediaPlayerProxy
  /libnativehelper/include/nativehelper/
ScopedLocalRef.h 44 T release() __attribute__((warn_unused_result)) { function in class:ScopedLocalRef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
unlock.pass.cpp 49 lk.release();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
unlock.pass.cpp 44 lk.release();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
release.pass.cpp 14 // mutex_type* release() noexcept;
39 assert(lk.release() == &m);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertWakeLock.java 47 sCpuWakeLock.release();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
utsname.h 57 /* Current release level of this implementation. */
58 char release[_UTSNAME_RELEASE_LENGTH]; member in struct:utsname
59 /* Current version level of this release. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
utsname.h 57 /* Current release level of this implementation. */
58 char release[_UTSNAME_RELEASE_LENGTH]; member in struct:utsname
59 /* Current version level of this release. */
  /system/keymaster/
openssl_utils.h 34 * triggering a warning by not using the result of release().
38 T* val __attribute__((unused)) = p.release();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 111 self._notempty.release()
118 self._sem.release()
121 self._rlock.release()
136 self._sem.release()
139 self._rlock.release()
227 notempty.release()
235 nrelease = notempty.release
241 wrelease = writelock.release
320 self._unfinished_tasks.release()
323 self._cond.release()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 111 self._notempty.release()
118 self._sem.release()
121 self._rlock.release()
136 self._sem.release()
139 self._rlock.release()
227 notempty.release()
235 nrelease = notempty.release
241 wrelease = writelock.release
320 self._unfinished_tasks.release()
323 self._cond.release()
    [all...]

Completed in 2724 milliseconds

<<11121314151617181920>>