Home
last modified time | relevance | path

Searched refs:topicName (Results 1 – 11 of 11) sorted by relevance

/external/skia/tools/bookmaker/
DselfCheck.cpp117 string topicName = topic->fName; in checkRelatedFunctions() local
122 checkMethod(topicName, csChild, &reported); in checkRelatedFunctions()
125 string fullname = topicName + '_' + missing; in checkRelatedFunctions()
DbmhParser.h136 vector<string> topicName();
DincludeParser.cpp1382 string topicName = globalsName.length() > 2 && isupper(globalsName[2]) && in dumpGlobals() local
1384 this->writeTagNoLF("Topic", topicName); in dumpGlobals()
1385 this->writeEndTag("Alias", topicName + "_Reference"); in dumpGlobals()
1459 this->writeEndTag("Topic", topicName); in dumpGlobals()
1609 string topicName = skClassName.length() > 2 && isupper(skClassName[2]) && in dumpTokens() local
1612 this->writeTagNoLF("Topic", topicName); in dumpTokens()
1613 this->writeEndTag("Alias", topicName + "_Reference"); in dumpTokens()
1665 this->writeEndTag("Topic", topicName); in dumpTokens()
DbmhParser.cpp2079 vector<string> BmhParser::topicName() { in topicName() function in BmhParser
2205 result = this->topicName(); in typeName()
DincludeWriter.cpp2045 string topicName = skClassName.substr(2); in populate() local
2046 auto topicIter = bmhParser.fTopicMap.find(topicName); in populate()
/external/skqp/tools/bookmaker/
DselfCheck.cpp117 string topicName = topic->fName; in checkRelatedFunctions() local
122 checkMethod(topicName, csChild, &reported); in checkRelatedFunctions()
125 string fullname = topicName + '_' + missing; in checkRelatedFunctions()
DbmhParser.h136 vector<string> topicName();
DincludeParser.cpp1381 string topicName = globalsName.length() > 2 && isupper(globalsName[2]) && in dumpGlobals() local
1383 this->writeTagNoLF("Topic", topicName); in dumpGlobals()
1384 this->writeEndTag("Alias", topicName + "_Reference"); in dumpGlobals()
1458 this->writeEndTag("Topic", topicName); in dumpGlobals()
1608 string topicName = skClassName.length() > 2 && isupper(skClassName[2]) && in dumpTokens() local
1611 this->writeTagNoLF("Topic", topicName); in dumpTokens()
1612 this->writeEndTag("Alias", topicName + "_Reference"); in dumpTokens()
1664 this->writeEndTag("Topic", topicName); in dumpTokens()
DbmhParser.cpp2082 vector<string> BmhParser::topicName() { in topicName() function in BmhParser
2208 result = this->topicName(); in typeName()
DincludeWriter.cpp2045 string topicName = skClassName.substr(2); in populate() local
2046 auto topicIter = bmhParser.fTopicMap.find(topicName); in populate()
/external/cldr/tools/java/org/unicode/cldr/tool/
DChart.java108 public static String getTsvDir(String targetDir, String topicName) { in getTsvDir() argument
109 String target = targetDir.replaceAll(topicName, "tsv"); in getTsvDir()