Searched refs:Placeholder (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer.h36 virtual std::string Placeholder(const android::StringPiece& text) = 0;
H A DPseudolocalizer.cpp36 // Placeholder marks
46 std::string Placeholder(const StringPiece& text) override { return text.to_string(); }
52 std::string Placeholder(const StringPiece& text) override;
61 std::string Placeholder(const StringPiece& text) override;
123 chunk = impl_->Placeholder(chunk);
360 // Placeholder syntax, no need to pseudolocalize
378 result += ((c == '%') ? chunk : Placeholder(chunk));
438 std::string PseudoMethodAccent::Placeholder(const StringPiece& source) { function in class:aapt::PseudoMethodAccent
468 std::string PseudoMethodBidi::Placeholder(const StringPiece& source) { function in class:aapt::PseudoMethodBidi
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DExtendedBitmapDrawable.java68 private Placeholder mPlaceholder;
92 // Placeholder and progress.
97 // Placeholder is not optional because backgroundColor is part of it.
122 mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight,
446 private static class Placeholder extends TileDrawable { class in class:ExtendedBitmapDrawable
452 public Placeholder(Drawable placeholder, Resources res, int placeholderWidth, method in class:ExtendedBitmapDrawable.Placeholder
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp656 Constant *Placeholder = ResolveConstants.back().first; local
662 while (!Placeholder->use_empty()) {
663 auto UI = Placeholder->user_begin();
682 } else if (*I == Placeholder) {
717 Placeholder->replaceAllUsesWith(RealVal);
718 delete Placeholder;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp931 Constant *Placeholder = ResolveConstants.back().first; local
937 while (!Placeholder->use_empty()) {
938 auto UI = Placeholder->user_begin();
957 } else if (*I == Placeholder) {
992 Placeholder->replaceAllUsesWith(RealVal);
993 delete Placeholder;

Completed in 63 milliseconds