HomeSort by relevance Sort by last modified time
    Searched refs:out_entry (Results 1 - 12 of 12) sorted by null

  /frameworks/base/libs/androidfw/
ResourceUtils.cpp 22 StringPiece* out_entry) {
42 out_entry->assign(start, end - start);
LoadedArsc.cpp 117 LoadedArscEntry* out_entry, ResTable_config* out_selected_config,
170 out_entry->entry = best_entry;
171 out_entry->type_string_ref = StringPoolRef(&type_string_pool_, best_type->id - 1);
172 out_entry->entry_string_ref = StringPoolRef(&key_string_pool_, dtohl(best_entry->key.index));
182 LoadedArscEntry* out_entry, ResTable_config* out_selected_config,
196 return loaded_package->FindEntry(type_id - 1, entry_id, config, out_entry,
AssetManager2.cpp 264 bool stop_at_first_match, LoadedArscEntry* out_entry,
329 *out_entry = best_entry;
330 out_entry->dynamic_ref_table = &package_group.dynamic_ref_table;
    [all...]
  /frameworks/base/tools/aapt2/flatten/
TableFlattener.cpp 83 MapFlattenVisitor(ResTable_entry_ext* out_entry, BigBuffer* buffer)
84 : out_entry_(out_entry), buffer_(buffer) {}
137 ResTable_map* out_entry = buffer_->NextBlock<ResTable_map>(); variable
138 FlattenValue(item.get(), out_entry);
139 out_entry->value.size = util::HostToDevice16(sizeof(out_entry->value));
196 void FlattenKey(Reference* key, ResTable_map* out_entry) {
198 out_entry->name.ident = util::HostToDevice32(key->id.value().id);
201 void FlattenValue(Item* value, ResTable_map* out_entry) {
202 CHECK(value->Flatten(&out_entry->value)) << "flatten failed"
206 ResTable_map* out_entry = buffer_->NextBlock<ResTable_map>(); local
279 ResTable_entry* out_entry = (ResTable_entry*)result; local
305 ResTable_entry_ext* out_entry = local
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
ResourceUtils.h 28 StringPiece* out_entry);
LoadedArsc.h 69 LoadedArscEntry* out_entry, ResTable_config* out_selected_config,
150 // The parameter `out_entry` will be filled with the resulting resource entry.
153 bool FindEntry(uint32_t resid, const ResTable_config& config, LoadedArscEntry* out_entry,
AssetManager2.h 249 LoadedArscEntry* out_entry, ResTable_config* out_selected_config,
  /system/core/libziparchive/include/ziparchive/
zip_writer.h 149 * Sets `out_entry` to the last entry written after a call to FinishEntry().
152 int32_t GetLastEntry(FileEntry* out_entry);
  /art/runtime/jdwp/
object_registry.cc 131 ObjectRegistryEntry** out_entry) {
137 if (out_entry != nullptr) {
138 *out_entry = entry;
object_registry.h 129 ObjectRegistryEntry** out_entry)
  /system/core/libziparchive/
zip_writer.cc 282 int32_t ZipWriter::GetLastEntry(FileEntry* out_entry) {
283 CHECK(out_entry != nullptr);
288 *out_entry = files_.back();
  /frameworks/base/tools/aapt2/util/
Util.h 292 android::StringPiece* out_entry, android::StringPiece* out_suffix);

Completed in 803 milliseconds