| /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 8 stage: build 10 - docker 11 - amd64 13 .debian-amd64-minimum: 14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551 [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 11 .build windows common: 14 image: "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-07-29.3-main" 15 stage: 'build' 17 - 'docker' 18 - 'windows' 19 - '2022' [all …]
|
| /external/pigweed/ |
| D | .bazelrc | 7 # https://www.apache.org/licenses/LICENSE-2.0 15 # TODO: https://pwbug.dev/258836641#comment4: Enabling bzlmod breaks the build. 16 common --noenable_bzlmod 19 common --verbose_failures 24 # first-party code. 25 common --per_file_copt=external/.*@-w 26 common --host_per_file_copt=external/.*@-w 35 common --incompatible_default_to_explicit_init_py 38 build --incompatible_enable_cc_toolchain_resolution 42 build --build_tag_filters=-requires_cxx_20 [all …]
|
| /external/cronet/third_party/brotli/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 8 import("//build/config/win/visual_studio_version.gni") 13 # BROTLI_BUILD_PORTABLE should result in a build which does not. 33 "common/constants.c", 34 "common/constants.h", 35 "common/context.c", 36 "common/context.h", 37 "common/dictionary.c", 38 "common/dictionary.h", 39 "common/platform.c", [all …]
|
| /external/guice/ |
| D | common.xml | 3 <project name="common"> 5 <property file="build.properties"/> 7 <!-- can be overridden at the command line with -Dversion= 8 or in IDEA, in the ant properties dialog --> 13 <mkdir dir="${build.dir}/classes"/> 16 destdir="${build.dir}/classes" 18 <compilerarg value="-Xlint:all,-serial"/> 21 <copy toDir="${build.dir}/classes"> 27 <dirname property="common.basedir" file="${ant.file.common}"/> 29 classpath="${common.basedir}/lib/build/bnd-0.0.384.jar"/> [all …]
|
| D | build.xml | 4 <!-- common definitions are stored in common.xml. --> 5 <import file="common.xml"/> 9 <fileset dir="${lib.dir}/build" includes="*.jar"/> 17 <pathelement location="${build.dir}/classes"/> 21 <target name="jar" depends="jar.withdeps, manifest" description="Build jar."> 22 <jar jarfile="${build.dir}/dist/guice-${version}.jar" 23 manifest="${build.dir}/META-INF/MANIFEST.MF"> 24 <zipfileset src="${build.dir}/${ant.project.name}-with-deps.jar"/> 29 description="Build entire distribution."> 30 <ant antfile="extensions/servlet/build.xml" target="distjars" inheritAll="false"/> [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/ |
| D | fuzztest.bazelrc | 9 # try-import %workspace%/fuzztest.bazelrc 12 ### Common options. 17 build:fuzztest-common --linkopt=-fsanitize=address 18 build:fuzztest-common --copt=-fsanitize=address 20 # Standard define for "ifdef-ing" any fuzz test specific code. 21 build:fuzztest-common --copt=-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION 24 build:fuzztest-common --copt=-UNDEBUG 27 # See https://libcxx.llvm.org/UsingLibcxx.html#enabling-the-safe-libc-mode 28 build:fuzztest-common --copt=-D_LIBCPP_ENABLE_ASSERTIONS=1 31 ### FuzzTest build configuration. [all …]
|
| /external/pigweed/third_party/fuzztest/ |
| D | fuzztest.bazelrc | 9 # try-import %workspace%/fuzztest.bazelrc 12 ### Common options. 17 build:fuzztest-common --linkopt=-fsanitize=address 18 build:fuzztest-common --copt=-fsanitize=address 20 # Standard define for "ifdef-ing" any fuzz test specific code. 21 build:fuzztest-common --copt=-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION 24 build:fuzztest-common --copt=-UNDEBUG 27 # See https://libcxx.llvm.org/UsingLibcxx.html#enabling-the-safe-libc-mode 28 build:fuzztest-common --copt=-D_LIBCPP_ENABLE_ASSERTIONS=1 31 ### FuzzTest build configuration. [all …]
|
| /external/grpc-grpc/tools/ |
| D | fuzztest.bazelrc | 9 # try-import %workspace%/fuzztest.bazelrc 12 ### Common options. 17 build:fuzztest-common --linkopt=-fsanitize=address 18 build:fuzztest-common --copt=-fsanitize=address 20 # Standard define for "ifdef-ing" any fuzz test specific code. 21 build:fuzztest-common --copt=-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION 24 build:fuzztest-common --copt=-UNDEBUG 27 # See https://libcxx.llvm.org/UsingLibcxx.html#enabling-the-safe-libc-mode 28 build:fuzztest-common --copt=-D_LIBCPP_ENABLE_ASSERTIONS=1 31 ### FuzzTest build configuration. [all …]
|
| /external/angle/build/fuchsia/test/ |
| D | common_unittests.py | 3 # Use of this source code is governed by a BSD-style license that can be 5 """File for testing common.py.""" 14 import common 19 # pylint: disable=missing-function-docstring 22 """Test common.py methods.""" 23 def test_find_in_dir_returns_file_or_dir_if_searching(self) -> None: 36 common.find_in_dir(os.path.basename(tmp_file.name), 41 common.find_in_dir(inner_tmp_dir, parent_dir=tmp_dir), 45 """Test |find_image_in_sdk| searches for 'images' if product-bundle.""" 48 os.makedirs(os.path.join(tmp_dir, 'images', 'workstation-product', [all …]
|
| /external/jazzer-api/ |
| D | .bazelrc | 2 startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1 3 build --incompatible_strict_action_env 4 build --sandbox_tmpfs_path=/tmp 5 build --enable_platform_specific_config 6 build -c opt 8 build --nozip_undeclared_test_outputs 11 # GCC is supported on a best-effort basis. 12 common --repo_env=CC=clang 13 build --incompatible_enable_cc_toolchain_resolution 14 # Required by abseil-cpp. [all …]
|
| /external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/backends/ |
| D | AndroidFileBackendTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 18 import static com.google.android.libraries.mobiledatadownload.file.common.testing.StreamUtils.creat… 19 import static com.google.android.libraries.mobiledatadownload.file.common.testing.StreamUtils.makeA… 20 import static com.google.android.libraries.mobiledatadownload.file.common.testing.StreamUtils.readF… 21 import static com.google.common.truth.Truth.assertThat; 31 import android.os.Build; 35 import com.google.android.libraries.mobiledatadownload.file.common.FileStorageUnavailableException; 36 import com.google.android.libraries.mobiledatadownload.file.common.LockScope; 37 import com.google.android.libraries.mobiledatadownload.file.common.MalformedUriException; 38 import com.google.android.libraries.mobiledatadownload.file.common.testing.BackendTestBase; [all …]
|
| /external/brotli/c/enc/ |
| D | hash.h | 15 #include "../common/constants.h" 16 #include "../common/dictionary.h" 17 #include "../common/platform.h" 55 int len_code_delta; /* == len_code - len */ 73 return h >> (32 - 14); in Hash14() 80 distance_cache[4] = last_distance - 1; in PrepareDistanceCache() 82 distance_cache[6] = last_distance - 2; in PrepareDistanceCache() 84 distance_cache[8] = last_distance - 3; in PrepareDistanceCache() 88 distance_cache[10] = next_last_distance - 1; in PrepareDistanceCache() 90 distance_cache[12] = next_last_distance - 2; in PrepareDistanceCache() [all …]
|
| /external/cronet/components/nacl/loader/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("//build/config/c++/c++.gni") 6 import("//build/config/chromeos/ui_mode.gni") 7 import("//build/config/compiler/compiler.gni") 8 import("//build/config/nacl/config.gni") 35 "//components/nacl/common:minimal", 36 "//components/nacl/common:mojo_bindings", 38 "//content/public/common:main_function_params", 55 # :nacl_helper_win_64 (below). They can't depend on //content/public/common 57 # as "minimal" (stuff that should not be in the nacl64.exe build). [all …]
|
| /external/ComputeLibrary/ |
| D | SConscript | 2 # -*- coding: utf-8 -*- 4 # Copyright (c) 2016-2023 Arm Limited. 6 # SPDX-License-Identifier: MIT 45 arm_compute_env.Append(ASFLAGS = "-I bootcode/") 59 # @param sources A list of files to build 72 # Build and return objects 81 # @brief Build multi-ISA files with the respective architecture. 96 # Build all the common files for the base architecture 97 lib_static_objs += build_obj_list(filedefs["armv8.2-a"], lib_files, static=True) 98 lib_shared_objs += build_obj_list(filedefs["armv8.2-a"], lib_files, static=False) [all …]
|
| /external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ |
| D | AccessibilityCheckPreset.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package com.google.android.apps.common.testing.accessibility.framework; 20 import com.google.android.apps.common.testing.accessibility.framework.checks.ClassNameCheck; 21 import com.google.android.apps.common.testing.accessibility.framework.checks.ClickableSpanCheck; 22 import com.google.android.apps.common.testing.accessibility.framework.checks.DuplicateClickableBoun… 23 import com.google.android.apps.common.testing.accessibility.framework.checks.DuplicateSpeakableText… 24 import com.google.android.apps.common.testing.accessibility.framework.checks.EditableContentDescChe… 25 import com.google.android.apps.common.testing.accessibility.framework.checks.ImageContrastCheck; 26 import com.google.android.apps.common.testing.accessibility.framework.checks.LinkPurposeUnclearChec… 27 import com.google.android.apps.common.testing.accessibility.framework.checks.RedundantDescriptionCh… [all …]
|
| /external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
| D | SetGenerators.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package com.google.common.collect.testing.google; 19 import static com.google.common.base.Preconditions.checkNotNull; 20 import static com.google.common.collect.Lists.newArrayList; 21 import static com.google.common.collect.Sets.newTreeSet; 22 import static com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST; 23 import static com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST_2; 24 import static com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST; 25 import static com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST_2; 28 import com.google.common.annotations.GwtCompatible; [all …]
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
| D | SetGenerators.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package com.google.common.collect.testing.google; 19 import static com.google.common.base.Preconditions.checkNotNull; 20 import static com.google.common.collect.Lists.newArrayList; 21 import static com.google.common.collect.Sets.newTreeSet; 22 import static com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST; 23 import static com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST_2; 24 import static com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST; 25 import static com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST_2; 28 import com.google.common.annotations.GwtCompatible; [all …]
|
| /external/sdk-platform-java/api-common-java/ |
| D | README.md | 1 API Common for Java 4 [](https://travis-… 6 - [Documentation](https://googleapis.dev/java/api-common/latest/index.html) 8 API Common for Java is a library for foundational types relating to Google 10 - core: Core library containing API stability annotations and wrappers around 12 - pathtemplate: Path Template library for manipulating strings that are 14 - resourcenames: Resource Name library used by generated resource name types 17 ------------- 21 To build this project, JDK 11 or above is required. 22 The build produces Java bytecode targeted for Java 8. [all …]
|
| /external/cronet/third_party/brotli/enc/ |
| D | hash.h | 16 #include "../common/constants.h" 17 #include "../common/dictionary.h" 18 #include "../common/platform.h" 69 int len_code_delta; /* == len_code - len */ 87 return h >> (32 - 14); in Hash14() 94 distance_cache[4] = last_distance - 1; in PrepareDistanceCache() 96 distance_cache[6] = last_distance - 2; in PrepareDistanceCache() 98 distance_cache[8] = last_distance - 3; in PrepareDistanceCache() 102 distance_cache[10] = next_last_distance - 1; in PrepareDistanceCache() 104 distance_cache[12] = next_last_distance - 2; in PrepareDistanceCache() [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/media2/src/main/java/com/google/android/exoplayer2/ext/media2/ |
| D | DefaultMediaItemConverter.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 18 import static androidx.media2.common.MediaMetadata.METADATA_KEY_DISPLAY_TITLE; 19 import static androidx.media2.common.MediaMetadata.METADATA_KEY_MEDIA_ID; 20 import static androidx.media2.common.MediaMetadata.METADATA_KEY_MEDIA_URI; 21 import static androidx.media2.common.MediaMetadata.METADATA_KEY_TITLE; 25 import androidx.media2.common.CallbackMediaItem; 26 import androidx.media2.common.FileMediaItem; 27 import androidx.media2.common.UriMediaItem; 42 public MediaItem convertToExoPlayerMediaItem(androidx.media2.common.MediaItem media2MediaItem) { in convertToExoPlayerMediaItem() 57 @Nullable androidx.media2.common.MediaMetadata metadata = media2MediaItem.getMetadata(); in convertToExoPlayerMediaItem() [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/media2/src/main/java/com/google/android/exoplayer2/ext/media2/ |
| D | DefaultMediaItemConverter.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 18 import static androidx.media2.common.MediaMetadata.METADATA_KEY_DISPLAY_TITLE; 19 import static androidx.media2.common.MediaMetadata.METADATA_KEY_MEDIA_ID; 20 import static androidx.media2.common.MediaMetadata.METADATA_KEY_MEDIA_URI; 21 import static androidx.media2.common.MediaMetadata.METADATA_KEY_TITLE; 25 import androidx.media2.common.CallbackMediaItem; 26 import androidx.media2.common.FileMediaItem; 27 import androidx.media2.common.UriMediaItem; 42 public MediaItem convertToExoPlayerMediaItem(androidx.media2.common.MediaItem media2MediaItem) { in convertToExoPlayerMediaItem() 57 @Nullable androidx.media2.common.MediaMetadata metadata = media2MediaItem.getMetadata(); in convertToExoPlayerMediaItem() [all …]
|
| /external/rust/crates/clang-sys/ |
| D | build.rs | 1 // SPDX-License-Identifier: Apache-2.0 7 //! This build script can make use of several environment variables to help it 10 //! * `LLVM_CONFIG_PATH` - provides a path to an `llvm-config` executable 11 //! * `LIBCLANG_PATH` - provides a path to a directory containing a `libclang` 13 //! * `LIBCLANG_STATIC_PATH` - provides a path to a directory containing LLVM 23 #[path = "build/macros.rs"] 26 #[path = "build/common.rs"] 27 pub mod common; module 28 #[path = "build/dynamic.rs"] 30 #[path = "build/static.rs"] [all …]
|
| /external/toolchain-utils/binary_search_tool/cros_pkg/ |
| D | setup.sh | 1 #!/bin/bash -u 7 # the three necessary build tree directories (see the prerequisites section of 15 # This script sets up a soft link definining /build/${board} to point 16 # to the working build tree, for the binary search triags process. In 17 # addition, this script generates two other scripts, common.sh, 29 GOOD_BUILD=/build/${BOARD}.good 30 BAD_BUILD=/build/${BOARD}.bad 31 WORK_BUILD=/build/${BOARD}.work 37 if [[ ! -d ${GOOD_BUILD} ]] ; then 42 if [[ ! -d ${BAD_BUILD} ]] ; then [all …]
|
| /external/cronet/third_party/icu/scripts/ |
| D | make_data_all.sh | 3 set -x -e # stop if fail 8 if [ $# -lt 1 ]; 11 echo "Should be (android|cast|chromeos|common|flutter|flutter_desktop|ios)" >&2 16 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \ 17 Linux/gcc --disable-tests --disable-layoutex --enable-rpath \ 18 --prefix="$(pwd)" || \ 22 echo "Build the necessary tools" 23 "${ICUROOT}/source/runConfigureICU" --enable-debug --disable-release \ 24 Linux/gcc --disable-tests --disable-layoutex --enable-rpath \ 25 --prefix="$(pwd)" [all …]
|