HomeSort by relevance Sort by last modified time
    Searched refs:fileset (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/file-management/1.2.1/
file-management-1.2.1.jar 
  /external/emma/ant/ant15/com/vladium/emma/ant/
XFileSet.java 13 import org.apache.tools.ant.types.FileSet;
18 * An extension of ANT's stock FileSet that adds the convenience of specifying
24 final class XFileSet extends FileSet
34 public XFileSet (final FileSet fileset)
36 super (fileset);
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
MergeMojo.java 23 import org.apache.maven.shared.model.fileset.FileSet;
24 import org.apache.maven.shared.model.fileset.util.FileSetManager;
46 * Note that you need an <tt>implementation</tt> hint on <tt>fileset</tt>
52 * &lt;fileSet implementation="org.apache.maven.shared.model.fileset.FileSet"&gt;
57 * &lt;/fileSet&gt;
63 private List<FileSet> fileSets;
92 for (final FileSet fileSet : fileSets)
    [all...]
  /prebuilts/go/darwin-x86/src/go/token/
serialize_test.go 16 func equal(p, q *FileSet) error {
39 return fmt.Errorf("wrong fileset for %q", f.name)
42 return fmt.Errorf("wrong fileset for %q", g.name)
71 func checkSerialize(t *testing.T, p *FileSet) {
77 t.Errorf("writing fileset failed: %s", err)
85 t.Errorf("reading fileset failed: %s", err)
position.go 60 // first add the respective file to the current file set using FileSet.AddFile
88 // A File is a handle for a file belonging to a FileSet.
92 set *FileSet
320 // FileSet
322 // A FileSet represents a set of source files.
326 type FileSet struct {
334 func NewFileSet() *FileSet {
335 return &FileSet{
343 func (s *FileSet) Base() int {
353 // name. The base offset must not be smaller than the FileSet's Base(), an
    [all...]
  /prebuilts/go/linux-x86/src/go/token/
serialize_test.go 16 func equal(p, q *FileSet) error {
39 return fmt.Errorf("wrong fileset for %q", f.name)
42 return fmt.Errorf("wrong fileset for %q", g.name)
71 func checkSerialize(t *testing.T, p *FileSet) {
77 t.Errorf("writing fileset failed: %s", err)
85 t.Errorf("reading fileset failed: %s", err)
position.go 60 // first add the respective file to the current file set using FileSet.AddFile
88 // A File is a handle for a file belonging to a FileSet.
92 set *FileSet
320 // FileSet
322 // A FileSet represents a set of source files.
326 type FileSet struct {
334 func NewFileSet() *FileSet {
335 return &FileSet{
343 func (s *FileSet) Base() int {
353 // name. The base offset must not be smaller than the FileSet's Base(), an
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
JacocoCodeCoverageTest.java 184 StringBuilder fileset = new StringBuilder(); local
186 fileset.append("<file file=\"" + file.getAbsolutePath() + "\" />\n");
188 return fileset.toString();
  /external/annotation-tools/asmx/config/
ow_util_ant_tasks.jar 
  /external/annotation-tools/asmx/
ow_util_ant_tasks.jar 
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 392 final File[] fileset = packageDir.listFiles(); local
393 if (fileset != null) {
394 for (File f : fileset) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 32 import org.apache.tools.ant.types.FileSet;
332 public void addXmlfileset(FileSet fs) {
340 public void addClassfileset(FileSet fs) {
902 private FileSet appendClassSelector(FileSet fs) {
1014 * Returns the list of files corresponding to the fileset
1017 * @return the list of files corresponding to the fileset
1020 private List<String> fileset(FileSet fileset) throws BuildException method in class:TestNGAntTask
    [all...]
  /external/emma/lib/
emma_ant.jar 
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /prebuilts/devtools/tools/lib/
emma_ant.jar 
  /external/annotation-tools/scene-lib/
ant-contrib.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 378 milliseconds

1 2