| /third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
| D | SystemInfo_vulkan.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 18 #include "common/angleutils.h" 19 #include "common/debug.h" 20 #include "common/system_utils.h" 21 #include "common/vulkan/libvulkan_loader.h" 47 // If Vulkan doesn't exist, bail-out early: in getVulkanInstance() 96 return reinterpret_cast<Func>(mLibVulkan->getSymbol(fn)); in getProc() 135 // If Vulkan doesn't exist, bail-out early: in GetSystemInfoVulkanWithICD() 158 info->gpus.resize(physicalDeviceCount); in GetSystemInfoVulkanWithICD() 162 VkPhysicalDeviceProperties properties; in GetSystemInfoVulkanWithICD() local [all …]
|
| /third_party/node/test/parallel/ |
| D | test-net-after-close.js | 4 // copy of this software and associated documentation files (the 5 // "Software"), to deal in the Software without restriction, including 7 // distribute, sublicense, and/or sell copies of the Software, and to permit 8 // persons to whom the Software is furnished to do so, subject to the 12 // in all copies or substantial portions of the Software. 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 19 // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 20 // USE OR OTHER DEALINGS IN THE SOFTWARE. 23 const common = require('../common'); constant 27 const server = net.createServer(common.mustCall((s) => { [all …]
|
| D | test-net-during-close.js | 4 // copy of this software and associated documentation files (the 5 // "Software"), to deal in the Software without restriction, including 7 // distribute, sublicense, and/or sell copies of the Software, and to permit 8 // persons to whom the Software is furnished to do so, subject to the 12 // in all copies or substantial portions of the Software. 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 19 // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 20 // USE OR OTHER DEALINGS IN THE SOFTWARE. 23 const common = require('../common'); constant 30 server.listen(0, common.mustCall(function() { [all …]
|
| D | test-repl-tab-complete.js | 4 // copy of this software and associated documentation files (the 5 // "Software"), to deal in the Software without restriction, including 7 // distribute, sublicense, and/or sell copies of the Software, and to permit 8 // persons to whom the Software is furnished to do so, subject to the 12 // in all copies or substantial portions of the Software. 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 19 // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 20 // USE OR OTHER DEALINGS IN THE SOFTWARE. 24 const common = require('../common'); constant 25 const ArrayStream = require('../common/arraystream'); [all …]
|
| D | test-cluster-worker-kill.js | 4 // copy of this software and associated documentation files (the 5 // "Software"), to deal in the Software without restriction, including 7 // distribute, sublicense, and/or sell copies of the Software, and to permit 8 // persons to whom the Software is furnished to do so, subject to the 12 // in all copies or substantial portions of the Software. 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 19 // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 20 // USE OR OTHER DEALINGS IN THE SOFTWARE. 23 // test-cluster-worker-kill.js 25 // - the parent receives the proper events in the proper order, no duplicates [all …]
|
| D | test-cluster-worker-exit.js | 4 // copy of this software and associated documentation files (the 5 // "Software"), to deal in the Software without restriction, including 7 // distribute, sublicense, and/or sell copies of the Software, and to permit 8 // persons to whom the Software is furnished to do so, subject to the 12 // in all copies or substantial portions of the Software. 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 19 // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 20 // USE OR OTHER DEALINGS IN THE SOFTWARE. 23 // test-cluster-worker-exit.js 25 // - the parent receives the proper events in the proper order, no duplicates [all …]
|
| D | test-process-env.js | 4 // copy of this software and associated documentation files (the 5 // "Software"), to deal in the Software without restriction, including 7 // distribute, sublicense, and/or sell copies of the Software, and to permit 8 // persons to whom the Software is furnished to do so, subject to the 12 // in all copies or substantial portions of the Software. 14 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 19 // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 20 // USE OR OTHER DEALINGS IN THE SOFTWARE. 24 const common = require('../common'); constant 28 if (process.argv[2] === 'you-are-the-child') { [all …]
|
| /third_party/openssl/crypto/property/ |
| D | README.md | 1 Selecting algorithm implementations by properties 4 Properties are associated with algorithms and are used to select between 14 * Providers will often give the same implementation properties to most or 16 across an entire provider. Likewise for, hardware, accelerated, software, 22 * ... property queries are very common. These must be fast. 32 * That definition is uncommon and queries are very common, we can treat 38 values) of all properties and to reference these instead of duplicating 42 properties can be sorted by the string index which makes comparisons linear 43 time rather than quadratic time - the O(n log n) sort cost being amortised. 46 properties are used and not algorithm properties, or at least these are [all …]
|
| /third_party/pulseaudio/src/modules/ |
| D | module-zeroconf-discover.c | 4 Copyright 2004-2006 Lennart Poettering 6 PulseAudio is free software; you can redistribute it and/or modify 8 published by the Free Software Foundation; either version 2.1 of the 29 #include <avahi-client/client.h> 30 #include <avahi-client/lookup.h> 31 #include <avahi-common/alternative.h> 32 #include <avahi-common/error.h> 33 #include <avahi-common/domain.h> 34 #include <avahi-common/malloc.h> 38 #include <pulsecore/core-util.h> [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
| D | SystemInfo_android.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 7 // SystemInfo_android.cpp: implementation of the Android-specific parts of SystemInfo.h 17 #include "common/angleutils.h" 18 #include "common/debug.h" 46 // If Vulkan doesn't exist, bail-out early: in getVulkanInstance() 132 GetAndroidSystemProperty("ro.product.manufacturer", &info->machineManufacturer) && in GetSystemInfo() 135 GetAndroidSystemProperty("ro.product.model", &info->machineModelName) && isFullyPopulated; in GetSystemInfo() 145 // If Vulkan doesn't exist, bail-out early: in GetSystemInfo() 168 info->gpus.resize(physicalDeviceCount); in GetSystemInfo() 172 VkPhysicalDeviceProperties properties; in GetSystemInfo() local [all …]
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | AdapterDiscoveryTests.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 15 #include "common/GPUInfo.h" 16 #include "common/Platform.h" 17 #include "common/SystemUtils.h" 60 wgpu::AdapterProperties properties; in TEST() local 61 adapter.GetProperties(&properties); in TEST() 63 EXPECT_EQ(properties.backendType, wgpu::BackendType::Vulkan); in TEST() 64 EXPECT_EQ(properties.adapterType, wgpu::AdapterType::CPU); in TEST() 65 EXPECT_TRUE(gpu_info::IsSwiftshader(properties.vendorID, properties.deviceID)); in TEST() [all …]
|
| /third_party/icu/docs/userguide/ |
| D | posix.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 57 graphic characters available in US-ASCII — can be reliably accessed via 68 US-ASCII characters, but any software that uses non-ASCII characters becomes 69 platform-dependent. It is practically impossible to provide sophisticated 75 work for non-trivial cases. [all …]
|
| /third_party/skia/third_party/externals/dawn/src/fuzzers/ |
| D | DawnWireServerAndFrontendFuzzer.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 17 #include "common/Assert.h" 29 std::vector<dawn_native::Adapter> adapters = instance->GetAdapters(); in LLVMFuzzerTestOneInput() 33 wgpu::AdapterProperties properties; in LLVMFuzzerTestOneInput() local 34 adapter.GetProperties(&properties); in LLVMFuzzerTestOneInput() 36 if (properties.backendType == wgpu::BackendType::Null) { in LLVMFuzzerTestOneInput()
|
| /third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
| D | analog-input-mic.conf.common | 3 # PulseAudio is free software; you can redistribute it and/or modify 5 # published by the Free Software Foundation; either version 2.1 of the 16 ; Common element for all microphone inputs 18 ; See analog-output.conf.common for an explanation on the directives 20 [Properties] 21 device.icon_name = audio-input-microphone 60 name = input-microphone
|
| D | analog-output-headphones-2.conf | 3 # PulseAudio is free software; you can redistribute it and/or modify 5 # published by the Free Software Foundation; either version 2.1 of the 16 ; Path for the second headphone output on dual-headphone machines. 18 ; See analog-output.conf.common for an explanation on the directives 23 [Properties] 24 device.icon_name = audio-headphones 28 required-any = any 32 required-any = any 37 override-map.1 = all 38 override-map.2 = all-left,all-right [all …]
|
| D | analog-output-headphones.conf | 3 # PulseAudio is free software; you can redistribute it and/or modify 5 # published by the Free Software Foundation; either version 2.1 of the 18 ; See analog-output.conf.common for an explanation on the directives 22 description-key = analog-output-headphones 24 [Properties] 25 device.icon_name = audio-headphones 28 required-any = any 31 required-any = any 36 required-any = any 40 required-any = any [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | create-rootfs.sh | 3 set -ex 6 ARCH_PACKAGES="firmware-qcom-media 7 firmware-linux-nonfree 10 libglu1-mesa 11 libvulkan-dev 15 apt-get -y install --no-install-recommends wget gnupg2 software-properties-common 16 apt-key add /llvm-snapshot.gpg.key 17 add-apt-repository "deb https://apt.llvm.org/bullseye/ llvm-toolchain-bullseye-13 main" 19 ARCH_PACKAGES="firmware-amd-graphics 20 inetutils-syslogd [all …]
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/docs/ |
| D | usermanual-utilities.xml | 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 4 <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> 11 main APIs. These include a set of command-line tools, a set of 12 lower-level APIs for common data types that may be of interest to 17 <section id="utilities-command-line-tools"> 18 <title>Command-line tools</title> 20 HarfBuzz include three command-line tools: 21 <program>hb-shape</program>, <program>hb-view</program>, and 22 <program>hb-subset</program>. They can be used to examine [all …]
|
| /third_party/lz4/.circleci/images/primary/ |
| D | Dockerfile | 1 FROM circleci/buildpack-deps:bionic 3 RUN sudo apt-get -y -qq update 4 RUN sudo apt-get -y install software-properties-common 5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 6 RUN sudo apt-get -y install cmake 7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm 8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386 9 RUN sudo apt-get -y install clang clang-tools 10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6 11 RUN sudo apt-get -y install valgrind [all …]
|
| /third_party/skia/third_party/externals/dawn/examples/ |
| D | SampleUtils.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 17 #include "common/Assert.h" 18 #include "common/Log.h" 19 #include "common/Platform.h" 20 #include "common/SystemUtils.h" 58 dawn::ErrorLog() << "GLFW error: " << code << " - " << message; in PrintGLFWError() 119 std::vector<dawn_native::Adapter> adapters = instance->GetAdapters(); in CreateCppDawnDevice() 121 [](const dawn_native::Adapter adapter) -> bool { in CreateCppDawnDevice() 122 wgpu::AdapterProperties properties; in CreateCppDawnDevice() local [all …]
|
| /third_party/gstreamer/gstreamer/data/bash-completion/completions/ |
| D | gst-launch-1.0 | 4 # bash/zsh completion support for gst-launch 6 # This library is free software; you can redistribute it and/or 8 # License as published by the Free Software Foundation; either 18 # Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, 19 # Boston, MA 02110-1301, USA. 23 if [[ ! -f $_GST_HELPERDIR/gst ]]; then 24 _GST_HELPERDIR="$(pkg-config --variable=bashhelpersdir gstreamer-1.0)" 29 # Common definitions 34 _gst_all_arguments gst-launch-1.0 39 COMPREPLY=( $(compgen -W "$($_GST_HELPER --compatible-with $previous_element)" -- $cur) ) [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Features.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 17 #include "common/Assert.h" 18 #include "common/BitSetIterator.h" 35 {"texture-compression-bc", "Support Block Compressed (BC) texture formats", 39 {"texture-compression-etc2", 45 {"texture-compression-astc", 51 {"shader-float16", 56 {"pipeline-statistics-query", "Support Pipeline Statistics Query", 60 {"timestamp-query", "Support Timestamp Query", [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | VulkanInfo.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 9 // Unless required by applicable law or agreed to in writing, software 18 #include "common/ityp_array.h" 19 #include "common/vulkan_platform.h" 31 // Global information - gathered before the instance is created 48 // Device information - gathered before the device is created. 60 VkPhysicalDeviceProperties properties; member
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_physical_device.c | 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 8 * and/or sell copies of the Software, and to permit persons to whom the 9 * Software is furnished to do so, subject to the following conditions: 13 * Software. 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 21 * IN THE SOFTWARE. 36 vk_object_base_init(NULL, &pdevice->base, VK_OBJECT_TYPE_PHYSICAL_DEVICE); in vk_physical_device_init() 37 pdevice->instance = instance; in vk_physical_device_init() [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | dsd_tablegen.h | 8 * FFmpeg is free software; you can redistribute it and/or 10 * License as published by the Free Software Foundation; either 19 * License along with FFmpeg; if not, write to the Free Software 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 33 #include "libavutil/common.h" 36 * Properties of this 96-tap lowpass filter when applied on a signal 44 * spectrum below 70 kHz is practically alias-free. 53 * The 2nd half (48 coeffs) of a 96-tap symmetric lowpass filter 59 0.003883043418804416, -0.003284703416210726, -0.008080250212687497, 60 -0.01067241812471033, -0.01139427235000863, -0.0106813877974587, [all …]
|