Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:install +full:- +full:suggests (Results 1 – 25 of 56) sorted by relevance

123

/external/AFLplusplus/
DDockerfile3 # installs LLVM 14 for afl-clang-lto support :-)
14 RUN apt-get update && \
15 apt-get -y install --no-install-suggests --no-install-recommends \
19 ninja-build \
21 build-essential \
23 python3 python3-dev python3-setuptools python-is-python3 \
24 libtool libtool-bin \
25 libglib2.0-dev \
26 wget vim jupp nano bash-completion less \
27 apt-utils apt-transport-https ca-certificates gnupg dialog \
[all …]
/external/selinux/
DREADME.md7 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https:/…
16 SELinux-based system.
24 ------------
32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
34 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
39 --------------------
45 dnf install \
46 audit-libs-devel \
48 bzip2-devel \
49 CUnit-devel \
[all …]
/external/libcxx/utils/google-benchmark/
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/external/google-benchmark/
D.travis.yml7 - compiler: gcc
11 - lcov
13 - compiler: gcc
15 - compiler: gcc
17 - compiler: gcc
21 - g++-multilib
22 - libc6:i386
24 - COMPILER=g++
25 - C_COMPILER=gcc
26 - BUILD_TYPE=Debug
[all …]
/external/e2fsprogs/debian/
Dcontrol5-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fu…
6 Rules-Requires-Root: no
7 Standards-Version: 4.6.1
9 Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
10 Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master
13 Build-Profiles: <!pkg.e2fsprogs.no-fuse2fs>
16 Architecture: linux-any kfreebsd-any
25 Replaces: e2fsprogs (<< 1.45.3-1)
26 Breaks: e2fsprogs (<< 1.45.3-1)
28 Multi-Arch: foreign
[all …]
Dchangelog1 e2fsprogs (1.46.6-1) unstable; urgency=medium
9 non-ASCII characters, the fact that we had a signed vs unsigned char
19 off-line just as it being opened.
24 * Speed up e2fsck's clonning of multiply-claimed blocks so it is
26 * Don't fail when the source directory for mke2fs -d doesn't support
32 -- Theodore Y. Ts'o <tytso@mit.edu> Thu, 02 Feb 2023 00:38:18 -0500
34 e2fsprogs (1.46.6~rc1-1.1) unstable; urgency=medium
36 * Non-maintainer upload
37 * Convert copyright files to machine-readable format, adding the missing
40 -- Bastian Germann <bage@debian.org> Tue, 03 Jan 2023 14:31:18 +0100
[all …]
/external/ot-br-posix/tests/scripts/
Dbootstrap.sh20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
30 set -euxo pipefail
33 [[ -d $TOOLS_HOME ]] || mkdir -p "$TOOLS_HOME"
39 if [[ -f ${OTBR_APT_CONF_FILE} ]] && grep Install-Recommends "${OTBR_APT_CONF_FILE}"; then
43 sudo tee -a /etc/apt/apt.conf <<EOF
44 APT::Get::Install-Recommends "false";
45 APT::Get::Install-Suggests "false";
52 sudo apt-get install --no-install-recommends -y \
53 libdbus-1-dev \
54 ninja-build \
[all …]
/external/perfetto/ui/src/service_worker/
Dservice_worker.ts7 // http://www.apache.org/licenses/LICENSE-2.0
17 // Design doc: http://go/perfetto-offline.
19 // When a new version of the UI is released (e.g. v1 -> v2), the following
32 // This (i.e. the different querystring) will cause a re-installation of the
34 // 5. In the "install" step, the service_worker.js script will fetch the newer
37 // causes causes a cache-miss, the second time while re-installing the SW.
47 const CACHE_NAME = 'ui-perfetto-dev';
57 // The install() event is fired:
58 // 1. On the first visit, when there is no SW installed.
62 // - / (index.html) is always served from the network (% timeout) and it pulls
[all …]
/external/angle/build/android/docs/
Dclass_verification_failures.md15 app performance, how to identify problems, and chromium-specific solutions. For
45 figure out wide color gamut support, even on pre-OMR1 devices. However, this
46 class will fail class verification on pre-OMR1 devices, because it refers to
47 [`Window#isWideColorGamut()`][2] (new-in-OMR1), which appears to be an undefined
53 can see we'll never call the new-in-OMR1 API unless we're on >= OMR1 devices,
67 ("ahead-of-time") verification**¹. Immediately after installing an app, ART will
72 `RetryVerificationAtRuntime`, as the name suggests, means ART must try again to
85 feature). Unlike compilation, AOT verification happens during install time for
92 **Note:** This section is no longer relevant as R8 has fixed this for us. We intend
93 to remove these ApiHelperFor classes - see [this bug](https://crbug.com/1302156).
[all …]
/external/cronet/build/android/docs/
Dclass_verification_failures.md15 app performance, how to identify problems, and chromium-specific solutions. For
45 figure out wide color gamut support, even on pre-OMR1 devices. However, this
46 class will fail class verification on pre-OMR1 devices, because it refers to
47 [`Window#isWideColorGamut()`][2] (new-in-OMR1), which appears to be an undefined
53 can see we'll never call the new-in-OMR1 API unless we're on >= OMR1 devices,
67 ("ahead-of-time") verification**¹. Immediately after installing an app, ART will
72 `RetryVerificationAtRuntime`, as the name suggests, means ART must try again to
85 feature). Unlike compilation, AOT verification happens during install time for
92 **Note:** This section is no longer relevant as R8 has fixed this for us. We intend
93 to remove these ApiHelperFor classes - see [this bug](https://crbug.com/1302156).
[all …]
/external/zstd/
DMakefile2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
[all …]
/external/lz4/lib/
DREADME.md1 LZ4 - Library Files
57 As the name suggests, these definitions should only be invoked
70 - `LZ4_FAST_DEC_LOOP` : this triggers a speed optimized decompression loop, more powerful on modern…
73 For example, with `gcc` : `-DLZ4_FAST_DEC_LOOP=1`,
74 and with `make` : `CPPFLAGS+=-DLZ4_FAST_DEC_LOOP=1 make lz4`.
76 - `LZ4_DISTANCE_MAX` : control the maximum offset that the compressor will allow.
83 - `LZ4_DISABLE_DEPRECATE_WARNINGS` : invoking a deprecated function will make the compiler generate…
86 for example with `-Wno-deprecated-declarations` on `gcc`,
88 This build macro offers another project-specific method
91 - `LZ4_FORCE_SW_BITCOUNT` : by default, the compression algorithm tries to determine lengths
[all …]
/external/cronet/components/metrics/
Dmetrics_state_manager.h2 // Use of this source code is governed by a BSD-style license that can be
51 // Denotes the type of EntropyProvider to use for default one-time
60 // The type of entropy to use for default one-time randomization.
65 // --enable_benchmarking command line flag is passed.
92 // is no other reason to disable reporting. One such reason is client
146 // Seeing a call with `false` without a matching call with `true` suggests
168 // Checks if this install was cloned or imaged from another machine. If a
173 // Checks if the cloned install detector says that client ids should be reset.
258 // and backup and there is no provisional client ID, so a new client ID is
300 // each install. UMA must be enabled (and |client_id_| must be set) or
[all …]
/external/licenseclassifier/v2/assets/License/Windows-SDK-10/
Dlicense.txt15 Internet-based services, and
22 transmission of certain standard computer information for Internet-based
29 a. You may install and use any number of copies of the software on your devices
31 system. Further, you may install, use and/or deploy via a network management
43 List for specific files, you may copy and install the Utilities you receive
52 http://go.microsoft.com/fwlink/?LinkId=524838. You may install copies of the
102 suggests your programs come from or are endorsed by Microsoft;
120 at: https://msdn.microsoft.com/en-us/library/windows/apps/hh694058.aspx.
150 ERROR FREE, OR OTHERWISE GUARANTEED TO OCCUR ON A REAL-TIME BASIS.
155 may also collect speech-related data in order to provide and improve the
[all …]
/external/python/cpython2/
DREADME11 Copyright (c) 1995-2001 Corporation for National Research Initiatives.
14 Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
19 -------------------
25 This Python distribution contains no GNU General Public Licensed
35 ---------------------------
41 ------------------------------
43 Congratulations on getting this far. :-)
47 executable "./python"; to install in /usr/local, first do "su root"
48 and then "make install".
54 ----------------------
[all …]
/external/vogar/src/vogar/android/
DAndroidSdk.java8 * http://www.apache.org/licenses/LICENSE-2.0
101 * ${ANDROID_BUILD_TOP}/out/host/linux-x86/bin/aapt in createAndroidSdk()
102 * ${ANDROID_BUILD_TOP}/out/host/linux-x86/bin/adb in createAndroidSdk()
103 * ${ANDROID_BUILD_TOP}/out/host/linux-x86/bin/d8 in createAndroidSdk()
104 * ${ANDROID_BUILD_TOP}/out/host/linux-x86/bin/desugar.jar in createAndroidSdk()
105 * ${ANDROID_BUILD_TOP}/out/target/common/obj/JAVA_LIBRARIES/core-libart_intermediates in createAndroidSdk()
113 // Accept that we are running in an SDK if the user has added the build-tools or in createAndroidSdk()
114 // platform-tools to their path. in createAndroidSdk()
115 boolean buildToolsPathValid = "build-tools".equals(getParentFileNOrLast(buildTool, 2) in createAndroidSdk()
118 "platform-tools".equals(getParentFileNOrLast(adb, 1).getName()); in createAndroidSdk()
[all …]
/external/llvm/docs/
DGettingStarted.rst46 * ``cd where-you-want-llvm-to-live``
47 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
51 * ``cd where-you-want-llvm-to-live``
53 * ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
55 #. Checkout Compiler-RT (required to build the sanitizers) **[Optional]**:
57 * ``cd where-you-want-llvm-to-live``
59 * ``svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt``
63 * ``cd where-you-want-llvm-to-live``
65 * ``svn co http://llvm.org/svn/llvm-project/openmp/trunk openmp``
69 * ``cd where-you-want-llvm-to-live``
[all …]
/external/icu/icu4c/source/data/unidata/
Dchanges.txt3 * Copyright (C) 2004-2016, International Business Machines
7 * encoding: US-ASCII
16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update
31 ---------------------------------------------------------------------------- ***
36 See https://unicode-org.github.io/icu/processes/release/tasks/standards#update-script-code-enums
39 ---------------------------------------------------------------------------- ***
44 https://www.unicode.org/versions/beta-15.0.0.html
46 https://www.unicode.org/reports/uax-proposed-updates.html
47 https://www.unicode.org/reports/tr44/tr44-29.html
49 https://unicode-org.atlassian.net/browse/ICU-21980 Unicode 15
[all …]
/external/cronet/third_party/icu/source/data/unidata/
Dchanges.txt3 * Copyright (C) 2004-2016, International Business Machines
7 * encoding: US-ASCII
16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update
31 ---------------------------------------------------------------------------- ***
36 See https://unicode-org.github.io/icu/processes/release/tasks/standards#update-script-code-enums
39 ---------------------------------------------------------------------------- ***
44 https://www.unicode.org/versions/beta-15.0.0.html
46 https://www.unicode.org/reports/uax-proposed-updates.html
47 https://www.unicode.org/reports/tr44/tr44-29.html
49 https://unicode-org.atlassian.net/browse/ICU-21980 Unicode 15
[all …]
/external/python/cpython3/Doc/library/
Dtracemalloc.rst1 :mod:`tracemalloc` --- Trace memory allocations
11 --------------
23 variable to ``1``, or by using :option:`-X` ``tracemalloc`` command line
30 :option:`-X` ``tracemalloc=25`` command line option.
34 --------
290 both peaks are much higher than the final memory usage, and which suggests we
295 ---
368 Start tracing Python memory allocations: install hooks on Python memory
385 (``PYTHONTRACEMALLOC=NFRAME``) and the :option:`-X` ``tracemalloc=NFRAME``
441 Address space of a memory block (``int``). Read-only property.
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt5 libext2fs. (CVE-2015-1572, Addresses Debian Bug: #778948)
36 Fixed some use-after-free bug in resize2fs and e2fsck.
49 ------------------
51 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits.
88 Fix a 32/64-bit overflow bug that could cause resize2fs to loop
89 forever. (Addresses-Launchpad-Bug: #1321958)
97 format, but which no longer needs to use the meta_bg file system
101 The e4defrag program will now defrag backwards-allocated files.
120 Fixed a double close(2) bug in "rdump" and "rdump -p".
124 Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
[all …]
/external/kotlinx.coroutines/
DCHANGES_UP_TO_1.7.md12 * `kotlinx-coroutines-test` rework:
13- Add the `timeout` parameter to `runTest` for the whole-test timeout, 10 seconds by default (#327…
14 - The `withTimeout` exception messages indicate if the timeout used the virtual time (#3588).
15 - `TestCoroutineScheduler`, `runTest`, and `TestScope` API are promoted to stable (#3622).
16- `runTest` now also fails if there were uncaught exceptions in coroutines not inherited from the …
20 * Old K/N memory model is no longer supported (#3375).
22 * `kotlinx-coroutines-core` and `kotlinx-coroutines-jdk8` artifacts were merged into a single artif…
23 * Artificial stackframes in stacktrace recovery no longer contain the `\b` symbol and are now navig…
30 * `JavaFx` version is updated to 17.0.2 in `kotlinx-coroutines-javafx` (#3671)..
41 * Obsolete `Class-Path` attribute was removed from `kotlinx-coroutines-debug.jar` manifest (#3361).
[all …]
/external/python/cpython2/Doc/extending/
Dnewtypes.rst4 .. _defining-new-types:
31 .. _dnt-basics:
37 :c:type:`PyObject\*`. A :c:type:`PyObject` is not a very magnificent object - it
61 This is what a Noddy object will contain---in this case, nothing more than every
65 builds. Note that there is no semicolon after the ``PyObject_HEAD`` macro; one
79 Moving on, we come to the crunch --- the type object. ::
193 All the other type methods are *NULL*, so we'll go over them later --- that's
222 .. code-block:: shell-session
227 that directory and fire up Python --- you should be able to ``import noddy`` and
232 Of course, the current Noddy type is pretty uninteresting. It has no data and
[all …]
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DContext.java8 * http://www.apache.org/licenses/LICENSE-2.0
33 * A context propagation mechanism which can carry scoped-values across API boundaries and between
93 * <li>Do not mock this class. Use {@link #ROOT} for a non-null instance.
96 /* @DoNotMock("Use ROOT for a non-null Context") // commented out to avoid dependencies */
119 // Lazy-loaded storage. Delaying storage initialization until after class initialization makes it
152 // Re-retreive from storage since compareAndSet may have failed (returned false) in case of in createStorage()
373 * <p>Instead of using {@code attach()} and {@link #detach(Context)} most use-cases are better
404 * that this context is not {@link #current current}, either you or some code in-between are not
407 * compromise this error-detecting mechanism.
448 * @return A {@link io.grpc.Deadline} or {@code null} if no deadline is set.
[all …]
/external/toybox/android/mac/generated/
Dhelp.h1-libc on a nommu system, you'll need to say \"y\" here\nunless you used the patch in the mcm-build…
9 … even when it has a built-in version of that command. This requires\n toybox symlinks to be …
13 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl…
21 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library."
25 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci…
29 #define HELP_toybox_suid "Support for the Set User ID bit, to install toybox suid root and drop\npe…
31--long | --help | --version | [COMMAND] [ARGUMENTS...]]\n\nWith no arguments, \"toybox\" shows ava…
39-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n
41-p PRI] [-t TAG] [MESSAGE...]\n\nLogs message (or stdin) to logcat.\n\n-p Use the given priority i…
47 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command…
[all …]

123