Searched refs:release (Results 1 - 25 of 1506) sorted by relevance

1234567891011>>

/external/clang/test/ARCMT/Inputs/
H A Dtest.h2 - (oneway void)release;
7 [p release];
13 [p release];
/external/clang/test/ARCMT/Inputs/with space/
H A Dtest.h2 - (oneway void)release;
7 [p release];
13 [p release];
/external/kmod/testsuite/
H A Duname.c32 const char *release; local
56 release = getenv(S_TC_UNAME_R);
57 if (release == NULL) {
63 sz = strlen(release) + 1;
64 if (sz > sizeof(u->release)) {
65 fprintf(stderr, "uname(): sizeof release (%s) "
67 release, sizeof(u->release));
72 memcpy(u->release, release, s
[all...]
/external/llvm/utils/release/
H A Dexport.sh2 #===-- tag.sh - Tag the LLVM release candidates ----------------------------===#
11 # Create branches and release candidates for the LLVM release.
20 release=""
27 echo " -release <num> The version number of the release"
28 echo " -rc <num> The release candidate number"
33 release_no_dot=`echo $release | sed -e 's,\.,,g'`
44 $proj-$release$rc.src
47 tar cfJ $proj-$release
[all...]
H A Dtag.sh2 #===-- 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 candidat
[all...]
/external/libopus/
H A Dversion.mk1 # static version string; update manually every release.
/external/llvm/lib/Support/Unix/
H A DRWMutex.inc40 return static_cast<MutexImpl *>(data_)->release();
48 return static_cast<MutexImpl *>(data_)->release();
/external/kernel-headers/original/uapi/linux/
H A Dutsname.h9 char release[9]; member in struct:oldold_utsname
19 char release[65]; member in struct:old_utsname
27 char release[__NEW_UTS_LEN + 1]; member in struct:new_utsname
/external/jsilver/src/com/google/clearsilver/jsilver/output/
H A DOutputBufferProvider.java34 void release(Appendable buffer); method in interface:OutputBufferProvider
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPointPool.java30 public void release(Object entry) { method in class:HitPointPool
32 super.release(entry);
H A DDrawableFactory.java22 * 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(entr
[all...]
H A DVectorPool.java36 public void release(Object entry) { method in class:VectorPool
38 super.release(entry);
H A DInputXY.java40 public final void release() { method in class:InputXY
41 mXAxis.release();
42 mYAxis.release();
71 mXAxis.release();
75 mYAxis.release();
93 release();
/external/autotest/site_utils/autoupdate/
H A Drelease.py5 """Modules for obtaining Chrome OS release info."""
24 """Errors related to release and branch inference."""
32 release milestones. The information lives in a .ini file at the current
35 branch_points: comma-separated list of release branches (e.g. R10, R11,
39 OS release at that branchpoint (e.g. bp_r10: 0.10.156.0). Note that .ini
58 """Read release config and initialize lookup data structures."""
86 raise ReleaseError('failed to open release config file (%s): %s' %
89 raise ReleaseError('failed to load release config: %s' % e)
95 key=lambda (branch, release): self._release_key(release))
[all...]
/external/curl/packages/Solaris/
H A DMakefile.am15 if [ ! -f release ]; then echo 0 > release; fi
16 if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi
25 echo VERSION=`cat ./release` >> pkginfo
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DIntStream.java61 * essentially calling release() and seek(). If there are markers
84 * argument. So if you're nested 5 levels of mark(), and then release(2)
85 * you have to release resources for depths 2..5.
87 void release(int marker); method in interface:IntStream
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/
H A Drelease.pass.cpp14 // test release
23 int* j = p.release();
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
H A Drelease.pass.cpp14 // test release
23 int* j = p.release();
/external/libese/libese-hw/nxp/include/ese/hw/nxp/pn80t/
H A Dplatform.h37 /* Required: free memory and release resources as needed. */
38 pn80t_platform_release_t *const release; member in struct:Pn80tPlatform
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_priv.h37 void (*release)(struct pipe_loader_device **dev); member in struct:pipe_loader_ops
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturerfactory.cc40 return capturer.release();
/external/deqp/framework/platform/ios/
H A DtcuIOSMain.m30 [pool release];
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
62 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
87 inline void release (Contex function in namespace:vkt::api::__anon3733
92 inline void release (Context& context, VkImageView imageView, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
97 inline void release (Context& context, VkInstance instance, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
102 inline void release (Context& context, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
107 inline void release (Context& context, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
112 inline void release (Context& context, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
117 inline void release (Context& context, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
122 inline void release (Context& context, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
127 inline void release (Context& context, VkSampler sampler, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
132 inline void release (Context& context, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
137 inline void release (Context& context, VkShaderModule shaderModule, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
142 inline void release (Context& context, VkDevice device, VkCommandPool cmdPool, deUint32 numCmdBuffers, const VkCommandBuffer* pCmdBuffers) function in namespace:vkt::api::__anon3733
150 inline void release (Context& context, VkDevice device, VkDescriptorPool descriptorPool, deUint32 numDescriptorSets, const VkDescriptorSet* pDescriptorSets) function in namespace:vkt::api::__anon3733
158 inline void release (Context& context, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) function in namespace:vkt::api::__anon3733
[all...]
/external/llvm/test/MC/ARM/
H A Dload-store-acquire-release-v8-thumb.s12 @ 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...]
H A Dload-store-acquire-release-v8.s12 @ 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...]

Completed in 545 milliseconds

1234567891011>>