Searched +full:- +full:- +full:version (Results 1 – 25 of 1412) sorted by relevance
12345678910>>...57
/external/cldr/tools/ |
D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 9 <artifactId>cldr-all</artifactId> 10 <version>40.0-SNAPSHOT</version> 15 <name>Unicode-DFS-2016</name> 19 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 20 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 23 <!-- Note: see https://github.com/unicode-org/icu/packages/411079/versions 24 for the icu4j.version tag to use --> [all …]
|
/external/rust/crates/semver/tests/ |
D | test_version.rs | 10 use semver::{BuildMetadata, Prerelease, Version}; 17 "unexpected end of input while parsing major version number", in test_parse() 23 "unexpected character ' ' while parsing major version number", in test_parse() 29 "unexpected end of input while parsing major version number", in test_parse() 35 "unexpected end of input while parsing minor version number", in test_parse() 38 let err = version_err("1.2.3-"); in test_parse() 39 assert_to_string(err, "empty identifier segment in pre-release identifier"); in test_parse() 44 "unexpected character 'a' while parsing major version number", in test_parse() 48 assert_to_string(err, "unexpected character ' ' after patch version number"); in test_parse() 50 let err = version_err("1.2.3-01"); in test_parse() [all …]
|
/external/webrtc/ |
D | DEPS | 16 # Xcode version in build/mac_toolchain.py 22 # TODO(kjellander): Move this to be Android-only once the libevent dependency 30 # Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC. 47 'package': 'gn/gn/linux-amd64', 48 'version': 'git_revision:3028c6a426a4aaf6da91c4ebafe716ae370225fe', 57 'package': 'gn/gn/mac-amd64', 58 'version': 'git_revision:3028c6a426a4aaf6da91c4ebafe716ae370225fe', 67 'package': 'gn/gn/windows-amd64', 68 'version': 'git_revision:3028c6a426a4aaf6da91c4ebafe716ae370225fe', 76 …'https://chromium.googlesource.com/chromium/llvm-project/cfe/tools/clang-format.git@96636aa0e9f047… [all …]
|
/external/skia/ |
D | go_repositories.bzl | 8 version = "v0.0.1-2020.1.6", 14 version = "v0.0.0-20140916053233-ec7f410f2ff2", 20 version = "v1.2.0", 24 importpath = "github.com/aclements/go-gg", 26 version = "v0.0.0-20170323211221-abd1f791f5ee", 30 importpath = "github.com/aclements/go-moremath", 32 version = "v0.0.0-20190830160640-d16893ddf098", 36 importpath = "github.com/afex/hystrix-go", 38 version = "v0.0.0-20180502004556-fa1af6a1f4f5", 44 version = "v1.0.1", [all …]
|
/external/clang/test/Driver/ |
D | darwin-version.c | 1 // RUN: %clang -target armv6-apple-darwin9 -c %s -### 2>&1 | \ 2 // RUN: FileCheck --check-prefix=CHECK-VERSION-OSX %s 3 // CHECK-VERSION-OSX: "armv6k-apple-macosx10.5.0" 4 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.0 -c %s -### 2>&1 | \ 5 // RUN: FileCheck --check-prefix=CHECK-VERSION-IOS2 %s 6 // CHECK-VERSION-IOS2: "armv6k-apple-ios2.0.0" 7 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.2 -c %s -### 2>&1 | \ 8 // RUN: FileCheck --check-prefix=CHECK-VERSION-IOS22 %s 9 // CHECK-VERSION-IOS22: "armv6k-apple-ios2.2.0" 10 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=3.0 -c %s -### 2>&1 | \ [all …]
|
D | msc-version.c | 2 // Verify -fms-compatibility-version parsing 5 …lang -target i686-windows -fms-compatibility -fms-compatibility-version=14 -dM -E - </dev/null -o … 7 // CHECK-MSC-VERSION-MAJOR: _MSC_BUILD 1 8 // CHECK-MSC-VERSION-MAJOR: _MSC_FULL_VER 140000000 9 // CHECK-MSC-VERSION-MAJOR: _MSC_VER 1400 11 … -target i686-windows -fms-compatibility -fms-compatibility-version=15.00 -dM -E - </dev/null -o -… 13 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_BUILD 1 14 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_FULL_VER 150000000 15 // CHECK-MSC-VERSION-MAJOR-MINOR: _MSC_VER 1500 17 …-target i686-windows -fms-compatibility -fms-compatibility-version=15.00.20706 -dM -E - </dev/null… [all …]
|
/external/angle/ |
D | .vpython | 5 # (since pure-python dependencies can be easily vendored into third_party). 10 # this never requires the end-user machine to have a working python extension 20 # vpython path/to/script.py some --arguments 26 # https://chromium.googlesource.com/infra/luci/luci-go/+/main/vpython/api/vpython/spec.proto 33 name: "infra/python/wheels/jsonlines-py2_py3" 34 version: "version:1.2.0" 38 version: "version:3.5.0rc1" 54 # This version must be compatible with the version range specified by 58 version: "version:5.2.2" 64 name: "infra/python/wheels/parameterized-py2_py3" [all …]
|
D | DEPS | 2 # used by gclient to determine what version of each dependency to check out, and 17 'chrome_internal_git': 'https://chrome-internal.googlesource.com', 36 # Version of Chromium our Chromium-based DEPS are mirrored from. 42 # Current revision of VK-GL-CTS (a.k.a dEQP). 46 # Note: this dep cannot be auto-rolled b/c of nesting. 61 # Note: this dep cannot be auto-rolled b/c of nesting. 75 # Current revision of patched-yasm. 76 # Note: this dep cannot be auto-rolled b/c of nesting. 79 # Three lines of non-changing comments so that 84 # Three lines of non-changing comments so that [all …]
|
/external/okhttp/ |
D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 3 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http… 8 <artifactId>oss-parent</artifactId> 9 <version>7</version> 14 <version>2.7.5</version> 23 <module>okhttp-tests</module> 25 <module>okhttp-android-support</module> 27 <module>okhttp-apache</module> 28 <module>okhttp-testing-support</module> 29 <module>okhttp-urlconnection</module> [all …]
|
/external/tcpdump/tests/ |
D | isakmp-no-none-np.out | 2 …168.1.10.500: [udp sum ok] isakmp 1.0 msgid 5f724dc6 cookie 0000000000000000->0000000000000000: ph… 3 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 4 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 5 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 6 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 7 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 8 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 9 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 10 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… 11 …(n: doi=ipsec proto=isakmp type=INVALID-MAJOR-VERSION spi=000000000b1005005f724dc600000054 data=(0… [all …]
|
/external/google-java-format/ |
D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 9 ~ http://www.apache.org/licenses/LICENSE-2.0 16 --> 19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 20 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 24 <artifactId>google-java-format-parent</artifactId> 26 <version>HEAD-SNAPSHOT</version> 39 <url>https://github.com/google/google-java-format</url> [all …]
|
/external/turbine/ |
D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 5 Licensed under the Apache License, Version 2.0 (the "License"); 9 http://www.apache.org/licenses/LICENSE-2.0 16 --> 20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 21 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 26 <version>HEAD-SNAPSHOT</version> 33 <asm.version>9.2</asm.version> 34 <guava.version>31.0.1-jre</guava.version> [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VersionInfo.java | 6 * Copyright (C) 1996-2016, International Business Machines Corporation and 16 * Class to store version numbers of the form major.minor.milli.micro. 21 // public data members ------------------------------------------------- 24 * Unicode 1.0 version 28 * Unicode 1.0.1 version 32 * Unicode 1.1.0 version 36 * Unicode 1.1.5 version 40 * Unicode 2.0 version 44 * Unicode 2.1.2 version 48 * Unicode 2.1.5 version [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VersionInfo.java | 5 * Copyright (C) 1996-2016, International Business Machines Corporation and 15 * Class to store version numbers of the form major.minor.milli.micro. 21 // public data members ------------------------------------------------- 24 * Unicode 1.0 version 29 * Unicode 1.0.1 version 34 * Unicode 1.1.0 version 39 * Unicode 1.1.5 version 44 * Unicode 2.0 version 49 * Unicode 2.1.2 version 54 * Unicode 2.1.5 version [all …]
|
/external/elfutils/ |
D | NEWS | 1 Version 0.186 3 debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files 12 Support -d :memory: option for in-memory databases. 14 Add -r option to use -I/-X regexes for grooming stale files. 16 Limit the duration of groom ops roughly to rescan (-t) times. 17 Add --passive mode for serving from read-only database. 27 Version 0.185 29 debuginfod-client: Simplify curl handle reuse so downloads which 35 Version 0.184 37 debuginfod: Use libarchive's bsdtar as the .deb-family file unpacker. [all …]
|
/external/rust/crates/libz-sys/src/zlib-ng/test/abi/ |
D | zlib-v1.2.11-arm-linux-gnueabihf.abi | 1 <abi-corpus path='btmp1/libz.so.1.2.11' architecture='elf-arm' soname='libz.so.1'> 2 <elf-needed> 4 <dependency name='ld-linux-armhf.so.3'/> 5 </elf-needed> 6 <elf-function-symbols> 7 …<elf-symbol name='adler32' type='func-type' binding='global-binding' visibility='default-visibilit… 8 …-symbol name='adler32_combine64' version='ZLIB_1.2.3.3' is-default-version='yes' type='func-type' … 9 …-symbol name='adler32_combine' version='ZLIB_1.2.2' is-default-version='yes' type='func-type' bind… 10 …lf-symbol name='adler32_z' version='ZLIB_1.2.9' is-default-version='yes' type='func-type' binding=… 11 …<elf-symbol name='compress' type='func-type' binding='global-binding' visibility='default-visibili… [all …]
|
/external/deqp/data/gles31/shaders/es32/ |
D | separate_shader_validation.test | 1 # ------------------------------------------------- 3 # ------------------------------------------------- 7 # Licensed under the Apache License, Version 2.0 (the "License"); 11 # http://www.apache.org/licenses/LICENSE-2.0 23 version 320 es 30 #version 320 es 45 #version 320 es 57 version 320 es 64 #version 320 es 77 #version 320 es [all …]
|
D | linkage_tessellation_uniform_types.test | 1 # ------------------------------------------------- 3 # ------------------------------------------------- 7 # Licensed under the Apache License, Version 2.0 (the "License"); 11 # http://www.apache.org/licenses/LICENSE-2.0 22 version 320 es 26 uniform float val0 = -1.25; 31 #version 320 es 39 #version 320 es 49 #version 320 es 60 #version 320 es [all …]
|
/external/jimfs/ |
D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 9 ~ http://www.apache.org/licenses/LICENSE-2.0 16 --> 19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 20 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 24 <artifactId>oss-parent</artifactId> 25 <version>7</version> 29 <artifactId>jimfs-parent</artifactId> [all …]
|
/external/auto/factory/ |
D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 6 Licensed under the Apache License, Version 2.0 (the "License"); 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 18 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 24 <artifactId>oss-parent</artifactId> 25 <version>7</version> 29 <artifactId>auto-factory</artifactId> [all …]
|
/external/jacoco/org.jacoco.build/ |
D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 6 http://www.eclipse.org/legal/epl-2.0 8 SPDX-License-Identifier: EPL-2.0 11 Evgeny Mandrikov - initial API and implementation 12 --> 13 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http… 18 <version>0.8.7</version> 22 <description>JaCoCo - Java Code Coverage Library</description> 31 <url>https://www.eclipse.org/legal/epl-2.0/</url> [all …]
|
/external/grpc-grpc-java/examples/ |
D | pom.xml | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 7 <!-- Feel free to delete the comment at the end of these lines. It is just 8 for safely updating the version in our release process. --> 9 <version>1.16.1</version><!-- CURRENT_GRPC_VERSION --> 13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 14 <grpc.version>1.16.1</grpc.version><!-- CURRENT_GRPC_VERSION --> 15 <protobuf.version>3.5.1</protobuf.version> 16 <protoc.version>3.5.1-1</protoc.version> 17 <netty.tcnative.version>2.0.7.Final</netty.tcnative.version> [all …]
|
/external/opencensus-java/examples/ |
D | pom.xml | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst… 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 5 <artifactId>opencensus-examples</artifactId> 7 <version>0.17.0-SNAPSHOT</version><!-- CURRENT_OPENCENSUS_VERSION --> 8 <name>opencensus-examples</name> 11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 12 <!-- change to the version you want to use. --> 13 <opencensus.version>0.16.1</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION --> 14 <grpc.version>1.13.1</grpc.version><!-- CURRENT_GRPC_VERSION --> 19 <artifactId>opencensus-api</artifactId> [all …]
|
/external/deqp/data/gles3/shaders/ |
D | linkage.test | 9 version 300 es 13 #version 300 es 21 #version 300 es 35 version 300 es 38 #version 300 es 47 #version 300 es 58 version 300 es 61 #version 300 es 70 #version 300 es 82 version 300 es [all …]
|
/external/deqp/data/gles31/shaders/gl45/ |
D | linkage_tessellation_uniform_types.test | 1 # ------------------------------------------------- 3 # ------------------------------------------------- 7 # Licensed under the Apache License, Version 2.0 (the "License"); 11 # http://www.apache.org/licenses/LICENSE-2.0 22 version 450 26 uniform float val0 = -1.25; 31 #version 450 39 #version 450 49 #version 450 60 #version 450 [all …]
|
12345678910>>...57