/external/llvm-project/clang/include/clang/Basic/ |
D | Features.def | 10 // via __has_extension. Users of this file must either define the FEATURE or 17 // The Predicate field dictates the conditions under which the feature or 20 // FEATURE(...) should be used to advertise support for standard language 27 #if !defined(FEATURE) && !defined(EXTENSION) 28 # error Define either the FEATURE or EXTENSION macro to handle features 31 #ifndef FEATURE 32 #define FEATURE(Name, Predicate) 39 FEATURE(speculative_load_hardening, LangOpts.SpeculativeLoadHardening) 40 FEATURE(address_sanitizer, 43 FEATURE(leak_sanitizer, [all …]
|
/external/rust/crates/syn/src/gen/ |
D | eq.rs | 4 #[cfg(any(feature = "derive", feature = "full"))] 7 #[cfg(any(feature = "derive", feature = "full"))] 8 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 10 #[cfg(any(feature = "derive", feature = "full"))] 11 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 17 #[cfg(any(feature = "derive", feature = "full"))] 18 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 20 #[cfg(any(feature = "derive", feature = "full"))] 21 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 27 #[cfg(feature = "full")] [all …]
|
D | clone.rs | 6 #[cfg(any(feature = "derive", feature = "full"))] 7 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 16 #[cfg(any(feature = "derive", feature = "full"))] 17 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 28 #[cfg(feature = "full")] 29 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 42 #[cfg(any(feature = "derive", feature = "full"))] 43 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] 45 #[cfg(any(feature = "derive", feature = "full"))] 46 #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))] [all …]
|
D | hash.rs | 4 #[cfg(any(feature = "derive", feature = "full"))] 8 #[cfg(any(feature = "derive", feature = "full"))] 9 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 18 #[cfg(any(feature = "derive", feature = "full"))] 19 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 29 #[cfg(feature = "full")] 30 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 43 #[cfg(any(feature = "derive", feature = "full"))] 44 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 60 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
D | visit_mut.rs | 5 #[cfg(any(feature = "full", feature = "derive"))] 7 #[cfg(any(feature = "full", feature = "derive"))] 11 #[cfg(feature = "full")] 17 #[cfg(all(feature = "derive", not(feature = "full")))] 33 /// *This trait is available only if Syn is built with the `"visit-mut"` feature.* 35 #[cfg(any(feature = "derive", feature = "full"))] 39 #[cfg(any(feature = "derive", feature = "full"))] 46 #[cfg(feature = "full")] 50 #[cfg(any(feature = "derive", feature = "full"))] 54 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
/external/ethtool/ |
D | NEWS | 2 * Feature: igb: dump RR2DCDELAY register 3 * Feature: dump nested registers 6 * Feature: Add 100BaseT1 and 1000BaseT1 link modes 7 * Feature: Use standard file location macros in ethtool.spec 10 * Feature: Add support for 200Gbps (50Gbps per lane) link mode 11 * Feature: simplify handling of PHY tunable downshift 12 * Feature: add support for PHY tunable Fast Link Down 13 * Feature: add PHY Fast Link Down tunable to man page 14 * Feature: Add a 'start N' option when specifying the Rx flow hash indirection table. 15 * Feature: Add bash-completion script [all …]
|
/external/clang/test/Driver/ |
D | x86-target-features.c | 5 // X87: "-target-feature" "+x87" 6 // NO-X87: "-target-feature" "-x87" 10 // MMX: "-target-feature" "+mmx" "-target-feature" "+3dnow" "-target-feature" "+3dnowa" 11 // NO-MMX: "-target-feature" "-mmx" "-target-feature" "-3dnow" "-target-feature" "-3dnowa" 15 …feature" "+sse" "-target-feature" "+sse2" "-target-feature" "+sse3" "-target-feature" "+ssse3" "-t… 16 …feature" "-sse" "-target-feature" "-sse2" "-target-feature" "-sse3" "-target-feature" "-ssse3" "-t… 20 // SSE4-AES: "-target-feature" "+sse4.2" "-target-feature" "+aes" 21 // NO-SSE4-AES: "-target-feature" "-sse4.1" "-target-feature" "-aes" 25 …feature" "+avx" "-target-feature" "+avx2" "-target-feature" "+avx512f" "-target-feature" "+avx512c… 26 …feature" "-avx" "-target-feature" "-avx2" "-target-feature" "-avx512f" "-target-feature" "-avx512c… [all …]
|
D | arm-mfpu.c | 1 // Test that different values of -mfpu pick correct ARM FPU target-feature(s). 5 // CHECK-DEFAULT-NOT: "-target-feature" "+vfp2" 6 // CHECK-DEFAULT-NOT: "-target-feature" "+vfp3" 7 // CHECK-DEFAULT-NOT: "-target-feature" "+d16" 8 // CHECK-DEFAULT-NOT: "-target-feature" "+neon" 22 // CHECK-VFP: "-target-feature" "+vfp2" 23 // CHECK-VFP: "-target-feature" "-vfp3" 24 // CHECK-VFP: "-target-feature" "-vfp4" 25 // CHECK-VFP: "-target-feature" "-fp-armv8" 26 // CHECK-VFP: "-target-feature" "-neon" [all …]
|
/external/tensorflow/tensorflow/core/example/ |
D | feature_util.cc | 21 Feature& ExampleFeature(const string& name, Example* example) { in ExampleFeature() 29 return (features.feature().find(key) != features.feature().end()); in HasFeature() 34 auto it = features.feature().find(key); in HasFeature() 35 return (it != features.feature().end()) && in HasFeature() 36 (it->second.kind_case() == Feature::KindCase::kInt64List); in HasFeature() 41 auto it = features.feature().find(key); in HasFeature() 42 return (it != features.feature().end()) && in HasFeature() 43 (it->second.kind_case() == Feature::KindCase::kFloatList); in HasFeature() 48 auto it = features.feature().find(key); in HasFeature() 49 return (it != features.feature().end()) && in HasFeature() [all …]
|
D | feature_util.h | 16 // A set of lightweight wrappers which simplify access to Feature protos. 20 // So accessing feature values is not very convenient. 22 // For example, to read a first value of integer feature "tag": 23 // int id = example.features().feature().at("tag").int64_list().value(0); 39 // To copy multiple values into a feature: 46 // NOTE: Due to the nature of oneof proto fields setting a feature of one type 47 // automatically clears all values stored as another type with the same feature 62 // This will create a feature list keyed as "images" with two features: 67 // feature { float_list { value: [4.0] } } 68 // feature { float_list { value: [5.0, 3.0] } } [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | arm-mfpu.c | 1 // Test that different values of -mfpu pick correct ARM FPU target-feature(s). 5 // CHECK-DEFAULT-NOT: "-target-feature" "+soft-float" 6 // CHECK-DEFAULT-DAG: "-target-feature" "+soft-float-abi" 7 // CHECK-DEFAULT-NOT: "-target-feature" "+vfp2" 8 // CHECK-DEFAULT-NOT: "-target-feature" "+vfp3" 9 // CHECK-DEFAULT-NOT: "-target-feature" "+neon" 25 // CHECK-VFP-NOT: "-target-feature" "+soft-float" 26 // CHECK-VFP-DAG: "-target-feature" "+soft-float-abi" 27 // CHECK-VFP-DAG: "-target-feature" "+vfp2" 28 // CHECK-VFP-DAG: "-target-feature" "-vfp3d16sp" [all …]
|
D | x86-target-features.c | 5 // X87: "-target-feature" "+x87" 6 // NO-X87: "-target-feature" "-x87" 10 // MMX: "-target-feature" "+mmx" "-target-feature" "+3dnow" "-target-feature" "+3dnowa" 11 // NO-MMX: "-target-feature" "-mmx" "-target-feature" "-3dnow" "-target-feature" "-3dnowa" 15 …feature" "+sse" "-target-feature" "+sse2" "-target-feature" "+sse3" "-target-feature" "+ssse3" "-t… 16 …feature" "-sse" "-target-feature" "-sse2" "-target-feature" "-sse3" "-target-feature" "-ssse3" "-t… 20 // SSE4-AES: "-target-feature" "+sse4.2" "-target-feature" "+aes" 21 // NO-SSE4-AES: "-target-feature" "-sse4.1" "-target-feature" "-aes" 25 …feature" "+avx" "-target-feature" "+avx2" "-target-feature" "+avx512f" "-target-feature" "+avx512c… 26 …feature" "-avx" "-target-feature" "-avx2" "-target-feature" "-avx512f" "-target-feature" "-avx512c… [all …]
|
/external/rust/crates/tokio/src/macros/ |
D | cfg.rs | 3 macro_rules! feature { macro 21 feature = "fs", 22 feature = "net", 23 feature = "io-std", 24 feature = "rt", 36 feature = "net", 37 feature = "process", 38 feature = "rt", 39 feature = "signal", 40 feature = "time", [all …]
|
/external/libtextclassifier/native/lang_id/common/fel/ |
D | feature-extractor.h | 17 // Generic feature extractor for extracting features from objects. The feature 18 // extractor can be used for extracting features from any object. The feature 19 // extractor and feature function classes are template classes that have to 20 // be instantiated for extracting feature from a specific object type. 22 // A feature extractor consists of a hierarchy of feature functions. Each 23 // feature function extracts one or more feature type and value pairs from the 26 // The feature extractor has a modular design where new feature functions can be 27 // registered as components. The feature extractor is initialized from a 28 // descriptor represented by a protocol buffer. The feature extractor can also 29 // be initialized from a text-based source specification of the feature [all …]
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | target-soft-float.s | 12 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 14 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 17 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 19 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 21 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 23 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 25 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 27 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 29 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 31 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled [all …]
|
/external/llvm/test/MC/Mips/ |
D | target-soft-float.s | 12 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 14 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 17 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 19 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 21 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 23 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 25 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 27 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 29 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 31 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled [all …]
|
/external/cpu_features/src/ |
D | cpuinfo_aarch64.c | 25 // Generation of feature's getters/setters functions and kGetters, kSetters, 28 FEATURE(AARCH64_FP, fp, "fp", AARCH64_HWCAP_FP, 0) \ 29 FEATURE(AARCH64_ASIMD, asimd, "asimd", AARCH64_HWCAP_ASIMD, 0) \ 30 FEATURE(AARCH64_EVTSTRM, evtstrm, "evtstrm", AARCH64_HWCAP_EVTSTRM, 0) \ 31 FEATURE(AARCH64_AES, aes, "aes", AARCH64_HWCAP_AES, 0) \ 32 FEATURE(AARCH64_PMULL, pmull, "pmull", AARCH64_HWCAP_PMULL, 0) \ 33 FEATURE(AARCH64_SHA1, sha1, "sha1", AARCH64_HWCAP_SHA1, 0) \ 34 FEATURE(AARCH64_SHA2, sha2, "sha2", AARCH64_HWCAP_SHA2, 0) \ 35 FEATURE(AARCH64_CRC32, crc32, "crc32", AARCH64_HWCAP_CRC32, 0) \ 36 FEATURE(AARCH64_ATOMICS, atomics, "atomics", AARCH64_HWCAP_ATOMICS, 0) \ [all …]
|
D | cpuinfo_ppc.c | 26 // Generation of feature's getters/setters functions and kGetters, kSetters, 29 FEATURE(PPC_32, ppc32, "ppc32", PPC_FEATURE_32, 0) \ 30 FEATURE(PPC_64, ppc64, "ppc64", PPC_FEATURE_64, 0) \ 31 FEATURE(PPC_601_INSTR, ppc601, "ppc601", PPC_FEATURE_601_INSTR, 0) \ 32 FEATURE(PPC_HAS_ALTIVEC, altivec, "altivec", PPC_FEATURE_HAS_ALTIVEC, 0) \ 33 FEATURE(PPC_HAS_FPU, fpu, "fpu", PPC_FEATURE_HAS_FPU, 0) \ 34 FEATURE(PPC_HAS_MMU, mmu, "mmu", PPC_FEATURE_HAS_MMU, 0) \ 35 FEATURE(PPC_HAS_4xxMAC, mac_4xx, "4xxmac", PPC_FEATURE_HAS_4xxMAC, 0) \ 36 FEATURE(PPC_UNIFIED_CACHE, unifiedcache, "ucache", \ 38 FEATURE(PPC_HAS_SPE, spe, "spe", PPC_FEATURE_HAS_SPE, 0) \ [all …]
|
/external/llvm/test/MC/Mips/mips32r2/ |
D | invalid-dspr2.s | 8 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 9 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 10 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 11 …$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 12 …$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 13 …at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 14 …$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 15 …$s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 16 …$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 17 …$s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… [all …]
|
/external/llvm-project/llvm/test/MC/Mips/mips32r2/ |
D | invalid-dspr2.s | 8 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 9 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 10 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 11 …$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 12 …$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 13 …at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 14 …$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 15 …$s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 16 …$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 17 …$s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… [all …]
|
/external/libchrome/base/ |
D | feature_list.h | 24 // Specifies whether a given feature is enabled or disabled by default. 30 // The Feature struct is used to define the default state for a feature. See 32 // for a given feature name - generally defined as a constant global variable or 35 struct BASE_EXPORT Feature { struct 36 // The name of the feature. This should be unique to each feature and is used 38 // It is strongly recommended to use CamelCase style for feature names, e.g. 42 // The default state (i.e. enabled or disabled) for this feature. 48 // not, via a DcheckIsFatal feature. We define the Feature here since it is argument 50 extern BASE_EXPORT const Feature kDCheckIsFatalFeature; 53 // The FeatureList class is used to determine whether a given feature is on or [all …]
|
/external/llvm-project/clang/test/Modules/ |
D | target-features.m | 37 // X86_32: module 'TargetFeatures.arm' requires feature 'arm' 38 // X86_64: module 'TargetFeatures.arm' requires feature 'arm' 43 // AARCH64: module 'TargetFeatures.arm.aarch32' requires feature 'aarch32' 44 // X86_32: module 'TargetFeatures.arm.aarch32' requires feature 45 // X86_64: module 'TargetFeatures.arm.aarch32' requires feature 46 // RISCV32: module 'TargetFeatures.arm.aarch32' requires feature 47 // RISCV64: module 'TargetFeatures.arm.aarch32' requires feature 51 // AARCH32: module 'TargetFeatures.arm.aarch64' requires feature 'aarch64' 53 // X86_32: module 'TargetFeatures.arm.aarch64' requires feature 54 // X86_64: module 'TargetFeatures.arm.aarch64' requires feature [all …]
|
/external/llvm-project/clang/test/Preprocessor/ |
D | aarch64-target-features.c | 99 // CHECK-GENERIC: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" 206 …-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" "-target-feature" "+zcm" "-target-… 232 …feature" "+fp-armv8" "-target-feature" "+neon" "-target-feature" "+crypto" "-target-feature" "+zcm… 233 …feature" "+fp-armv8" "-target-feature" "+neon" "-target-feature" "+crc" "-target-feature" "+crypto… 234 …feature" "+v8.2a" "-target-feature" "+fp-armv8" "-target-feature" "+neon" "-target-feature" "+crc"… 235 …feature" "+v8.3a" "-target-feature" "+fp-armv8" "-target-feature" "+neon" "-target-feature" "+crc"… 236 …K-MCPU-A34: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" "-target-feature" "+c… 237 …feature" "+v8.4a" "-target-feature" "+fp-armv8" "-target-feature" "+neon" "-target-feature" "+crc"… 238 …-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" "-target-feature" "+crc" "-target-… 239 …-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-feature" "+neon" "-target-feature" "+crc" "-target-… [all …]
|
/external/rust/crates/regex-syntax/src/unicode_tables/ |
D | mod.rs | 1 #[cfg(feature = "unicode-age")] 4 #[cfg(feature = "unicode-case")] 7 #[cfg(feature = "unicode-gencat")] 10 #[cfg(feature = "unicode-segment")] 13 #[cfg(all(feature = "unicode-perl", not(feature = "unicode-gencat")))] 17 #[cfg(all(feature = "unicode-perl", not(feature = "unicode-bool")))] 21 #[cfg(feature = "unicode-perl")] 24 #[cfg(feature = "unicode-bool")] 28 feature = "unicode-age", 29 feature = "unicode-bool", [all …]
|
/external/llvm-project/llvm/test/MC/Mips/mips1/ |
D | invalid-mips5.s | 8 …f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 11 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 12 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 13 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 14 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 15 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 16 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 17 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 18 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… 19 …19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently ena… [all …]
|