Searched +full:- +full:- +full:version (Results 1 – 25 of 1360) sorted by relevance
12345678910>>...55
/external/llvm-project/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/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>38.0-SNAPSHOT</version> 15 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 18 <!-- 19 Note: see https://github.com/unicode-org/icu/packages/411079/versions for the 20 icu4j.version tag to use 21 --> [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/llvm-project/clang/test/OpenMP/ |
D | driver.c | 1 // REQUIRES: x86-registered-target 2 // Test that by default -fnoopenmp-use-tls is passed to frontend. 4 // RUN: %clang %s -### -o %t.o 2>&1 -fopenmp=libomp | FileCheck --check-prefix=CHECK-DEFAULT %s 6 // CHECK-DEFAULT: -cc1 7 // CHECK-DEFAULT-NOT: -fnoopenmp-use-tls 9 // RUN: %clang %s -### -o %t.o 2>&1 -fopenmp=libomp -fnoopenmp-use-tls | FileCheck --check-prefix=C… 11 // CHECK-NO-TLS: -cc1 12 // CHECK-NO-TLS-SAME: -fnoopenmp-use-tls 14 // RUN: %clang %s -c -E -dM -fopenmp=libomp | FileCheck --check-prefix=CHECK-DEFAULT-VERSION %s 15 // RUN: %clang %s -c -E -dM -fopenmp=libomp -fopenmp-version=1 | FileCheck --check-prefix=CHECK-DEF… [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/+/master/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/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/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/crosvm/ |
D | Cargo.lock | 5 version = "0.1.0" 26 version = "0.1.0" 33 name = "android_log-sys" 34 version = "0.2.0" 35 source = "registry+https://github.com/rust-lang/crates.io-index" 40 version = "1.0.35" 41 source = "registry+https://github.com/rust-lang/crates.io-index" 46 version = "0.1.0" 66 version = "0.1.0" 69 name = "async-task" [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/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/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/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/elfutils/ |
D | NEWS | 1 Version 0.183 3 debuginfod: New thread-busy metric and more detailed error metrics. 4 New --fdcache-mintmp and tracking of filesystem freespace. 7 debuginfod-client: DEBUGINFOD_SONAME macro added to debuginfod.h which 13 configured --enable-debuginfod-urls[=URLS] 18 Version 0.182 28 debuginfod-client: Now supports compressed (kernel) ELF images. 32 Version 0.181 37 libdebuginfod: configure now takes --enable-libdebuginfod=dummy or 38 --disable-libdebuginfod for bootstrapping. [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.test | 1 # ------------------------------------------------- 3 # ------------------------------------------------- 7 # Licensed under the Apache License, Version 2.0 (the "License"); 11 # http://www.apache.org/licenses/LICENSE-2.0 24 version 320 es 33 #version 320 es 43 #version 320 es 54 #version 320 es 65 #version 320 es 78 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/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/kotlinx.atomicfu/ |
D | CHANGES.md | 3 # Version 0.14.4 9 # Version 0.14.3 14 # Version 0.14.2 18 # Version 0.14.1 22 # Version 0.14.0 29 # Version 0.13.2 34 # Version 0.13.1 39 # Version 0.13.0 41 * Gradle version 5.6.1 with Gradle metadata format version 1.0 (stable) for native modules. 42 * Optimized volatile-only fields in JVM. [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/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/guice/bom/ |
D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http… 8 <artifactId>guice-parent</artifactId> 9 <version>4.2.0</version> 14 <artifactId>guice-bom</artifactId> 16 <name>Google Guice - Bill of Materials</name> 23 <version>${project.version}</version> 28 <version>${project.version}</version> 34 <version>${project.version}</version> 39 <artifactId>guice-assistedinject</artifactId> [all …]
|
/external/jacoco/org.jacoco.build/ |
D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 7 http://www.eclipse.org/legal/epl-v10.html 10 Evgeny Mandrikov - initial API and implementation 11 --> 12 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http… 17 <version>0.8.4</version> 21 <description>JaCoCo - Java Code Coverage Library</description> 30 <url>http://www.eclipse.org/legal/epl-v10.html</url> 87 …<!-- Order is important: org.jacoco.agent.rt embeds into org.jacoco.agent and JaCoCo Agent used du… [all …]
|
12345678910>>...55