Home
last modified time | relevance | path

Searched refs:release (Results 1 – 25 of 2837) sorted by relevance

12345678910>>...114

/external/curl/
DMakefile.dist98 nmake -f Makefile.$(VC) cfg=release
99 nmake -f Makefile.$(VC) cfg=release-ssl
100 nmake -f Makefile.$(VC) cfg=release-zlib
101 nmake -f Makefile.$(VC) cfg=release-ssl-zlib
102 nmake -f Makefile.$(VC) cfg=release-ssl-dll
103 nmake -f Makefile.$(VC) cfg=release-zlib-dll
104 nmake -f Makefile.$(VC) cfg=release-ssl-dll-zlib-dll
105 nmake -f Makefile.$(VC) cfg=release-dll
106 nmake -f Makefile.$(VC) cfg=release-dll-ssl-dll
107 nmake -f Makefile.$(VC) cfg=release-dll-zlib-dll
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp42 inline void release (Context& context, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in release() function
47 inline void release (Context& context, VkBufferView bufferView, const VkAllocationCallbacks* pAlloc… in release() function
52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release() function
57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks… in release() function
62 inline void release (Context& context, VkDescriptorSetLayout descriptorSetLayout, const VkAllocatio… in release() function
67 inline void release (Context& context, VkDevice device, const VkAllocationCallbacks* pAllocator) in release() function
72 inline void release (Context& context, VkEvent event, const VkAllocationCallbacks* pAllocator) in release() function
77 inline void release (Context& context, VkFence fence, const VkAllocationCallbacks* pAllocator) in release() function
82 inline void release (Context& context, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAll… in release() function
87 inline void release (Context& context, VkImage image, const VkAllocationCallbacks* pAllocator) in release() function
[all …]
/external/llvm/docs/
DHowToReleaseLLVM.rst17 If you're looking for the document on how to test the release candidates and
27 The release manager will determine if and when to make a dot release based
35 The release process is roughly as follows:
38 date. Announce release schedule to the LLVM community and update the website.
40 * Create release branch and begin release process.
42 * Send out release candidate sources for first round of testing. Testing lasts
44 fixed. Patches are merged from mainline into the release branch. Also, all
47 release.
49 * Generate and send out the second release candidate sources. Only *critial*
53 * The release notes are updated.
[all …]
DReleaseProcess.rst12 This document contains information about testing the release candidates that will
13 ultimately be the next LLVM release. For more information on how to manage the
14 actual release, please refer to :doc:`HowToReleaseLLVM`.
19 Once the release process starts, the Release Manager will ask for volunteers,
22 * Test and benchmark the previous release
24 * Test and benchmark each release candidate, comparing to the previous release and candidates
28 * Make sure the critical bugs get fixed and merged to the next release candidate
31 should be fixed before the next candidate and what can wait until the next release.
39 * The stage in the release. Less critical bugs should be considered to be fixed between
50 The scripts are in the ``utils/release`` directory.
[all …]
/external/autotest/site_utils/autoupdate/
Drelease.py95 key=lambda (branch, release): self._release_key(release))
99 self._release_key(self._next_build_number_release(release))
100 for (branch, release) in self._sorted_branchpoint_list]
103 def _next_build_number_release(self, release): argument
116 release_components = release.split('.')
121 raise ReleaseError('invalid release number: %s' % release)
129 def _release_key(self, release): argument
144 release_components = release.split('.')
148 raise ReleaseError('invalid release number: %s' % release)
155 return [branch for (branch, release) in self._sorted_branchpoint_list]
[all …]
/external/llvm/utils/release/
Dexport.sh20 release=""
33 release_no_dot=`echo $release | sed -e 's,\.,,g'`
44 $proj-$release$rc.src
47 tar cfJ $proj-$release$rc.src.tar.xz $proj-$release$rc.src
53 -release | --release )
55 release=$1
77 if [ "x$release" = "x" ]; then
Dtag.sh17 release=""
73 -release | --release )
75 release=$1
107 if [ "x$release" = "x" ]; then
114 branch_release=`echo $release | sed -e 's,\([0-9]*\.[0-9]*\).*,\1,' | sed -e 's,\.,,g'`
115 tag_release=`echo $release | sed -e 's,\.,,g'`
/external/kmod/testsuite/
Duname.c32 const char *release; in uname() local
56 release = getenv(S_TC_UNAME_R); in uname()
57 if (release == NULL) { in uname()
63 sz = strlen(release) + 1; in uname()
64 if (sz > sizeof(u->release)) { in uname()
67 release, sizeof(u->release)); in uname()
72 memcpy(u->release, release, sz); in uname()
/external/llvm/test/MC/ARM/
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 …]
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 …]
/external/clang/test/Analysis/
Dproperties.m24 -(oneway void)release; method
110 value = [self.myNumber retain]; // this line fixes the over release
499 [p.name release]; // expected-warning{{not owned}}
502 [p.friend release]; // expected-warning{{not owned}}
507 [friend release]; // expected-warning{{not owned}}
517 [_name release]; // no-warning
521 [other.name release]; // no-warning
530 [name release];
535 [self.name release];
536 [self.name release]; // expected-warning{{not owned}}
[all …]
DPR2978.m3 // Tests for the checker which checks missing/extra ivar 'release' calls
7 - (void)release; method
75 [_R release]; // no-warning
82 [_X release];
83 …[_Z release]; // expected-warning{{The '_Z' ivar in 'MyClass' was synthesized for an assign, readw…
84 [_T release]; // no-warning
86 [_other->_Z release]; // no-warning
87 [_N release];
89 self.M = 0; // This will release '_M'
90 [self setV:0]; // This will release '_V'
[all …]
/external/valgrind/docs/internals/
Drelease-HOWTO.txt2 TODO list when doing a Valgrind release (with release number "X.Y.Z")
14 - Tell valgrind-developers you want to do a release. Give a timeframe for
16 release.
21 release date probably won't be known yet, updating it is in the list below
22 of tasks for the official release.)
25 for the release. (include/valgrind.h)
27 - Write release notes, add to NEWS. Include a list of fixed bugs from
37 at the previous release. Work backwards through this list until
43 Suggestion for next release: when a bug is fixed, update NEWS
63 For each release candidate (should do release candidates for feature
[all …]
/external/libusb-compat/
DNEWS1 This file lists notable changes in each release. For the full history of all
4 2009-07-09: libusb-compat-0.1.3 release
8 2009-06-11: libusb-compat-0.1.2 release
11 2009-05-28: libusb-compat-0.1.1 release
14 2008-12-13: libusb-compat-0.1.0 release
17 2008-11-21: libusb-compat-0.1.0-beta3 release
20 2008-06-28: libusb-compat-0.1.0-beta2 release
24 2008-05-25: libusb-compat-0.1.0-beta1 release
25 * Initial beta release
/external/clang/test/ARCMT/
Dreleases.m14 - (oneway void)release; method
36 [x release];
38 [IhaveSideEffect() release];
40 [x release], x = 0;
44 [x release];
51 [p release];
52 (([p release]));
62 [_foo release];
71 [p release];
80 #define RELEASE_MACRO(x) [x release]
[all …]
Dreleases-driver.m14 - (oneway void)release; method
36 [x release];
38 [IhaveSideEffect() release];
40 [x release], x = 0;
46 [p release];
47 (([p release]));
57 [_foo release];
61 #define RELEASE_MACRO(x) [x release]
/external/swiftshader/third_party/LLVM/utils/
Dllvmbuild422 release=["--prefix=" + self.install_prefix,
441 release=["--prefix=" + self.install_prefix,
461 release=["--prefix=" + self.install_prefix,
477 release=["--prefix=" + self.install_prefix],
481 release=[],
487 release=dict(CC=self.cc,
493 release=dict(CC=self.cc,
499 release=dict(CC=self.cc,
505 release=dict(CC=self.cc,
511 release=dict(CC=self.cc,
[all …]
/external/elfutils/libdwfl/
Dlinux-kernel-modules.c147 if (utsname.release[0] == '\0' && uname (&utsname) != 0) in kernel_release()
149 return utsname.release; in kernel_release()
153 find_kernel_elf (Dwfl *dwfl, const char *release, char **fname) in find_kernel_elf() argument
155 if ((release[0] == '/' in find_kernel_elf()
156 ? asprintf (fname, "%s/vmlinux", release) in find_kernel_elf()
157 : asprintf (fname, "/boot/vmlinux-%s", release)) < 0) in find_kernel_elf()
161 if (fd < 0 && release[0] != '/') in find_kernel_elf()
164 if (asprintf (fname, MODULEDIRFMT "/vmlinux", release) < 0) in find_kernel_elf()
173 get_release (Dwfl *dwfl, const char **release) in get_release() argument
178 const char *release_string = release == NULL ? NULL : *release; in get_release()
[all …]
/external/curl/docs/
DRELEASE-PROCEDURE1 curl release procedure - how to do a release
16 - run "./maketgz 7.34.0" to build the release tarballs. It is important that
32 - edit `_newslog.html` (announce the new release) and
47 - edit the newly made release tag so that it is listed as the latest release
60 curl release scheduling
67 insert releases outside of the schedule or we can move the release date - but
70 Each 8 week release cycle is split in two 4-week periods.
72 - During the first 4 weeks after a release, we allow new features and changes
74 used for the next release.
78 release.
[all …]
/external/clang/test/OpenMP/
Dtarget_exit_data_ast_print.cpp24 #pragma omp target exit data map(release: x[0:10], c) in tmain()
30 #pragma omp target exit data map(from: c) map(release: d) in tmain()
32 #pragma omp target exit data map(always,release: e) in tmain()
44 #pragma omp target exit data nowait map(release: x[0:10], c) in tmain()
46 #pragma omp target exit data nowait map(from: c) map(release: d) in tmain()
48 #pragma omp target exit data nowait map(always,release: e) in tmain()
60 #pragma omp target exit data nowait map(release: x[0:10], c) depend(in : argc, argv[i:argc], x[:]) in tmain()
62 #pragma omp target exit data nowait map(from: c) depend(in : argc, argv[i:argc], x[:]) map(release:… in tmain()
64 #pragma omp target exit data depend(in : argc, argv[i:argc], x[:]) nowait map(always,release: e) in tmain()
175 #pragma omp target exit data map(release: c) if(b>g) in main()
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
Dmain.m27 [lexer release];
28 [stream release];
29 [tokenStream release];
30 [parser release];
31 // [treeStream release];
32 // [walker release];
34 [pool release];
/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java56 public void release(DrawableObject object) { in release() method in DrawableFactory
59 pool.release(object); in release()
85 public void release(Object entry) { in release() method in DrawableFactory.DrawableBitmapPool
87 super.release(entry); in release()
122 public void release(Object entry) { in release() method in DrawableFactory.ScrollableBitmapPool
124 super.release(entry); in release()
151 public void release(Object entry) { in release() method in DrawableFactory.TiledBackgroundVertexGridPool
154 super.release(entry); in release()
/external/apache-http/src/org/apache/http/util/
DVersionInfo.java102 String release, String time, String clsldr) { in VersionInfo() argument
110 infoRelease = (release != null) ? release : UNAVAILABLE; in VersionInfo()
294 String release = null; in fromMap() local
302 release = (String) info.get(PROPERTY_RELEASE); in fromMap()
303 if ((release != null) && ((release.length() < 1) || in fromMap()
304 (release.equals("${pom.version}")))) in fromMap()
305 release = null; in fromMap()
319 return new VersionInfo(pckg, module, release, timestamp, clsldrstr); in fromMap()
/external/curl/packages/Solaris/
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/bison/
DREADME-release1 Here are most of the steps we (maintainers) follow when making a release.
18 * Ensure that you've pushed all changes that belong in the release:
30 * Pre-release testing: ensure that the following command succeeds:
34 * To (i) set the date, version number, and release TYPE on line 3 of
35 NEWS, (ii) commit that, and (iii) tag the release, run
38 make release-commit RELEASE='X.Y TYPE'
40 * Run the following to create release tarballs. Your choice selects the
45 make release RELEASE='X.Y TYPE'
50 * While that's happening, write the release announcement that you will
56 * Run the gnupload command that was suggested by your "make release"
[all …]

12345678910>>...114