| /external/cronet/net/data/ssl/scripts/ |
| D | generate-multi-root-test-chains.sh | 4 # Use of this source code is governed by a BSD-style license that can be 12 # +---+ +-----+ 14 # +---+ +-----+ 16 # +--v v--+ | 17 # +---+ +---+ 19 # +---+ +---+ 21 # v v---+ 22 # +-----+ 24 # +-----+ 27 # +---+ [all …]
|
| /external/OpenCL-Headers/.github/workflows/ |
| D | linux.yml | 5 paths-ignore: 6 - '**/*.md' 8 paths-ignore: 9 - '**/*.md' 13 runs-on: ubuntu-20.04 14 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127 25 - C_COMPILER: gcc-7 26 CXX_COMPILER: g++-7 29 CONFIG: Debug 31 - C_COMPILER: gcc-7 [all …]
|
| D | windows.yml | 5 paths-ignore: 6 - '**/*.md' 8 paths-ignore: 9 - '**/*.md' 13 runs-on: windows-latest 22 - VER: v141 24 GEN: Ninja Multi-Config 28 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip 34 - uses: actions/checkout@v3 36 - name: Cache Ninja install [all …]
|
| D | macos.yml | 5 paths-ignore: 6 - '**/*.md' 8 paths-ignore: 9 - '**/*.md' 13 runs-on: macos-11 17 GEN: [Xcode, Ninja Multi-Config] 21 - name: Checkout OpenCL-Headers 24 - name: Create Build Environment 27 cmake -E make_directory $GITHUB_WORKSPACE/build; 28 cmake -E make_directory $GITHUB_WORKSPACE/install; [all …]
|
| /external/grpc-grpc/test/cpp/naming/ |
| D | resolver_test_record_groups.yaml | 1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp. 4 - expected_addrs: 5 - {address: '5.5.5.5:443', is_balancer: false} 13 record_to_resolve: no-srv-ipv4-single-target 15 no-srv-ipv4-single-target: 16 - {TTL: '2100', data: 5.5.5.5, type: A} 17 - expected_addrs: 18 - {address: '1.2.3.4:1234', is_balancer: true} 26 record_to_resolve: srv-ipv4-single-target 28 _grpclb._tcp.srv-ipv4-single-target: [all …]
|
| /external/rust/crates/grpcio-sys/grpc/src/core/tsi/test_creds/ |
| D | README | 7 These are self-signed certificates: 9 $ openssl req -x509 -newkey rsa:2048 -keyout badserver.key -out badserver.pem \ 10 -days 3650 -nodes 19 The ca is self-signed: 20 ---------------------- 22 $ openssl req -x509 -new -newkey rsa:2048 -nodes -keyout ca.key -out ca.pem \ 23 -config ca-openssl.cnf -days 3650 -extensions v3_req 27 ----------------------- 29 $ openssl genrsa -out client.key.rsa 2048 30 $ openssl pkcs8 -topk8 -in client.key.rsa -out client.key -nocrypt [all …]
|
| /external/grpc-grpc/src/core/tsi/test_creds/ |
| D | README | 7 These are self-signed certificates: 9 $ openssl req -x509 -newkey rsa:2048 -keyout badserver.key -out badserver.pem \ 10 -days 3650 -nodes 19 The ca is self-signed: 20 ---------------------- 22 $ openssl req -x509 -new -newkey rsa:2048 -nodes -keyout ca.key -out ca.pem \ 23 -config ca-openssl.cnf -days 3650 -extensions v3_req 27 ----------------------- 29 $ openssl genrsa -out client.key.rsa 2048 30 $ openssl pkcs8 -topk8 -in client.key.rsa -out client.key -nocrypt [all …]
|
| /external/OpenCL-CLHPP/.github/workflows/ |
| D | windows.yml | 7 runs-on: windows-2022 12 GEN: [Visual Studio 17 2022, Ninja Multi-Config] 17 …ub.com/Kitware/CMake/releases/download/v${{matrix.CMAKE}}/cmake-${{matrix.CMAKE}}-windows-x86_64.z… 20 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip 24 - name: Checkout OpenCL-CLHPP 29 - name: Checkout OpenCL-Headers 32 repository: KhronosGroup/OpenCL-Headers 33 path: external/OpenCL-Headers 35 - name: Checkout OpenCL-ICD-Loader 38 repository: KhronosGroup/OpenCL-ICD-Loader [all …]
|
| D | macos.yml | 6 …{{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }}/ext… 9 macos-gcc: 10 #runs-on: macos-latest 11 runs-on: macos-11 # temporary, macos-latest only supports gcc-12 16 GEN: [Xcode, Ninja Multi-Config] 20 - name: Checkout OpenCL-CLHPP 25 - name: Checkout OpenCL-Headers 28 repository: KhronosGroup/OpenCL-Headers 29 path: external/OpenCL-Headers 31 - name: Checkout OpenCL-ICD-Loader [all …]
|
| /external/libconfig/debian/ |
| D | control | 4 Uploaders: Jose Luis Tallon <jltallon@adv-solutions.net> 5 Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo, g++ (>= 4:5) 6 Build-Depends-Indep: texlive-latex-base, texlive-fonts-recommended 7 Standards-Version: 3.9.6 13 Pre-Depends: ${misc:Pre-Depends} 15 Multi-Arch: same 18 both the C and C++ programming languages. It runs on modern POSIX-compliant 27 Pre-Depends: ${misc:Pre-Depends} 31 Multi-Arch: same 34 both the C and C++ programming languages. It runs on modern POSIX-compliant [all …]
|
| /external/curl/docs/libcurl/ |
| D | libcurl.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - libcurl-easy (3) 9 - libcurl-multi (3) 10 - libcurl-security (3) 11 - libcurl-thread (3) 13 - All 14 --- 18 libcurl - client-side URL transfers [all …]
|
| /external/rust/crates/codespan-reporting/src/term/ |
| D | config.rs | 7 pub struct Config { struct 34 impl Default for Config { argument 35 fn default() -> Config { in default() 36 Config { in default() 62 /// error[E0002]: Bad config found 73 /// error[E0002]: Bad config found 80 /// error[E0002]: Bad config found 139 pub fn header(&self, severity: Severity) -> &ColorSpec { in header() 150 pub fn label(&self, severity: Severity, label_style: LabelStyle) -> &ColorSpec { in label() 162 pub fn with_blue(blue: Color) -> Styles { in with_blue() [all …]
|
| D | renderer.rs | 7 use crate::term::{Chars, Config, Styles}; 11 /// The user-facing name of the file. 17 /// Single-line label, with an optional message. 24 /// A multi-line label to render. 28 /// Multi-line label top. 42 /// Left vertical labels for multi-line labels. 48 /// Multi-line label bottom, with an optional message. 87 /// snippet line ── │ 38 │ │ Brownie lemon drops chocolate jelly-o candy canes. Danish marzipan 89 /// │ │ │ ^^^^^^^^^^^^^^^^^^^ -------------------- blah blah 93 /// snippet line ── │ 40 │ │ Fruitcake jelly-o danish toffee. Tootsie roll pastry cheesecake [all …]
|
| /external/selinux/libselinux/man/ru/man8/ |
| D | selinux.8 | 3 SELinux \- Linux с улучшенной безопасностью от NSA (SELinux) 6 Linux с улучшенной безопасностью от NSA - это реализация гибкой архитектуры мандатного 10 Role-Based Access Control (управление доступом на основе ролей) и Multi-Level Security 15 .I /etc/selinux/config 17 устанавливать режим его работы - разрешительный или принудительный. Переменной 21 будет полностью отключён, система будет работать без какой-либо защиты SELinux. 28 дальнейшее выполнение операции после первого отказа, так и из-за того, что после 33 .I /etc/selinux/config 42 специально настроенном домене. Если используется политика MLS (Multi-Level Security), 50 .IR /etc/selinux/config . [all …]
|
| /external/swiftshader/third_party/marl/docs/ |
| D | scheduler.md | 5 - [`marl::Scheduler`](#marlscheduler) 6 - [Binding](#binding) 7 - [Fibers](#fibers) 8 - [Tasks](#tasks) 9 - [Workers](#workers) 10 - [`marl::Scheduler::Worker::run()`](#marlschedulerworkerrun) 11 - [`marl::Scheduler::Worker::runUntilIdle()`](#marlschedulerworkerrununtilidle) 12 - [`marl::Scheduler::Worker::waitForWork()`](#marlschedulerworkerwaitforwork) 13 - [`marl::Scheduler::Worker::spinForWork()`](#marlschedulerworkerspinforwork) 14 - [`marl::Scheduler::Worker::suspend()`](#marlschedulerworkersuspend) [all …]
|
| /external/webrtc/modules/audio_coding/neteq/ |
| D | neteq_stereo_unittest.cc | 4 * Use of this source code is governed by a BSD-style license 11 // Test to verify correct stereo and multi-channel operation. 42 // multi-channel input signal, where each channel is identical to the mono 45 // result is that each channel in the multi-channel output is identical to the 69 NetEq::Config config; in NetEqStereoTest() local 70 config.sample_rate_hz = sample_rate_hz_; in NetEqStereoTest() 73 neteq_mono_ = neteq_factory.CreateNetEq(config, decoder_factory, &clock_); in NetEqStereoTest() 74 neteq_ = neteq_factory.CreateNetEq(config, decoder_factory, &clock_); in NetEqStereoTest() 94 ASSERT_TRUE(neteq_mono_->RegisterPayloadType( in SetUp() 96 ASSERT_TRUE(neteq_->RegisterPayloadType( in SetUp() [all …]
|
| /external/fdlibm/ |
| D | makefile.in | 17 # _IEEE_LIBM --- IEEE libm; smaller, and somewhat faster 18 # _MULTI_LIBM --- Support multi-standard at runtime by 21 # _IEEE_MODE -- IEEE 22 # _XOPEN_MODE -- X/OPEN 23 # _POSIX_MODE -- POSIX/ANSI 24 # _SVID3_MODE -- SVID 29 # CFLAGS = -D_IEEE_LIBM ... IEEE libm (recommended) 30 # CFLAGS = -D_SVID3_MODE ... Multi-standard supported 33 # CFLAGS = -D_XOPEN_MODE ... Multi-standard supported 36 # CFLAGS = -D_POSIX_MODE ... Multi-standard supported [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationBasicFenceTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 55 tcu::TestStatus basicOneFenceCase(Context &context, FenceConfig config) in basicOneFenceCase() argument 58 …config.videoCodecOperationFlags != 0 ? new VideoDevice(context, config.videoCodecOperationFlags) :… in basicOneFenceCase() 116 void checkVideoSupport(Context &context, FenceConfig config) in checkVideoSupport() argument 118 if (config.videoCodecOperationFlags != 0) in checkVideoSupport() 119 VideoDevice::checkSupport(context, config.videoCodecOperationFlags); in checkVideoSupport() 122 void checkCommandBufferSimultaneousUseSupport(Context &context, FenceConfig config) in checkCommandBufferSimultaneousUseSupport() argument [all …]
|
| /external/pigweed/pw_sync_baremetal/ |
| D | BUILD.gn | 7 # https://www.apache.org/licenses/LICENSE-2.0 22 config("public_include_path") { 27 config("backend_config") { 36 # multi-threaded environments including IRQs, and is only meant to prevent 38 # multi-threading (SMP, SMT, etc). 60 # hardware multi-threading (SMP, SMT, etc). 81 # hardware multi-threading (SMP, SMT, etc).
|
| /external/webrtc/modules/audio_processing/agc2/ |
| D | clipping_predictor.h | 4 * Use of this source code is governed by a BSD-style license 23 // Frame-wise clipping prediction and clipped level step estimation. Analyzes 24 // 10 ms multi-channel frames and estimates an analog mic level decrease step 33 // Analyzes a 10 ms multi-channel audio frame. 37 // near-future and, if so, it returns a recommended analog mic level decrease 51 // Creates a ClippingPredictor based on the provided `config`. When enabled, 52 // the following must hold for `config`: 54 // Returns `nullptr` if `config.enabled` is false. 57 const AudioProcessing::Config::GainController1::AnalogGainController:: 58 ClippingPredictor& config);
|
| /external/freetype/builds/ |
| D | freetype.mk | 2 # FreeType 2 library sub-Makefile 6 # Copyright (C) 1996-2023 by 23 # PLATFORM_DIR The architecture-dependent directory, 38 # in the platform-specific configuration files. 65 # DISTCLEAN The sub-makefiles can append additional stuff to these two 72 # A, I, O, T Check `config.mk' for details. 78 .PHONY: single multi objects library refdoc refdoc-venv 80 # default target -- build single objects and library 84 # `multi' target -- build multiple objects and library 86 multi: objects library [all …]
|
| /external/tensorflow/tensorflow/core/distributed_runtime/ |
| D | rpcbench_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 49 workers->clear(); in MakeGRPCCluster() 53 workers->push_back(strings::StrCat("grpc://localhost:", port[i])); in MakeGRPCCluster() 58 auto iter = options.config.device_count().find("CPU"); in MakeGRPCCluster() 59 if (iter != options.config.device_count().end()) { in MakeGRPCCluster() 60 num_cpus = iter->second; in MakeGRPCCluster() 62 iter = options.config.device_count().find("GPU"); in MakeGRPCCluster() 63 if (iter != options.config.device_count().end()) { in MakeGRPCCluster() 64 num_gpus = iter->second; in MakeGRPCCluster() 69 worker_threads->Schedule([worker_idx, n, num_cpus, num_gpus, &port] { in MakeGRPCCluster() [all …]
|
| /external/grpc-grpc/test/core/event_engine/test_suite/tests/ |
| D | dns_test_record_groups.yaml | 1 resolver_tests_common_zone_name: dns-test.event-engine. 3 - records: 4 ipv4-only-multi-target: 5 - {TTL: '2100', data: 1.2.3.4, type: A} 6 - {TTL: '2100', data: 1.2.3.5, type: A} 7 - {TTL: '2100', data: 1.2.3.6, type: A} 8 ipv6-only-multi-target: 9 - {TTL: '2100', data: '2607:f8b0:400a:801::1002', type: AAAA} 10 - {TTL: '2100', data: '2607:f8b0:400a:801::1003', type: AAAA} 11 - {TTL: '2100', data: '2607:f8b0:400a:801::1004', type: AAAA} [all …]
|
| /external/selinux/libselinux/man/man8/ |
| D | selinux.8 | 3 SELinux \- NSA Security-Enhanced Linux (SELinux) 6 NSA Security-Enhanced Linux (SELinux) is an implementation of a 10 including those based on the concepts of Type Enforcement®, Role- 11 Based Access Control, and Multi-Level Security. Background 16 .I /etc/selinux/config 39 .I /etc/selinux/config 50 .I /etc/selinux/config 54 .I /etc/selinux/config 64 tailored to its operation. The MLS (Multi-Level Security) policy is designed 65 as a policy where all processes are partitioned into fine-grained security [all …]
|
| /external/sdv/vsomeip/third_party/boost/regex/doc/ |
| D | configuration.qbk | 2 Copyright 2006-2007 John Maddock. 14 with your compiler - the [@../../../config/index.html Boost.Config subsystem] should already take c… 16 or platform) then [@../../../config/index.html Boost.Config] has a configure script that you can ru… 25 * Have a C++17 compiler that supports `__has_include`, in this case if `<boost/config.hpp>` is *not… 29 The main difference between the 2 modes, is that when Boost.Config is present the library will auto… 31 turned off, you will either need a copy of Boost.Config in your include path, or else manually defi… 44 …imbued with an instance specific locale. This is the default behaviour on non-Windows platforms.]] 57 it's internal cache - memory blocks are taken from this cache rather than by calling 63 1 or 2, may be sufficient. On the other hand, on large multi-processor, 64 multi-threaded systems, you may find that a higher value is in order.]]
|