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

/opengrok-sun/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-sun/src/org/opensolaris/opengrok/analysis/
H A DCtags.java243 addTag(defs, seenSymbols, lnum, def, type, match);
257 addTag(defs, seenSymbols, lnum, name, "argument",
276 private void addTag(Definitions defs, Interner<String> seenSymbols, method in class:Ctags
282 defs.addTag(Integer.parseInt(lnum), seenSymbols.intern(symbol.trim()),
H A DDefinitions.java162 public void addTag(int line, String symbol, String type, String text) { method in class:Definitions
/opengrok-sun/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java153 defs.addTag(1, "def", "type", "text");
407 defs.addTag(2, "bug17582", "type1", "text1");
408 defs.addTag(3, "Bug17582", "type2", "text2");

Completed in 10 milliseconds