Home
last modified time | relevance | path

Searched refs:toolName (Results 1 – 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/emma/
DCommand.java269 protected static String usageMsgPrefix (final String toolName) in usageMsgPrefix() argument
271 return toolNameToCommandName (toolName).concat (" usage: "); in usageMsgPrefix()
274 protected static String usageResName (final String toolName) in usageResName() argument
276 return toolName.replace ('.', '/').concat ("_usage.res"); in usageResName()
279 protected static String toolNameToCommandName (final String toolName) in toolNameToCommandName() argument
281 final int lastDot = toolName.lastIndexOf ('.'); in toolNameToCommandName()
283 return lastDot > 0 ? toolName.substring (lastDot + 1) : toolName; in toolNameToCommandName()
/external/cldr/tools/java/org/unicode/cldr/ant/
DCLDRBuild.java25 private String toolName; field in CLDRBuild
171 if (toolName == null) { in execute()
200 Object obj = createObject(toolName); in execute()
202 exitWithError(toolName + " not a subclass of CLDRConverterTool!"); in execute()
264 toolName = name; in setToolName()