HomeSort by relevance Sort by last modified time
    Searched defs:release (Results 126 - 150 of 883) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
NettyReadableBuffer.java 98 * If the first call to close, calls {@link ByteBuf#release} to release the internal Netty buffer.
105 buffer.release();
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 50 static void release(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
52 I->Release();
  /external/perfetto/include/perfetto/base/
scoped_file.h 71 T release() { function in class:perfetto::base::ScopedResource
  /external/python/cpython2/Lib/
dummy_thread.py 119 self.release()
121 def release(self): member in class:LockType
122 """Release the dummy lock."""
  /external/python/cpython3/Lib/
_dummy_thread.py 129 self.release()
131 def release(self): member in class:LockType
132 """Release the dummy lock."""
  /external/python/dateutil/docs/
conf.py 56 # |version| and |release|, also used in various other places throughout the
64 release = VERSION variable
120 # "<project> v<release> documentation".
  /external/python/funcsigs/docs/
conf.py 48 # |version| and |release|, also used in various other places throughout the
55 release = __version__ variable
107 # "<project> v<release> documentation".
  /external/python/mock/docs/
conf.py 72 # The default replacements for |version| and |release|, also used in various
78 release = mock.__version__ variable
120 # "<project> v<release> documentation".
  /external/python/rsa/doc/
conf.py 52 # |version| and |release|, also used in various other places throughout the
58 release = rsa.__version__ variable
110 # "<project> v<release> documentation".
  /external/python/six/documentation/
conf.py 43 # |version| and |release|, also used in various other places throughout the
49 release = six_version variable
101 # "<project> v<release> documentation".
  /external/replicaisland/src/com/replica/replicaisland/
InputButton.java 35 public void release() { method in class:InputButton
ObjectPool.java 23 * may wish to override release() to clear state on objects as they are returned to the pool.
54 public void release(Object entry) { method in class:ObjectPool
  /external/skia/include/private/
SkMutex.h 27 void release() { function in class:SkBaseMutex
55 fRelease = [](void* mutex) { ((T*)mutex)->release(); };
61 ~SkAutoMutexAcquire() { this->release(); }
63 void release() { function in class:SkAutoMutexAcquire
84 fRelease = [](void* mutex) { ((T*)mutex)->release(); };
  /external/skia/src/compute/skc/
raster_builder.h 45 void (* release)(struct skc_raster_builder_impl * const impl); member in struct:skc_raster_builder
  /external/skia/src/core/
SkAutoMalloc.h 21 * on the block, unless release() was called.
69 void* release() { function in class:SkAutoMalloc
71 return fPtr.release();
  /external/skqp/include/private/
SkMutex.h 27 void release() { function in class:SkBaseMutex
55 fRelease = [](void* mutex) { ((T*)mutex)->release(); };
61 ~SkAutoMutexAcquire() { this->release(); }
63 void release() { function in class:SkAutoMutexAcquire
84 fRelease = [](void* mutex) { ((T*)mutex)->release(); };
  /external/skqp/src/compute/skc/
raster_builder.h 45 void (* release)(struct skc_raster_builder_impl * const impl); member in struct:skc_raster_builder
  /external/skqp/src/core/
SkAutoMalloc.h 21 * on the block, unless release() was called.
69 void* release() { function in class:SkAutoMalloc
71 return fPtr.release();
  /external/swiftshader/src/OpenGL/common/
Object.cpp 56 void Object::release() function in class:gl::Object
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Mutex.h 53 /// Attempts to release the lock. If the lock is held by the current
57 /// @brief Unconditionally release the lock.
58 bool release();
108 bool release() { function in class:llvm::sys::SmartMutex
110 return MutexImpl::release();
116 "Lock not acquired before release!");
146 mtx.release();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExecutionDomainFix.cpp 35 void ExecutionDomainFix::release(DomainValue *DV) { function in class:ExecutionDomainFix
48 // Also release the next DomainValue in the chain.
65 release(DVRef);
77 release(LiveRegs[rx]);
87 release(LiveRegs[rx]);
216 release(OldLiveReg);
465 release(OutLiveReg);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 51 static void release(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
53 I->Release();
  /external/webrtc/webrtc/base/
linked_ptr.h 46 {release();}
52 release();
65 release();
110 void release() function in class:rtc::linked_ptr
  /external/webrtc/webrtc/modules/desktop_capture/win/
scoped_gdi_object.h 48 T release() { function in class:webrtc::win::ScopedGDIObject
  /frameworks/av/media/libmediaplayer2/nuplayer2/
JWakeLock.cpp 75 void JWakeLock::release(bool force) { function in class:android::JWakeLock
80 // Force wakelock release below by setting reference count to 1.
87 jmethodID jRelease = env->GetMethodID(wakeLockCls, "release", "()V");
94 release(true);

Completed in 3074 milliseconds

1 2 3 4 56 7 8 91011>>