Home
last modified time | relevance | path

Searched +full:pre +full:- +full:release (Results 1 – 25 of 1079) sorted by relevance

12345678910>>...44

/external/python/google-api-python-client/docs/dyn/
Dfirebaserules_v1.projects.releases.html4 body, h1, h2, h3, div, span, p, pre, a {
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
[all …]
Dandroidpublisher_v3.edits.tracks.html4 body, h1, h2, h3, div, span, p, pre, a {
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
[all …]
Dversionhistory_v1.platforms.channels.versions.releases.html4 body, h1, h2, h3, div, span, p, pre, a {
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
[all …]
Dremotebuildexecution_v2.v2.html4 body, h1, h2, h3, div, span, p, pre, a {
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
[all …]
/external/python/setuptools/setuptools/_vendor/packaging/
Dversion.py38 "_Version", ["epoch", "release", "dev", "pre", "post", "local"]
42 def parse(version: str) -> Union["LegacyVersion", "Version"]:
63 def __hash__(self) -> int:
69 def __lt__(self, other: "_BaseVersion") -> bool:
75 def __le__(self, other: "_BaseVersion") -> bool:
81 def __eq__(self, other: object) -> bool:
87 def __ge__(self, other: "_BaseVersion") -> bool:
93 def __gt__(self, other: "_BaseVersion") -> bool:
99 def __ne__(self, other: object) -> bool:
107 def __init__(self, version: str) -> None:
[all …]
Dspecifiers.py41 def __str__(self) -> str:
48 def __hash__(self) -> int:
54 def __eq__(self, other: object) -> bool:
61 def prereleases(self) -> Optional[bool]:
63 Returns whether or not pre-releases as a whole are allowed by this
68 def prereleases(self, value: bool) -> None:
70 Sets whether or not pre-releases as a whole are allowed by this
75 def contains(self, item: str, prereleases: Optional[bool] = None) -> bool:
83 ) -> Iterable[VersionTypeVar]:
95 def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None:
[all …]
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dversion.py38 "_Version", ["epoch", "release", "dev", "pre", "post", "local"]
42 def parse(version: str) -> Union["LegacyVersion", "Version"]:
63 def __hash__(self) -> int:
69 def __lt__(self, other: "_BaseVersion") -> bool:
75 def __le__(self, other: "_BaseVersion") -> bool:
81 def __eq__(self, other: object) -> bool:
87 def __ge__(self, other: "_BaseVersion") -> bool:
93 def __gt__(self, other: "_BaseVersion") -> bool:
99 def __ne__(self, other: object) -> bool:
107 def __init__(self, version: str) -> None:
[all …]
Dspecifiers.py41 def __str__(self) -> str:
48 def __hash__(self) -> int:
54 def __eq__(self, other: object) -> bool:
61 def prereleases(self) -> Optional[bool]:
63 Returns whether or not pre-releases as a whole are allowed by this
68 def prereleases(self, value: bool) -> None:
70 Sets whether or not pre-releases as a whole are allowed by this
75 def contains(self, item: str, prereleases: Optional[bool] = None) -> bool:
83 ) -> Iterable[VersionTypeVar]:
95 def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None:
[all …]
/external/python/setuptools/docs/userguide/
Ddistribution.rst2 ------------------------------------------------
5 track finer-grained version increments than you would normally use for e.g.
10 therefore may literally need an up-to-the-minute version of something!
16 * A manually-specified pre-release tag, such as "build" or "dev", or a
17 manually-specified post-release tag, such as a build or revision number
18 (``--tag-build=STRING, -bSTRING``)
20 * An 8-character representation of the build date (``--tag-date, -d``), as
28 (Also, before you release your project, be sure to see the section on
29 :ref:`Specifying Your Project's Version` for more information about how pre- and
30 post-release tags affect how version numbers are interpreted. This is
[all …]
/external/rust/crates/clap_lex/
DCargo.toml14 rust-version = "1.64.0"
35 categories = ["command-line-interface"]
36 license = "MIT OR Apache-2.0"
37 repository = "https://github.com/clap-rs/clap/tree/master/clap_lex"
39 [[package.metadata.release.pre-release-replacements]]
45 [[package.metadata.release.pre-release-replacements]]
51 [[package.metadata.release.pre-release-replacements]]
57 [[package.metadata.release.pre-release-replacements]]
59 search = "<!-- next-header -->"
61 <!-- next-header -->
[all …]
/external/autotest/utils/frozen_chromite/lib/
Dauto_update_util.py1 # -*- coding: utf-8 -*-
3 # Use of this source code is governed by a BSD-style license that can be
6 """This file contains util functions for the auto-update lib."""
15 LSB_RELEASE = '/etc/lsb-release'
22 lsb_release_content: A string represents the content of lsb-release.
41 """Compare release version from lsb-release with cros-version label.
44 info and branch ID, e.g., lumpy-release/R43-6809.0.0.
45 release_version is retrieved from lsb-release.
49 samples of build version and expected release version:
50 1. trybot non-release build (paladin, pre-cq or test-ap build).
[all …]
/external/rust/crates/env_logger/
DCargo.toml14 rust-version = "1.60.0"
37 categories = ["development-tools::debugging"]
38 license = "MIT OR Apache-2.0"
39 repository = "https://github.com/rust-cli/env_logger/"
41 [[package.metadata.release.pre-release-replacements]]
47 [[package.metadata.release.pre-release-replacements]]
53 [[package.metadata.release.pre-release-replacements]]
59 [[package.metadata.release.pre-release-replacements]]
61 search = "<!-- next-header -->"
63 <!-- next-header -->
[all …]
/external/rust/crates/semver/src/
Dlib.rs1 …(https://github.com/dtolnay/semver)&ensp;[![crates-io]](https://crates.io/crates/semver)&ensp;[![d…
3 //! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo…
4 //! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=55555…
5 //! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&lo…
25 //! // Check whether this requirement matches version 1.2.3-alpha.1 (no)
30 //! pre: Prerelease::new("alpha.1").unwrap(),
47 //! JavaScript, Composer for PHP, CocoaPods for Objective-C...
61 //! [Specifying Dependencies]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.ht…
82 clippy::semicolon_if_nothing_returned, // https://github.com/rust-lang/rust-clippy/issues/7324
116 /// - The major, minor, and patch numbers may be any integer 0 through u64::MAX.
[all …]
/external/rust/crates/weak-table/
Drelease.toml1 tag-name = "v{{version}}"
3 [[pre-release-replacements]]
5 search = "https://docs[.]rs/weak-table/[0-9.]*"
6 replace = "https://docs.rs/weak-table/{{version}}"
8 [[pre-release-replacements]]
10 search = "## \\[Next Release\\]"
11 replace = "## [Next Release]\n\n## [{{version}}] - {{date}}"
13 [[pre-release-replacements]]
15 search = "\\[Next Release\\]: <https://github.com/tov/weak-table-rs/compare/v*[0-9.]*[.][.][.]…
16 replace = '''[Next Release]: <https://github.com/tov/weak-table-rs/compare/v{{version}}...HEAD>
[all …]
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu.md8 workloads. Thus, they are well-suited for deep neural nets, which consist of a
12 run fast enough for previously not available real-time applications.
14 Unlike CPUs, GPUs compute with 16-bit or 32-bit floating point numbers and do
15 not require quantization for optimal performance. The delegate does accept 8-bit
27 The GPU code is only binary for now; it will be open-sourced soon. Once you
33 For a step-by-step tutorial, watch the
54 Add the `tensorflow-lite-gpu` package alongside the existing `tensorflow-lite`
60 implementation 'org.tensorflow:tensorflow-lite:2.3.0'
61 implementation 'org.tensorflow:tensorflow-lite-gpu:2.3.0'
75 For a step-by-step tutorial, watch the
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/drm/
DDrmSessionManager.java8 * http://www.apache.org/licenses/LICENSE-2.0
34 DrmSessionReference EMPTY = () -> {};
39 * <p>Can be called from any thread. Calling this method more than once will only release the
42 void release(); in release() method
93 * <p>{@link #release()} must be called to ensure the acquired resources are released. After
94 * releasing, an instance may be re-prepared.
101 default void release() { in release() method
114 * Pre-acquires a DRM session for the specified {@link Format}.
118 * allowing a manager that supports pre-acquisition to get the required {@link DrmSession} ready
121 * <p>The caller must call {@link DrmSessionReference#release()} on the returned instance when
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/drm/
DDrmSessionManager.java8 * http://www.apache.org/licenses/LICENSE-2.0
34 DrmSessionReference EMPTY = () -> {};
39 * <p>Can be called from any thread. Calling this method more than once will only release the
42 void release(); in release() method
92 * <p>{@link #release()} must be called to ensure the acquired resources are released. After
93 * releasing, an instance may be re-prepared.
100 default void release() { in release() method
113 * Pre-acquires a DRM session for the specified {@link Format}.
117 * allowing a manager that supports pre-acquisition to get the required {@link DrmSession} ready
120 * <p>The caller must call {@link DrmSessionReference#release()} on the returned instance when
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/drm/
DDefaultDrmSessionManagerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
46 // - Different sources for licenseServerUrl.
47 // - Multiple acquisitions & releases for same keys -> multiple requests.
48 // - Key denial.
68 .setUuidAndExoMediaDrmProvider(DRM_SCHEME_UUID, uuid -> new FakeExoMediaDrm()) in acquireSession_triggersKeyLoadAndSessionIsOpened()
89 .setUuidAndExoMediaDrmProvider(DRM_SCHEME_UUID, uuid -> new FakeExoMediaDrm()) in keepaliveEnabled_sessionsKeptForRequestedTime()
102 drmSession.release(/* eventDispatcher= */ null); in keepaliveEnabled_sessionsKeptForRequestedTime()
114 .setUuidAndExoMediaDrmProvider(DRM_SCHEME_UUID, uuid -> new FakeExoMediaDrm()) in keepaliveDisabled_sessionsReleasedImmediately()
125 drmSession.release(/* eventDispatcher= */ null); in keepaliveDisabled_sessionsReleasedImmediately()
136 .setUuidAndExoMediaDrmProvider(DRM_SCHEME_UUID, uuid -> new FakeExoMediaDrm()) in managerRelease_allKeepaliveSessionsImmediatelyReleased()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/drm/
DDefaultDrmSessionManagerTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
46 // - Different sources for licenseServerUrl.
47 // - Multiple acquisitions & releases for same keys -> multiple requests.
48 // - Key denial.
68 .setUuidAndExoMediaDrmProvider(DRM_SCHEME_UUID, uuid -> new FakeExoMediaDrm()) in acquireSession_triggersKeyLoadAndSessionIsOpened()
89 .setUuidAndExoMediaDrmProvider(DRM_SCHEME_UUID, uuid -> new FakeExoMediaDrm()) in keepaliveEnabled_sessionsKeptForRequestedTime()
102 drmSession.release(/* eventDispatcher= */ null); in keepaliveEnabled_sessionsKeptForRequestedTime()
114 .setUuidAndExoMediaDrmProvider(DRM_SCHEME_UUID, uuid -> new FakeExoMediaDrm()) in keepaliveDisabled_sessionsReleasedImmediately()
125 drmSession.release(/* eventDispatcher= */ null); in keepaliveDisabled_sessionsReleasedImmediately()
136 .setUuidAndExoMediaDrmProvider(DRM_SCHEME_UUID, uuid -> new FakeExoMediaDrm()) in managerRelease_allKeepaliveSessionsImmediatelyReleased()
[all …]
/external/markdown/docs/change_log/
Drelease-3.2.md1 title: Release Notes for v3.2
3 # Python-Markdown 3.2 Release Notes
5 Python-Markdown version 3.2 supports Python versions 3.5, 3.6, 3.7, 3.8, and
8 ## Backwards-incompatible changes
12 Python 2.7 reaches end-of-life on 2020-01-01 and Python-Markdown 3.2 has dropped
13 support for it. Please upgrade to Python 3, or use Python-Markdown 3.1.
38 - `<pre><code>foo = 'bar'</code></pre>` if you **were not** using Pygments.
39 - `<pre>foo = 'bar'</pre>` if you **were** using Pygments.
45 This change does not alter the Python-Markdown API, but users relying on the old
54 Previously, Python-Markdown was using either the `xml.etree.cElementTree` module
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/upstream/
DAllocator.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
[all …]
DDefaultAllocator.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
[all …]
/external/llvm/docs/
DReleaseProcess.rst2 How To Validate a New Release
12 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`.
16 Overview of the Release Process
17 -------------------------------
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
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/upstream/
DDefaultAllocator.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
[all …]
DAllocator.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
[all …]

12345678910>>...44