Searched defs:overwrite (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java112 * @param overwrite
115 private DrawableHolder addAnimation(ObjectAnimator anim, boolean overwrite) { argument
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp643 const bool overwrite)
653 return group->addFile(file, overwrite);
658 sp<FilePathStore>& fullResPaths, const bool overwrite)
717 resType, fullResPaths, overwrite);
727 status_t err = addLeafFile(fileNames[i], file, overwrite);
1121 const bool overwrite)
1123 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths, overwrite);
642 addLeafFile(const String8& leafName, const sp<AaptFile>& file, const bool overwrite) argument
656 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths, const bool overwrite) argument
1117 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths, const bool overwrite) argument
H A DResourceTable.cpp604 const bool overwrite,
633 &spans, &config, overwrite, false, curFormat);
701 const bool overwrite,
775 false, curFormat, overwrite);
784 const bool overwrite,
1094 ResTable_map::TYPE_STRING, overwrite);
1554 overwrite, curIsBagReplaceOnOverwrite);
1626 product, NO_PSEUDOLOCALIZATION, overwrite, outTable);
1637 overwrite, outTable);
1645 overwrite, outTabl
591 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& , PseudolocalizationMethod pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
688 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument
780 compileResourceFile(Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& in, const ResTable_config& defParams, const bool overwrite, ResourceTable* outTable) argument
1858 addEntry(const SourcePos& sourcePos, const String16& package, const String16& type, const String16& name, const String16& value, const Vector<StringPool::entry_style_span>* style, const ResTable_config* params, const bool doSetIndex, const int32_t format, const bool overwrite) argument
3521 setItem(const SourcePos& sourcePos, const String16& value, const Vector<StringPool::entry_style_span>* style, int32_t format, const bool overwrite) argument
[all...]

Completed in 90 milliseconds