HomeSort by relevance Sort by last modified time
    Searched refs:release (Results 26 - 50 of 3141) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/include/media/stagefright/
VideoFrameScheduler.h 28 void release() override;
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
AllocatedBuffer.java 66 public abstract AllocatedBuffer release(); method in class:AllocatedBuffer
82 public AllocatedBuffer release() { method in class:AllocatedBuffer
  /external/deqp/framework/platform/ios/
tcuIOSMain.m 30 [pool release];
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
WritableBufferAllocatorTestBase.java 40 buffer1.release();
41 buffer2.release();
  /external/replicaisland/src/com/replica/replicaisland/
DrawableFactory.java 22 * type-specific allocator functions and a type-insensitive release function. This class manages
32 // This class wraps several object pools and provides a type-sensitive release function.
56 public void release(DrawableObject object) { method in class:DrawableFactory
59 pool.release(object);
85 public void release(Object entry) { method in class:DrawableFactory.DrawableBitmapPool
87 super.release(entry);
122 public void release(Object entry) { method in class:DrawableFactory.ScrollableBitmapPool
124 super.release(entry);
151 public void release(Object entry) { method in class:DrawableFactory.TiledBackgroundVertexGridPool
154 super.release(entry)
    [all...]
VectorPool.java 36 public void release(Object entry) { method in class:VectorPool
38 super.release(entry);
InputXY.java 40 public final void release() { method in class:InputXY
41 mXAxis.release();
42 mYAxis.release();
71 mXAxis.release();
75 mYAxis.release();
93 release(); method
InputKeyboard.java 41 public void release(int keycode) {
44 mKeys[keycode].release();
51 mKeys[x].release();
  /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...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
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...]
  /external/llvm/test/MC/ARM/
load-store-acquire-release-v8-thumb.s 12 @ CHECK-V7: error: instruction requires: acquire/release
13 @ CHECK-V7: error: instruction requires: acquire/release
14 @ CHECK-V7: error: instruction requires: acquire/release
15 @ CHECK-V7: error: instruction requires: acquire/release
25 @ CHECK-V7: error: instruction requires: acquire/release
26 @ CHECK-V7: error: instruction requires: acquire/release
27 @ CHECK-V7: error: instruction requires: acquire/release
28 @ CHECK-V7: error: instruction requires: acquire/release
36 @ CHECK-V7: error: instruction requires: acquire/release
37 @ CHECK-V7: error: instruction requires: acquire/release
    [all...]
load-store-acquire-release-v8.s 12 @ CHECK-V7: instruction requires: acquire/release
13 @ CHECK-V7: instruction requires: acquire/release
14 @ CHECK-V7: instruction requires: acquire/release
15 @ CHECK-V7: instruction requires: acquire/release
25 @ CHECK-V7: instruction requires: acquire/release
26 @ CHECK-V7: instruction requires: acquire/release
27 @ CHECK-V7: instruction requires: acquire/release
28 @ CHECK-V7: instruction requires: acquire/release
36 @ CHECK-V7: instruction requires: acquire/release
37 @ CHECK-V7: instruction requires: acquire/release
    [all...]
  /external/llvm/utils/release/
tag.sh 2 #===-- tag.sh - Tag the LLVM release candidates ----------------------------===#
11 # Create branches and release candidates for the LLVM release.
17 release=""
27 echo "usage: `basename $0` -release <num> [-rebranch] [-revision <num>] [-dry-run]"
28 echo "usage: `basename $0` -release <num> -rc <num> [-dry-run]"
30 echo " -release <num> The version number of the release"
31 echo " -rc <num> The release candidate number"
33 echo " -final Tag final release candidate
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
load-store-acquire-release-v8-thumb.s 12 @ CHECK-V7: error: instruction requires: acquire/release
13 @ CHECK-V7: error: instruction requires: acquire/release
14 @ CHECK-V7: error: instruction requires: acquire/release
15 @ CHECK-V7: error: instruction requires: acquire/release
25 @ CHECK-V7: error: instruction requires: acquire/release
26 @ CHECK-V7: error: instruction requires: acquire/release
27 @ CHECK-V7: error: instruction requires: acquire/release
28 @ CHECK-V7: error: instruction requires: acquire/release
36 @ CHECK-V7: error: instruction requires: acquire/release
37 @ CHECK-V7: error: instruction requires: acquire/release
    [all...]
load-store-acquire-release-v8.s 12 @ CHECK-V7: instruction requires: acquire/release
13 @ CHECK-V7: instruction requires: acquire/release
14 @ CHECK-V7: instruction requires: acquire/release
15 @ CHECK-V7: instruction requires: acquire/release
25 @ CHECK-V7: instruction requires: acquire/release
26 @ CHECK-V7: instruction requires: acquire/release
27 @ CHECK-V7: instruction requires: acquire/release
28 @ CHECK-V7: instruction requires: acquire/release
36 @ CHECK-V7: instruction requires: acquire/release
37 @ CHECK-V7: instruction requires: acquire/release
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
tag.sh 2 #===-- tag.sh - Tag the LLVM release candidates ----------------------------===#
11 # Create branches and release candidates for the LLVM release.
17 release=""
27 echo "usage: `basename $0` -release <num> [-rebranch] [-revision <num>] [-dry-run]"
28 echo "usage: `basename $0` -release <num> -rc <num> [-dry-run]"
30 echo " -release <num> The version number of the release"
31 echo " -rc <num> The release candidate number"
33 echo " -final Tag final release candidate
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 85 # 0.1.0 - first release
244 _release_filename = re.compile(r'(\w+)[-_](release|version)')
246 ' release '
250 '(?: release )?'
255 # and http://linuxmafia.com/faq/Admin/release-files.html
275 # LSB format: "distro release x.x (codename)"
298 The function first looks for a distribution release file in
304 supported Linux distributions identified by their release file
353 The function first looks for a distribution release file in
482 def _syscmd_ver(system='', release='', version='',
1322 def release(): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 85 # 0.1.0 - first release
244 _release_filename = re.compile(r'(\w+)[-_](release|version)')
246 ' release '
250 '(?: release )?'
255 # and http://linuxmafia.com/faq/Admin/release-files.html
275 # LSB format: "distro release x.x (codename)"
298 The function first looks for a distribution release file in
304 supported Linux distributions identified by their release file
353 The function first looks for a distribution release file in
482 def _syscmd_ver(system='', release='', version='',
1294 def release(): function
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
PowerManager_WakeLockTest.java 31 * 2 Release your claim to the CPU or screen being on
41 wl.release();
44 // Try ref-counted acquire/release
50 wl.release();
52 wl.release();
61 wl.release();
78 lock.release();
  /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/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/python/cpython2/Demo/threads/
sync.py 25 # .release()
26 # release the lock associated with the condition
29 # .signal or .broadcast on the same condition, and release the
42 # acquired state, so should .release() as soon as possible. If no
58 # condition object can (must) be .acquire'ed and .release'ed directly.
104 # condition.release()
111 # condition.release()
115 # Note: You may prefer to put the "if" clause before the release().
117 # stay blocked until the release() is done (since acquiring the
133 # B_done.acquire() B_done.acquire(); B_done.release()
301 def release(self): member in class:condition
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioPreProcessingTest.java 49 //Test case 1.1: test NS creation and release
64 ns.release();
66 ar.release();
97 ns.release();
98 ar.release();
110 //Test case 2.1: test AEC creation and release
125 aec.release();
127 ar.release();
158 aec.release();
159 ar.release();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
lock_tests.py 83 lock.release()
89 lock.release()
99 lock.release()
107 lock.release()
113 lock.release()
121 lock.release()
139 lock.release()
166 lock.release()
176 lock.release()
180 lock.release()
    [all...]
  /external/python/cpython2/Lib/test/
lock_tests.py 87 lock.release()
93 lock.release()
103 lock.release()
111 lock.release()
117 lock.release()
125 lock.release()
143 lock.release()
170 lock.release()
180 lock.release()
184 lock.release()
    [all...]

Completed in 924 milliseconds

12 3 4 5 6 7 8 91011>>