Lines Matching refs:status_t
24 status_t parseStyledString(Bundle* bundle,
35 status_t parseXMLResource(const sp<AaptFile>& file, ResXMLTree* outTree,
116 status_t addChild(const sp<XMLNode>& child);
118 status_t insertChildAt(const sp<XMLNode>& child, size_t index);
120 status_t addAttribute(const String16& ns, const String16& name,
123 status_t removeAttribute(size_t index);
127 status_t appendChars(const String16& chars);
129 status_t appendComment(const String16& comment);
138 status_t parseValues(const sp<AaptAssets>& assets, ResourceTable* table);
140 status_t assignResourceIds(const sp<AaptAssets>& assets,
143 status_t flatten(const sp<AaptFile>& dest, bool stripComments,
183 status_t collect_strings(StringPool* dest, Vector<uint32_t>* outResIds,
186 status_t collect_attr_strings(StringPool* outPool,
189 status_t collect_resid_strings(StringPool* outPool,
192 status_t flatten_node(const StringPool& strings, const sp<AaptFile>& dest,