HomeSort by relevance Sort by last modified time
    Searched defs:templateMap (Results 1 - 8 of 8) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/config/
ConfigurationXmlParserSettings.java 34 public Map<String, String> templateMap = new HashMap<>();
ConfigurationFactory.java 76 public Map<String, String> templateMap = new HashMap<>();
86 * with {@code null} {@code templateMap}.
93 * Two-arg convenience constructor. {@code templateMap} may be null.
95 public ConfigId(String name, Map<String, String> templateMap) {
97 if (templateMap != null) {
98 this.templateMap.putAll(templateMap);
107 return 2 * ((name == null) ? 0 : name.hashCode()) + 3 * templateMap.hashCode();
129 return matches(name, otherConf.name) && matches(templateMap, otherConf.templateMap);
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateMapFileReader.java 45 private Map<Object, String> templateMap = null;
64 if (templateMap == null) {
65 templateMap = makeTemplateMap(mapFileName, rootDir);
67 return templateMap;
72 Map<Object, String> templateMap = new HashMap<Object, String>();
78 // and put found templates into templateMap.
79 processTemplateMapFileLine(line, reader.getLineNumber(), templateMap, templateMapFile,
87 return ImmutableMap.copyOf(templateMap);
91 Map<Object, String> templateMap, String templateMapFile, String rootDir) {
130 templateMap.put(key, className)
    [all...]
PrecompiledTemplateLoader.java 43 private final Map<Object, BaseCompiledTemplate> templateMap;
51 this.templateMap = makeTemplateMap(templateToClassNameMap, globalFunctionExecutor);
56 Map<Object, BaseCompiledTemplate> templateMap = new HashMap<Object, BaseCompiledTemplate>();
74 templateMap.put(entry.getKey(), compiledTemplate);
76 return ImmutableMap.copyOf(templateMap);
98 for (BaseCompiledTemplate template : templateMap.values()) {
107 Template template = templateMap.get(mapKey);
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 234 milliseconds