Home
last modified time | relevance | path

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

/aosp12/build/blueprint/
H A Dninja_defs.go115 func (p *poolDef) WriteTo(nw *ninjaWriter, name string) error { func
232 func (r *ruleDef) WriteTo(nw *ninjaWriter, name string, func
391 func (b *buildDef) WriteTo(nw *ninjaWriter, pkgNames map[*packageContext]string) error { func
H A Dcontext.go3835 err := def.WriteTo(nw, name)
3861 err := def.WriteTo(nw, name, c.pkgNames)
4085 err = def.WriteTo(nw, name, c.pkgNames)
4098 err := buildDef.WriteTo(nw, c.pkgNames)
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DLocale.h61 void WriteTo(android::ResTable_config* out) const;
/aosp12/art/runtime/
H A Ddebugger.cc872 void WriteTo(std::vector<uint8_t>& bytes) const { in WriteTo() function in art::StringTable
1085 class_names.WriteTo(bytes); in GetRecentAllocations()
1086 method_names.WriteTo(bytes); in GetRecentAllocations()
1087 filenames.WriteTo(bytes); in GetRecentAllocations()
/aosp12/frameworks/base/libs/androidfw/
H A DLocale.cpp249 void LocaleValue::WriteTo(ResTable_config* out) const { in WriteTo() function in android::LocaleValue
H A DConfigDescription.cpp674 locale.WriteTo(&config); in Parse()
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc737 void WriteTo(const std::string& path) { in WriteTo() function in art::hiddenapi::DexFileEditor
1023 dex_editor.WriteTo(output_path); in EncodeAccessFlags()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp99 lv.WriteTo(&config); in ParseConfigFilterParameters()
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp81 lv.WriteTo(out_config); in DeserializeConfigFromPb()