Searched refs:toName (Results 1 – 2 of 2) sorted by relevance
481 std::ostringstream toName; in makeSlice() local482 toName << "Slice: To " << version; in makeSlice()483 graphDump(toName.str().c_str(), slice.mModel); in makeSlice()
240 String name = toName(action); in loadPluginPrefs()358 private String toName(String action) { in toName() method in DeveloperOptionsFragment