Searched +full:- +full:- +full:disable +full:- +full:file (Results 1 – 25 of 1335) sorted by relevance
12345678910>>...54
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/ |
| D | generate_libvpx_android_configs.sh | 6 # you may not use this file except in compliance with the License. 9 # http://www.apache.org/licenses/LICENSE-2.0 21 set -e 23 if [ $# -ne 0 ]; then 29 common_params="--disable-examples --disable-docs --enable-realtime-only" 30 common_params+=" --disable-vp8 --disable-vp9-encoder --disable-webm-io" 31 common_params+=" --disable-libyuv --disable-runtime-cpu-detect" 32 common_params+=" --enable-external-build" 35 arch[0]="armeabi-v7a" 36 config[0]="--target=armv7-android-gcc --enable-neon --enable-neon-asm" [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/ |
| D | generate_libvpx_android_configs.sh | 6 # you may not use this file except in compliance with the License. 9 # http://www.apache.org/licenses/LICENSE-2.0 21 set -e 23 if [ $# -ne 0 ]; then 29 common_params="--disable-examples --disable-docs --enable-realtime-only" 30 common_params+=" --disable-vp8 --disable-vp9-encoder --disable-webm-io" 31 common_params+=" --disable-libyuv --disable-runtime-cpu-detect" 32 common_params+=" --enable-external-build" 35 arch[0]="armeabi-v7a" 36 config[0]="--target=armv7-android-gcc --enable-neon --enable-neon-asm" [all …]
|
| /external/tensorflow/tensorflow/lite/tools/cmake/modules/ |
| D | eigen.cmake | 5 # you may not use this file except in compliance with the License. 8 # https://www.apache.org/licenses/LICENSE-2.0 30 # https://gitlab.kitware.com/cmake/cmake/-/issues/17770 42 # Patch Eigen to disable Fortran compiler check for BLAS and LAPACK tests. 44 file(WRITE "${eigen_SOURCE_DIR}/cmake/language_support.cmake" " 50 # Patch Eigen to disable benchmark suite. 52 file(WRITE "${eigen_SOURCE_DIR}/bench/spbench/CMakeLists.txt" "") 55 # Patch Eigen to disable doc generation, as it builds C++ standalone apps with 58 file(WRITE "${eigen_SOURCE_DIR}/doc/CMakeLists.txt" "") 59 file(WRITE "${eigen_SOURCE_DIR}/unsupported/doc/CMakeLists.txt" "") [all …]
|
| /external/oss-fuzz/projects/wget/ |
| D | build.sh | 1 #!/bin/bash -eu 5 # you may not use this file except in compliance with the License. 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$WGET_DEPS_PATH/include" 21 export LDFLAGS="-L$WGET_DEPS_PATH/lib" 27 ./configure --enable-static --disable-shared --prefix=$WGET_DEPS_PATH --cache-file ../config.cache 28 make -j$(nproc) 33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET_DE… 34 make -j$(nproc) 39 …figure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-builti… [all …]
|
| /external/curl/lib/ |
| D | curl_config.h.in | 3 /* Ignore c-ares deprecation warnings */ 21 /* disable alt-svc */ 24 /* to disable AWS sig support */ 27 /* to disable basic authentication */ 30 /* to disable bearer authentication */ 33 /* disable local binding support */ 36 /* to disable cookies support */ 39 /* to disable DICT */ 42 /* to disable digest authentication */ 45 /* disable DoH */ [all …]
|
| D | curl_config.h | 4 /* Ignore c-ares deprecation warnings */ 22 /* disable alt-svc */ 25 /* to disable cookies support */ 28 /* to disable DICT */ 31 /* disable DoH */ 34 /* to disable FILE */ 37 /* disable form API */ 40 /* to disable FTP */ 43 /* to disable curl_easy_options */ 46 /* to disable Gopher */ [all …]
|
| /external/deqp/external/vulkancts/ |
| D | README.md | 7 Up-to-date documentation for dEQP is available at: 9 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home) 10 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki) 14 ------------ 32 file. 33 * You can get this from the `mesa-common-dev` Ubuntu package. 45 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 28 52 tools/bin/sdkmanager tools platform-tools 'build-tools;25.0.2' 'platforms;android-28' 56 ------------ 59 vulkan-docs, spirv-headers, and spirv-tools. [all …]
|
| /external/mesa3d/docs/ |
| D | envvars.rst | 6 but they can sometimes be useful for debugging end-user issues. 9 --------------------------- 18 colon-separated list of paths to search for DRI drivers 35 disable DRI2 if set to ``true``. 39 disable DRI3 if set to ``true``. 42 ------------------------------- 57 following comma-separated list of named flags, which adds extra 81 specifies a file name for logging all errors, warnings, etc., rather 86 can be used to enable/disable extensions. A value such as 87 ``GL_EXT_foo -GL_EXT_bar`` will enable the ``GL_EXT_foo`` extension [all …]
|
| /external/curl/ |
| D | androidconfigure | 3 set -e 8 echo "Run 'lunch aosp_arm-eng' and build the current version first." >&2 20 HOST="arm-linux-androideabi" 22 export CC="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/clang" 23 export LD="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/lld" 28 "--sysroot ${T}/out/soong/ndk/sysroot/" 31 "-I${T}/external/zlib/" 32 # We don't have target-specific clang binaries like the NDK, so provide 34 "--target=armv7a-linux-androideabi34" 41 "-L${ANDROID_PRODUCT_OUT}/system/lib/" [all …]
|
| /external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/s3express/ |
| D | DisableS3ExpressAuthTest.java | 5 * You may not use this file except in compliance with the License. 10 * or in the "license" file accompanying this file. This file is distributed 25 import java.nio.file.Files; 26 import java.nio.file.Paths; 63 Arguments.of("Client config sets disable", true, null, null, null, true), in disableS3ExpressAuthConfiguration() 64 Arguments.of("Client config sets disable false", false, null, null, null, false), in disableS3ExpressAuthConfiguration() 65 Arguments.of("System property sets disable", null, "true", null, null, true), in disableS3ExpressAuthConfiguration() 66 Arguments.of("System property sets disable false", null, "false", null, null, false), in disableS3ExpressAuthConfiguration() 67 Arguments.of("Env var sets disable", null, null, "true", null, true), in disableS3ExpressAuthConfiguration() 68 Arguments.of("Env var sets disable false", null, null, "false", null, false), in disableS3ExpressAuthConfiguration() [all …]
|
| /external/flac/test/ |
| D | test_streams.sh | 1 #!/bin/sh -e 3 # FLAC - Free Lossless Audio Codec 4 # Copyright (C) 2001-2009 Josh Coalson 5 # Copyright (C) 2011-2023 Xiph.Org Foundation 7 # This file is part the FLAC project. FLAC is comprised of several 9 # are distributed under Xiph.Org's BSD-like license (see the file 12 # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the 16 # Since this particular file is relevant to all components of FLAC, 18 # restrictive of those mentioned above. See the file COPYING.Xiph in this 27 if [ -z "$FLAC__TEST_LEVEL" ] ; then [all …]
|
| /external/curl/docs/ |
| D | CURL-DISABLE.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 7 # Code defines to disable features and protocols 11 Disable support for Alt-Svc: HTTP headers. 15 Disable support for binding the local end of connections. 19 Disable support for HTTP cookies. 23 Disable support for the Basic authentication methods. 27 Disable support for the Bearer authentication methods. 31 Disable support for the Digest authentication methods. [all …]
|
| /external/neven/Embedded/common/src/b_BasicEm/ |
| D | Config.h | 5 * you may not use this file except in compliance with the License. 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * This file contains hardware and OS specific definitions 24 /* ---- release specific defines ------------------------------------------- */ 26 /* ---- hardware specific defines ------------------------------------------ */ 35 #define bbs_MEMORY_ALIGNMENT 16 /* align EE-MMI data to 128 bits */ 50 /* ---- operating system specific defines ---------------------------------- */ 53 /* disable warning "unreferenced formal parameter": */ 54 #pragma warning( disable : 4100 ) 56 /* disable warning for constant expression in condition: */ [all …]
|
| /external/grpc-grpc/src/python/grpcio/grpc/ |
| D | _runtime_protos.py | 4 # you may not use this file except in compliance with the License. 7 # http://www.apache.org/licenses/LICENSE-2.0 23 "Install the grpcio-tools package (1.32.0+) to use the {} function." 30 def _has_runtime_proto_symbols(mod: types.ModuleType) -> bool: 34 def _is_grpc_tools_importable() -> bool: 36 import grpc_tools # pylint: disable=unused-import # pytype: disable=import-error 41 # we check for that and re-raise if so. 49 ) -> Union[types.ModuleType, Tuple[types.ModuleType, types.ModuleType]]: 64 import grpc_tools.protoc # pytype: disable=import-error 73 def protos(protobuf_path): # pylint: disable=unused-argument [all …]
|
| /external/curl/m4/ |
| D | curl-confopts.m4 | 10 # This software is licensed as described in the file COPYING, which 16 # furnished to do so, under the terms of the COPYING file. 21 # SPDX-License-Identifier: curl 25 # File version for 'aclocal' use. Keep it a single number. 29 dnl ------------------------------------------------- 31 dnl --enable-threaded-resolver or --disable-threaded-resolver, and 38 AS_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver]) 39 AS_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]), 43 dnl --disable-threaded-resolver option used 55 dnl ------------------------------------------------- [all …]
|
| /external/oss-fuzz/projects/libheif/ |
| D | build.sh | 1 #!/bin/bash -eu 5 # you may not use this file except in compliance with the License. 8 # http://www.apache.org/licenses/LICENSE-2.0 20 mkdir -p $DEPS_PATH 23 cmake -G "Unix Makefiles" \ 24 -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX \ 25 -DCMAKE_C_FLAGS="$CFLAGS" -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ 26 -DCMAKE_INSTALL_PREFIX="$DEPS_PATH" \ 27 -DENABLE_SHARED:bool=off \ 30 make -j$(nproc) x265-static [all …]
|
| /external/curl/.github/workflows/ |
| D | macos.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| /external/oss-fuzz/projects/libvips/ |
| D | build.sh | 1 #!/bin/bash -eu 5 # you may not use this file except in compliance with the License. 8 # http://www.apache.org/licenses/LICENSE-2.0 23 ./configure --static --prefix=$WORK 24 make -j$(nproc) all 30 autoreconf -fi 32 --enable-static \ 33 --disable-shared \ 34 --disable-docs \ 35 --disable-dependency-tracking \ [all …]
|
| /external/libvpx/config/x86_64/ |
| D | vpx_config.c | 3 /* Use of this source code is governed by a BSD-style license */ 4 /* that can be found in the LICENSE file in the root of the source */ 6 /* in the file PATENTS. All contributing project authors may */ 7 /* be found in the AUTHORS file in the root of the source tree. */ 9 …--target=x86_64-linux-gcc --disable-sse4_1 --disable-avx --disable-avx2 --disable-avx512 --as=yasm…
|
| /external/libvpx/config/x86/ |
| D | vpx_config.c | 3 /* Use of this source code is governed by a BSD-style license */ 4 /* that can be found in the LICENSE file in the root of the source */ 6 /* in the file PATENTS. All contributing project authors may */ 7 /* be found in the AUTHORS file in the root of the source tree. */ 9 …--target=x86-linux-gcc --disable-sse4_1 --disable-avx --disable-avx2 --disable-avx512 --as=yasm --…
|
| /external/apache-xml/test/tests/conf/output/ |
| D | output74.xsl | 6 <!-- FileName: output74 --> 7 <!-- Document: http://www.w3.org/TR/xslt --> 8 <!-- DocVersion: 19991116 --> 9 <!-- Section: 16.4 Disable output escaping. --> 10 <!-- Purpose: Spec states:It is an error for output escaping to be disabled 12 result tree. Thus, it is an error to disable output escaping for an 13 xsl:value-of or xsl:text element that is used to generate the string-value 14 of a comment, processing instruction or attribute node;. OUTPUT = HTML --> 15 <!-- Author: Paul Dick --> 21 <xsl:text disable-output-escaping="no">_<Whoa-No>_</xsl:text> [all …]
|
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| D | ElemText.java | 3 * or more contributor license agreements. See the NOTICE file 5 * regarding copyright ownership. The ASF licenses this file 7 * you may not use this file except in compliance with the License. 10 * http://www.apache.org/licenses/LICENSE-2.0 19 * $Id: ElemText.java 468643 2006-10-28 06:56:03Z minchau $ 32 * disable-output-escaping (yes|no) "no" 35 …* @see <a href="http://www.w3.org/TR/xslt#section-Creating-Text">section-Creating-Text in XSLT Spe… 43 * Tells if this element should disable escaping. 49 * Set the "disable-output-escaping" attribute. 52 * This ensures that the output is well-formed XML. However, [all …]
|
| /external/oss-fuzz/projects/avahi/ |
| D | build.sh | 1 #!/bin/bash -eu 5 # you may not use this file except in compliance with the License. 8 # http://www.apache.org/licenses/LICENSE-2.0 19 sed -i 's/check_inconsistencies=yes/check_inconsistencies=no/' common/acx_pthread.m4 20 sed -i 's/avahiinclude_HEADERS =/avahiinclude_HEADERS = dns.h hashmap.h/' avahi-core/Makefile.am 22 …--disable-stack-protector --disable-qt3 --disable-qt4 --disable-qt5 --disable-gtk --disable-gtk3 -… 23 make -j "$(nproc)" 26 $CXX $CXXFLAGS -std=c++11 "-I$WORK/include/" \ 28 -o "$OUT/avahi_packet_consume_record_fuzzer" \ 30 "$WORK/lib/libavahi-core.a" "$WORK/lib/libavahi-common.a" [all …]
|
| /external/lzma/CPP/Common/ |
| D | Common0.h | 4 #pragma warning(disable : 4464) // relative include path contains '..' 13 This file contains compiler related things for cpp files. 14 This file is included to all cpp files in 7-Zip via "Common.h". 15 Also this file is included in "IDecl.h" (that is included in interface files). 16 So external modules can use 7-Zip interfaces without 21 #pragma warning(disable : 4710) // function not inlined 23 #pragma warning(disable : 4514) // unreferenced inline function has been removed 25 #pragma warning(disable : 4702) // unreachable code 26 #pragma warning(disable : 4714) // function marked as __forceinline not inlined 27 …#pragma warning(disable : 4786) // identifier was truncated to '255' characters in the debug infor… [all …]
|
| /external/autotest/server/hosts/ |
| D | cros_repair.py | 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE file. 54 # _DEV_MODE_ALLOW_POOLS - The set of pools that are allowed to be 78 # - triggers: _CROS_PROVISION_TRIGGERS 79 # - depends on: _CROS_USB_TRIGGERS + _CROS_POWERWASH_TRIGGERS 82 # - triggers: _CROS_POWERWASH_TRIGGERS + _CROS_PROVISION_TRIGGERS 83 # - depends on: _CROS_USB_TRIGGERS 86 # - triggers: _CROS_USB_TRIGGERS + _CROS_POWERWASH_TRIGGERS + 88 # - depends on: _CROS_USB_DEPENDENCIES 133 # Battery discharging state in power_supply_info file. [all …]
|
12345678910>>...54