Home
last modified time | relevance | path

Searched defs:Feature (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dsourcegen.rs21 struct Feature { struct
27 impl Feature { implementation
38 fn collect_file(acc: &mut Vec<Feature>, path: PathBuf) -> io::Result<()> { in collect()
76 impl fmt::Display for Feature { implementation
/third_party/skia/third_party/externals/angle2/include/platform/
DFeature.h113 struct Feature struct
127 const FeatureCategory category; argument
143 inline Feature::Feature(const Feature &other) = default; argument
/third_party/rust/rust/compiler/rustc_feature/src/
Dlib.rs50 pub struct Feature { struct
67 pub enum UnstableFeatures { argument
Dactive.rs98 impl Feature { implementation
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.h66 struct Feature { struct
67 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width?
68 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width?
69 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration
74 bool variable_pointers = false;
77 bool variable_pointers_storage_buffer = false;
80 bool group_ops_reduce_and_scans = false;
83 bool declare_int8_type = false;
87 bool env_relaxed_block_layout = false;
91 bool use_int8_type = false;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.h66 struct Feature { struct
67 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width?
68 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width?
69 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration
74 bool variable_pointers = false;
77 bool variable_pointers_storage_buffer = false;
80 bool group_ops_reduce_and_scans = false;
83 bool declare_int8_type = false;
87 bool env_relaxed_block_layout = false;
91 bool use_int8_type = false;
[all …]
/third_party/spirv-tools/source/val/
Dvalidation_state.h67 struct Feature { struct
68 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width?
69 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width?
70 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration
76 bool variable_pointers = false;
79 bool group_ops_reduce_and_scans = false;
82 bool declare_int8_type = false;
86 bool env_relaxed_block_layout = false;
90 bool use_int8_type = false;
94 bool select_between_composites = false;
[all …]
/third_party/rust/rust/src/tools/tidy/src/
Dfeatures.rs50 pub struct Feature { struct
56 impl Feature { argument
477 mf: &mut (dyn Send + Sync + FnMut(Result<(&str, Feature), &str>, &Path, usize)), in map_lib_features() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DFeature.java13 class Feature extends TaggedRecord class
19 public Feature(String theFeatureTag) in Feature() method in Feature
/third_party/skia/m133/modules/skshaper/include/
DSkShaper.h123 struct Feature { struct
124 SkFourByteTag tag;
125 uint32_t value;
126 size_t start; // Offset to the start (utf8) element of the run.
127 size_t end; // Offset to one past the last (utf8) element of the run.
/third_party/skia/modules/skshaper/include/
DSkShaper.h116 struct Feature { struct
117 SkFourByteTag tag;
118 uint32_t value;
119 size_t start; // Offset to the start (utf8) element of the run.
120 size_t end; // Offset to one past the last (utf8) element of the run.
/third_party/grpc/examples/cpp/route_guide/
Dhelper.h26 class Feature; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSubtargetFeature.h208 static bool hasFlag(StringRef Feature) { in hasFlag()
217 static std::string StripFlag(StringRef Feature) { in StripFlag()
222 static inline bool isEnabled(StringRef Feature) { in isEnabled()
/third_party/rust/rust/src/tools/rustfmt/tests/source/cfg_if/detect/arch/
Dmips64.rs26 pub enum Feature { enum
Dmips.rs26 pub enum Feature { enum
Darm.rs34 pub enum Feature { enum
Dpowerpc64.rs35 pub enum Feature { enum
Dpowerpc.rs35 pub enum Feature { enum
/third_party/rust/rust/src/tools/rustfmt/tests/target/cfg_if/detect/arch/
Dmips.rs27 pub enum Feature { enum
Dmips64.rs27 pub enum Feature { enum
Darm.rs42 pub enum Feature { enum
Dpowerpc64.rs35 pub enum Feature { enum
Dpowerpc.rs35 pub enum Feature { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp58 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag()
118 for (auto &Feature : FeatTable) in Help() local
184 for (const std::string &Feature : Features.getFeatures()) { in getFeatures() local
248 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef Feature) { in ToggleFeature()
/third_party/grpc/examples/ruby/lib/
Droute_guide_pb.rb34 Feature = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Feature").msgclass constant

1234