Home
last modified time | relevance | path

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

12345678910>>...225

/external/mesa3d/docs/
Drelnotes.rst4 The release notes summarize what's new or changed in each Mesa release.
6 - :doc:`20.2.2 release notes <relnotes/20.2.2>`
7 - :doc:`20.1.10 release notes <relnotes/20.1.10>`
8 - :doc:`20.2.1 release notes <relnotes/20.2.1>`
9 - :doc:`20.2.0 release notes <relnotes/20.2.0>`
10 - :doc:`20.1.9 release notes <relnotes/20.1.9>`
11 - :doc:`20.1.8 release notes <relnotes/20.1.8>`
12 - :doc:`20.1.7 release notes <relnotes/20.1.7>`
13 - :doc:`20.1.6 release notes <relnotes/20.1.6>`
14 - :doc:`20.1.5 release notes <relnotes/20.1.5>`
[all …]
/external/grpc-grpc/templates/
Dpackage.xml.template18 <release>${settings.php_version.php()}</release>
22 <release>${settings.php_version.php_stability()}</release>
60 <release>
62 <release>0.5.0</release>
66 <release>alpha</release>
72 First alpha release
74 </release>
75 <release>
77 <release>0.5.1</release>
81 <release>alpha</release>
[all …]
/external/skia/src/sksl/dsl/
DDSLExpression.cpp95 DSLStatement(this->release()).release()); in ~DSLExpression()
107 std::unique_ptr<SkSL::Expression> DSLExpression::release() { in release() function in SkSL::dsl::DSLExpression
117 return Swizzle(this->release(), X, pos); in x()
121 return Swizzle(this->release(), Y, pos); in y()
125 return Swizzle(this->release(), Z, pos); in z()
129 return Swizzle(this->release(), W, pos); in w()
133 return Swizzle(this->release(), R, pos); in r()
137 return Swizzle(this->release(), G, pos); in g()
141 return Swizzle(this->release(), B, pos); in b()
145 return Swizzle(this->release(), A, pos); in a()
[all …]
/external/llvm-project/openmp/runtime/tools/lib/
DUname.pm223 my $release; # Name of chosen "*-release" file.
233 $release = "/etc/lsb-release";
234 if ( -e $release ) {
235 $bulk = read_file( $release );
242 or runtime_error( "$release: There is no DISTRIB_ID:", $bulk, "(eof)" );
245 or runtime_error( "$release: There is no DISTRIB_RELEASE:", $bulk, "(eof)" );
248 or runtime_error( "$release: There is no DISTRIB_CODENAME:", $bulk, "(eof)" );
251 or runtime_error( "$release: There is no DISTRIB_DESCRIPTION:", $bulk, "(eof)" );
255 $release = "/etc/system-release";
256 if ( not -e $release ) { # Use /etc/system-release" if such file exists.
[all …]
/external/llvm-project/llvm/utils/release/
Dexport.sh18 release=""
31 release_no_dot=`echo $release | sed -e 's,\.,,g'`
32 tag="llvmorg-$release"
48 …git archive --prefix=llvm-project-$release$rc.src/ $tag . | xz >$target_dir/llvm-project-$release$…
51 if [ ! -d test-suite-$release$rc.src ]
54 mkdir -p test-suite-$release$rc.src
56 tar -C test-suite-$release$rc.src --strip-components=1 -xzf -
61 -cJf test-suite-$release$rc.src.tar.xz test-suite-$release$rc.src
66 … git archive --prefix=$proj-$release$rc.src/ $tag . | xz >$target_dir/$proj-$release$rc.src.tar.xz
73 -release | --release )
[all …]
Dgithub-upload-release.py34 def create_release(repo, release, tag = None, name = None, message = None): argument
36 tag = 'llvmorg-{}'.format(release)
39 name = 'LLVM {}'.format(release)
42 message = 'LLVM {} Release'.format(release)
44 prerelease = True if "rc" in release else False
49 def upload_files(repo, release, files): argument
50 release = repo.get_release('llvmorg-{}'.format(release))
53 release.upload_asset(f)
75 create_release(llvm_repo, args.release)
77 upload_files(llvm_repo, args.release, args.files)
/external/python/cpython3/Lib/
Dplatform.py263 def _syscmd_ver(system='', release='', version='', argument
278 return system, release, version
294 return system, release, version
300 system, release, version = m.groups()
302 if release[-1] == '.':
303 release = release[:-1]
309 return system, release, version
361 def win32_ver(release='', version='', csd='', ptype=''): argument
365 return release, version, csd, ptype
371 release = (_WIN32_CLIENT_RELEASES.get((maj, min)) or
[all …]
/external/llvm-project/llvm/docs/
DHowToReleaseLLVM.rst13 If you're looking for the document on how to test the release candidates and
23 The release manager will determine if and when to make a dot release based
31 The release process is roughly as follows:
34 date. Announce release schedule to the LLVM community and update the website.
36 * Create release branch and begin release process.
38 * Send out release candidate sources for first round of testing. Testing lasts
40 fixed. Patches are merged from mainline into the release branch. Also, all
43 release.
45 * Generate and send out the second release candidate sources. Only *critical*
49 * The release notes are updated.
[all …]
/external/python/cpython2/Demo/threads/
Dsync.py301 def release(self): member in condition
302 self.mutex.release()
313 idlock.release()
315 mutex.release()
321 checkout.release(); idlock.release()
326 checkout.release()
331 idlock.release()
354 self.checkout.release()
355 self.idlock.release()
372 full.release()
[all …]
/external/python/cpython2/Lib/test/
Dlock_tests.py87 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 …]
/external/python/cpython2/Lib/
Dplatform.py514 def _syscmd_ver(system='', release='', version='', argument
529 return system,release,version
549 return system,release,version
555 system,release,version = m.groups()
557 if release[-1] == '.':
558 release = release[:-1]
564 return system,release,version
656 def win32_ver(release='', version='', csd='', ptype=''): argument
660 return release, version, csd, ptype
670 release = (_WIN32_CLIENT_RELEASES.get((maj, min)) or
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-uniqueptr-delete-release.cpp15 T* release();
23 delete P.release(); in Positives()
28 delete P2.release(); in Positives()
33 delete Array[4].release(); in Positives()
37 delete ReturnsAUnique().release(); in Positives()
45 int* release();
50 delete P.release(); in Negatives()
53 delete P2.release(); in Negatives()
61 delete P.release(); in NegativeDeleterT()
66 delete P2.release(); in NegativeDeleterT()
[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/python/cpython2/Doc/tools/extensions/
Dpatchlevel.py35 release = version = '%s.%s' % (d['PY_MAJOR_VERSION'], d['PY_MINOR_VERSION'])
38 release += '.' + str(micro)
47 release += suffixes[level] + str(int(d['PY_RELEASE_SERIAL']))
48 return version, release
53 release = version = '%s.%s' % (major, minor)
55 release += '.%s' % micro
57 release += '%s%s' % (level[0], serial)
58 return version, release
65 version, release = get_sys_version_info()
67 'using version of this interpreter (%s).' % release
[all …]
/external/python/cpython3/Doc/tools/extensions/
Dpatchlevel.py34 release = version = '%s.%s' % (d['PY_MAJOR_VERSION'], d['PY_MINOR_VERSION'])
36 release += '.' + str(micro)
45 release += suffixes[level] + str(int(d['PY_RELEASE_SERIAL']))
46 return version, release
51 release = version = '%s.%s' % (major, minor)
52 release += '.%s' % micro
54 release += '%s%s' % (level[0], serial)
55 return version, release
62 version, release = get_sys_version_info()
64 'using version of this interpreter (%s).' % release, file=sys.stderr)
[all …]
/external/skqp/docker/
DREADME.md6 skia-release
14 docker build -t skia-release ./docker/skia-release/
15 docker tag skia-release gcr.io/skia-public/skia-release:prod
16 docker push gcr.io/skia-public/skia-release:prod
18 skia-wasm-release
27 docker build -t skia-wasm-release ./docker/skia-wasm-release/
28 docker tag skia-wasm-release gcr.io/skia-public/skia-wasm-release:prod
29 docker push gcr.io/skia-public/skia-wasm-release:prod
52 cmake-release
60 docker build -t cmake-release ./cmake-release/
[all …]
/external/tpm2-tss/
DRELEASE.md2 This document describes the general process that maintainers must follow when making a release of t…
21 In the run up to a release the maintainers may create tags to identify progress toward the release.
22 … cases we will append a string to the release number to indicate progress using the abbreviation `…
24 We append an incremental digit `X` in case more than one release candidate is necessary to communic…
27 Before a release is made the `coverity_scan` branch must be updated to the point in git history whe…
29 The results of this scan must be dispositioned by the maintainers before the release is made.
32 When a release is made a tag is created in the git repo identifying the release by the [version str…
33 The tag should be pushed to upstream git repo as the last step in the release process.
34 **NOTE** tags for release candidates will be deleted from the git repository after a release with t…
35 **NOTE** release (not release candidate) tags should be considered immutable.
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/
Dcreate_matrix_images.py42 set(release
44 for release in release_dict.keys())))
166 if args.release != 'master':
170 releases = [args.release]
172 if args.release == 'all':
176 if args.release not in ['master'
180 (args.release, lang),
183 releases = [args.release]
186 for release in releases:
187 images += build_all_images_for_release(lang, release)
[all …]
/external/llvm-project/clang/test/Analysis/
Dosobject-retain-release.cpp70 a->release(); in consumedMismatch()
90 obj->release(); in use_out_param()
111 obj->release(); in use_out_param_on_failure()
120 obj->release(); in use_out_param_on_nonzero()
131 obj1->release(); in use_write_into_two_out_params()
132 obj2->release(); in use_write_into_two_out_params()
153 obj1->release(); in use_always_write_into_two_out_params()
154 obj2->release(); in use_always_write_into_two_out_params()
172 obj->release(); in use_out_param_osreturn_on_nonnull()
200 …obj->release(); // expected-warning{{Incorrect decrement of the reference count of an object that … in use_write_into_non_retained_out_param_uaf()
[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/flac/build/
Dcompile.mk23 %.debug.o %.release.o : %.c
25 %.debug.o %.release.o : %.cc
27 %.debug.o %.release.o : %.cpp
29 %.debug.pic.o %.release.pic.o : %.c
31 %.debug.pic.o %.release.pic.o : %.cc
33 %.debug.pic.o %.release.pic.o : %.cpp
35 %.debug.i %.release.i : %.c
37 %.debug.i %.release.i : %.cc
39 %.debug.i %.release.i : %.cpp
44 %.release.o : %.nasm
[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
/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/grpc-grpc/tools/interop_matrix/
Dcreate_matrix_images.py174 if args.release != 'master':
178 releases = [args.release]
180 if args.release == 'all':
184 if args.release not in ['master'
188 '%s for %s is not defined' % (args.release, lang),
191 releases = [args.release]
194 for release in releases:
195 images += build_all_images_for_release(lang, release)
203 def build_all_images_for_release(lang, release): argument
212 stack_base = checkout_grpc_stack(lang, release)
[all …]

12345678910>>...225