Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:all (Results 1 – 25 of 1270) sorted by relevance

12345678910>>...51

/external/oss-fuzz/projects/wolfssl/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20--enable-static --enable-md2 --enable-md4 --enable-ripemd --enable-blake2 --enable-blake2s --enabl…
23 WOLFCRYPT_CONFIGURE_PARAMS="$WOLFCRYPT_CONFIGURE_PARAMS --disable-asm"
32 cp -R boost/ /usr/include/
34 export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_BOTAN_IS_ORACLE"
41 sed -i 's/kNegativeIntegers = false/kNegativeIntegers = true/g' config.h
42 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-openssl-api/
43 cd $SRC/cryptofuzz-openssl-api/
46 echo -n '"' >>extra_options.h
[all …]
/external/rust/crates/rustix/
DCargo.toml.orig8 description = "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls"
10 license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
14 categories = ["os::unix-apis", "date-and-time", "filesystem", "network-programming"]
16 rust-version = "1.63"
19 bitflags = { version = "2.4.0", default-features = false }
20 itoa = { version = "1.0.1", default-features = false, optional = true }
22 # Special dependencies used in rustc-dep-of-std mode.
23 core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
24 alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
36 # libc backend can be selected via adding `--cfg=rustix_use_libc` to
[all …]
/external/zstd/tests/fuzz/
DREADME.md16 Run `./fuzz.py -h` for the commands and run `./fuzz.py COMMAND -h` for
24 make -C ../tests decodecorpus
28 By default it outputs 100 samples, each at most 8KB into `corpora/TARGET-seed`,
29 but that can be configured with the `--number`, `--max-size-log` and `--seed`
35 `--cc`, `--cflags`, etc.
37 `--lib-fuzzing-engine`, the default is `libregression.a`.
39 `--enable-fuzzer`.
40 It has flags that can easily set up sanitizers `--enable-{a,ub,m}san`, and
41 coverage instrumentation `--enable-coverage`.
42 It sets sane defaults which can be overridden with flags `--debug`,
[all …]
/external/rust/crates/vulkano/src/pipeline/graphics/
Dcolor_blend.rs3 // <LICENSE-APACHE or
4 // https://www.apache.org/licenses/LICENSE-2.0> or the MIT
5 // license <LICENSE-MIT or https://opensource.org/licenses/MIT>,
6 // at your option. All files in the project carrying such
16 //! - Attachments with a floating-point or fixed point format.
17 //! - Attachments with a (non-normalized) integer format.
18 //! - Attachments with a normalized integer format.
20 //! For floating-point and fixed-point formats, the blending operation is applied. For integer
56 /// and `num` attachment entries that have blending disabled, and color write and all color
59 pub fn new(num: u32) -> Self { in new()
[all …]
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dcall.ll3 ; FIXME: We should remove the need for -enable-mips-tail-calls
4 ; RUN: llc -march=mips -mcpu=mips32 -relocation-model=pic -enable-mips-tail-calls < %s | FileCh…
5 ; RUN: llc -march=mips -mcpu=mips32r2 -relocation-model=pic -enable-mips-tail-calls < %s | FileCh…
6 ; RUN: llc -march=mips -mcpu=mips32r3 -relocation-model=pic -enable-mips-tail-calls < %s | FileCh…
7 ; RUN: llc -march=mips -mcpu=mips32r5 -relocation-model=pic -enable-mips-tail-calls < %s | FileCh…
8 …: llc -march=mips -mcpu=mips32r6 -relocation-model=pic -disable-mips-delay-filler -enable-mips-t…
9-march=mips -mcpu=mips32r6 -relocation-model=pic -mattr=+fp64,+nooddspreg -disable-mips-delay-fi…
10 ; RUN: llc -march=mips64 -mcpu=mips4 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes…
11 ; RUN: llc -march=mips64 -mcpu=mips64 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes…
12 ; RUN: llc -march=mips64 -mcpu=mips64r2 -enable-mips-tail-calls < %s | FileCheck %s -check-prefixes…
[all …]
/external/pcre/maint/
DManyConfigTests5 # tests to ensure that all goes well. Every possible combination would take far
13 # -noasan skip the test that uses -fsanitize=address
14 # -nousan skip the test that uses -fsanitize=undefined
15 # -nodebug skip the test that uses --enable-debug
16 # -nojit skip all JIT tests
17 # -nojitmain skip non-valgrind JIT tests
18 # -nojitvalgrind skip JIT tests with valgrind
19 # -nomain skip all the main (non-JIT) set of tests
20 # -nomainvalgrind skip the main (non-JIT) valgrind tests
21 # -notmp skip the tests in a temporary directory
[all …]
/external/libopus/tests/
Drandom_config.sh5 if [ $? -ne 0 ]
11 if [ $? -ne 0 ]
20 case `seq 3 | shuf -n1` in
22 approx=--enable-float-approx
23 math=-ffast-math
26 approx=--enable-float-approx
34 CFLAGS='-g'
36 opt=`echo -e "-O1\n-O2\n-O3" | shuf -n1`
38 arch=`echo -e "\n-march=core2\n-march=sandybridge\n-march=broadwell\n-march=skylake" | shuf -n1`
40 footprint=`echo -e "\n-DSMALL_FOOTPRINT" | shuf -n1`
[all …]
/external/libavc/fuzzer/
DREADME.md8 - cmake (3.9.1 or above)
9 - make
10 - clang (6.0 or above)
11 needs to support -fsanitize=fuzzer, -fsanitize=fuzzer-no-link
24 Build fuzzer with required sanitizers (-DSANITIZE=fuzzer-no-link is mandatory
25 to enable fuzzers)
27 $ cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
28 -DCMAKE_BUILD_TYPE=Debug -DSANITIZE=fuzzer-no-link,address,\
29 signed-integer-overflow,unsigned-integer-overflow
49 $ mm -j$(nproc) avc_dec_fuzzer
[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/curl/packages/vms/
Dcurl_crtl_init.c21 * SPDX-License-Identifier: curl
36 * impacts all programs and some aren't ready, willing, or able to handle
46 * copyright notice and this permission notice appear in all copies.
48 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
49 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
81 #define ENABLE "ENABLE" macro
85 #define ENABLE TRUE macro
105 /* Take all the fun out of simply looking up a logical name */
136 /*--------------------------------------*/ in sys_trnlnm()
207 unix_shell_name, sizeof unix_shell_name -1); in set_features()
[all …]
/external/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioEffects.java2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
4 * Use of this source code is governed by a BSD-style license
7 * in the file PATENTS. All contributing project authors may
24 // Calling enable() will active all effects that are
34 UUID.fromString("bb392ec0-8d4d-11e0-a896-0002a5d5c51b");
36 UUID.fromString("c06c8400-8e06-11e0-9cb6-0002a5d5c51b");
43 // Contains the audio effect objects. Created in enable() and destroyed
54 // Returns true if all conditions for supporting HW Acoustic Echo Cancellation (AEC) are
60 // Returns true if all conditions for supporting HW Noise Suppression (NS) are fulfilled.
69 // Call this method to enable or disable the platform AEC. It modifies
[all …]
/external/trace-cmd/Documentation/trace-cmd/
Dtrace-cmd-set.1.txt1 TRACE-CMD-SET(1)
5 ----
6 trace-cmd-set - set a configuration parameter of the Ftrace Linux internal tracer
9 --------
10 *trace-cmd set* ['OPTIONS'] ['command']
13 -----------
14 The trace-cmd(1) set command will set a configuration parameter of the Ftrace
17 using the trace-cmd-reset(1) command.
20 -------
21 *-p* 'tracer'::
[all …]
/external/angle/doc/
DShaderSubstitution.md24 example, on non-Android platforms:
27 mkdir -p /path/to/angle_shaders
31 will write all data to the `angle_shaders` directory.
39 The ANGLE feature `dumpShaderSource`, when enabled, writes all incoming
52 In Chromium, pass the following command line arguments to enable these
56 --enable-angle-features=dumpShaderSource
57 --enable-angle-features=enableShaderSubstitution
58 --enable-angle-features=dumpShaderSource,enableShaderSubstitution
61 You must also specify `--disable-gpu-sandbox` to allow ANGLE to access
62 these on-disk files for reading and writing. **Do not** browse the open web
[all …]
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioEffects.java2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
4 * Use of this source code is governed by a BSD-style license
7 * in the file PATENTS. All contributing project authors may
25 // Calling enable() will active all effects that are
35 UUID.fromString("bb392ec0-8d4d-11e0-a896-0002a5d5c51b");
37 UUID.fromString("c06c8400-8e06-11e0-9cb6-0002a5d5c51b");
44 // Contains the audio effect objects. Created in enable() and destroyed
52 // To enable an effect, both the shouldEnableXXX member and the static
128 // Returns true if all conditions for supporting the HW AEC are fulfilled.
129 // It will not be possible to enable the HW AEC if this method returns false.
[all …]
/external/mesa3d/
Dmeson_options.txt1 # Copyright © 2017-2019 Intel Corporation
2 # SPDX-License-Identifier: MIT
11 description : 'window systems to support. If this is set to `auto`, all ' +
16 'egl-native-platform',
27 'android-stub',
30 description : 'Build against android-stub',
34 'android-strict',
37 description : 'Enable strict Android compliance. Disabling may cause CTS ' +
43 'android-libbacktrace',
52 description : 'enable support for dri3'
[all …]
/external/f2fs-tools/man/
Dfsck.f2fs.85 fsck.f2fs \- check a Linux F2FS file system
9 .B \-a
10 .I enable auto fix
13 .B \-f
14 .I enable force fix
17 .B \-M
21 .B \-p
22 .I enable preen mode
25 .B \-t
29 .B \-d
[all …]
/external/mesa3d/docs/
Denvvars.rst6 but they can sometimes be useful for debugging end-user issues.
9 ---------------------------
18 colon-separated list of paths to search for DRI drivers
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
95 or before year X will be reported. This is to work-around a bug in
96 some games where the extension string is copied into a fixed-size
[all …]
/external/libpng/
Dconfigure.ac3 # Copyright (c) 2018-2024 Cosmin Truta
4 # Copyright (c) 2004-2016 Glenn Randers-Pehrson
28 AC_INIT([libpng],[1.6.43],[png-mng-implement@lists.sourceforge.net])
32 # color-tests requires automake 1.11 or later
33 # silent-rules requires automake 1.11 or later
34 # dist-xz requires automake 1.11 or later
37 AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules subdir-objects])
38 # The following line causes --disable-maintainer-mode to be the default to
72 LT_INIT([win32-dll])
81 if ${AWK} -f ${srcdir}/scripts/options.awk out="/dev/null" version=search\
[all …]
/external/pcre/src/
Dconfig.h.in4 /* PCRE2 is written in Standard C, but there are a few non-standard things it
10 config-cmake.in is converted into config.h. If you are going to build PCRE2 "by
13 need them. You must then add -DHAVE_CONFIG_H to all of your compile commands,
16 Alternatively, you can avoid editing by using -D on the compiler command line
17 to set the macro values. In this case, you do not have to set -DHAVE_CONFIG_H,
18 but if you do, default values will be taken from config.h for non-boolean
22 defined (conventionally to 1) for TRUE, and not defined at all for FALSE. All
25 surrounded by #ifndef/#endif lines so that the value can be overridden by -D.
33 value), this is changed so that backslash-R matches only CR, LF, or CRLF.
34 The build-time default can be overridden by the user of PCRE2 at runtime.
[all …]
Dconfig.h5 /* PCRE2 is written in Standard C, but there are a few non-standard things it
11 config-cmake.in is converted into config.h. If you are going to build PCRE2 "by
14 need them. You must then add -DHAVE_CONFIG_H to all of your compile commands,
17 Alternatively, you can avoid editing by using -D on the compiler command line
18 to set the macro values. In this case, you do not have to set -DHAVE_CONFIG_H,
19 but if you do, default values will be taken from config.h for non-boolean
23 defined (conventionally to 1) for TRUE, and not defined at all for FALSE. All
26 surrounded by #ifndef/#endif lines so that the value can be overridden by -D.
34 value), this is changed so that backslash-R matches only CR, LF, or CRLF.
35 The build-time default can be overridden by the user of PCRE2 at runtime.
[all …]
/external/rust/crates/aho-corasick/src/packed/
Dvector.rs4 // SAFETY: All of the routines below are unsafe to call because they assume
23 #[target_feature(enable = "avx2")]
24 pub unsafe fn alignr256_14(a: __m256i, b: __m256i) -> __m256i { in alignr256_14()
26 …ithub.com/jneem/teddy/blob/9ab5e899ad6ef6911aecd3cf1033f1abe6e1f66c/src/x86/teddy_simd.rs#L145-L184 in alignr256_14()
28 // TL;DR avx2's PALIGNR instruction is actually just two 128-bit PALIGNR in alignr256_14()
36 // This effectively does this (where we deal in terms of byte-indexing in alignr256_14()
37 // and byte-shifting, and use inclusive ranges): in alignr256_14()
52 // When `A` and `B` are strings---where the beginning of the string is in in alignr256_14()
53 // the least significant bits---we effectively result in the following in alignr256_14()
58 // The reversal being attributed to the fact that we are in little-endian. in alignr256_14()
[all …]
/external/pcre/doc/
Dpcre2build.33 PCRE2 - Perl-compatible regular expressions (revised API)
10 the library in Unix-like environments using the applications known as
23 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt">
25 \fBNON-AUTOTOOLS-BUILD\fP.
32 file if you are building in a non-Unix-like environment.
35 .SH "PCRE2 BUILD-TIME OPTIONS"
42 same options can be selected in both Unix-like and non-Unix-like environments
48 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt">
50 \fBNON-AUTOTOOLS-BUILD\fP.
57 ./configure --help
[all …]
/external/deqp/external/vulkancts/
DREADME.md7 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 ------------
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.
65 You may need to re-run `fetch_sources.py` to update to the latest glslang,
[all …]
/external/perfetto/src/profiling/memory/
Dsystem_property_unittest.cc8 * http://www.apache.org/licenses/LICENSE-2.0
36 TEST(SystemPropertyTest, All) { in TEST() argument
39 EXPECT_CALL(prop, SetAndroidProperty("heapprofd.enable", "all")) in TEST()
41 EXPECT_CALL(prop, SetAndroidProperty("heapprofd.enable", "")) in TEST()
49 EXPECT_CALL(prop, SetAndroidProperty("heapprofd.enable", "all")) in TEST()
51 EXPECT_CALL(prop, SetAndroidProperty("heapprofd.enable", "")) in TEST()
62 EXPECT_CALL(prop, SetAndroidProperty("heapprofd.enable", "all")) in TEST()
64 EXPECT_CALL(prop, SetAndroidProperty("heapprofd.enable", "")) in TEST()
72 EXPECT_CALL(prop, SetAndroidProperty("heapprofd.enable.system_server", "1")) in TEST()
74 EXPECT_CALL(prop, SetAndroidProperty("heapprofd.enable", "1")) in TEST()
[all …]
/external/cronet/base/allocator/partition_allocator/
Dpartition_alloc.gni2 # Use of this source code is governed by a BSD-style license that can be
22 # Whether 64-bit pointers are used.
25 # NaCl targets don't use 64-bit pointers.
37 # Causes all the allocations to be routed via allocator_shim.cc. Usually,
49 # source at all (pulling the component in via GN, including headers,
55 # 1. On Cronet bots, because Cronet doesn't use PartitionAlloc at all,
58 # build at all.
75 # If enabling PartitionAlloc-Everywhere in Debug build for tests in Debug
76 # build, since all memory allocations and deallocations are executed by
77 # non-optimized PartitionAlloc, chrome (including tests) will be much
[all …]

12345678910>>...51