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

  /frameworks/base/tools/aapt/
StringPool.h 47 configTypeName(o.configTypeName), configs(o.configs) { }
53 String8 configTypeName;
97 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
100 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
StringPool.cpp 61 String8 configStr(configTypeName);
85 int comp = configTypeName.compare(o.configTypeName);
110 const String8* configTypeName, const ResTable_config* config)
112 ssize_t res = add(value, false, configTypeName, config);
120 bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config)
133 if (configTypeName != NULL) {
136 configTypeName->string(), ent.configTypeName.string()));
137 if (ent.configTypeName.size() <= 0)
    [all...]
ResourceTable.cpp     [all...]
ResourceTable.h 218 const String8* configTypeName = NULL,
342 const String8* configTypeName, const ConfigDescription* config);

Completed in 504 milliseconds