Home
last modified time | relevance | path

Searched refs:forFolder (Results 1 – 3 of 3) sorted by relevance

/external/junit/src/main/java/org/junit/experimental/max/
DMaxCore.java41 public static MaxCore forFolder(String folderName) { in forFolder() method in MaxCore
55 history = MaxHistory.forFolder(storedResults); in MaxCore()
DMaxHistory.java33 public static MaxHistory forFolder(File file) { in forFolder() method in MaxHistory
/external/lzma/CPP/Common/
DWildcard.cpp421 bool forFolder = true; in AddItem2() local
428 AddItem(include, path2, recursive, forFile, forFolder, wildcardMatching); in AddItem2()