Searched defs:FeatureList (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DFeatureList.java16 public class FeatureList class
22 public FeatureList() method in class:FeatureList
/external/libchrome/base/
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...]
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...]
/external/pdfium/core/fpdfapi/font/
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/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/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

Completed in 208 milliseconds