HomeSort by relevance Sort by last modified time
    Searched refs:ResourceTable (Results 101 - 125 of 161) sorted by null

1 2 3 45 6 7

  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 22 #include "ResourceTable.h"
49 ResourceTable table;
87 ResourceTable table_;
544 Maybe<ResourceTable::SearchResult> result =
760 Maybe<ResourceTable::SearchResult> result = table_.FindResource(test::ParseNameOrDie("attr/foo"));
793 Maybe<ResourceTable::SearchResult> result =
811 Maybe<ResourceTable::SearchResult> result =
    [all...]
Resources.proto 39 // The index of the string path within the source string pool of a ResourceTable.
45 message ResourceTable {
  /frameworks/base/tools/aapt2/cmd/
Optimize.cpp 177 for (std::unique_ptr<ResourceTable>& split_table : splitter.splits()) {
223 bool WriteSplitApk(ResourceTable* table, xml::XmlResource* manifest, IArchiveWriter* writer) {
Compile.cpp 32 #include "ResourceTable.h"
211 ResourceTable table;
270 pb::ResourceTable pb_table;
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 181 Maybe<ResourceTable::SearchResult> result = table_->FindResource(name);
190 ResourceTable::SearchResult sr = result.value();
  /external/icu/icu4c/source/common/
uresdata.h 492 virtual ResourceTable getTable(UErrorCode &errorCode) const;
uresdata.cpp 596 ResourceTable ResourceDataValue::getTable(UErrorCode &errorCode) const {
598 return ResourceTable();
628 return ResourceTable();
630 return ResourceTable(keys16, keys32, items16, items32, length);
817 UBool icu::ResourceTable::getKeyAndValue(int32_t i,
    [all...]
listformatter.cpp 218 ResourceTable listPatterns = value.getTable(errorCode);
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 566 ResourceTable patternsTable = value.getTable(errorCode);
581 ResourceTable formatsTable = value.getTable(errorCode);
641 ResourceTable powersOfTenTable = value.getTable(errorCode);
658 ResourceTable pluralVariantsTable = value.getTable(errorCode);
    [all...]
number_longnames.cpp 37 ResourceTable pluralsTable = value.getTable(status);
measfmt.cpp 302 ResourceTable patternTableTable = value.getTable(errorCode);
336 ResourceTable compoundTable = value.getTable(errorCode);
346 ResourceTable subtypeTable = value.getTable(errorCode);
379 ResourceTable unitTypesTable = value.getTable(errorCode);
422 ResourceTable widthsTable = value.getTable(errorCode);
    [all...]
dtptngen.cpp 483 ResourceTable timeData = value.getTable(errorCode);
487 ResourceTable formatList = value.getTable(errorCode);
791 ResourceTable itemsTable = value.getTable(errorCode);
824 ResourceTable itemsTable = value.getTable(errorCode);
829 ResourceTable detailsTable = value.getTable(errorCode);
    [all...]
tmutfmt.cpp 373 ResourceTable units = value.getTable(errorCode);
412 ResourceTable countsToPatternTable = value.getTable(errorCode);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAssetManager.java 63 import org.robolectric.res.ResourceTable;
103 private ResourceTable resourceTable;
149 resourceId = resourceTable.getResourceId(resName);
164 TypedResource dereferencedRef = resourceTable.getValue(resName, config);
194 TypedResource attrTypeData = resourceTable.getValue(attribute.resName, config);
225 resourceTable = RuntimeEnvironment.getAppResourceTable();
235 resourceTable = isSystem ? RuntimeEnvironment.getSystemResourceTable() : RuntimeEnvironment.getAppResourceTable();
251 public ResourceTable getResourceTable() {
252 return resourceTable;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundle.java 323 if (this instanceof ICUResourceBundleImpl.ResourceTable) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundle.java 319 if (this instanceof ICUResourceBundleImpl.ResourceTable) {
    [all...]
  /frameworks/base/tools/aapt2/link/
ReferenceLinker.cpp 23 #include "ResourceTable.h"
45 // NOTE: All of the entries in the ResourceTable must be assigned IDs.
355 bool ReferenceLinker::Consume(IAaptContext* context, ResourceTable* table) {
  /prebuilts/misc/common/robolectric/3.4.2/lib/
resources-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
resources-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
resources-3.6.1.jar 
  /frameworks/base/tools/aapt2/format/proto/
ProtoDeserialize.cpp 24 #include "ResourceTable.h"
375 io::IFileCollection* files, ResourceTable* out_table,
483 bool DeserializeTableFromPb(const pb::ResourceTable& pb_table, io::IFileCollection* files,
484 ResourceTable* out_table, std::string* out_error) {
    [all...]
  /frameworks/base/tools/aapt2/compile/
PseudolocaleGenerator.cpp 21 #include "ResourceTable.h"
353 bool PseudolocaleGenerator::Consume(IAaptContext* context, ResourceTable* table) {
  /frameworks/base/tools/aapt2/java/
ProguardRules.cpp 426 bool CollectResourceReferences(aapt::IAaptContext* context, ResourceTable* table,
  /frameworks/base/tools/aapt2/test/
Builders.cpp 141 std::unique_ptr<ResourceTable> ResourceTableBuilder::Build() {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
AndroidManifest.java 20 import org.robolectric.res.ResourceTable;
479 * @param resourceTable used for getting resource IDs from string identifiers
481 public void initMetaData(ResourceTable resourceTable) throws RoboNotFoundException {
488 applicationMetaData.init(resourceTable, packageName);
491 receiver.getMetaData().init(resourceTable, packageName);
494 service.getMetaData().init(resourceTable, packageName);
497 providerData.getMetaData().init(resourceTable, packageName);

Completed in 980 milliseconds

1 2 3 45 6 7