Home
last modified time | relevance | path

Searched defs:FeatureList (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DFeatureList.java16 public class FeatureList class
22 public FeatureList() in FeatureList() method in FeatureList
/external/tensorflow/tensorflow/core/example/
Dfeature.proto100 message FeatureList { message
/external/angle/include/platform/
DFeature.h105 using FeatureList = std::vector<const Feature *>; variable
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.h152 std::vector<TFeatureRecord> FeatureList; variable
/external/freetype/src/otvalid/
Dotvgsub.c557 FT_UInt ScriptList, FeatureList, LookupList; in otv_GSUB_validate() local
Dotvgpos.c991 FT_UInt ScriptList, FeatureList, LookupList; in otv_GPOS_validate() local
/external/llvm-project/llvm/utils/TableGen/
DSubtargetEmitter.cpp179 static void printFeatureMask(raw_ostream &OS, RecVec &FeatureList, in printFeatureMask()
203 std::vector<Record*> FeatureList = in FeatureKeyValues() local
268 RecVec FeatureList = Processor->getValueAsListOfDefs("Features"); in CPUKeyValues() local
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp161 std::vector<Record*> FeatureList = in FeatureKeyValues() local
238 const std::vector<Record*> &FeatureList = in CPUKeyValues() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1975 const char *FeatureList = in checkTargetFeatures() local
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2364 StringRef FeatureList( in checkTargetFeatures() local
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh748 typedef RecordListOf<Feature> FeatureList; typedef