| /third_party/gstreamer/gstreamer/gst/ |
| D | gstcapsfeatures.c | 18 * Boston, MA 02110-1301, USA. 24 * @short_description: A set of features in caps 28 * for additional features for a specific #GstStructure. Caps structures with 29 * the same name but with a non-equal set of caps features are not compatible. 30 * If a pad supports multiple sets of features it has to add multiple equal 38 * are considered non-fixed and during negotiation some #GstCapsFeatures have 41 * Examples for caps features would be the requirement of a specific #GstMemory 42 * types or the requirement of having a specific #GstMeta on the buffer. Features 78 #define IS_MUTABLE(features) \ argument 79 (!features->parent_refcount || \ [all …]
|
| /third_party/boost/libs/contract/example/ |
| D | Jamfile.v2 | 2 # Copyright (C) 2008-2018 Lorenzo Caminiti 10 test-suite features : 11 [ boost_contract_build.subdir-run features : introduction_comments ] 12 [ boost_contract_build.subdir-run-cxx11 features : introduction ] 13 [ boost_contract_build.subdir-run-cxx11 features : introduction_public ] 15 [ boost_contract_build.subdir-run-cxx11 features : non_member ] 16 [ boost_contract_build.subdir-run-cxx11 features : lambda ] 17 [ boost_contract_build.subdir-run-cxx11 features : loop ] 18 [ boost_contract_build.subdir-run-cxx11 features : code_block ] 19 [ boost_contract_build.subdir-run-cxx11 features : public ] [all …]
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | vk_mandatory_format_support_capture_to_json.js | 3 * Use of this source code is governed by a BSD-style license that can be 17 // Map all features to indexes of squares. 18 $("#features-formats-mandatory-features-subbyte td").each(function() { 22 indexToFeatureMap[index--] = $(this).text(); 28 ["features-formats-mandatory-features-subbyte", 29 "features-formats-mandatory-features-2byte", 30 "features-formats-mandatory-features-4byte", 31 "features-formats-mandatory-features-10bit", 32 "features-formats-mandatory-features-16bit", 33 "features-formats-mandatory-features-32bit", [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/scripts/ |
| D | vk_mandatory_format_support_capture_to_json.js | 3 * Use of this source code is governed by a BSD-style license that can be 17 // Map all features to indexes of squares. 18 $("#features-formats-mandatory-features-subbyte td").each(function() { 22 indexToFeatureMap[index--] = $(this).text(); 28 ["features-formats-mandatory-features-subbyte", 29 "features-formats-mandatory-features-2byte", 30 "features-formats-mandatory-features-4byte", 31 "features-formats-mandatory-features-10bit", 32 "features-formats-mandatory-features-16bit", 33 "features-formats-mandatory-features-32bit", [all …]
|
| /third_party/uboot/u-boot-2020.01/board/gdsys/common/ |
| D | ioep-fpga.c | 1 // SPDX-License-Identifier: GPL-2.0+ 103 versions->video_channel = raw_versions & VERSIONS_FPGA_VIDEO_CHANNEL; in get_versions() 104 versions->con_side = raw_versions & VERSIONS_FPGA_CON_SIDE; in get_versions() 108 versions->pcb_video_type = PCB_DP_1_2; in get_versions() 112 versions->pcb_video_type = PCB_HDMI_2_0; in get_versions() 118 versions->pcb_transmission_type = PCB_FIBER_10G; in get_versions() 122 versions->pcb_transmission_type = PCB_CAT_10G; in get_versions() 126 versions->pcb_transmission_type = PCB_FIBER_3G; in get_versions() 130 versions->pcb_transmission_type = PCB_CAT_1G; in get_versions() 135 versions->hw_version = raw_versions & VERSIONS_HW_VER_MASK; in get_versions() [all …]
|
| /third_party/e2fsprogs/tests/u_revert_upgrade_to_64bitmcsum/ |
| D | script | 2 if test -x $RESIZE2FS_EXE -a -x $E2UNDO_EXE; then 4 TDB_FILE=${TMPDIR:-/tmp}/resize2fs-$(basename $TMPFILE).e2undo 6 rm -f $TDB_FILE >/dev/null 2>&1 19 …features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,sparse_super,filet… 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 33 MKE2FS_CONFIG=$CONF $MKE2FS -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 … 36 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')" 37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64… 38 echo "FS features: ${features}" >> $OUT 42 $FSCK -f -n $TMPFILE >> $OUT 2>&1 || fail=1 [all …]
|
| /third_party/e2fsprogs/tests/u_revert_64bitmcsum_onefile/ |
| D | script | 2 if test -x $RESIZE2FS_EXE -a -x $E2UNDO_EXE; then 4 TDB_FILE=${TMPDIR:-/tmp}/resize2fs-$(basename $TMPFILE).e2undo 6 rm -f $TDB_FILE >/dev/null 2>&1 19 …features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,sparse_super,filet… 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 33 MKE2FS_CONFIG=$CONF $MKE2FS -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 … 36 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')" 37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64… 38 echo "FS features: ${features}" >> $OUT 42 $FSCK -f -n $TMPFILE >> $OUT 2>&1 || fail=1 [all …]
|
| /third_party/json/doc/mkdocs/ |
| D | mkdocs.yml | 4 site_url: https://squidfunk.github.io/mkdocs-material/ 12 copyright: Copyright © 2013 - 2020 Niels Lohmann 24 features: 25 - tabs 26 - instant 29 - Home: 30 - index.md 31 - home/license.md 32 - "Code of Conduct": home/code_of_conduct.md 33 - "FAQ": home/faq.md [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | GCNProcessors.td | 1 //===-- GCNProcessors.td - GCN Processor definitions ----------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 def : ProcessorModel<"generic-hsa", NoSchedModel, 19 //===------------------------------------------------------------===// 21 //===------------------------------------------------------------===// 24 FeatureISAVersion6_0_0.Features 28 FeatureISAVersion6_0_0.Features 32 FeatureISAVersion6_0_1.Features 36 FeatureISAVersion6_0_1.Features [all …]
|
| /third_party/e2fsprogs/tests/u_onefile_bad/ |
| D | script | 2 if test -x $RESIZE2FS_EXE -a -x $E2UNDO_EXE; then 4 TDB_FILE=${TMPDIR:-/tmp}/resize2fs-$(basename $TMPFILE).e2undo 6 rm -f $TDB_FILE >/dev/null 2>&1 19 …features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,sparse_super,filet… 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 33 MKE2FS_CONFIG=$CONF $MKE2FS -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 … 36 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')" 37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64… 38 echo "FS features: ${features}" >> $OUT 42 $FSCK -f -n $TMPFILE >> $OUT 2>&1 || fail=1 [all …]
|
| /third_party/e2fsprogs/tests/u_revert_all_onefile/ |
| D | script | 2 if test -x $RESIZE2FS_EXE -a -x $E2UNDO_EXE; then 4 TDB_FILE=${TMPDIR:-/tmp}/resize2fs-$(basename $TMPFILE).e2undo 6 rm -f $TDB_FILE >/dev/null 2>&1 19 …features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize,sparse_super,filet… 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 33 MKE2FS_CONFIG=$CONF $MKE2FS -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 … 36 features="$($DUMPE2FS -h $TMPFILE 2> /dev/null | grep 'Filesystem features:')" 37 if [ "$(echo "${features}" | grep "metadata_csum" -c)" -gt 0 ] || [ "$(echo "${features}" | grep 64… 38 echo "FS features: ${features}" >> $OUT 42 $FSCK -f -n $TMPFILE >> $OUT 2>&1 || fail=1 [all …]
|
| /third_party/uboot/u-boot-2020.01/drivers/misc/ |
| D | ihs_fpga.c | 1 // SPDX-License-Identifier: GPL-2.0+ 6 * based on the ioep-fpga driver, which is 20 * struct ihs_fpga_priv - Private data structure for IHS FPGA driver 43 * enum pcb_video_type - Video type of the PCB 44 * @PCB_DVI_SL: Video type is DVI single-link 61 * enum pcb_transmission_type - Transmission type of the PCB 75 * enum carrier_speed - Speed of the FPGA's carrier 89 * enum ram_config - FPGA's RAM configuration 105 * enum sysclock - Speed of the FPGA's system clock 113 * struct fpga_versions - Data read from the versions register [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkPhysicalDevice.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 37 static const VkPhysicalDeviceFeatures features{ in getFeatures() local 99 return features; in getFeatures() 103 static void getPhysicalDeviceSamplerYcbcrConversionFeatures(T *features) in getPhysicalDeviceSamplerYcbcrConversionFeatures() argument 105 features->samplerYcbcrConversion = VK_TRUE; in getPhysicalDeviceSamplerYcbcrConversionFeatures() 109 static void getPhysicalDevice16BitStorageFeatures(T *features) in getPhysicalDevice16BitStorageFeatures() argument 111 features->storageBuffer16BitAccess = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() 112 features->storageInputOutput16 = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() 113 features->storagePushConstant16 = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() 114 features->uniformAndStorageBuffer16BitAccess = VK_FALSE; in getPhysicalDevice16BitStorageFeatures() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | ELFObjectFile.cpp | 1 //===- ELFObjectFile.cpp - ELF object file implementation -----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 98 SubtargetFeatures Features; in getMIPSFeatures() local 105 Features.AddFeature("mips2"); in getMIPSFeatures() 108 Features.AddFeature("mips3"); in getMIPSFeatures() 111 Features.AddFeature("mips4"); in getMIPSFeatures() 114 Features.AddFeature("mips5"); in getMIPSFeatures() 117 Features.AddFeature("mips32"); in getMIPSFeatures() [all …]
|
| /third_party/boost/tools/build/doc/src/ |
| D | reference.adoc | 12 file called `boost-build.jam`, first in the invocation directory, then 15 Unix BOOST_BUILD_PATH defaults to `/usr/share/boost-build`. When 17 location by calling the boost-build rule: 20 ---- 21 rule boost-build ( location ? ) 22 ---- 25 directory of `boost-build.jam`. The directory specified by that location 29 command-line or environment variable settings. For example, if the build 30 system files were located in a directory "build-system/" at your project 31 root, you might place a `boost-build.jam` at the project root [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | AArch64TargetParser.cpp | 1 //===-- AArch64TargetParser - Parser for AArch64 features -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file implements a target parser to recognise AArch64 hardware features 12 //===----------------------------------------------------------------------===// 23 return (Arch[1] - 48); in checkArchVersion() 63 std::vector<StringRef> &Features) { in getExtensionFeatures() argument 68 Features.push_back("+fp-armv8"); in getExtensionFeatures() 70 Features.push_back("+neon"); in getExtensionFeatures() 72 Features.push_back("+crc"); in getExtensionFeatures() [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-aat-map.cc | 33 #include "hb-aat-map.hh" 35 #include "hb-aat-layout.hh" 36 #include "hb-aat-layout-feat-table.hh" 41 if (!face->table.feat->has_data ()) return; in add_feature() 45 if (!face->table.feat->exposes_feature (HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES)) in add_feature() 47 feature_info_t *info = features.push(); in add_feature() 48 info->type = HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES; in add_feature() 49 info->setting = (hb_aat_layout_feature_selector_t) value; in add_feature() 50 info->seq = features.length; in add_feature() 51 info->is_exclusive = true; in add_feature() [all …]
|
| D | hb-ms-feature-ranges.cc | 28 #include "hb-ms-feature-ranges.hh" 31 hb_ms_setup_features (const hb_feature_t *features, in hb_ms_setup_features() argument 39 /* Sort features by start/end events. */ in hb_ms_setup_features() 44 feature.fea.tag_le = hb_uint32_swap (features[i].tag); in hb_ms_setup_features() 45 feature.fea.value = features[i].value; in hb_ms_setup_features() 51 event->index = features[i].start; in hb_ms_setup_features() 52 event->start = true; in hb_ms_setup_features() 53 event->feature = feature; in hb_ms_setup_features() 56 event->index = features[i].end; in hb_ms_setup_features() 57 event->start = false; in hb_ms_setup_features() [all …]
|
| /third_party/harfbuzz/src/ |
| D | hb-aat-map.cc | 33 #include "hb-aat-map.hh" 35 #include "hb-aat-layout.hh" 36 #include "hb-aat-layout-feat-table.hh" 41 if (!face->table.feat->has_data ()) return; in add_feature() 45 if (!face->table.feat->exposes_feature (HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES)) in add_feature() 47 feature_info_t *info = features.push(); in add_feature() 48 info->type = HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES; in add_feature() 49 info->setting = (hb_aat_layout_feature_selector_t) value; in add_feature() 50 info->seq = features.length; in add_feature() 51 info->is_exclusive = true; in add_feature() [all …]
|
| /third_party/node/deps/zlib/ |
| D | arm_features.c | 1 /* arm_features.c -- ARM processor features detection. 4 * Use of this source code is governed by a BSD-style license that can be 20 #include <cpu-features.h> 25 #include <zircon/features.h> 57 * See http://bit.ly/2CcoEsr for run-time detection of ARM features and also 63 uint64_t features = android_getCpuFeatures(); in _arm_check_features() local 64 arm_cpu_enable_crc32 = !!(features & ANDROID_CPU_ARM64_FEATURE_CRC32); in _arm_check_features() 65 arm_cpu_enable_pmull = !!(features & ANDROID_CPU_ARM64_FEATURE_PMULL); in _arm_check_features() 67 uint64_t features = android_getCpuFeatures(); in _arm_check_features() 68 arm_cpu_enable_crc32 = !!(features & ANDROID_CPU_ARM_FEATURE_CRC32); in _arm_check_features() [all …]
|
| /third_party/boost/libs/gil/ |
| D | fabscript | 1 # -*- python -*- 15 features += include('include') 16 features += define('BOOST_ALL_NO_LIB') # disable auto-linking 17 boost_prefix = options.get_with('boost-prefix') 18 boost_include = options.get_with('boost-include') 19 boost_lib = options.get_with('boost-lib') 20 boost_suffix = options.get_with('boost-suffix') 22 features += set(include(join(boost_prefix, 'include')), linkpath(join(boost_prefix, 'lib'))) 25 features += include(boost_include) 27 features += linkpath(boost_lib) [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLFeatureControlTest.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 63 EXPECT_EQ(nullptr, eglQueryStringiANGLE(mDisplay, EGL_FEATURE_NAME_ANGLE, -1)); in TEST_P() 73 display->getFeatures().size())); in TEST_P() 93 angle::FeatureList features = display->getFeatures(); in TEST_P() local 94 for (size_t i = 0; i < features.size(); i++) in TEST_P() 96 EXPECT_STREQ(features[i]->name, eglQueryStringiANGLE(mDisplay, EGL_FEATURE_NAME_ANGLE, i)); in TEST_P() 97 EXPECT_STREQ(FeatureCategoryToString(features[i]->category), in TEST_P() 99 EXPECT_STREQ(features[i]->description, in TEST_P() 101 EXPECT_STREQ(features[i]->bug, eglQueryStringiANGLE(mDisplay, EGL_FEATURE_BUG_ANGLE, i)); in TEST_P() 102 EXPECT_STREQ(FeatureStatusToString(features[i]->enabled), in TEST_P() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLFeatureControlTest.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 63 EXPECT_EQ(nullptr, eglQueryStringiANGLE(mDisplay, EGL_FEATURE_NAME_ANGLE, -1)); in TEST_P() 73 display->getFeatures().size())); in TEST_P() 93 angle::FeatureList features = display->getFeatures(); in TEST_P() local 94 for (size_t i = 0; i < features.size(); i++) in TEST_P() 96 EXPECT_STREQ(features[i]->name, eglQueryStringiANGLE(mDisplay, EGL_FEATURE_NAME_ANGLE, i)); in TEST_P() 97 EXPECT_STREQ(FeatureCategoryToString(features[i]->category), in TEST_P() 99 EXPECT_STREQ(features[i]->description, in TEST_P() 101 EXPECT_STREQ(features[i]->bug, eglQueryStringiANGLE(mDisplay, EGL_FEATURE_BUG_ANGLE, i)); in TEST_P() 102 EXPECT_STREQ(FeatureStatusToString(features[i]->enabled), in TEST_P() [all …]
|
| /third_party/gstreamer/gstreamer/docs/gst/html/ |
| D | GstCapsFeatures.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 11 <meta name="generator" content="GTK-Doc V1.28 (XML mode)"> 19 … <a href="#GstCapsFeatures.object-hierarchy" class="shortcut">Object Hierarchy</a></span> 31 <p>GstCapsFeatures — A set of features in caps</p> 48 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new" title="gst_caps_features_new ()">… 56 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-empty" title="gst_caps_features_ne… 64 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-any" title="gst_caps_features_new_… 72 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-id" title="gst_caps_features_new_i… 80 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-id-valist" title="gst_caps_feature… [all …]
|
| /third_party/skia/third_party/externals/zlib/ |
| D | cpu_features.c | 1 /* cpu_features.c -- Processor features detection. 4 * Use of this source code is governed by a BSD-style license that can be 21 /* crc32 is a baseline feature in ARMv8.1-A, and macOS running on arm64 is new 39 #include <cpu-features.h> 44 #include <zircon/features.h> 62 // features are known at build time, so don't call it. 63 // Do provide cpu_check_features() (with a no-op implementation) so that we 94 * See http://bit.ly/2CcoEsr for run-time detection of ARM features and also 100 uint64_t features = android_getCpuFeatures(); in _cpu_check_features() local 101 arm_cpu_enable_crc32 = !!(features & ANDROID_CPU_ARM64_FEATURE_CRC32); in _cpu_check_features() [all …]
|