HomeSort by relevance Sort by last modified time
    Searched defs:release (Results 201 - 225 of 2257) sorted by null

1 2 3 4 5 6 7 891011>>

  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManager_WifiLockTest.java 40 wl.release();
45 wl.release();
47 wl.release();
51 wl.release();
52 fail("should throw out exception because release is called"
63 wl.release();
68 wl.release();
72 wl.release();
  /developers/samples/android/common/src/java/com/example/android/common/util/
Pools.java 36 * <li><b> {@link Pool#release(Object)}:</b> Adds the given object to the pool,
59 * sPool.release(this);
88 * @param instance The instance to release.
92 public boolean release(T instance); method in interface:Pools.Pool
149 * @param instance The element to release.
155 public boolean release(T instance) { method in class:Pools.SimplePool
231 public boolean release(T element) { method in class:Pools.SynchronizedPool
233 return super.release(element);
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
SmartPtr.h 68 release();
109 release();
124 release();
148 int release() { function in class:SmartPtr
  /device/google/contexthub/firmware/os/inc/
spi_priv.h 53 int (*release)(struct SpiDevice *dev); member in struct:SpiDevice_ops
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
dummy_thread.py 119 self.release()
121 def release(self): member in class:LockType
122 """Release the dummy lock."""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dummy_thread.py 119 self.release()
121 def release(self): member in class:LockType
122 """Release the dummy lock."""
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 41 * This stream knows how to mark/release for backtracking.
284 public function release(marker:int):void { function
285 // no resources to release
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm 179 $self->release($m);
183 sub release { subroutine
186 # unwind any other markers made after m and release m
188 # release this marker
  /external/autotest/server/cros/
lockfile.py 21 >>> lock.release()
122 Base class for errors arising from attempts to release the lock.
170 def release(self): member in class:LockBase
172 Release the lock.
213 self.release()
254 def release(self): member in class:LinkFileLock
257 # a cascade of wrong lock releases. Notice the SQLiteFileLock::release()
  /external/bsdiff/
test_utils.h 51 void release() { filename_.clear(); } function in class:test_utils::ScopedTempFile
  /external/clang/docs/analyzer/
conf.py 48 # |version| and |release|, also used in various other places throughout the
54 release = '3.4' variable
106 # "<project> v<release> documentation".
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiNullHandleTests.cpp 42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
62 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
87 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator function in namespace:vkt::api::__anon17625
92 inline void release (Context& context, VkImageView imageView, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
97 inline void release (Context& context, VkInstance instance, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
102 inline void release (Context& context, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
107 inline void release (Context& context, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
112 inline void release (Context& context, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
117 inline void release (Context& context, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
122 inline void release (Context& context, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
127 inline void release (Context& context, VkSampler sampler, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
132 inline void release (Context& context, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
137 inline void release (Context& context, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
142 inline void release (Context& context, VkDevice device, VkCommandPool cmdPool, deUint32 numCmdBuffers, const VkCommandBuffer* pCmdBuffers) function in namespace:vkt::api::__anon17625
150 inline void release (Context& context, VkDevice device, VkDescriptorPool descriptorPool, deUint32 numDescriptorSets, const VkDescriptorSet* pDescriptorSets) function in namespace:vkt::api::__anon17625
158 inline void release (Context& context, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon17625
    [all...]
  /external/devlib/doc/
conf.py 57 # |version| and |release|, also used in various other places throughout the
63 release = '0.1' variable
125 # "<project> v<release> documentation".
  /external/libmojo/mojo/edk/js/
handle.h 34 mojo::Handle release() { return handle_.release(); } function in class:mojo::edk::js::HandleWrapper
  /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 56 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/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 26 void release() { function in class:SkBaseMutex
54 fRelease = [](void* mutex) { ((T*)mutex)->release(); };
60 ~SkAutoMutexAcquire() { this->release(); }
62 void release() { function in class:SkAutoMutexAcquire
83 fRelease = [](void* mutex) { ((T*)mutex)->release(); };
  /external/skia/src/core/
SkAutoMalloc.h 19 * on the block, unless release() was called.
67 void* release() { function in class:SkAutoMalloc
69 return fPtr.release();
  /external/skia/src/gpu/
GrGpuResourceCacheAccess.h 35 void release() { function in class:GrGpuResource::CacheAccess
36 fResource->release();
  /external/skia/src/shaders/gradients/
SkGradientBitmapCache.cpp 55 SkGradientBitmapCache::Entry* SkGradientBitmapCache::release(Entry* entry) const { function in class:SkGradientBitmapCache
94 this->release(entry);
108 delete this->release(fTail);
  /external/skqp/include/private/
SkMutex.h 26 void release() { function in class:SkBaseMutex
54 fRelease = [](void* mutex) { ((T*)mutex)->release(); };
60 ~SkAutoMutexAcquire() { this->release(); }
62 void release() { function in class:SkAutoMutexAcquire
83 fRelease = [](void* mutex) { ((T*)mutex)->release(); };

Completed in 1021 milliseconds

1 2 3 4 5 6 7 891011>>