Searched refs:WriteTo (Results 1 – 9 of 9) sorted by relevance
/aosp12/build/blueprint/ |
H A D | ninja_defs.go | 115 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 D | context.go | 3835 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 D | Locale.h | 61 void WriteTo(android::ResTable_config* out) const;
|
/aosp12/art/runtime/ |
H A D | debugger.cc | 872 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 D | Locale.cpp | 249 void LocaleValue::WriteTo(ResTable_config* out) const { in WriteTo() function in android::LocaleValue
|
H A D | ConfigDescription.cpp | 674 locale.WriteTo(&config); in Parse()
|
/aosp12/art/tools/hiddenapi/ |
H A D | hiddenapi.cc | 737 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 D | Util.cpp | 99 lv.WriteTo(&config); in ParseConfigFilterParameters()
|
/aosp12/frameworks/base/tools/aapt2/format/proto/ |
H A D | ProtoDeserialize.cpp | 81 lv.WriteTo(out_config); in DeserializeConfigFromPb()
|