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

  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java 21 import com.google.clearsilver.jsilver.data.StringInternStrategy;
52 private StringInternStrategy stringInternStrategy = new NoOpStringInternStrategy();
243 * Sets the {@link StringInternStrategy} object that will be used to optimize HDF parsing.
248 * @param stringInternStrategy - {@link StringInternStrategy} object
250 public void setStringInternStrategy(StringInternStrategy stringInternStrategy) {
251 if (stringInternStrategy == null) {
252 throw new IllegalArgumentException("StringInternStrategy should not be null.")
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NewHdfParser.java 43 private final StringInternStrategy internStrategy;
155 * @param internPool - {@link StringInternStrategy} instance used to optimize the HDF parsing.
157 public NewHdfParser(StringInternStrategy internPool) {
162 private final StringInternStrategy stringInternStrategy;
164 public NewHdfParserFactory(StringInternStrategy stringInternStrategy) {
165 this.stringInternStrategy = stringInternStrategy;
170 return new NewHdfParser(stringInternStrategy);
    [all...]
  /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 52 milliseconds