Searched refs:topicName (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | selfCheck.cpp | 117 string topicName = topic->fName; in checkRelatedFunctions() local 122 checkMethod(topicName, csChild, &reported); in checkRelatedFunctions() 125 string fullname = topicName + '_' + missing; in checkRelatedFunctions()
|
D | bmhParser.h | 136 vector<string> topicName();
|
D | includeParser.cpp | 1381 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()
|
D | bmhParser.cpp | 2082 vector<string> BmhParser::topicName() { in topicName() function in BmhParser 2208 result = this->topicName(); in typeName()
|
D | includeWriter.cpp | 2045 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/ |
D | Chart.java | 141 public static String getTsvDir(String targetDir, String topicName) { in getTsvDir() argument 142 String target = targetDir.replaceAll(topicName, "tsv"); in getTsvDir()
|