Home
last modified time | relevance | path

Searched refs:Placeholder (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/aapt2/compile/
DPseudolocalizer.cpp50 std::string Placeholder(StringPiece text) override { in Placeholder() function in aapt::PseudoMethodNone
58 std::string Placeholder(StringPiece text) override;
67 std::string Placeholder(StringPiece text) override;
129 chunk = impl_->Placeholder(chunk); in Text()
386 result += ((c == '%') ? chunk : Placeholder(chunk)); in Text()
446 std::string PseudoMethodAccent::Placeholder(StringPiece source) { in Placeholder() function in aapt::PseudoMethodAccent
486 std::string PseudoMethodBidi::Placeholder(StringPiece source) { in Placeholder() function in aapt::PseudoMethodBidi
DPseudolocalizer.h35 virtual std::string Placeholder(android::StringPiece text) = 0;
/frameworks/av/apex/
Dmanifest.json4 // Placeholder module version to be replaced during build.
Dmanifest_codec.json4 // Placeholder module version to be replaced during build.
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java68 private Placeholder mPlaceholder;
122 … mPlaceholder = new Placeholder(placeholder, mResources, placeholderWidth, placeholderHeight, in onOptsChanged()
446 private static class Placeholder extends TileDrawable { class in ExtendedBitmapDrawable
452 public Placeholder(Drawable placeholder, Resources res, int placeholderWidth, in Placeholder() method in ExtendedBitmapDrawable.Placeholder
/frameworks/base/tools/codegen/src/com/android/codegen/
DFileInfo.kt201 class Placeholder: GeneratedCode(emptyList()) in <lambda>() class in com.android.codegen.FileInfo
251 generatedCode = GeneratedCode.Placeholder() in <lambda>()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp656 Constant *Placeholder = ResolveConstants.back().first; in ResolveConstantForwardRefs() local
662 while (!Placeholder->use_empty()) { in ResolveConstantForwardRefs()
663 auto UI = Placeholder->user_begin(); in ResolveConstantForwardRefs()
682 } else if (*I == Placeholder) { in ResolveConstantForwardRefs()
717 Placeholder->replaceAllUsesWith(RealVal); in ResolveConstantForwardRefs()
718 delete Placeholder; in ResolveConstantForwardRefs()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp931 Constant *Placeholder = ResolveConstants.back().first; in ResolveConstantForwardRefs() local
937 while (!Placeholder->use_empty()) { in ResolveConstantForwardRefs()
938 auto UI = Placeholder->user_begin(); in ResolveConstantForwardRefs()
957 } else if (*I == Placeholder) { in ResolveConstantForwardRefs()
992 Placeholder->replaceAllUsesWith(RealVal); in ResolveConstantForwardRefs()
993 delete Placeholder; in ResolveConstantForwardRefs()
/frameworks/proto_logging/stats/
Datoms.proto8008 // Placeholder -1001 (OOM_SCORE_ADJ_MIN - 1, outside of allowed range) for native ones.