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

1 2 3 45 6 7 8 91011>>

  /art/tools/dexfuzz/src/dexfuzz/
StreamConsumer.java 73 workToBeDone.release();
109 workToBeDone.release();
149 outputIsReady.release();
  /cts/tests/tests/effect/src/android/effect/cts/
EffectTest.java 51 mEffectContext.release();
93 effect.release();
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 140 effect.release();
143 fail("getEnabled() processed after release()");
168 mp.release();
275 track.release();
303 effect.release();
313 //Test case 2.1: test setEnabled() throws exception after release
321 effect.release();
324 fail("setEnabled() processed after release");
583 //Test case 3.7: test setParameter() throws exception after release()
595 effect.release();
    [all...]
VisualizerTest.java 58 //Test case 0.0: test constructor and release
69 visualizer.release();
338 mp.release();
354 vc.release();
410 mp.release();
426 vc.release();
461 mVisualizer.release();
478 mVisualizer.release();
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelCache.java 29 key.release();
46 key.release();
90 public void release() { method in class:ModelCache.ModelKey
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
WakeLockFacade.java 67 entry.getValue().release();
72 public void release() { method in class:WakeLockFacade.WakeLockManager
74 entry.getValue().release();
110 mManager.release();
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
PromptHelper.java 50 // Responses will release this semaphore.
71 promptResponse.release();
109 promptToken.release();
152 promptResponse.release();
155 promptToken.release();
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
GlRectDrawer.java 46 * calls, this is intentional to maximize performance. The function release() must be called
221 * Release all GLES resources. This needs to be done manually, otherwise the resources are leaked.
224 public void release() { method in class:GlRectDrawer
226 shader.glShader.release();
  /art/test/1944-sudden-exit/src/art/
Test1944.java 27 started.release();
  /art/test/203-multi-checkpoint/src/
Main.java 51 start.release();
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
TestActivity.java 52 mActivityStartedSemaphore.release();
  /cts/tests/tests/net/src/android/net/wifi/cts/
MulticastLockTest.java 31 * Verify acquire and release of Multicast locks
45 mcl.release();
50 mcl.release();
52 mcl.release();
56 mcl.release();
57 fail("should throw out exception because release is called"
68 mcl.release();
73 mcl.release();
76 // releasing again after release: but ignored for non-referenced locks
77 mcl.release();
    [all...]
WifiLockTest.java 31 * Verify acquire and release of High Performance wifi locks
38 * Verify acquire and release of Low latency wifi locks
56 wl.release();
61 wl.release();
63 wl.release();
67 wl.release();
68 fail("should throw out exception because release is called"
79 wl.release();
84 wl.release();
87 // releasing again after release: but ignored for non-referenced lock
    [all...]
  /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 69 release();
110 release();
125 release();
149 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/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/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::__anon18855
47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
62 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
87 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator function in namespace:vkt::api::__anon18855
92 inline void release (Context& context, VkImageView imageView, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
97 inline void release (Context& context, VkInstance instance, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
102 inline void release (Context& context, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
107 inline void release (Context& context, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
112 inline void release (Context& context, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
117 inline void release (Context& context, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
122 inline void release (Context& context, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
127 inline void release (Context& context, VkSampler sampler, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
132 inline void release (Context& context, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
137 inline void release (Context& context, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
142 inline void release (Context& context, VkDevice device, VkCommandPool cmdPool, deUint32 numCmdBuffers, const VkCommandBuffer* pCmdBuffers) function in namespace:vkt::api::__anon18855
150 inline void release (Context& context, VkDevice device, VkDescriptorPool descriptorPool, deUint32 numDescriptorSets, const VkDescriptorSet* pDescriptorSets) function in namespace:vkt::api::__anon18855
158 inline void release (Context& context, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon18855
    [all...]
  /external/grpc-grpc-java/core/src/test/java/io/grpc/inprocess/
InProcessChannelBuilderTest.java 43 SharedResourceHolder.release(

Completed in 1136 milliseconds

1 2 3 45 6 7 8 91011>>