HomeSort by relevance Sort by last modified time
    Searched defs:FeatureList (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/extensions/common/features/
complex_feature.h 23 typedef ScopedVector<Feature> FeatureList;
25 explicit ComplexFeature(scoped_ptr<FeatureList> features);
54 FeatureList features_;
  /art/compiler/
common_compiler_test.cc 121 typedef std::vector<std::string> FeatureList;
122 FeatureList features;
124 for (FeatureList::iterator i = features.begin(); i != features.end(); i++) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 54 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
212 IndexArray featureIndex; /* Array of indices into the FeatureList */
269 * beginning of the FeatureList table! Now, that is dealt with in the
291 * offset from the beginning of the FeatureList table, rather than from the
495 * FeatureParams subtable from the beginning of the FeatureList table!
541 typedef RecordListOf<Feature> FeatureList;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 54 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
212 IndexArray featureIndex; /* Array of indices into the FeatureList */
269 * beginning of the FeatureList table! Now, that is dealt with in the
291 * offset from the beginning of the FeatureList table, rather than from the
495 * FeatureParams subtable from the beginning of the FeatureList table!
541 typedef RecordListOf<Feature> FeatureList;
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 176 std::vector<Record*> FeatureList =
179 if (FeatureList.empty())
182 std::sort(FeatureList.begin(), FeatureList.end(), LessRecordFieldName());
191 for (unsigned i = 0, N = FeatureList.size(); i < N; ++i) {
193 Record *Feature = FeatureList[i];
255 const std::vector<Record*> &FeatureList =
263 if (FeatureList.empty()) {
266 for (unsigned j = 0, M = FeatureList.size(); j < M;) {
267 OS << Target << "::" << FeatureList[j]->getName()
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 41 TT_uint16_t FeatureList;
347 FT_Bytes featurelist,
406 struct TFeatureList FeatureList;
  /art/dex2oat/
dex2oat.cc 735 typedef std::vector<std::string> FeatureList;
736 FeatureList features;
738 for (FeatureList::iterator i = features.begin(); i != features.end(); i++) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 241 struct FeatureList : TableBase {
274 const FeatureTable* feature(OpenType::Tag featureTag, const FeatureList* features, const SharedBuffer& buffer) const
356 const FeatureList* featureList(const SharedBuffer& buffer) const { return validateOffset<FeatureList>(buffer, featureListOffset); }
370 const FeatureList* features = featureList(buffer);

Completed in 1638 milliseconds