Searched refs:outString (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h87 bool readFile(const char* name, String8& outString);
H A DBootAnimation.cpp432 bool BootAnimation::readFile(const char* name, String8& outString) argument
447 outString.setTo((char const*)entryMap->getDataPtr(), entryMap->getDataLength());
/frameworks/base/tools/aapt/
H A DXMLNode.cpp187 String16* outString,
269 if (!ResTable::collectString(outString, curString.string(),
289 span.span.firstChar = span.span.lastChar = outString->size();
304 if (!ResTable::collectString(outString, curString.string(),
339 if (outString->size() > 0) {
340 span.span.lastChar = outString->size()-1;
356 String8(spanTag).string(), String8(*outString).string());
366 const char16_t* str = outString->string();
368 const char16_t* e = p + outString->size();
376 unsigned int length = words_cnt > 3 ? outString
183 parseStyledString(Bundle* bundle, const char* fileName, ResXMLTree* inXml, const String16& endTag, String16* outString, Vector<StringPool::entry_style_span>* outSpans, bool isFormatted, PseudolocalizationMethod pseudolocalize) argument
[all...]
H A DXMLNode.h26 String16* outString,
/frameworks/base/include/androidfw/
H A DResourceTypes.h1740 // 'outString' receives the string. If 'attrID' is supplied, the value is
1746 bool stringToValue(Res_value* outValue, String16* outString,
1758 static bool collectString(String16* outString,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4569 bool ResTable::stringToValue(Res_value* outValue, String16* outString, argument
5116 if (outString) {
5117 bool failed = collectString(outString, s, len, preserveSpaces, &errorMsg);
5127 bool ResTable::collectString(String16* outString, argument
5254 outString->append(tmp);
5256 outString->setTo(tmp);
5260 outString->append(String16(s, len));
5262 outString->setTo(s, len);

Completed in 82 milliseconds