Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 1081) sorted by relevance

12345678910>>...44

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
Dtest_versioning.py57 versions = list(b.list_versions())
58 self.assertEqual(len(versions), 2)
59 self.assertEqual(versions[0].name, "foo")
60 self.assertEqual(versions[1].name, "foo")
61 generations = [k.generation for k in versions]
72 versions = list(b.list_versions())
73 self.assertEqual(len(versions), 2)
74 self.assertEqual(versions[0].name, "foo")
75 self.assertEqual(versions[1].name, "foo")
76 generations = [k.generation for k in versions]
[all …]
/external/autotest/client/bin/
Dkernel_versions.py77 versions = [ v for _, _, v in deco ]
80 for n in range(len(versions) - 1, -1, -1):
81 if versions[n] == version:
91 if version_len(versions[o]) == (length + 1) and \
92 version_limit(versions[o], length) == version:
93 return versions[o]
/external/autotest/client/common_lib/
Dkernel_versions.py77 versions = [ v for _, _, v in deco ]
80 for n in range(len(versions) - 1, -1, -1):
81 if versions[n] == version:
91 if version_len(versions[o]) == (length + 1) and \
92 version_limit(versions[o], length) == version:
93 return versions[o]
/external/autotest/tko/
Ddraw_graphs44 push @versions, $version;
49 @versions = sort version list_uniq (@versions);
51 @relevant = relevant_versions(@versions);
56 $test, @versions);
/external/vulkan-validation-layers/
Dgenvk.py173 versions = allVersions,
198 versions = allVersions,
218 versions = allVersions,
231 versions = allVersions,
245 versions = allVersions,
258 versions = allVersions,
279 versions = allVersions,
/external/elfutils/src/
Dldscript.y58 static void add_versions (struct version *versions);
783 add_versions (struct version *versions) in add_versions() argument
785 struct version *lastp = versions; in add_versions()
787 if (versions == NULL) in add_versions()
791 versions = versions->next; in add_versions()
792 assert (versions != NULL); in add_versions()
797 add_id_list (versions->versionname, versions->local_names, true); in add_versions()
798 add_id_list (versions->versionname, versions->global_names, false); in add_versions()
800 versions = versions->next; in add_versions()
802 while (versions != NULL); in add_versions()
/external/google-benchmark/
Dmingw.py60 versions = {}
73 version = versions.setdefault(version, {})
84 return versions
181 versions = repository(log = log)
184 version = version or max(versions.keys())
192 keys = versions[version][arch].keys()
200 keys = versions[version][arch][threading].keys()
208 revision = max(versions[version][arch][threading][exceptions].keys())
213 url = versions[version][arch][threading][exceptions][revision]
/external/autotest/site_utils/
Dstable_version_utils.py28 versions = dict([(v.board, v.version)
32 if not versions:
33 versions = {DEFAULT: global_config.global_config.get_config_value(
35 return versions
/external/chromium-trace/catapult/dashboard/docs/
Ddeploy-checklist.md5 There are two types of versions of
6 the dashboard in the [app engine versions
8 "dev" versions and "clean" versions. There is always one default version
9 that's being used, and multiple other versions that could be set as
10 default, if the current version is broken. Dev versions contain "dev-"
12 in; in general, dev versions should never be set as default.
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dexternal_modules.py22 versions = MODULES.get(module)
23 if versions is None:
26 min_version, max_version = versions
/external/opencv3/platforms/winrt/
Dsetup_winrt.ps1154 $versions = New-Object System.Collections.ArrayList in Execute() variable
158 [void]$versions.Add($_) in Execute()
164 D "Processed Versions: $versions" in Execute() variable
204 foreach($vers in $versions) { in Execute()
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
Dupgrading.rst1 Upgrading from older versions
4 Previous versions of Python-RSA were less secure than the current
6 old versions are still available.
16 You can import all three versions at the same time. This allows you to
/external/opencv3/3rdparty/libpng/
DLICENSE13 libpng versions 1.2.6, August 15, 2004, through 1.5.12, July 11, 2012, are
20 libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are
38 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
47 libpng versions 0.89, June 1996, through 0.96, May 1997, are
59 libpng versions 0.5, May 1995, through 0.88, January 1996, are
85 2. Altered versions must be plainly marked as such and must not
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketFactory.java290 String versions="13"; in upgrade() local
292 versions+=", 8"; in upgrade()
294 versions+=", 6"; in upgrade()
296 versions+=", 0"; in upgrade()
298 response.setHeader("Sec-WebSocket-Version", versions); in upgrade()
309 err.append(", reported supported versions [").append(versions).append("]"); in upgrade()
/external/curl/tests/data/
Dtest11195 symbols-in-versions
17 Verify that symbols-in-versions and headers are in sync
/external/llvm/cmake/modules/
DLLVMConfigVersion.cmake.in3 # LLVM is API-compatible only with matching major.minor versions
4 # and patch versions not less than that requested.
/external/mesa3d/docs/
DRELNOTES-3.414 Odd numbered versions (such as 3.3) designate new developmental releases.
15 Even numbered versions (such as 3.4) designate stable releases.
DRELNOTES-4.0.114 Odd numbered versions (such as 3.3) designate new developmental releases.
15 Even numbered versions (such as 3.4) designate stable releases.
DRELNOTES-3.4.214 Odd numbered versions (such as 3.3) designate new developmental releases.
15 Even numbered versions (such as 3.4) designate stable releases.
DRELNOTES-3.4.114 Odd numbered versions (such as 3.3) designate new developmental releases.
15 Even numbered versions (such as 3.4) designate stable releases.
DRELNOTES-6.3.212 Odd numbered versions (such as 6.3) designate new developmental releases.
13 Even numbered versions (such as 6.2) designate stable releases.
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/
DREADME42 For the 2.x versions of Python, these versions have been tested:
49 It may still work on earlier versions of Python 2.x, but these have not been
52 For the 3.x versions of Python, these versions have been tested:
/external/skia/third_party/libpng/
DLICENSE13 libpng versions 1.0.7, July 1, 2000, through 1.6.19, November 12, 2015, are
35 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
45 libpng versions 0.89, June 1996, through 0.96, May 1997, are
58 libpng versions 0.5, May 1995, through 0.88, January 1996, are
84 2. Altered versions must be plainly marked as such and must not
/external/fec/
DREADME48 Many of the SIMD versions run more than an order of
49 magnitude faster than their portable C versions. The available SIMD
56 The SIMD-assisted versions generally produce the same results as the C
57 versions, with a few minor exceptions. The Viterbi decoders in C have
59 path metrics. On the other hand, the SIMD versions use the
117 Added error checking, fixed alignment bug in SSE2 versions of Viterbi decoders causing segfaults
/external/opencv3/cmake/
DOpenCVDetectVTK.cmake25 # Different Qt versions can't be linked together
32 # Different Qt versions can't be linked together. VTK 6.0.0 doesn't provide a way to get Qt version…
39 # Different Qt versions can't be linked together

12345678910>>...44