Searched refs:addTag (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/analysis/
H A DDefinitionsTest.java69 instance.addTag(1, "found", "", "");
81 instance.addTag(1, "found", "", "");
94 instance.addTag(1, "found", "", "");
108 instance.addTag(1, "one", "", "");
109 instance.addTag(1, "two", "", "");
110 instance.addTag(3, "two", "", "");
123 instance.addTag(1, "one", "", "");
125 instance.addTag(1, "two", "", "");
126 instance.addTag(3, "two", "", "");
137 instance.addTag(
149 public void addTag() { method in class:DefinitionsTest
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DCtags.java274 defs.addTag(Integer.parseInt(lnum), def.trim(), type.trim(), match.trim());
296 defs.addTag(Integer.parseInt(lnum), name.trim(),
H A DDefinitions.java162 public void addTag(int line, String symbol, String type, String text) { method in class:Definitions
/opengrok-jel/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java164 defs.addTag(1, "def", "type", "text");
426 defs.addTag(2, "bug17582", "type1", "text1");
427 defs.addTag(3, "Bug17582", "type2", "text2");

Completed in 14 milliseconds