Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:static (Results 1 – 25 of 1296) sorted by relevance

12345678910>>...52

/external/oss-fuzz/projects/dlplibs/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
18 tar -xJf $SRC/zlib-1.2.11.tar.xz
19 pushd zlib-1.2.11
20 ./configure --static
21 make -j$(nproc)
22 export ZLIB_CFLAGS="-I$(pwd)"
23 export ZLIB_LIBS="-L$(pwd) -lz"
26 tar -xzf $SRC/lcms2-2.8.tar.gz
27 pushd lcms2-2.8
[all …]
/external/oss-fuzz/projects/ffmpeg/
Dbuild.sh1 #!/bin/bash -eux
8 # http://www.apache.org/licenses/LICENSE-2.0
18 # Disable UBSan vptr since several targets built with -fno-rtti.
19 export CFLAGS="$CFLAGS -fno-sanitize=vptr"
20 export CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr"
24 mkdir -p $FFMPEG_DEPS_PATH
30 bzip2 -f -d alsa-lib-*
31 tar xf alsa-lib-*
32 rm alsa-lib-*.tar
33 cd alsa-lib-*
[all …]
/external/oss-fuzz/projects/wget2/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$WGET2_DEPS_PATH/include"
21 export LDFLAGS="-L$WGET2_DEPS_PATH/lib"
27 ./configure --enable-static --disable-shared --prefix=$WGET2_DEPS_PATH
28 make -j$(nproc)
33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET2_D…
34 make -j$(nproc)
39 ./configure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-bu…
40 make -j$(nproc)
[all …]
/external/oss-fuzz/projects/gnutls/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$DEPS_PATH/include"
21 export LDFLAGS="-L$DEPS_PATH/lib -L$DEPS_PATH/lib64"
27 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH
28 make -j$(nproc)
34 …./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$DEPS_P…
35 make -j$(nproc)
38 # always disable assembly in GMP to avoid issues due to SIGILL
39 # https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3119
[all …]
/external/oss-fuzz/projects/knot-dns/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
19 # Compile and install dependencies for static linking
24 export CPPFLAGS="-I$DEPS_PATH/include"
25 export LDFLAGS="-L$DEPS_PATH/lib"
27 export GNULIB_TOOL=$SRC/gnulib/gnulib-tool
31 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH
32 make -j$(nproc)
38 GNUTLS_CONFIGURE_FLAGS="--disable-hardware-acceleration"
39 NETTLE_CONFIGURE_FLAGS="--disable-assembler --disable-fat"
[all …]
/external/oss-fuzz/projects/libvips/
Dbuild.sh1 #!/bin/bash -eu
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 \
36 --prefix=$WORK
[all …]
/external/oss-fuzz/projects/libpsl/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CPPFLAGS="-I$DEPS_PATH/include"
21 export LDFLAGS="-L$DEPS_PATH/lib"
24 export GNULIB_TOOL=$GNULIB_SRCDIR/gnulib-tool
29 CFLAGS="$CFLAGS -fno-sanitize=vptr" \
30 CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr" \
31 CPPFLAGS="$CPPFLAGS -fno-sanitize=vptr" \
32 ./configure --disable-shared --enable-static --disable-extras --disable-icuio --disable-layoutex \
33 --disable-tests --disable-samples --with-data-packaging=static --prefix=$DEPS_PATH
[all …]
/external/oss-fuzz/projects/gnupg/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 cd libgpg-error
22 ./configure --disable-doc --enable-static --disable-shared
28 ./configure --disable-doc --enable-static --disable-shared
34 ./configure --disable-doc --enable-static --disable-shared
40 ./configure --disable-doc --enable-static --disable-shared
46 ./configure --disable-doc --enable-static --disable-shared
58 ./configure --disable-doc --enable-maintainer-mode
59 make -j$(nproc) all
/external/oss-fuzz/projects/wget/
Dbuild.sh1 #!/bin/bash -eu
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 …onfigure --enable-static --disable-shared --disable-gtk-doc --enable-runtime=libidn2 --enable-buil…
40 make -j$(nproc)
[all …]
/external/igt-gpu-tools/tools/
Dintel_reg_checker.c32 static uint32_t devid;
33 static int gen;
35 static uint32_t
45 static void
58 static void
69 static void
80 static void
83 /* Described in page 14-16 of the IHD_OS_Vol1_Part3.pdf in check_mi_mode()
124 static void
127 /* Described in page 17-19 of the IHD_OS_Vol1_Part3.pdf in check_gfx_mode()
[all …]
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/s3express/
DDisableS3ExpressAuthTest.java18 import static org.assertj.core.api.Assertions.assertThat;
19 import static org.assertj.core.api.Assertions.assertThatThrownBy;
20 import static org.mockito.ArgumentMatchers.any;
21 import static org.mockito.Mockito.mock;
22 import static org.mockito.Mockito.verify;
23 import static org.mockito.Mockito.when;
49 private static final AwsCredentialsProvider CREDENTIALS_PROVIDER =
51 …private static final EnvironmentVariableHelper ENVIRONMENT_VARIABLE_HELPER = new EnvironmentVariab…
60 public static List<Arguments> disableS3ExpressAuthConfiguration() { in disableS3ExpressAuthConfiguration()
63 Arguments.of("Client config sets disable", true, null, null, null, true), in disableS3ExpressAuthConfiguration()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp1 //===- TargetPassConfig.cpp - Target independent code generation passes ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===---------------------------------------------------------------------===//
55 static cl::opt<bool>
56 EnableIPRA("enable-ipra", cl::init(false), cl::Hidden,
59 static cl::opt<bool> DisablePostRASched("disable-post-ra", cl::Hidden,
60 cl::desc("Disable Post Regalloc Scheduler"));
61 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden,
62 cl::desc("Disable branch folding"));
[all …]
/external/oss-fuzz/projects/ecc-diff-fuzzer/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
22 tar -xvf ../gmp-6.1.2.tar.bz2
23 cd gmp-6.1.2
25 #we could do instead --enable-fat
26 ./configure --disable-shared --disable-assembly
27 make -j$(nproc)
31 ./configure --disable-shared --disable-openssl
32 make -j$(nproc)
39 make -j$(nproc)
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp1 //===- TargetPassConfig.cpp - Target independent code generation passes ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===---------------------------------------------------------------------===//
53 static cl::opt<bool>
54 EnableIPRA("enable-ipra", cl::init(false), cl::Hidden,
57 static cl::opt<bool> DisablePostRASched("disable-post-ra", cl::Hidden,
58 cl::desc("Disable Post Regalloc Scheduler"));
59 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden,
60 cl::desc("Disable branch folding"));
[all …]
/external/llvm/lib/CodeGen/
DTargetPassConfig.cpp1 //===-- TargetPassConfig.cpp - Target independent code generation passes --===//
8 //===----------------------------------------------------------------------===//
13 //===---------------------------------------------------------------------===//
41 static cl::opt<bool> DisablePostRA("disable-post-ra", cl::Hidden,
42 cl::desc("Disable Post Regalloc"));
43 static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden,
44 cl::desc("Disable branch folding"));
45 static cl::opt<bool> DisableTailDuplicate("disable-tail-duplicate", cl::Hidden,
46 cl::desc("Disable tail duplication"));
47 static cl::opt<bool> DisableEarlyTailDup("disable-early-taildup", cl::Hidden,
[all …]
/external/oss-fuzz/projects/wolfmqtt/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 autoreconf -ivf
23 ./configure --enable-static --disable-crypttests --disable-examples --disable-asm
24 elif [[ $CFLAGS = *-m32* ]]
26 ./configure --enable-static --disable-crypttests --disable-examples --disable-fastmath
28 ./configure --enable-static --disable-crypttests --disable-examples
30 make -j$(nproc)
31 export CFLAGS="$CFLAGS -I $(realpath .)"
32 export LDFLAGS="-L$(realpath src/.libs/)"
[all …]
/external/oss-fuzz/projects/libheif/
Dbuild.sh1 #!/bin/bash -eu
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
36 --prefix="$DEPS_PATH" \
[all …]
/external/trusty/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_cci.c4 * SPDX-License-Identifier: BSD-3-Clause
17 static const int uniphier_cci_map[] = {1, 0};
19 static void __uniphier_cci_init(void) in __uniphier_cci_init()
25 static void __uniphier_cci_enable(void) in __uniphier_cci_enable()
30 static void __uniphier_cci_disable(void) in __uniphier_cci_disable()
38 void (*disable)(void); member
41 static const struct uniphier_cci_ops uniphier_cci_ops_table[] = {
45 .disable = NULL,
50 .disable = __uniphier_cci_disable,
55 .disable = NULL,
[all …]
/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_cci.c4 * SPDX-License-Identifier: BSD-3-Clause
17 static const int uniphier_cci_map[] = {1, 0};
19 static void __uniphier_cci_init(void) in __uniphier_cci_init()
25 static void __uniphier_cci_enable(void) in __uniphier_cci_enable()
30 static void __uniphier_cci_disable(void) in __uniphier_cci_disable()
38 void (*disable)(void); member
41 static const struct uniphier_cci_ops uniphier_cci_ops_table[] = {
45 .disable = NULL,
50 .disable = __uniphier_cci_disable,
55 .disable = NULL,
[all …]
/external/oss-fuzz/projects/libtheora/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 export CXXFLAGS="$CXXFLAGS -DASAN"
25 export CXXFLAGS="$CXXFLAGS -DMSAN"
28 mkdir $SRC/libogg-install/
31 ./configure --prefix="$SRC/libogg-install" --enable-static --disable-shared --disable-crc
32 make -j$(nproc)
35 cd $SRC/fuzzing-headers/
41 if [[ $CFLAGS = *sanitize=memory* || $CFLAGS = *-m32* ]]
43 …RC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --disable-encode --disable-exa…
[all …]
/external/trusty/arm-trusted-firmware/plat/mediatek/mt8195/drivers/apusys/
Dapupll.c4 * SPDX-License-Identifier: BSD-3-Clause
68 static spinlock_t apupll_lock;
69 static spinlock_t npupll_lock;
70 static spinlock_t apupll_1_lock;
71 static spinlock_t apupll_2_lock;
72 static uint32_t pll_cnt[APUPLL_MAX];
74 * vd2pllidx() - voltage domain to pll idx.
78 * pll_idx[0] --> APUPLL (MDLA0/1)
79 * pll_idx[1] --> NPUPLL (VPU0/1)
80 * pll_idx[2] --> APUPLL1(CONN)
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.cpp1 //===-- HexagonTargetMachine.cpp - Define TargetMachine for Hexagon -------===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
30 static cl::opt<bool> EnableRDFOpt("rdf-opt", cl::Hidden, cl::ZeroOrMore,
31 cl::init(true), cl::desc("Enable RDF-based optimizations"));
33 static cl::opt<bool> DisableHardwareLoops("disable-hexagon-hwloops",
34 cl::Hidden, cl::desc("Disable Hardware Loops for Hexagon target"));
36 static cl::opt<bool> DisableAModeOpt("disable-hexagon-amodeopt",
38 cl::desc("Disable Hexagon Addressing Mode Optimization"));
40 static cl::opt<bool> DisableHexagonCFGOpt("disable-hexagon-cfgopt",
[all …]
/external/trusty/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl_common.c4 * SPDX-License-Identifier: BSD-3-Clause
29 static void hikey960_enable_ppll3(void) in hikey960_enable_ppll3()
37 static void bus_idle_clear(unsigned int value) in bus_idle_clear()
52 timeout--; in bus_idle_clear()
60 static void set_vivobus_power_up(void) in set_vivobus_power_up()
67 static void set_dss_power_up(void) in set_dss_power_up()
85 /* clk disable */ in set_dss_power_up()
90 /* iso disable */ in set_dss_power_up()
107 static void set_vcodec_power_up(void) in set_vcodec_power_up()
119 static void set_vdec_power_up(void) in set_vdec_power_up()
[all …]
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl_common.c4 * SPDX-License-Identifier: BSD-3-Clause
29 static void hikey960_enable_ppll3(void) in hikey960_enable_ppll3()
37 static void bus_idle_clear(unsigned int value) in bus_idle_clear()
52 timeout--; in bus_idle_clear()
60 static void set_vivobus_power_up(void) in set_vivobus_power_up()
67 static void set_dss_power_up(void) in set_dss_power_up()
85 /* clk disable */ in set_dss_power_up()
90 /* iso disable */ in set_dss_power_up()
107 static void set_vcodec_power_up(void) in set_vcodec_power_up()
119 static void set_vdec_power_up(void) in set_vdec_power_up()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dltoptions.m41 # Helper functions for option handling. -*- Autoconf -*-
3 # Copyright (C) 2004-2005, 2007-2009, 2011-2013 Free Software
17 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
18 # ------------------------------------------
20 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
24 # ---------------------------------------
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
[all …]

12345678910>>...52