HomeSort by relevance Sort by last modified time
    Searched refs:feature_list (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
test_builder_registry.py 86 def builder_for_features(self, *feature_list):
87 cls = type('Builder_' + '_'.join(feature_list),
88 (object,), {'features' : feature_list})
  /art/runtime/arch/
instruction_set_features.h 62 const InstructionSetFeatures* AddFeaturesFromString(const std::string& feature_list,
instruction_set_features.cc 213 const std::string& feature_list, std::string* error_msg) const {
214 if (feature_list.empty()) {
219 Split(feature_list, ',', &features);
  /external/e2fsprogs/lib/e2p/
feature.c 28 static struct feature feature_list[] = { variable in typeref:struct:feature
122 for (f = feature_list; f->string; f++) {
152 for (f = feature_list; f->string; f++) {
378 f = feature_list;
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.h 65 virtual DisplayError SetPPFeatures(PPFeaturesConfig *feature_list);
hw_device.h 74 virtual DisplayError SetPPFeatures(PPFeaturesConfig *feature_list);
hw_primary.cpp 604 DisplayError HWPrimary::SetPPFeatures(PPFeaturesConfig *feature_list) {
610 ret = feature_list->RetrieveNextFeature(&feature);
622 feature_list->Reset();
629 // Once all features were consumed, then destroy all feature instance from feature_list,
631 feature_list->Reset();
hw_device.cpp     [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
hw_interface.h 84 virtual DisplayError SetPPFeatures(PPFeaturesConfig *feature_list) = 0;

Completed in 133 milliseconds