Searched defs:binary (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/search/
H A DHit.java56 * Holds value of property binary.
58 private boolean binary; field in class:Hit
83 * @param binary If this is a binary file or not
86 public Hit(String filename, String line, String lineno, boolean binary, boolean alt) { argument
98 this.binary = binary;
188 * Getter for property binary.
190 * @return Value of property binary.
193 return this.binary;
201 setBinary(boolean binary) argument
[all...]
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DCtags.java56 private String binary; field in class:Ctags
66 public void setBinary(String binary) { argument
67 this.binary = binary;
86 command.add(binary);

Completed in 27 milliseconds