Home
last modified time | relevance | path

Searched refs:ToUpper (Results 1 – 5 of 5) sorted by relevance

/system/tools/sysprop/include/
DCommon.h34 std::string ToUpper(std::string str);
/system/tools/aidl/
Ddiagnostics.cpp149 if (ToUpper(e.GetName()) != e.GetName()) { in Visit()
155 if (ToUpper(c.GetName()) != c.GetName()) { in Visit()
160 static std::string ToUpper(std::string name) { in ToUpper() function
/system/tools/sysprop/
DCommon.cpp130 if (!name_set.insert(ToUpper(name)).second) { in ValidateProp()
351 std::string ToUpper(std::string str) { in ToUpper() function
DJavaGen.cpp386 writer.Write("%s(\"%s\")", ToUpper(name).c_str(), name.c_str()); in GenerateJavaClass()
/system/tools/aidl/build/
Daidl_gen_rule.go214 strings.ToUpper(baseName)[1] == baseName[1] {