| /external/libdav1d/ |
| D | .gitlab-ci.yml | 2 - style 3 - build 4 - test 6 .debian-amd64-common: 7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551 10 - docker 11 - amd64 13 .debian-amd64-minimum: 14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551 17 - docker [all …]
|
| /external/AFLplusplus/.github/workflows/ |
| D | container.yml | 5 - stable 6 - dev 8 - "*" 11 - dev # No need for stable-pull-request, as that equals dev-push 14 build-and-test-amd64: 15 name: Test amd64 image 16 runs-on: ubuntu-latest 18 - name: Checkout 20 - name: Set up Docker Buildx 21 uses: docker/setup-buildx-action@v2 [all …]
|
| /external/mesa3d/.gitlab-ci/ |
| D | lava-gitlab-ci.yml | 2 DISTRIBUTION_TAG: "2020-11-09-kmod-fix" 5 stage: container-2 7 - .ci-run-policy 10 …RL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.10-rc2-for-mesa-ci/linux-v5.10-rc2-fo… 14 - .gitlab-ci/container/lava_build.sh 18 - .use-x86_build-base 19 - .kernel+rootfs 20 image: "$CI_REGISTRY_IMAGE/debian/x86_build-base:$BASE_TAG" 22 DEBIAN_ARCH: "amd64" 26 - .use-arm_build [all …]
|
| /external/protobuf/ |
| D | tests.sh | 8 if [ -f src/protoc ]; then 14 git submodule update --init --recursive 17 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 19 make -j$(nproc) 24 make check -j$(nproc) || (cat src/test-suite.log; false) 30 ./configure LIBS=-ltcmalloc && make clean && make \ 31 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ 34 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test 38 grep -q -- "-Og" src/Makefile.am && 39 echo "The -Og flag is incompatible with Clang versions older than 4.0." && [all …]
|
| /external/bazelbuild-kotlin-rules/kokoro/ |
| D | presubmit.sh | 1 #!/bin/bash -e 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # DO NOT SET -x. It will leak any secret credentials into logs. 25 local version="${1:-1.18.0}" 26 local platform="${2:-linux}" 27 local arch="${3:-amd64}" 29 local dest=$(mktemp -d) 31 set -euxo pipefail 35 …"https://github.com/bazelbuild/bazelisk/releases/download/v${version}/bazelisk-${platform}-${arch}" 36 mkdir -p "${dest}" [all …]
|
| /external/freetype/ |
| D | .gitlab-ci.yml | 4 - build 6 # FIXME: Use --werror once warnings are fixed. 8 MESON_ARGS: --fatal-meson-warnings --default-library=both 9 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib 14 image: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-07-29.3-main" 17 - 'docker' 18 - 'windows' 19 - '2022' 20 - 'gstreamer-windows' 24 # https://gitlab.freedesktop.org/freetype/docker-images/container_registry/20896 [all …]
|
| /external/google-breakpad/src/processor/ |
| D | disassembler_objdump_unittest.cc | 91 memcpy(value, &bytes_[address - GetBase()], sizeof(uint8_t)); in GetMemoryAtAddress() 156 raw_context->context_flags = MD_CONTEXT_X86_FULL; in TestDumpContext() 158 raw_context->ds = kX86TestDs; in TestDumpContext() 159 raw_context->es = kX86TestEs; in TestDumpContext() 160 raw_context->fs = kX86TestFs; in TestDumpContext() 161 raw_context->gs = kX86TestGs; in TestDumpContext() 162 raw_context->eax = kX86TestEax; in TestDumpContext() 163 raw_context->ebx = kX86TestEbx; in TestDumpContext() 164 raw_context->ecx = kX86TestEcx; in TestDumpContext() 165 raw_context->edx = kX86TestEdx; in TestDumpContext() [all …]
|
| /external/perfetto/infra/luci/recipes/ |
| D | perfetto.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 50 'exclude_platforms': ['windows-amd64'] 60 'exclude_platforms': ['windows-amd64'] 74 (os, cpu) = platform.split('-') 77 return base_args # No cross-compiling on Windows. 78 cpu = 'x64' if cpu == 'amd64' else cpu # GN calls it "x64". 98 api.gsutil.upload(source_path, 'perfetto-luci-artifacts', gcs_target_path) 103 api.gsutil.upload(pdb_path, 'perfetto-luci-artifacts', 113 cipd_pkg_file_name = '{}-{}.cipd'.format(artifact['name'], platform) 150 ['python3', 'tools/gn', 'gen', out_dir, '--args={}'.format(args)]) [all …]
|
| /external/igt-gpu-tools/runner/json_tests_data/warnings-with-dmesg-warns/ |
| D | reference.json | 4 "name":"normal-run", 5 "uname":"Linux hostname 4.18.0-1-amd64 #1 SMP Debian 4.18.6-1 (2018-09-06) x86_64", 12 "igt@successtest@first-subtest":{ 13 "out":"Starting subtest: first-subtest\nSubtest first-subtest: SUCCESS (0.000s)\n", 14 "igt-version":"IGT-Version: 1.23-g0c763bfd (x86_64) (Linux: 4.18.0-1-amd64 x86_64)", 15 "result":"dmesg-warn", 21 …"err":"Starting subtest: first-subtest\nThis is a warning line\nSubtest first-subtest: SUCCESS (0.… 22 …t: executing\n<6> [3216186.101115] [IGT] successtest: starting subtest first-subtest\n<3> [3216186… 23 "dmesg-warnings":"<3> [3216186.101159] Warning from kernel\n" 25 "igt@successtest@second-subtest":{ [all …]
|
| /external/igt-gpu-tools/runner/json_tests_data/piglit-style-dmesg/ |
| D | reference.json | 4 "name":"normal-run", 5 "uname":"Linux hostname 4.18.0-1-amd64 #1 SMP Debian 4.18.6-1 (2018-09-06) x86_64", 12 "igt@successtest@first-subtest":{ 13 "out":"Starting subtest: first-subtest\nSubtest first-subtest: SUCCESS (0.000s)\n", 14 "igt-version":"IGT-Version: 1.23-g0c763bfd (x86_64) (Linux: 4.18.0-1-amd64 x86_64)", 21 …"err":"Starting subtest: first-subtest\nThis is a warning line\nSubtest first-subtest: SUCCESS (0.… 22 …t: executing\n<6> [3216186.101115] [IGT] successtest: starting subtest first-subtest\n<3> [3216186… 24 "igt@successtest@second-subtest":{ 25 "out":"Starting subtest: second-subtest\nSubtest second-subtest: SUCCESS (0.000s)\n", 26 "igt-version":"IGT-Version: 1.23-g0c763bfd (x86_64) (Linux: 4.18.0-1-amd64 x86_64)", [all …]
|
| /external/igt-gpu-tools/runner/json_tests_data/normal-run/ |
| D | reference.json | 4 "name":"normal-run", 5 "uname":"Linux hostname 4.18.0-1-amd64 #1 SMP Debian 4.18.6-1 (2018-09-06) x86_64", 12 "igt@successtest@first-subtest":{ 13 "out":"Starting subtest: first-subtest\nSubtest first-subtest: SUCCESS (0.000s)\n", 14 "igt-version":"IGT-Version: 1.23-g0c763bfd (x86_64) (Linux: 4.18.0-1-amd64 x86_64)", 21 "err":"Starting subtest: first-subtest\nSubtest first-subtest: SUCCESS (0.000s)\n", 22 …t: executing\n<6> [3216186.101115] [IGT] successtest: starting subtest first-subtest\n<6> [3216186… 24 "igt@successtest@second-subtest":{ 25 "out":"Starting subtest: second-subtest\nSubtest second-subtest: FAIL (0.000s)\n", 26 "igt-version":"IGT-Version: 1.23-g0c763bfd (x86_64) (Linux: 4.18.0-1-amd64 x86_64)", [all …]
|
| /external/igt-gpu-tools/runner/json_tests_data/warnings/ |
| D | reference.json | 4 "name":"normal-run", 5 "uname":"Linux hostname 4.18.0-1-amd64 #1 SMP Debian 4.18.6-1 (2018-09-06) x86_64", 12 "igt@successtest@first-subtest":{ 13 "out":"Starting subtest: first-subtest\nSubtest first-subtest: SUCCESS (0.000s)\n", 14 "igt-version":"IGT-Version: 1.23-g0c763bfd (x86_64) (Linux: 4.18.0-1-amd64 x86_64)", 21 …"err":"Starting subtest: first-subtest\nThis is a warning line\nSubtest first-subtest: SUCCESS (0.… 22 …t: executing\n<6> [3216186.101115] [IGT] successtest: starting subtest first-subtest\n<6> [3216186… 24 "igt@successtest@second-subtest":{ 25 "out":"Starting subtest: second-subtest\nSubtest second-subtest: SUCCESS (0.000s)\n", 26 "igt-version":"IGT-Version: 1.23-g0c763bfd (x86_64) (Linux: 4.18.0-1-amd64 x86_64)", [all …]
|
| /external/igt-gpu-tools/runner/json_tests_data/dmesg-results/ |
| D | reference.json | 4 "name":"normal-run", 5 "uname":"Linux hostname 4.18.0-1-amd64 #1 SMP Debian 4.18.6-1 (2018-09-06) x86_64", 12 "igt@successtest@first-subtest":{ 13 "out":"Starting subtest: first-subtest\nSubtest first-subtest: SUCCESS (0.000s)\n", 14 "igt-version":"IGT-Version: 1.23-g0c763bfd (x86_64) (Linux: 4.18.0-1-amd64 x86_64)", 15 "result":"dmesg-warn", 21 "err":"Starting subtest: first-subtest\nSubtest first-subtest: SUCCESS (0.000s)\n", 22 …t: executing\n<6> [3216186.101115] [IGT] successtest: starting subtest first-subtest\n<3> [3216186… 23 "dmesg-warnings":"<3> [3216186.101159] Warning from kernel\n" 25 "igt@successtest@second-subtest":{ [all …]
|
| /external/rust/crates/libz-sys/src/zlib/ |
| D | CMakeLists.txt | 9 option(AMD64 "Enable building amd64 assembly implementation") option 30 set(CMAKE_REQUIRED_DEFINITIONS -D_LARGEFILE64_SOURCE=1) 35 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_SYS_TYPES_H) 38 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDINT_H) 41 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDDEF_H) 45 add_definitions(-D_LARGEFILE64_SOURCE=1) 54 add_definitions(-DNO_FSEEKO) 64 add_definitions(-D_CRT_SECURE_NO_DEPRECATE) 65 add_definitions(-D_CRT_NONSTDC_NO_DEPRECATE) 135 elseif (AMD64) [all …]
|
| /external/cronet/third_party/protobuf/ |
| D | tests.sh | 7 # For when some other test needs the C++ main build, including protoc and 12 if [ -f src/protoc ]; then 18 git submodule update --init --recursive 21 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 23 make -j$(nproc) 28 make check -j$(nproc) || (cat src/test-suite.log; false) 34 ./configure LIBS=-ltcmalloc && make clean && make \ 35 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ 38 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test 42 grep -q -- "-Og" src/Makefile.am && [all …]
|
| /external/python/cpython3/Tools/msi/ |
| D | buildrelease.bat | 14 rem {arch} architecture amd64, win32 27 rem {arch} architecture amd64, win32 35 set EXTERNALS=%D%..\..\externals\windows-installer\ 42 set PGO=-m test -q --pgo 49 if "%1" EQU "-h" goto Help 50 if "%1" EQU "-c" (set CERTNAME=%~2) && shift && shift && goto CheckOpts 51 if "%1" EQU "--certificate" (set CERTNAME=%~2) && shift && shift && goto CheckOpts 52 if "%1" EQU "-o" (set OUTDIR=%~2) && shift && shift && goto CheckOpts 53 if "%1" EQU "--out" (set OUTDIR=%~2) && shift && shift && goto CheckOpts 54 if "%1" EQU "-D" (set SKIPDOC=1) && shift && goto CheckOpts [all …]
|
| /external/flac/m4/ |
| D | lib-prefix.m4 | 1 # lib-prefix.m4 serial 7 (gettext-0.18) 2 dnl Copyright (C) 2001-2005, 2008-2012 Free Software Foundation, Inc. 9 dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and 19 dnl with the same --prefix option. 35 AC_LIB_ARG_WITH([lib-prefix], 36 [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib 37 --without-lib-prefix don't search for libraries in includedir and libdir], 39 if test "X$withval" = "Xno"; then 42 if test "X$withval" = "X"; then 53 if test $use_additional = yes; then [all …]
|
| /external/bpftool/.github/workflows/ |
| D | release.yaml | 6 - 'v[0-9]+.[0-9]+.[0-9]*' 9 group: ${{ github.workflow }}-${{ github.event.after }} 10 cancel-in-progress: true 13 # https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.0 14 LLVM_URL_PREFIX: https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.0 15 LLVM_arm64: clang+llvm-15.0.0-aarch64-linux-gnu 16 LLVM_amd64: clang+llvm-15.0.0-x86_64-linux-gnu-rhel-8.4 21 runs-on: ubuntu-22.04 24 FILE_STRING_ARCH_amd64: x86-64 28 arch: [arm64, amd64] [all …]
|
| /external/python/cpython3/PCbuild/ |
| D | rt.bat | 2 rem Run Tests. Run the regression test suite. 3 rem Usage: rt [-d] [-O] [-q] [-x64] regrtest_args 4 rem -d Run Debug build (python_d.exe). Else release build. 5 rem -O Run python.exe or python_d.exe (see -d) with -O. 6 rem -q "quick" -- normally the tests are run twice, the first time 8 rem -q runs the tests just once, and without deleting .pyc files. 9 rem -p <Win32|x64|ARM|ARM64> or -win32, -x64, -arm32, -arm64 10 rem Run the specified architecture of python (or python_d if -d 11 rem was specified). If omitted, uses %PREFIX% if set or 64-bit. 15 rem rt -O -d -x test_thread [all …]
|
| /external/toolchain-utils/bestflags/examples/omnetpp/ |
| D | build_omnetpp | 1 #!/bin/bash -x 3 cd examples/omnetpp/cpu2006-redhat-ia32 23 # For example, --param max-inline-insns-single 24 if [ "$parameter" == "-param" ]; then 26 flags+=-$parameter' ' 31 # In in_gcc_param section, this flag follows the key word '--param'. 40 flags+=-$parameter' ' 45 content=$(sed s/amd64-m64-gcc41-kk/test$file/ config/linux64-amd64-pgi.cfg) 46 echo "$content" | sed s/-O2/-O1\ "$flags"/ >config/linux64-amd64-pgi$file.cfg 48 /usr/bin/time -o temp$file runspec --config linux64-amd64-pgi$file -D --action=build 471.omnetpp [all …]
|
| /external/toolchain-utils/go/patch/go-1.11.2/ |
| D | go1.patch | 1 diff --git test/chanlinear.go test/chanlinear.go 3 --- test/chanlinear.go 4 +++ test/chanlinear.go 5 @@ -1,4 +1,4 @@ 6 -// +build darwin linux 11 diff --git a/test/fixedbugs/bug385_64.go b/test/fixedbugs/bug385_64.go 13 --- test/fixedbugs/bug385_64.go 14 +++ test/fixedbugs/bug385_64.go 15 @@ -1,4 +1,4 @@ 16 -// +build amd64 [all …]
|
| /external/toolchain-utils/go/patch/go-1.10.3/ |
| D | go1.patch | 1 diff --git test/chanlinear.go test/chanlinear.go 3 --- test/chanlinear.go 4 +++ test/chanlinear.go 5 @@ -1,4 +1,4 @@ 6 -// +build darwin linux 11 diff --git a/test/fixedbugs/bug385_64.go b/test/fixedbugs/bug385_64.go 13 --- test/fixedbugs/bug385_64.go 14 +++ test/fixedbugs/bug385_64.go 15 @@ -1,4 +1,4 @@ 16 -// +build amd64 [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test_getpath.py | 8 from test.support import verbose 25 "Test a 'standard' install layout on Windows." 50 "Test an in-build-tree layout on Windows." 52 argv0=r"C:\CPython\PCbuild\amd64\python.exe", 53 real_executable=r"C:\CPython\PCbuild\amd64\python.exe", 55 ns.add_known_xfile(r"C:\CPython\PCbuild\amd64\python.exe") 57 ns.add_known_file(r"C:\CPython\PCbuild\amd64\pybuilddir.txt", [""]) 59 executable=r"C:\CPython\PCbuild\amd64\python.exe", 60 base_executable=r"C:\CPython\PCbuild\amd64\python.exe", 67 r"C:\CPython\PCbuild\amd64\python98.zip", [all …]
|
| /external/python/cpython3/ |
| D | .gitignore | 51 # These must contain a non-trailing slash (and may also have a trailing slash.) 61 Lib/site-packages/* 62 !Lib/site-packages/README.txt 63 Lib/test/data/* 64 !Lib/test/data/README 78 Misc/python-embed.pc 79 Misc/python-config.sh 99 PC/*/Win32-temp-* 100 PC/*/x64-temp-* 101 PC/*/amd64 [all …]
|
| /external/cronet/third_party/cpu_features/src/.github/workflows/ |
| D | amd64_linux_bazel.yml | 1 name: amd64 Linux Bazel 8 - cron: '0 0 7,22 * *' 13 runs-on: ubuntu-latest 15 - name: Check out repository code 17 - name: Install Bazel 19 curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg 21 …echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt… 22 sudo apt-get update 23 sudo apt-get install bazel 24 bazel --version [all …]
|