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

  /frameworks/base/tools/aapt2/split/
TableSplitter.cpp 60 ResourceConfigValue* configValue = entry.first;
61 if (configValue->config.density == 0 && !entry.second) {
63 if (mDensityIndependentConfigs.find(configValue->config) !=
65 selected.push_back(configValue);
175 for (std::unique_ptr<ResourceConfigValue>& configValue : entry->values) {
176 if (!mConfigFilter->match(configValue->config)) {
179 configValue.reset();
191 for (const std::unique_ptr<ResourceConfigValue>& configValue : entry->values) {
192 if (configValue) {
193 configClaimedMap[configValue.get()] = false
    [all...]
  /frameworks/base/tools/aapt2/link/
ProductFilter.cpp 30 ResourceConfigValue* configValue = iter->get();
31 if (mProducts.find(configValue->product) != mProducts.end()) {
34 diag->error(DiagMessage(configValue->value->getSource())
35 << "selection of product '" << configValue->product
49 if (configValue->product.empty() || configValue->product == "default") {
52 diag->error(DiagMessage(configValue->value->getSource())
AutoVersioner.cpp 71 ResourceConfigValue* configValue = entry->values[i].get();
72 if (configValue->config.sdkVersion >= SDK_LOLLIPOP_MR1) {
78 if (Style* style = valueCast<Style>(configValue->value.get())) {
88 if (sdkLevel > std::max<size_t>(configValue->config.sdkVersion, 1)) {
111 configValue->config,
114 ConfigDescription newConfig(configValue->config);
Link.cpp 440 ResourceConfigValue* configValue = entry->values[i].get();
442 FileReference* fileRef = valueCast<FileReference>(configValue->value.get());
462 fileDesc.config = configValue->config;
479 configSortedFiles[std::make_pair(configValue->config, entryName)] =
611 for (const auto& configValue : entry->values) {
614 if (valueCast<Id>(configValue->value.get()) &&
617 DiagMessage(configValue->value->getSource())
623 DiagMessage(configValue->value->getSource())
    [all...]
ReferenceLinker.cpp 321 for (auto& configValue : entry->values) {
322 configValue->value->accept(&visitor);
  /frameworks/base/tools/aapt2/test/
Common.h 85 ResourceConfigValue* configValue = result.value().entry->findValue(config, product);
86 if (configValue) {
87 return valueCast<T>(configValue->value.get());
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 246 for (auto& configValue : entry->values) {
247 pb::ConfigValue* pbConfigValue = pbEntry->add_config_values();
248 serializeConfig(configValue->config, pbConfigValue->mutable_config());
249 if (!configValue->product.empty()) {
250 pbConfigValue->mutable_config()->set_product(configValue->product);
254 serializeSourceToPb(configValue->value->getSource(), &sourcePool,
256 if (!configValue->value->getComment().empty()) {
257 pbValue->set_comment(util::utf16ToUtf8(configValue->value->getComment()));
260 if (configValue->value->isWeak()) {
265 configValue->value->accept(&visitor)
    [all...]
TableProtoDeserializer.cpp 127 for (const pb::ConfigValue& pbConfigValue : pbEntry.config_values()) {
136 ResourceConfigValue* configValue = entry->findOrCreateValue(config,
138 if (configValue->value) {
144 configValue->value = deserializeValueFromPb(pbConfigValue.value(),
146 if (!configValue->value) {
  /external/autotest/frontend/client/src/autotest/moblab/
ConfigSettingsView.java 83 for (Entry<String, TextBox> configValue : sections.getValue().entrySet()) {
85 configValuePair.set(0, new JSONString(configValue.getKey()));
86 configValuePair.set(1, new JSONString(configValue.getValue().getText()));
143 String configValue = configPair.get(1).isString().stringValue();
151 configInput.setText(configValue);
  /frameworks/base/tools/aapt2/
ValueVisitor.h 148 for (auto& configValue : entry->values) {
149 configValue->value->accept(visitor);
ResourceTable.cpp 390 ResourceConfigValue* configValue = entry->findOrCreateValue(config, product);
391 if (!configValue->value) {
393 configValue->value = std::move(value);
396 int collisionResult = conflictResolver(configValue->value.get(), value.get());
399 configValue->value = std::move(value);
404 diag->error(DiagMessage(configValue->value->getSource())
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 125 ResourceConfigValue* configValue = sr.entry->findValue(kDefaultConfig);
126 if (configValue) {
128 if (Attribute* attr = valueCast<Attribute>(configValue->value.get())) {
  /frameworks/base/tools/aapt2/flatten/
TableFlattener.cpp 448 for (auto& configValue : entry->values) {
449 configToEntryListMap[configValue->config].push_back(FlatEntry{
450 entry, configValue->value.get(), keyIndex });
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp 466 for (const auto& configValue : entry->values) {
467 processor->appendComment(configValue->value->getComment());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 4149 milliseconds