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

  /external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java 46 private String nameFormat = null;
61 * @param nameFormat a {@link String#format(String, Object...)}-compatible
67 public ThreadFactoryBuilder setNameFormat(String nameFormat) {
68 String.format(nameFormat, 0); // fail fast if the format is bad or null
69 this.nameFormat = nameFormat;
147 final String nameFormat = builder.nameFormat;
156 final AtomicLong count = (nameFormat != null) ? new AtomicLong(0) : null;
160 if (nameFormat != null)
    [all...]
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 21 milliseconds