| /external/angle/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 …]
|
| /external/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 …]
|
| /external/rust/crates/clap/ |
| D | Cargo.toml.orig | 12 license = "MIT OR Apache-2.0" 14 rust-version = "1.64.0" # MSRV 28 description = "A simple to use, efficient, and full-featured Command Line Argument Parser" 29 repository = "https://github.com/clap-rs/clap" 30 categories = ["command-line-interface"] 40 rust-version.workspace = true 44 features = ["unstable-doc"] 45 rustdoc-args = ["--cfg", "docsrs"] 46 cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] 49 features = ["unstable-doc"] [all …]
|
| D | Cargo.toml | 14 rust-version = "1.64.0" 26 description = "A simple to use, efficient, and full-featured Command Line Argument Parser" 35 categories = ["command-line-interface"] 36 license = "MIT OR Apache-2.0" 37 repository = "https://github.com/clap-rs/clap" 40 features = ["unstable-doc"] 41 rustdoc-args = [ 42 "--cfg", 45 cargo-args = [ 46 "-Zunstable-options", [all …]
|
| /external/cpu_features/test/ |
| D | cpuinfo_arm_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 29 EXPECT_TRUE(info.features.vfp); // triggered by vfpv3 in TEST() 30 EXPECT_TRUE(info.features.vfpv3); // triggered by neon in TEST() 31 EXPECT_TRUE(info.features.neon); in TEST() 32 EXPECT_TRUE(info.features.aes); in TEST() 33 EXPECT_TRUE(info.features.crc32); in TEST() 35 EXPECT_FALSE(info.features.vfpv4); in TEST() 36 EXPECT_FALSE(info.features.iwmmxt); in TEST() 37 EXPECT_FALSE(info.features.crunch); in TEST() 38 EXPECT_FALSE(info.features.thumbee); in TEST() [all …]
|
| /external/rust/crates/clap/3.2.23/ |
| D | Cargo.toml | 14 rust-version = "1.56.1" 26 description = "A simple to use, efficient, and full-featured Command Line Argument Parser" 35 categories = ["command-line-interface"] 36 license = "MIT OR Apache-2.0" 37 repository = "https://github.com/clap-rs/clap" 40 features = ["unstable-doc"] 41 rustdoc-args = [ 42 "--cfg", 45 cargo-args = [ 46 "-Zunstable-options", [all …]
|
| /external/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 …]
|
| /external/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 …]
|
| /external/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 …]
|
| /external/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 …]
|
| /external/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 …]
|
| /external/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 …]
|
| /external/angle/include/platform/ |
| D | vk_features.json | 4 "Use of this source code is governed by a BSD-style license that can be", 7 "vk_features.json: Optional features for the Vulkan renderer." 9 "features": [ array 20 "category": "Features", 27 "category": "Features", 49 "category": "Features", 57 "category": "Features", 73 "category": "Features", 81 "category": "Features", 88 "category": "Features", [all …]
|
| D | mtl_features.json | 4 "Use of this source code is governed by a BSD-style license that can be", 7 "mtl_features.json: Optional features for the Metal renderer." 9 "features": [ array 12 "category": "Features", 19 "category": "Features", 26 "category": "Features", 33 "category": "Features", 40 "category": "Features", 47 "category": "Features", 54 "category": "Features", [all …]
|
| /external/deqp/android/cts/main/src/ |
| D | vk-incremental-deqp.txt | 2 dEQP-VK.info.build 3 dEQP-VK.info.device 4 dEQP-VK.info.platform 5 dEQP-VK.info.memory_limits 6 dEQP-VK.info.physical_devices 7 dEQP-VK.info.physical_device_groups 8 dEQP-VK.info.instance_layers 9 dEQP-VK.info.instance_extensions 10 dEQP-VK.info.device_features 11 dEQP-VK.info.device_properties [all …]
|
| /external/deqp/android/cts/main/ |
| D | vk-incremental-deqp.txt | 1 dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_pot 2 dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_pot 3 dEQP-VK.texture.compressed.eac_r11g11_unorm_block_2d_pot 4 dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_pot 5 dEQP-VK.texture.compressed.astc_5x4_unorm_block_2d_pot 6 dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_pot 7 dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_pot_sparse 8 dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_pot 9 dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_pot_sparse 10 dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_pot [all …]
|
| /external/rust/crates/log/.github/workflows/ |
| D | main.yml | 7 runs-on: ${{ matrix.os }} 12 - build: stable 13 os: ubuntu-latest 15 - build: beta 16 os: ubuntu-latest 18 - build: nightly 19 os: ubuntu-latest 21 - build: macos 22 os: macos-latest 24 - build: win32 [all …]
|
| /external/curl/docs/libcurl/ |
| D | curl_version_info.3 | 21 .\" * SPDX-License-Identifier: curl 27 curl_version_info - returns runtime libcurl version info 36 features in the running version of libcurl. \fIage\fP should be set to the 46 or not, instead of using compile-time checks, as dynamic/DLL libraries can be 50 \fIcurl_global_init\fP has not been called. It is therefore not thread-safe 62 int features; /* bitmask, see below */ 98 const char *cainfo; /* the built-in default CURLOPT_CAINFO, might 100 const char *capath; /* the built-in default CURLOPT_CAPATH, might 134 \fIfeatures\fP is a bit mask representing available features. It can 140 names of the features that libcurl supports. The array is terminated by a NULL [all …]
|
| /external/rust/crates/vulkano/src/device/ |
| D | features.rs | 3 // <LICENSE-APACHE or 4 // https://www.apache.org/licenses/LICENSE-2.0> or the MIT 5 // license <LICENSE-MIT or https://opensource.org/licenses/MIT>, 13 macro_rules! features { macro 24 /// Represents all the features that are available on a physical device or enabled on 33 /// use vulkano::device::Features; 35 /// let minimal_features = Features { 37 /// .. Features::none() 40 /// let optimal_features = vulkano::device::Features { 43 /// .. Features::none() [all …]
|
| /external/rust/crates/serde_json/.github/workflows/ |
| D | ci.yml | 12 RUSTFLAGS: -Dwarnings 17 runs-on: ${{matrix.os}}-latest 19 fail-fast: false 22 timeout-minutes: 45 24 - uses: actions/checkout@v3 25 - uses: dtolnay/rust-toolchain@nightly 26 - run: cargo test 27 - run: cargo test --features preserve_order --tests -- --skip ui --exact 28 - run: cargo test --features float_roundtrip --tests -- --skip ui --exact 29 - run: cargo test --features arbitrary_precision --tests -- --skip ui --exact [all …]
|
| /external/tensorflow/tensorflow/python/kernel_tests/io_ops/ |
| D | parse_single_example_op_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 36 features = lambda d: feature_pb2.Features(feature=d) function 111 for k, f in kwargs["features"].items(): 145 "features": { 179 original = example(features=features({"c": feature()})) 183 "features": input_features, 192 "features": input_features, 198 original = example(features=features({ 199 "a": float_feature([-1, -1]), 207 "features": { [all …]
|
| /external/iperf3/src/ |
| D | iperf_util.c | 13 * acting on its behalf a paid-up, nonexclusive, irrevocable, 19 * and others acting on its behalf a paid-up, nonexclusive, 68 iperf_errexit(NULL, "error - failed to open %s: %s\n", in readentropy() 74 iperf_errexit(NULL, "error - failed to read %s: %s\n", in readentropy() 121 for (pos = 0; pos < (COOKIE_SIZE - 1); pos++) { in make_cookie() 122 out[pos] = rndchars[out[pos] % (sizeof(rndchars) - 1)]; in make_cookie() 161 d = tv->tv_sec + tv->tv_usec / 1000000; in timeval_to_double() 169 if ( tv0->tv_sec == tv1->tv_sec && tv0->tv_usec == tv1->tv_usec ) in timeval_equals() 180 time1 = tv0->tv_sec + (tv0->tv_usec / 1000000.0); in timeval_diff() 181 time2 = tv1->tv_sec + (tv1->tv_usec / 1000000.0); in timeval_diff() [all …]
|
| /external/libaom/av1/encoder/ |
| D | partition_strategy.c | 36 int mi_row, int mi_col, BLOCK_SIZE bsize, float *features, 88 default: assert(0 && "Invalid bsize"); return -1; in convert_bsize_to_idx() 109 const float *features, in write_features_to_file() argument 124 fprintf(pfile, "%.6f", features[i]); in write_features_to_file() 125 if (i < feature_size - 1) fprintf(pfile, ","); in write_features_to_file() 133 // -- add support for hdres 134 // -- add support for pruning rectangular partitions 135 // -- use reconstructed pixels instead of source pixels for padding 136 // -- use chroma pixels in addition to luma pixels 141 assert(cm->seq_params->sb_size >= BLOCK_64X64 && in av1_intra_mode_cnn_partition() [all …]
|
| /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
| D | parse_example_dataset_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 43 features = lambda d: feature_pb2.Features(feature=d) function 169 original = example(features=features({"c": feature()})) 186 example(features=features({ 188 })), example(features=features({ 189 "a": float_feature([-1, -1]), 203 original = [example(features=features({"a": float_feature([1, 1, 3]),})),] 215 example(features=features({ 218 example(features=features({ 221 example(features=features({ [all …]
|
| /external/rust/crates/indexmap/.github/workflows/ |
| D | ci.yml | 3 branches: [ master, indexmap-1.x ] 5 branches: [ master, indexmap-1.x ] 15 runs-on: ubuntu-latest 19 - rust: 1.56.0 # MSRV 20 features: 21 - rust: stable 22 features: arbitrary 23 - rust: stable 24 features: quickcheck 25 - rust: stable [all …]
|