Home
last modified time | relevance | path

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

12345678910>>...65

/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
Dpack_unittest.py84 versions = pack.GetVersionInfo(ps)
85 self.assertEquals(1, len(versions))
86 self.assertEquals(0, versions[0].version)
87 self.assertEquals(0, versions[0].num_fields)
88 self.assertEquals(8, versions[0].num_bytes)
104 versions = pack.GetVersionInfo(ps)
105 self.assertEquals(3, len(versions))
107 self.assertEquals(0, versions[0].version)
108 self.assertEquals(1, versions[0].num_fields)
109 self.assertEquals(16, versions[0].num_bytes)
[all …]
/external/mockito/src/test/java/org/mockito/internal/util/
DPlatformTest.java63 Map<String, Boolean> versions = new HashMap<String, Boolean>() {{ in should_parse_open_jdk_string_and_report_wether_below_or_nut_update_45() local
78 assertPlatformParsesCorrectlyVariousVersionScheme(versions); in should_parse_open_jdk_string_and_report_wether_below_or_nut_update_45()
118 Map<String, Boolean> versions = new HashMap<String, Boolean>() {{ in should_parse_open_jdk9_string() local
125 assertPlatformParsesCorrectlyVariousVersionScheme(versions); in should_parse_open_jdk9_string()
129 private void assertPlatformParsesCorrectlyVariousVersionScheme(Map<String, Boolean> versions) { in assertPlatformParsesCorrectlyVariousVersionScheme() argument
130 for (Map.Entry<String, Boolean> version : versions.entrySet()) { in assertPlatformParsesCorrectlyVariousVersionScheme()
/external/boringssl/src/ssl/
Dssl_versions.cc86 const uint16_t *versions; in method_supports_version() local
88 get_method_versions(method, &versions, &num_versions); in method_supports_version()
90 if (versions[i] == version) { in method_supports_version()
332 const uint16_t *versions; in ssl_add_supported_versions() local
334 get_method_versions(hs->ssl->method, &versions, &num_versions); in ssl_add_supported_versions()
336 if (ssl_supports_version(hs, versions[i]) && in ssl_add_supported_versions()
337 !CBB_add_u16(cbb, versions[i])) { in ssl_add_supported_versions()
346 const uint16_t *versions; in ssl_negotiate_version() local
348 get_method_versions(hs->ssl->method, &versions, &num_versions); in ssl_negotiate_version()
350 if (!ssl_supports_version(hs, versions[i])) { in ssl_negotiate_version()
[all …]
/external/wycheproof/
DBUILD22 # Generates BouncyCastleAllTests_1_xx target for all available versions,
28 # To test other versions, e.g., v1.52:
31 # To test all known versions (warning, will take a long time):
52 # Generates SpongyCastleAllTests_1_xx target for all available versions,
58 # To test other versions, e.g., v1.52.0.0:
61 # To test all known versions (warning, will take a long time):
75 # Generates BouncyCastleTest_1_xx target for all available versions,
81 # To test other versions, e.g., v1.52:
84 # To test all known versions:
104 # Generates SpongyCastleTest_1_xx target for all available versions,
[all …]
/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/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/tko/
Ddraw_graphs44 push @versions, $version;
49 @versions = sort version list_uniq (@versions);
51 @relevant = relevant_versions(@versions);
56 $test, @versions);
/external/strace/
DREADME8 See the file NEWS for information on what has changed in recent versions.
17 * Linux kernel >= 2.6.18 is recommended. Older versions might still work
20 Older versions without a decent PTRACE_SETOPTIONS support will not work.
22 Older versions without a decent PTRACE_GETREGS support will not work.
24 Older versions without a decent PTRACE_GETREGSET support will not work.
/external/python/cpython2/Lib/distutils/tests/
Dtest_version.py19 versions = (('1.5.1', '1.5.2b2', -1),
35 for v1, v2, wanted in versions:
51 versions = (('1.5.1', '1.5.2b2', -1),
61 for v1, v2, wanted in versions:
/external/autotest/site_utils/
Dstable_version_utils.py27 versions = dict([(v.board, v.version)
31 if not versions:
32 versions = {DEFAULT: global_config.global_config.get_config_value(
34 return versions
/external/skia/infra/bots/assets/
Dasset_utils.py102 versions = []
110 versions.append(int(trimmed))
114 versions.sort()
115 return versions
177 versions = [int(f[:-len(suffix)]) for f in bnames if f.endswith(suffix)]
178 versions.sort()
179 return versions
264 versions = self.get_available_versions()
265 if len(versions) == 0:
267 return versions[-1] + 1
/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/autotest/client/common_lib/cros/
Dcr50_utils.py86 def GetVersion(versions, name): argument
103 for k, v in versions.iteritems():
127 versions = re.search(VERSION_RE[arg], output)
128 versions = versions.groupdict()
129 ro = GetVersion(versions, RO)
130 rw = GetVersion(versions, RW)
/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/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dpack.py228 versions = []
235 versions.append(
247 assert len(versions) == 0 or last_num_fields != versions[-1].num_fields
248 versions.append(VersionInfo(last_version, last_num_fields,
250 return versions
/external/lz4/tests/
DREADME.md10 - `test-lz4-versions.py` : compatibility test between lz4 versions stored on Github
13 #### `test-lz4-versions.py` - script for testing lz4 interoperability between versions
16 Then all taged (released) versions of lz4 are compiled.
17 In the following step interoperability between lz4 versions is checked.
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp292 auto versions = isES ? gles_versions : gl_versions; in CreateBestContext() local
295 for (int i = versions.size() - 1; i >= 0 ; i--) { in CreateBestContext()
300 GLX_CONTEXT_MAJOR_VERSION_ARB, versions[i].first, in CreateBestContext()
301 GLX_CONTEXT_MINOR_VERSION_ARB, versions[i].second, in CreateBestContext()
307 } else if (versions[i].first > 2) { in CreateBestContext()
/external/syslinux/com32/lib/libpng/
DLICENSE13 libpng versions 1.2.6, August 15, 2004, through 1.2.44, June 26, 2010, 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/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/relnotes/
D3.414 Odd numbered versions (such as 3.3) designate new developmental releases.
15 Even numbered versions (such as 3.4) designate stable releases.
D4.0.114 Odd numbered versions (such as 3.3) designate new developmental releases.
15 Even numbered versions (such as 3.4) designate stable releases.
D3.4.114 Odd numbered versions (such as 3.3) designate new developmental releases.
15 Even numbered versions (such as 3.4) designate stable releases.
D3.4.214 Odd numbered versions (such as 3.3) designate new developmental releases.
15 Even numbered versions (such as 3.4) designate stable releases.
/external/python/cpython2/Tools/versioncheck/
DREADME1 This is versioncheck 1.0, a first stab at automatic checking of versions of
9 versions, where to download the package, etc.
14 numbers and tells the user about new versions of packages available.
34 Pycheckversion.py is the module that does the actual checking of versions.

12345678910>>...65