Home
last modified time | relevance | path

Searched defs:createNew (Results 1 – 6 of 6) sorted by relevance

/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/retrying/
DStreamResumptionStrategy.java45 StreamResumptionStrategy<RequestT, ResponseT> createNew(); in createNew() method
DSimpleStreamResumptionStrategy.java43 public StreamResumptionStrategy<RequestT, ResponseT> createNew() { in createNew() method in SimpleStreamResumptionStrategy
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionFactory.java651 public NEW createNew( final ObjectType t ) { in createNew() method in InstructionFactory
656 public NEW createNew( final String s ) { in createNew() method in InstructionFactory
/external/setfilters/java/com/google/setfilters/cuckoofilter/
DCuckooFilter.java46 public static <T> CuckooFilter<T> createNew(CuckooFilterConfig config, Funnel<? super T> funnel) { in createNew() method in CuckooFilter
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
DServerStreamingAttemptCallableTest.java413 public StreamResumptionStrategy<String, String> createNew() { in createNew() method in ServerStreamingAttemptCallableTest.MyStreamResumptionStrategy
/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
DPathUtilsTest.java106 private FileSystem openArchive(final Path p, final boolean createNew) throws IOException { in openArchive()