Home
last modified time | relevance | path

Searched refs:appendTitle (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/upstream/utility/
DUtility.cpp55 void appendTitle(string &strTo, const string &strTitle) in appendTitle() function
DUtility.h100 void appendTitle(std::string &strTo, const std::string &strTitle);
/external/parameter-framework/upstream/parameter/
DSelectionCriterion.cpp139 utility::appendTitle(strFormattedDescription, getName() + ":"); in getFormattedDescription()
DParameterMgr.cpp879 utility::appendTitle(strResult, "General:"); in statusCommandProcess()
906 utility::appendTitle(strResult, "Subsystems:"); in statusCommandProcess()
912 utility::appendTitle(strResult, "Last Applied [Pending] Configurations:"); in statusCommandProcess()
918 utility::appendTitle(strResult, "Selection Criteria:"); in statusCommandProcess()
/external/parameter-framework/upstream/utility/test/
Dutility.cpp149 appendTitle(output, test.title);
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java978 FormatDemo.appendTitle(htmlMessage); in getHTML()
1015 public static void appendTitle(StringBuffer htmlMessage) { in appendTitle() method in CheckCLDR.FormatDemo