Searched refs:FeatureList (Results 1 - 17 of 17) sorted by relevance

/external/libchrome/base/
H A Dfeature_list_unittest.cc36 FeatureList::SplitFeatureListString(feature_list);
46 RegisterFeatureListInstance(WrapUnique(new FeatureList));
50 void RegisterFeatureListInstance(std::unique_ptr<FeatureList> feature_list) {
51 FeatureList::ClearInstanceForTesting();
53 FeatureList::SetInstance(std::move(feature_list));
56 FeatureList::ClearInstanceForTesting();
60 FeatureList* feature_list() { return feature_list_; }
63 // Weak. Owned by the FeatureList::SetInstance().
64 FeatureList* feature_list_;
70 EXPECT_TRUE(FeatureList
[all...]
H A Dfeature_list.cc21 // Pointer to the FeatureList instance singleton that was set via
22 // FeatureList::SetInstance(). Does not use base/memory/singleton.h in order to
24 FeatureList* g_instance = nullptr;
26 // Tracks whether the FeatureList instance was initialized via an accessor.
41 FeatureList::FeatureList() {} function in class:base::FeatureList
43 FeatureList::~FeatureList() {}
45 void FeatureList::InitializeFromCommandLine(
58 bool FeatureList
[all...]
H A Dfeature_list.h42 // The FeatureList class is used to determine whether a given feature is on or
55 // if (base::FeatureList::IsEnabled(kMyGreatFeature)) {
70 // After initialization (which should be done single-threaded), the FeatureList
77 class BASE_EXPORT FeatureList { class in namespace:base
79 FeatureList();
80 ~FeatureList();
152 // Initializes and sets an instance of FeatureList with feature overrides via
160 // Returns the singleton instance of FeatureList. Will return null until an
162 static FeatureList* GetInstance();
166 static void SetInstance(std::unique_ptr<FeatureList> instanc
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DGSUBWriter.java21 private FeatureList featureList;
25 public GSUBWriter(String theScriptName, ScriptList theScriptList, FeatureList theFeatureList,
H A DFeatureList.java16 public class FeatureList class
22 public FeatureList() method in class:FeatureList
H A DCanonGSUBBuilder.java208 private static void buildArabicTables(ScriptList scriptList, FeatureList featureList,
468 FeatureList featureList = new FeatureList();
/external/pdfium/core/fpdfapi/font/
H A Dttgsubtable.cpp82 header.FeatureList = gsub[6] << 8 | gsub[7];
84 return Parse(&gsub[header.ScriptList], &gsub[header.FeatureList],
100 if (FeatureList.FeatureRecords[index].FeatureTag == tag[0] ||
101 FeatureList.FeatureRecords[index].FeatureTag == tag[1]) {
109 for (const auto& feature : FeatureList.FeatureRecords) {
119 &FeatureList.FeatureRecords[item].Feature)) {
234 ParseFeatureList(featurelist, &FeatureList);
H A Dttgsubtable.h46 uint16_t FeatureList; member in struct:CFX_CTTGSUBTable::tt_gsub_header
307 TFeatureList FeatureList; member in class:CFX_CTTGSUBTable
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DSubtargetEmitter.cpp74 std::vector<Record*> FeatureList = local
77 if (FeatureList.empty())
80 std::sort(FeatureList.begin(), FeatureList.end(), LessRecordFieldName());
88 for (unsigned i = 0, N = FeatureList.size(); i < N; ++i) {
90 Record *Feature = FeatureList[i];
151 const std::vector<Record*> &FeatureList = local
159 if (FeatureList.empty()) {
162 for (unsigned j = 0, M = FeatureList.size(); j < M;) {
163 OS << Target << "::" << FeatureList[
[all...]
/external/fonttools/Lib/fontTools/
H A Dmerge.py388 otTables.FeatureList.mergeMap = {
454 featureMap = dict((id(v),v) for v in table.table.FeatureList.FeatureRecord)
475 table.table.FeatureList.FeatureRecord.append(synthFeature)
476 table.table.FeatureList.FeatureCount += 1
596 @_add_method(otTables.FeatureList)
811 if t.table.FeatureList:
812 # XXX Handle present FeatureList but absent LookupList
813 t.table.FeatureList.mapLookups(lookupMap)
815 if t.table.FeatureList and t.table.ScriptList:
816 featureMap = dict((i,id(v)) for i,v in enumerate(t.table.FeatureList
[all...]
H A Dsubset.py898 @_add_method(otTables.FeatureList)
911 @_add_method(otTables.FeatureList)
917 @_add_method(otTables.FeatureList)
982 if self.table.FeatureList:
983 lookup_indices = self.table.FeatureList.collect_lookups(feature_indices)
1016 if self.table.FeatureList:
1017 feature_indices = self.table.FeatureList.subset_lookups(lookup_indices)
1031 if self.table.FeatureList:
1032 lookup_indices = self.table.FeatureList.collect_lookups(feature_indices)
1044 if self.table.FeatureList
[all...]
/external/fonttools/Tools/fontTools/
H A Dmerge.py388 otTables.FeatureList.mergeMap = {
454 featureMap = dict((id(v),v) for v in table.table.FeatureList.FeatureRecord)
475 table.table.FeatureList.FeatureRecord.append(synthFeature)
476 table.table.FeatureList.FeatureCount += 1
596 @_add_method(otTables.FeatureList)
811 if t.table.FeatureList:
812 # XXX Handle present FeatureList but absent LookupList
813 t.table.FeatureList.mapLookups(lookupMap)
815 if t.table.FeatureList and t.table.ScriptList:
816 featureMap = dict((i,id(v)) for i,v in enumerate(t.table.FeatureList
[all...]
H A Dsubset.py898 @_add_method(otTables.FeatureList)
911 @_add_method(otTables.FeatureList)
917 @_add_method(otTables.FeatureList)
982 if self.table.FeatureList:
983 lookup_indices = self.table.FeatureList.collect_lookups(feature_indices)
1016 if self.table.FeatureList:
1017 feature_indices = self.table.FeatureList.subset_lookups(lookup_indices)
1031 if self.table.FeatureList:
1032 lookup_indices = self.table.FeatureList.collect_lookups(feature_indices)
1044 if self.table.FeatureList
[all...]
/external/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp161 std::vector<Record*> FeatureList = local
164 if (FeatureList.empty())
167 std::sort(FeatureList.begin(), FeatureList.end(), LessRecordFieldName());
176 for (unsigned i = 0, N = FeatureList.size(); i < N; ++i) {
178 Record *Feature = FeatureList[i];
238 const std::vector<Record*> &FeatureList = local
247 for (unsigned j = 0, M = FeatureList.size(); j < M;) {
248 OS << " " << Target << "::" << FeatureList[j]->getName();
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1975 const char *FeatureList =
1978 if (!FeatureList || StringRef(FeatureList) == "")
1980 StringRef(FeatureList).split(ReqFeatures, ",");
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh66 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
228 IndexArray featureIndex; /* Array of indices into the FeatureList */
287 * beginning of the FeatureList table! Now, that is dealt with in the
309 * offset from the beginning of the FeatureList table, rather than from the
517 * FeatureParams subtable from the beginning of the FeatureList table!
566 typedef RecordListOf<Feature> FeatureList; typedef in namespace:OT
H A Dhb-ot-layout-gsubgpos-private.hh2312 OffsetTo<FeatureList>
2313 featureList; /* FeatureList table */

Completed in 316 milliseconds