Home
last modified time | relevance | path

Searched defs:FeatureList (Results 1 – 9 of 9) 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.proto101 message FeatureList { message
/external/angle/include/platform/
DFeature.h111 using FeatureList = std::vector<const FeatureInfo *>; 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/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/harfbuzz_ng/src/
Dhb-ot-layout-common.hh1216 typedef RecordListOf<Feature> FeatureList; typedef