| /external/sdv/vsomeip/third_party/boost/phoenix/ |
| D | appveyor.yml | 2 # Copyright 2017-2019 Kohei Takahashi 6 version: 1.0.{build}-{branch} 12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 13 TOOLSET: msvc-9.0 16 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 17 TOOLSET: msvc-10.0 20 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 21 TOOLSET: msvc-11.0 24 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 25 TOOLSET: msvc-12.0 [all …]
|
| D | .travis.yml | 2 # Copyright 2017-2019 Kohei Takahashi 13 - linux 14 - osx 18 - BOGUS_JOB=true 23 - env: BOGUS_JOB=true 26 - os: linux 28 env: TOOLSET=gcc-4.4 CXXSTD=98,0x 32 - g++-4.4 34 - ubuntu-toolchain-r-test 36 #- os: linux [all …]
|
| /external/sdv/vsomeip/third_party/boost/phoenix/.drone/ |
| D | boost.sh | 3 set -ex 14 . .drone/before-install.sh 20 git clone --depth 1 -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root 21 cd boost-root 22 git submodule init libs/algorithm 23 git submodule init libs/any 24 git submodule init libs/array 25 git submodule init libs/assert 26 git submodule init libs/assign 27 git submodule init libs/atomic [all …]
|
| /external/sdv/vsomeip/third_party/boost/serialization/ |
| D | appveyor.yml | 6 version: 1.0.{build}-{branch} 12 - develop 13 # - master 17 - BUILD_TOOLSET: gcc 19 - BUILD_TOOLSET: gcc 21 - BUILD_TOOLSET: msvc-14.0 23 - BUILD_TOOLSET: msvc-14.0 27 - cd .. 28 - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root 29 - cd boost-root [all …]
|
| /external/sdv/vsomeip/third_party/boost/phoenix/.github/workflows/ |
| D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 17 fail-fast: false 20 - name: "TOOLSET=gcc-4.4 CXXSTD=98,0x Job 0" 22 packages: "g++-4.4 ccache" 24 os: "ubuntu-16.04" [all …]
|
| /external/libyuv/ |
| D | DEPS | 11 # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja 14 'reclient_version': 're_client_version:0.110.0.43ec6b1-gomaip', 28 'checkout_fuchsia_boot_images': "terminal.qemu-x64,terminal.x64", 45 'package': 'gn/gn/linux-${{arch}}', 56 'package': 'gn/gn/mac-${{arch}}', 67 'package': 'gn/gn/windows-amd64', 87 'src/third_party/clang-format/script': 88 …Var('chromium_git') + '/external/github.com/llvm/llvm-project/clang/tools/clang-format.git' + '@' … 99 'third_party/fuchsia-gn-sdk': { 100 …'url': Var('chromium_git') + '/chromium/src/third_party/fuchsia-gn-sdk.git' + '@' + '0d6902558d92f… [all …]
|
| /external/webrtc/ |
| D | DEPS | 30 'checkout_fuchsia_boot_images': "terminal.qemu-x64", 34 'reclient_version': 're_client_version:0.87.0.b6908b3-gomaip', 37 # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja 42 # TODO(kjellander): Move this to be Android-only. 66 'package': 'gn/gn/linux-${{arch}}', 76 'package': 'gn/gn/mac-${{arch}}', 86 'package': 'gn/gn/windows-amd64', 104 …'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.… 106 …'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git@c2e10323cc8190… 108 …'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git@9231726c61a… [all …]
|
| /external/sdv/vsomeip/third_party/boost/fusion/ |
| D | appveyor.yml | 2 # Copyright 2017-2018 Kohei Takahashi 6 version: 1.0.{build}-{branch} 12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 13 TOOLSET: msvc-9.0 15 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 16 TOOLSET: msvc-10.0 18 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 19 TOOLSET: msvc-11.0 21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 22 TOOLSET: msvc-12.0 [all …]
|
| D | .travis.yml | 2 # Copyright 2017-2018 Kohei Takahashi 11 - linux 12 - osx 16 - BOGUS_JOB=true 21 - env: BOGUS_JOB=true 24 - os: linux 26 env: TOOLSET=gcc-4.4 CXXSTD=98,0x 30 - g++-4.4 32 - ubuntu-toolchain-r-test 34 #- os: linux [all …]
|
| /external/lottie/sample/ |
| D | build.gradle | 31 multiDexKeepProguard file('proguard-multidex-rules.pro') 34 multiDexKeepProguard file('proguard-multidex-rules.pro') 43 baseline file("lint-baseline.xml") 46 freeCompilerArgs += ["-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi"] 49 exclude 'META-INF/LICENSE.txt' 50 exclude 'META-INF/NOTICE.txt' 51 exclude 'META-INF/LICENSE' 52 exclude 'META-INF/NOTICE' 58 implementation libs.androidx.multidex 60 implementation libs.androidx.appcompat [all …]
|
| /external/sdv/vsomeip/third_party/boost/algorithm/ |
| D | appveyor.yml | 5 version: 1.0.{build}-{branch} 11 - master 12 - develop 15 - x64 19 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 20 ARGS: --toolset=msvc-14.1 address-model=64 21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 22 ARGS: --toolset=msvc-14.1 address-model=32 23 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 24 ARGS: --toolset=msvc-14.1 address-model=64 cxxflags=-std:c++latest cxxflags=-permissive- [all …]
|
| D | .travis.yml | 12 - master 13 - develop 14 - /feature\/.*/ 18 - BOGUS_JOB=true 23 - env: BOGUS_JOB=true 26 - os: linux 29 - os: linux 30 env: TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=11 34 - g++-4.7 36 - ubuntu-toolchain-r-test [all …]
|
| /external/jetpack-camera-app/feature/preview/ |
| D | build.gradle.kts | 8 * http://www.apache.org/licenses/LICENSE-2.0 18 alias(libs.plugins.android.library) in <lambda>() 19 alias(libs.plugins.kotlin.android) in <lambda>() 20 alias(libs.plugins.kotlin.kapt) in <lambda>() 21 alias(libs.plugins.dagger.hilt.android) in <lambda>() 26 compileSdk = libs.versions.compileSdk.get().toInt() in <lambda>() 29 minSdk = libs.versions.minSdk.get().toInt() in <lambda>() 30 testOptions.targetSdk = libs.versions.targetSdk.get().toInt() in <lambda>() 31 lint.targetSdk = libs.versions.targetSdk.get().toInt() in <lambda>() 48 kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get() in <lambda>() [all …]
|
| /external/lottie/sample-compose/ |
| D | build.gradle | 6 id 'kotlin-kapt' 29 "-Xskip-prerelease-check", 30 "-opt-in=androidx.compose.foundation.ExperimentalFoundationApi", 31 "-opt-in=androidx.compose.material.ExperimentalMaterialApi", 32 "-opt-in=kotlin.RequiresOptIn", 43 exclude 'META-INF/AL2.0' 44 exclude 'META-INF/LGPL2.1' 53 implementation project(':lottie-compose') 54 implementation libs.androidx.appcompat 55 implementation libs.androidx.core.ktx [all …]
|
| /external/jetpack-camera-app/app/ |
| D | build.gradle.kts | 8 * http://www.apache.org/licenses/LICENSE-2.0 18 alias(libs.plugins.android.application) in <lambda>() 19 alias(libs.plugins.kotlin.android) in <lambda>() 20 alias(libs.plugins.kotlin.kapt) in <lambda>() 21 alias(libs.plugins.dagger.hilt.android) in <lambda>() 25 compileSdk = libs.versions.compileSdk.get().toInt() in <lambda>() 30 minSdk = libs.versions.minSdk.get().toInt() in <lambda>() 31 targetSdk = libs.versions.targetSdk.get().toInt() in <lambda>() 43 proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt")) in <lambda>() 63 kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get() in <lambda>() [all …]
|
| /external/e2fsprogs/ |
| D | Makefile.in | 36 $(MAKE) libs 40 all-static:: 41 $(MAKE) libs 42 @ALL_CMT@ $(MAKE) static-progs 45 @for i in $(SUBS) ; do if test -d `dirname $$i` ; \ 47 @(if test -d lib/et ; then cd lib/et && $(MAKE) compile_et; fi) 48 @(if test -d lib/ext2fs ; then cd lib/ext2fs && $(MAKE) ext2_err.h; fi) 49 @(if test -d lib/support ; then cd lib/support && $(MAKE) prof_err.h; fi) 51 progs: all-progs-recursive 52 static-progs: all-static-progs-recursive [all …]
|
| /external/python/cpython3/Modules/ |
| D | makesetup | 2 set -e 7 # Usage: makesetup [-s dir] [-c file] [-m file] [Setup] ... [-n [Setup] ...] 10 # -s directory: alternative source directory (default .) 11 # -l directory: library source directory (default derived from $0) 12 # -c file: alternative config.c template (default $libdir/config.c.in) 13 # -c -: don't write config.c 14 # -m file: alternative Makefile template (default ./Makefile.pre) 15 # -m -: don't write Makefile 18 # Setup files after a -n option are used for their variables, modules 26 # - insert an identifying comment at the start [all …]
|
| /external/python/cpython2/Modules/ |
| D | makesetup | 6 # Usage: makesetup [-s dir] [-c file] [-m file] [Setup] ... [-n [Setup] ...] 9 # -s directory: alternative source directory (default .) 10 # -l directory: library source directory (default derived from $0) 11 # -c file: alternative config.c template (default $libdir/config.c.in) 12 # -c -: don't write config.c 13 # -m file: alternative Makefile template (default ./Makefile.pre) 14 # -m -: don't write Makefile 17 # Setup files after a -n option are used for their variables, modules 25 # - insert an identifying comment at the start 26 # - for each <module> mentioned in Setup before *noconfig*: [all …]
|
| /external/oss-fuzz/projects/boost-json/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 #RUN apt-get update && apt-get install -y g++ 20 RUN git clone --depth 1 --single-branch --branch master https://github.com/boostorg/boost.git 23 RUN git -C boost submodule update --init libs/json 24 RUN git -C boost/libs/json checkout develop 25 RUN git -C boost submodule update --init --depth 1 \ 26 libs/align/ \ 27 libs/assert \ 28 libs/config/ \ [all …]
|
| /external/jetpack-camera-app/feature/settings/ |
| D | build.gradle.kts | 8 * http://www.apache.org/licenses/LICENSE-2.0 18 alias(libs.plugins.android.library) in <lambda>() 19 alias(libs.plugins.kotlin.android) in <lambda>() 20 alias(libs.plugins.kotlin.kapt) in <lambda>() 21 alias(libs.plugins.dagger.hilt.android) in <lambda>() 26 compileSdk = libs.versions.compileSdk.get().toInt() in <lambda>() 29 minSdk = libs.versions.minSdk.get().toInt() in <lambda>() 30 testOptions.targetSdk = libs.versions.targetSdk.get().toInt() in <lambda>() 31 lint.targetSdk = libs.versions.targetSdk.get().toInt() in <lambda>() 48 kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get() in <lambda>() [all …]
|
| /external/sdv/vsomeip/third_party/boost/config/.github/workflows/ |
| D | ci.yml | 10 ubuntu-focal: 11 runs-on: ubuntu-20.04 13 fail-fast: false 15 compiler: [ g++-9, g++-10, clang++-9, clang++-10 ] 17 - uses: actions/checkout@v2 19 fetch-depth: '0' 20 - uses: mstachniuk/ci-skip@v1 22 …commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[windows];[Win… 23 commit-filter-separator: ';' 24 fail-fast: true [all …]
|
| /external/jetpack-camera-app/feature/permissions/ |
| D | build.gradle.kts | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 alias(libs.plugins.android.library) in <lambda>() 18 alias(libs.plugins.kotlin.android) in <lambda>() 20 alias(libs.plugins.kotlin.kapt) in <lambda>() 21 alias(libs.plugins.dagger.hilt.android) in <lambda>() 26 compileSdk = libs.versions.compileSdk.get().toInt() in <lambda>() 29 minSdk = libs.versions.minSdk.get().toInt() in <lambda>() 32 consumerProguardFiles("consumer-rules.pro") in <lambda>() 48 kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get() in <lambda>() 54 val composeBom = platform(libs.compose.bom) in <lambda>() [all …]
|
| /external/accompanist/web/ |
| D | build.gradle.kts | 8 * https://www.apache.org/licenses/LICENSE-2.0 19 id(libs.plugins.android.library.get().pluginId) in <lambda>() 20 id(libs.plugins.android.kotlin.get().pluginId) in <lambda>() 21 id(libs.plugins.jetbrains.dokka.get().pluginId) in <lambda>() 22 id(libs.plugins.gradle.metalava.get().pluginId) in <lambda>() 23 id(libs.plugins.vanniktech.maven.publish.get().pluginId) in <lambda>() 53 kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get() in <lambda>() 65 // Some of the META-INF files conflict with coroutines-test. Exclude them to enable in <lambda>() 68 excludes += listOf("/META-INF/AL2.0", "/META-INF/LGPL2.1") in <lambda>() 99 implementation(libs.compose.material.material) in <lambda>() [all …]
|
| /external/lottie/snapshot-tests/ |
| D | build.gradle | 36 "-Xskip-prerelease-check", 37 "-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi", 38 "-opt-in=kotlin.RequiresOptIn", 53 implementation project(':lottie-compose') 54 implementation libs.androidx.appcompat 55 implementation libs.androidx.core.ktx 56 implementation libs.androidx.activity.compose 57 implementation platform(libs.compose.bom) 58 implementation libs.compose.ui 59 implementation libs.compose.ui.tooling [all …]
|
| /external/angle/ |
| D | DEPS | 22 'chrome_internal_git': 'https://chrome-internal.googlesource.com', 45 # Version of Chromium our Chromium-based DEPS are mirrored from. 51 # Current revision of VK-GL-CTS (a.k.a dEQP). 55 # Note: this dep cannot be auto-rolled b/c of nesting. 70 # Note: this dep cannot be auto-rolled b/c of nesting. 84 # Current revision of patched-yasm. 85 # Note: this dep cannot be auto-rolled b/c of nesting. 88 # Three lines of non-changing comments so that 97 # Three lines of non-changing comments so that 98 # the commit queue can handle CLs rolling luci-go [all …]
|