| /third_party/opencl-headers/.github/workflows/ |
| D | linux.yml | 7 runs-on: ubuntu-18.04 8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127 19 - C_COMPILER: gcc-7 20 CXX_COMPILER: g++-7 23 CONFIG: Debug 25 - C_COMPILER: gcc-7 26 CXX_COMPILER: g++-7 29 CONFIG: Release 31 - C_COMPILER: gcc-7 32 CXX_COMPILER: g++-7 [all …]
|
| D | windows.yml | 7 runs-on: windows-latest 16 - VER: v141 18 GEN: Ninja Multi-Config 22 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip 28 - uses: actions/checkout@v2 30 - name: Cache Ninja install 31 if: matrix.GEN == 'Ninja Multi-Config' 32 id: ninja-install 37 key: ${{runner.os}}-ninja-${{env.NINJA_URL}} 39 - name: Install Ninja [all …]
|
| D | macos.yml | 7 runs-on: macos-latest 11 GEN: [Xcode, Ninja Multi-Config] 15 - name: Checkout OpenCL-Headers 18 - name: Create Build Environment 21 cmake -E make_directory $GITHUB_WORKSPACE/build; 22 cmake -E make_directory $GITHUB_WORKSPACE/install; 23 …if [[ "${{matrix.GEN}}" == "Ninja Multi-Config" && ! `which ninja` ]]; then brew install ninja; fi; 25 cmake --version 27 - name: Configure CMake 30 -G "${{matrix.GEN}}" [all …]
|
| /third_party/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 …]
|
| D | resolver_component_tests_runner.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # This file is auto-generated 27 argp = argparse.ArgumentParser(description='Run c-ares resolver tests') 28 argp.add_argument('--test_bin_path', default=None, type=str, 30 argp.add_argument('--dns_server_bin_path', default=None, type=str, 32 argp.add_argument('--records_config_path', default=None, type=str, 35 argp.add_argument('--dns_server_port', default=None, type=int, 37 argp.add_argument('--dns_resolver_bin_path', default=None, type=str, 39 argp.add_argument('--tcp_connect_bin_path', default=None, type=str, 41 argp.add_argument('--extra_args', default='', type=str, [all …]
|
| /third_party/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 20 PEM-encoded certificate or private key and deleting a random character in the 21 body of the PEM-encoding. 26 The ca is self-signed: 27 ---------------------- 29 $ openssl req -x509 -new -newkey rsa:2048 -nodes -keyout ca.key -out ca.pem \ 30 -config ca-openssl.cnf -days 3650 -extensions v3_req 34 ----------------------- [all …]
|
| /third_party/rust/crates/codespan/codespan-reporting/src/term/ |
| D | config.rs | 7 pub struct Config { struct 30 impl Default for Config { argument 31 fn default() -> Config { in default() 32 Config { in default() 58 /// error[E0002]: Bad config found 69 /// error[E0002]: Bad config found 76 /// error[E0002]: Bad config found 135 pub fn header(&self, severity: Severity) -> &ColorSpec { in header() 146 pub fn label(&self, severity: Severity, label_style: LabelStyle) -> &ColorSpec { in label() 158 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 …]
|
| /third_party/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 …]
|
| /third_party/icu/ |
| D | .gitignore | 36 bazel-* 42 output-*.cpp 43 perf-*.xml 44 test-*.xml 53 Generated[!!-~]Files/ 75 build-local.properties 87 icu4c/source/perf-*.xml 92 icu4c/source/test-*.xml 99 tools/multi/packages/*.jar 129 icu4c/source/config.cache [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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 57 …de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(co… 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 …]
|
| D | vktSynchronizationBasicSemaphoreTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 65 …phore(Context& context, const DeviceInterface& vk, const VkDevice device, const TestConfig& config) in createTestSemaphore() argument 67 …if (config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE && !context.getTimelineSemaphoreFeatures().… in createTestSemaphore() 70 …return Move<VkSemaphore>(config.useTypeCreate ? createSemaphoreType(vk, device, config.semaphoreTy… in createTestSemaphore() 75 tcu::TestStatus basicOneQueueCase (Context& context, const TestConfig config) in basicOneQueueCase() argument 77 …::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(co… in basicOneQueueCase() 82 const Unique<VkSemaphore> semaphore (createTestSemaphore(context, vk, device, config)); in basicOneQueueCase() [all …]
|
| /third_party/vk-gl-cts/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 57 …de::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(co… 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 …]
|
| D | vktSynchronizationBasicSemaphoreTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 65 …phore(Context& context, const DeviceInterface& vk, const VkDevice device, const TestConfig& config) in createTestSemaphore() argument 67 …if (config.semaphoreType == VK_SEMAPHORE_TYPE_TIMELINE && !context.getTimelineSemaphoreFeatures().… in createTestSemaphore() 70 …return Move<VkSemaphore>(config.useTypeCreate ? createSemaphoreType(vk, device, config.semaphoreTy… in createTestSemaphore() 75 tcu::TestStatus basicOneQueueCase (Context& context, const TestConfig config) in basicOneQueueCase() argument 77 …::MovePtr<VideoDevice> videoDevice (config.videoCodecOperationFlags != 0 ? new VideoDevice(co… in basicOneQueueCase() 82 const Unique<VkSemaphore> semaphore (createTestSemaphore(context, vk, device, config)); in basicOneQueueCase() [all …]
|
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/skia/third_party/externals/freetype/builds/ |
| D | freetype.mk | 2 # FreeType 2 library sub-Makefile 6 # Copyright (C) 1996-2021 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 …]
|
| /third_party/selinux/libselinux/man/man8/ |
| D | selinux.8 | 3 SELinux \- Security-Enhanced Linux (SELinux) 6 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 …]
|
| /third_party/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 …]
|
| /third_party/curl/packages/vms/ |
| D | stage_curl_install.com | 8 $! [usr.bin]curl-config. 15 $! [usr.include.curl]multi.h 17 $! [usr.include.curl]typecheck-gcc.h 19 $! [usr.share.man.man1]curl-config.1 39 $! SPDX-License-Identifier: ISC 60 $! If we are staging files, make sure that the libcurl.pc and curl-config 64 $ if f$search("[--]libcurl.pc") .eqs. "" 68 $ if f$search("[--]curl-config") .eqs. "" 70 $ @build_curl-config_script.com 76 $!------------------ [all …]
|
| /third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/ |
| D | CMakeLists.txt | 1 project(lws-minimal-mqtt-client-multi C) 3 find_package(libwebsockets CONFIG REQUIRED) 8 set(SAMP lws-minimal-mqtt-client-multi) 9 set(SRCS minimal-mqtt-client-multi.c)
|
| /third_party/curl/src/ |
| D | tool_operate.c | 21 * SPDX-License-Identifier: curl 108 struct OperationConfig *config, 192 switch(stat_buf->st_fab_rfm) { in VmsSpecialSize() 198 return stat_buf->st_size; in VmsSpecialSize() 222 transfersl->next = p; in add_per_transfer() 224 p->prev = transfersl; in add_per_transfer() 245 n = per->next; in del_per_transfer() 246 p = per->prev; in del_per_transfer() 249 p->next = n; in del_per_transfer() 254 n->prev = p; in del_per_transfer() [all …]
|
| /third_party/alsa-lib/ |
| D | .gitignore | 4 config.log 5 config.cache 6 config.status 7 config.guess 8 config.sub 10 config.h.in 15 test-driver 20 install-sh 31 include/config.h 32 include/stamp-h1 [all …]
|
| /third_party/rust/rust/compiler/rustc_interface/src/ |
| D | interface.rs | 17 use rustc_session::config::{self, CheckCfg, ExpectedValues, Input, OutFileName, OutputFilenames}; 35 /// Created by passing [`Config`] to [`run_compiler`]. 44 pub fn session(&self) -> &Lrc<Session> { in session() 47 pub fn codegen_backend(&self) -> &Lrc<dyn CodegenBackend> { in codegen_backend() 50 pub fn register_lints(&self) -> &Option<Box<dyn Fn(&Session, &mut LintStore) + Send + Sync>> { in register_lints() 57 ) -> OutputFilenames { in build_output_filenames() 63 pub fn set_thread_safe_mode(sopts: &config::UnstableOptions) { in set_thread_safe_mode() 67 /// Converts strings provided as `--cfg [cfgspec]` into a `crate_cfg`. 71 ) -> FxHashSet<(String, Option<String>)> { in parse_cfgspecs() 77 "this error occurred on the command line: `--cfg={s}`" in parse_cfgspecs() [all …]
|
| /third_party/rust/crates/clap/clap_complete/tests/ |
| D | common.rs | 3 pub fn basic_command(name: &'static str) -> clap::Command { in basic_command() 6 clap::Arg::new("config") in basic_command() 14 .conflicts_with("config") in basic_command() 26 pub fn feature_sample_command(name: &'static str) -> clap::Command { in feature_sample_command() 37 clap::Arg::new("config") in feature_sample_command() 39 .help("some config file") in feature_sample_command() 42 .long("config") in feature_sample_command() 56 pub fn special_commands_command(name: &'static str) -> clap::Command { in special_commands_command() 62 clap::Arg::new("config") in special_commands_command() 63 .long("config") in special_commands_command() [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | disable.md | 1 --- 3 SPDX-License-Identifier: curl 9 Multi: boolean 10 See-also: 11 - config 13 - -q $URL 14 --- 16 # `--disable` 18 If used as the **first** parameter on the command line, the *curlrc* config 19 file is not read or used. See the --config for details on the default config
|