| /external/oss-fuzz/projects/e2fsprogs/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get install -y --allow-downgrades --allow-remove-essential --allow-change-held-packages git… 19 RUN git clone --depth 1 https://github.com/tytso/e2fsprogs
|
| /external/curl/docs/cmdline-opts/ |
| D | http0.9.md | 1 --- 3 SPDX-License-Identifier: curl 7 Help: Allow HTTP 0.9 responses 11 See-also: 12 - http1.1 13 - http2 14 - http3 16 - --http0.9 $URL 17 --- 19 # `--http0.9` [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/ |
| D | Dockerfile.rbe.cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipython | 1 # Dockerfile to build a manylinux 2010 compliant cross-compiler. 7 # $ docker build -f Dockerfile.rbe.cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipython \ 8 # --tag "gcr.io/tensorflow-testing/nosla-cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipython" . 9 # $ docker push gcr.io/tensorflow-testing/nosla-cuda10.2-cudnn7-ubuntu18.04-manylinux2010-multipyth… 11 FROM gcr.io/tensorflow-testing/nosla-cuda10.0-cudnn7-ubuntu16.04-manylinux2010 13 RUN apt-get update 14 RUN apt-get remove -y --allow-change-held-packages cuda-license-10-0 libcudnn7 libcudnn8 libnccl2 l… 15 RUN apt-get install -y --no-install-recommends --allow-downgrades --allow-change-held-packages \ 17 libcublas-dev \ 18 cuda-nvml-dev-10.2 \ [all …]
|
| /external/rust/crates/lock_api/src/ |
| D | rwlock.rs | 3 // Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or 4 // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or 27 /// Basic operations for a reader-writer lock. 30 /// fully-functioning `RwLock` type. 40 // A “non-constant” const item is a legacy way to supply an initialized value to downstream 41 // static items. Can hopefully be replaced with `const fn new() -> Self` at some point. 42 #[allow(clippy::declare_interior_mutable_const)] 53 fn try_lock_shared(&self) -> bool; in try_lock_shared() 66 fn try_lock_exclusive(&self) -> bool; in try_lock_exclusive() 77 fn is_locked(&self) -> bool { in is_locked() [all …]
|
| /external/cronet/net/cookies/ |
| D | cookie_inclusion_status.h | 2 // Use of this source code is governed by a BSD-style license that can be 36 // Cookie was HttpOnly, but the attempted access was through a non-HTTP API. 58 // Caller did not allow access to the cookie. 71 // https://tools.ietf.org/html/draft-west-leave-secure-cookies-alone-05 ) 78 // Cookie was set with an invalid __Host- or __Secure- prefix. 81 // valid if the cookie has a __Host- prefix. 93 // Special case for when a cookie is blocked by third-party cookie blocking 94 // but the two sites are in the same First-Party Set. 107 // Cookie is blocked for third-party cookie phaseout. 131 // cross-site context. [all …]
|
| D | canonical_cookie_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 23 #include "testing/gmock/include/gmock/gmock-matchers.h" 26 #include "third_party/abseil-cpp/absl/types/optional.h" 62 EXPECT_EQ("A", cookie1->Name()); in TEST() 63 EXPECT_EQ("2", cookie1->Value()); in TEST() 64 EXPECT_EQ("www.example.com", cookie1->Domain()); in TEST() 65 EXPECT_EQ("/test", cookie1->Path()); in TEST() 66 EXPECT_FALSE(cookie1->IsSecure()); in TEST() 67 EXPECT_FALSE(cookie1->IsHttpOnly()); in TEST() 68 EXPECT_EQ(CookieSameSite::NO_RESTRICTION, cookie1->SameSite()); in TEST() [all …]
|
| /external/expat/.github/workflows/ |
| D | linux.yml | 8 # Copyright (c) 2021-2024 Sebastian Pipping <sebastian@pipping.org> 38 - cron: '0 2 * * 5' # Every Friday at 2am 51 - MODE: cmake-oos 52 - MODE: distcheck 53 - MODE: qa-sh 55 - MODE: cmake-oos 56 …-DEXPAT_ATTR_INFO=ON -DEXPAT_BUILD_FUZZERS=ON -DCMAKE_C_FLAGS=-fsanitize=address -DCMAKE_CXX_FLAGS… 57 - MODE: qa-sh 58 … FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address CMAKE_ARGS=-DEXPAT_ATTR_INFO=ON 59 - MODE: qa-sh [all …]
|
| /external/oss-fuzz/infra/base-images/base-clang/ |
| D | checkout_build_install_llvm.sh | 1 #!/bin/bash -eux 8 # http://www.apache.org/licenses/LICENSE-2.0 23 # zlib1g-dev is needed for llvm-profdata to handle coverage data from rust compiler 24 LLVM_DEP_PACKAGES="build-essential make cmake ninja-build git python3 python3-distutils g++-multili… 25 apt-get update && apt-get install -y $LLVM_DEP_PACKAGES --no-install-recommends 37 rm -rf $LOCAL_PATH 40 if [ $CHECKOUT_RETURN_CODE -eq 0 ]; then 45 # Re-enable exit on error. If checkout failed, script will exit. 46 set -e 52 cmake -G "Ninja" \ [all …]
|
| /external/chromium-trace/catapult/devil/docs/ |
| D | adb_wrapper.md | 30 The output of the disable-verity command as a string. 55 The output of the enable-verity command as a string. 90 The output of adb forward --list as a string. 114 The device path (e.g. usb:3-4) 146 forward_lock: (optional) If set forward-locks the app. 147 allow_downgrade: (optional) If set, allows for downgrades. 165 forward_lock: (optional) If set forward-locks the app. 168 allow_downgrade: (optional) Allow versionCode downgrade. 295 Remounts the /system partition on the device read-write.
|
| D | device_utils.md | 31 Note that the -R recursive option is not supported by all Android 44 Note that the -R recursive option is not supported by all Android 179 A app-writeable path on the device's SD card. 250 application targets a pre-release SDK, this returns the version codename 304 Note: this path is read-only by apps in R+. Use GetAppWritablePath() to 507 Note that some devices do not allow this implicit privilige elevation, 542 allow_downgrade: A boolean indicating if we should allow downgrades. 575 allow_downgrade: A boolean indicating if we should allow downgrades. 628 Pre-L: 881 decrypt: A boolean indicating if we should wait for full-disk decryption [all …]
|
| /external/rust/crates/spin/src/ |
| D | rwlock.rs | 25 /// typically allows for read-only access (shared access). 29 /// allow concurrent access through readers. The RAII guards returned from the 31 /// to allow access to the contained of the lock. 41 /// This implementation is unfair to writers - if the lock always has readers, then no writers will 140 pub const fn new(data: T) -> Self { in new() 150 pub fn into_inner(self) -> T { in into_inner() 181 pub fn as_mut_ptr(&self) -> *mut T { in as_mut_ptr() 209 pub fn read(&self) -> RwLockReadGuard<T> { in read() 237 pub fn write(&self) -> RwLockWriteGuard<T, R> { in write() 249 pub fn upgradeable_read(&self) -> RwLockUpgradableGuard<T, R> { in upgradeable_read() [all …]
|
| /external/rust/crates/tokio/src/sync/rwlock/ |
| D | owned_write_guard.rs | 28 #[allow(dead_code)] // Unused fields are still used in Drop. 38 fn skip_drop(self) -> Inner<T> { in skip_drop() 86 pub fn map<F, U: ?Sized>(mut this: Self, f: F) -> OwnedRwLockMappedWriteGuard<T, U> in map() 88 F: FnOnce(&mut T) -> &mut U, in map() 135 pub fn downgrade_map<F, U: ?Sized>(this: Self, f: F) -> OwnedRwLockReadGuard<T, U> in downgrade_map() 137 F: FnOnce(&T) -> &U, in downgrade_map() 150 let to_release = (this.permits_acquired - 1) as usize; in downgrade_map() 213 ) -> Result<OwnedRwLockMappedWriteGuard<T, U>, Self> in try_map() 215 F: FnOnce(&mut T) -> Option<&mut U>, in try_map() 272 ) -> Result<OwnedRwLockReadGuard<T, U>, Self> in try_downgrade_map() [all …]
|
| D | write_guard.rs | 28 #[allow(dead_code)] // Unused fields are still used in Drop. 38 fn skip_drop(self) -> Inner<'a, T> { in skip_drop() 88 pub fn map<F, U: ?Sized>(mut this: Self, f: F) -> RwLockMappedWriteGuard<'a, U> in map() 90 F: FnOnce(&mut T) -> &mut U, in map() 143 pub fn downgrade_map<F, U: ?Sized>(this: Self, f: F) -> RwLockReadGuard<'a, U> in downgrade_map() 145 F: FnOnce(&T) -> &U, in downgrade_map() 158 let to_release = (this.permits_acquired - 1) as usize; in downgrade_map() 225 ) -> Result<RwLockMappedWriteGuard<'a, U>, Self> in try_map() 227 F: FnOnce(&mut T) -> Option<&mut U>, in try_map() 287 pub fn try_downgrade_map<F, U: ?Sized>(this: Self, f: F) -> Result<RwLockReadGuard<'a, U>, Self> in try_downgrade_map() [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
| D | cmake.yml | 4 ci-cmake: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 11 - name: Ubuntu 18.04 GCC 12 os: ubuntu-18.04 14 cxx-compiler: g++ 16 - name: Ubuntu GCC ASAN 17 os: ubuntu-latest 19 cxx-compiler: g++ 20 cmake-args: -DWITH_SANITIZER=Address [all …]
|
| /external/libwebsockets/READMEs/ |
| D | README.jit-trust.md | 3  14  25  37  47 and the host -> CA cert pre-trust requirement so future connections can work 52 All of the certificates publish a unique-enough personal "Subject Key ID" or 53 SKID blob. These are typically 20-byte hashes based on the cert public key. 61  75 Lws provides a bash script `./scripts/mozilla-trust-gen.sh` that can fetch the 77 it to three different forms to allow maintaining the trust bundle in different [all …]
|
| /external/libaom/av1/encoder/ |
| D | speed_features.h | 131 * Allow recode only for KF/ARF/GF frames 135 * Allow recode for all frame types based on bitrate constraints. 142 SUBPEL_TREE_PRUNED = 1, // Prunes 1/2-pel searches 143 SUBPEL_TREE_PRUNED_MORE = 2, // Prunes 1/2-pel searches more aggressively 150 // Try the full image filter search with non-dual filter only. 202 // similar, but applies much more aggressive pruning to get better speed-up 220 // Turns off multi-winner mode. So we will do txfm search on either all modes 238 PRUNE_NEARMV_LEVEL1 = 1, // Prune nearmv for qindex (0-85) 239 PRUNE_NEARMV_LEVEL2 = 2, // Prune nearmv for qindex (0-170) 240 PRUNE_NEARMV_LEVEL3 = 3, // Prune nearmv more aggressively for qindex (0-170) [all …]
|
| /external/chromium-trace/catapult/devil/devil/android/sdk/ |
| D | adb_wrapper.py | 2 # Use of this source code is governed by a BSD-style license that can be 11 # pylint: disable=import-error 12 # pylint: disable=no-name-in-module 32 import dependency_manager # pylint: disable=import-error 45 _EMULATOR_RE = re.compile(r'^emulator-[0-9]+$') 52 _WAITING_FOR_DEVICE_RE = re.compile(r'- waiting for device -') 82 devil_env.config.LocalPath('android_sdk'), 'platform-tools', 'adb') 93 # pylint: disable=protected-access 193 self._cmd = [AdbWrapper.GetAdbPath(), '-s', serial, 'shell'] 208 # pylint: disable=protected-access [all …]
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| D | device_utils.py | 2 # Use of this source code is governed by a BSD-style license that can be 5 # pylint: disable=unused-argument 92 if [ -d "$dir" ]; then 113 chmod -R 777 "$dir" || exit 1 189 # Regex to parse the long (-l) output of 'ls' command, c.f. 193 r'(?P<st_mode>[\w-]{10})\s+' # File permissions 203 r'(?P<st_mtime>\d{4}-\d\d-\d\d \d\d:\d\d)\s+' # Modification date/time 205 r'(?: -> (?P<symbolic_link_to>.+))?' # Symbolic link (optional) 210 _LS_DATE_FORMAT = '%Y-%m-%d %H:%M' 211 _FILE_MODE_RE = re.compile(r'[dbclps-](?:[r-][w-][xSs-]){2}[r-][w-][xTt-]$') [all …]
|
| /external/clang/docs/ |
| D | UsersManual.rst | 11 The Clang Compiler is an open-source compiler for the C family of 14 allowing it to provide high-quality optimization and code generation 20 for an end-user, documenting the supported features, command line 23 `Clang Static Analyzer <http://clang-analyzer.llvm.org>`_, please see its web 27 which includes :ref:`C <c>`, :ref:`Objective-C <objc>`, :ref:`C++ <cxx>`, and 28 :ref:`Objective-C++ <objcxx>` as well as many dialects of those. For 29 language-specific information, please see the corresponding language 32 - :ref:`C Language <c>`: K&R C, ANSI C89, ISO C90, ISO C94 (C89+AMD1), ISO 34 - :ref:`Objective-C Language <objc>`: ObjC 1, ObjC 2, ObjC 2.1, plus 36 - :ref:`C++ Language <cxx>` [all …]
|
| /external/skia/src/core/ |
| D | SkCanvas.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 91 * - rect does not contain the canvas' bounds in SK_MAKE_BITMASK_OPS() 92 * - paint is not fill in SK_MAKE_BITMASK_OPS() 93 * - paint would blur or otherwise change the coverage of the rect in SK_MAKE_BITMASK_OPS() 104 const SkISize size = this->getBaseLayerSize(); in SK_MAKE_BITMASK_OPS() 109 const SkDevice* root = this->rootDevice(); in SK_MAKE_BITMASK_OPS() 110 const SkDevice* top = this->topDevice(); in SK_MAKE_BITMASK_OPS() 114 if (!root->isClipWideOpen()) { in SK_MAKE_BITMASK_OPS() 120 if (!this->getTotalMatrix().isScaleTranslate()) { in SK_MAKE_BITMASK_OPS() 125 this->getTotalMatrix().mapRectScaleTranslate(&devRect, *rect); in SK_MAKE_BITMASK_OPS() [all …]
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMAsmPrinter.cpp | 1 //===-- ARMAsmPrinter.cpp - Print machine code to an ARM .s file ----------===// 8 //===----------------------------------------------------------------------===// 11 // of machine-dependent LLVM code to GAS-format ARM assembly language. 13 //===----------------------------------------------------------------------===// 57 #define DEBUG_TYPE "asm-printer" 62 InConstantPool(false), OptimizationGoals(-1) {} in ARMAsmPrinter() 70 OutStreamer->EmitDataRegion(MCDR_DataRegionEnd); in EmitFunctionBodyEnd() 74 if (AFI->isThumbFunction()) { in EmitFunctionEntryLabel() 75 OutStreamer->EmitAssemblerFlag(MCAF_Code16); in EmitFunctionEntryLabel() 76 OutStreamer->EmitThumbFunc(CurrentFnSym); in EmitFunctionEntryLabel() [all …]
|
| /external/boringssl/src/ssl/test/runner/ |
| D | handshake_server.go | 2 // Use of this source code is governed by a BSD-style 85 // For an overview of TLS handshaking, see https://tools.ietf.org/html/rfc5246#section-7.3 103 // leg of the handshake is retransmited upon re-receiving a 106 c.sendHandshakeSeq-- 442 return errors.New("tls: expected non-empty session ID from client") 468 // zeros. See draft-ietf-tls-esni-13, section 5.2. 469 aad := make([]byte, len(helloOuter.raw)-4) 471 copy(aad[helloOuter.echPayloadEnd-4:], helloOuter.raw[helloOuter.echPayloadEnd:]) 507 // ClientHelloInner should omit TLS-1.2-only extensions. 509 return nil, errors.New("tls: ClientHelloInner included a TLS-1.2-only extension") [all …]
|
| /external/cronet/third_party/boringssl/src/ssl/test/runner/ |
| D | handshake_server.go | 2 // Use of this source code is governed by a BSD-style 85 // For an overview of TLS handshaking, see https://tools.ietf.org/html/rfc5246#section-7.3 103 // leg of the handshake is retransmited upon re-receiving a 106 c.sendHandshakeSeq-- 442 return errors.New("tls: expected non-empty session ID from client") 468 // zeros. See draft-ietf-tls-esni-13, section 5.2. 469 aad := make([]byte, len(helloOuter.raw)-4) 471 copy(aad[helloOuter.echPayloadEnd-4:], helloOuter.raw[helloOuter.echPayloadEnd:]) 507 // ClientHelloInner should omit TLS-1.2-only extensions. 509 return nil, errors.New("tls: ClientHelloInner included a TLS-1.2-only extension") [all …]
|
| /external/curl/lib/ |
| D | multi.c | 21 * SPDX-License-Identifier: curl 60 to 911 takes on a 32-bit machine 4 x 804 = 3211 more bytes. Still, every 61 CURL handle takes 45-50 K memory, therefore this 3K are not significant. 82 (((x) && (x)->magic == CURL_MULTI_HANDLE)? TRUE: \ 86 ((x) && (x)->magic == CURL_MULTI_HANDLE) 130 data->req.chunk = FALSE; in before_perform() 151 CURLMstate oldstate = data->mstate; in mstate() 181 data->mstate = state; in mstate() 184 if(data->mstate >= MSTATE_PENDING && in mstate() 185 data->mstate < MSTATE_COMPLETED) { in mstate() [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
| D | sqlite3.h | 2 ** 2001-09-15 13 ** presents to client programs. If a C-function, structure, datatype, 24 ** The official C-language API documentation for SQLite is derived 69 ** that require non-default calling conventions. 94 ** These no-op macros are used in front of interfaces to mark those 96 ** should not use deprecated interfaces - they are supported for backwards 120 ** CAPI3REF: Compile-Time Library Version Numbers 136 ** <a href="http://www.fossil-scm.org/">Fossil configuration management 138 ** a string which identifies a particular check-in of SQLite 140 ** string contains the date and time of the check-in (UTC) and a SHA1 [all …]
|