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

  /external/chromium_org/extensions/common/features/
complex_feature.h 23 typedef ScopedVector<Feature> FeatureList;
25 explicit ComplexFeature(scoped_ptr<FeatureList> features);
57 FeatureList features_;
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gpos.h 69 HB_FeatureList FeatureList;
harfbuzz-gsub.h 68 HB_FeatureList FeatureList;
  /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
211 IndexArray featureIndex; /* Array of indices into the FeatureList */
268 * beginning of the FeatureList table! Now, that is dealt with in the
290 * offset from the beginning of the FeatureList table, rather than from the
494 * FeatureParams subtable from the beginning of the FeatureList table!
540 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 726 typedef std::vector<std::string> FeatureList;
727 FeatureList features;
729 for (FeatureList::iterator i = features.begin(); i != features.end(); i++) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 243 struct FeatureList : TableBase {
276 const FeatureTable* feature(OpenType::Tag featureTag, const FeatureList* features, const SharedBuffer& buffer) const
358 const FeatureList* featureList(const SharedBuffer& buffer) const { return validateOffset<FeatureList>(buffer, featureListOffset); }
372 const FeatureList* features = featureList(buffer);

Completed in 276 milliseconds