Home
last modified time | relevance | path

Searched refs:fileNames (Results 1 – 25 of 33) sorted by relevance

12

/external/proguard/src/proguard/ant/
DClassPathElement.java64 String[] fileNames; in appendClassPathEntriesTo() local
77 fileNames = path.list(); in appendClassPathEntriesTo()
86 fileNames = scanner.getIncludedFiles(); in appendClassPathEntriesTo()
96 fileNames = list(); in appendClassPathEntriesTo()
101 if (fileNames.length != 1) in appendClassPathEntriesTo()
103 …xception("The <outjar> element must specify exactly one file or directory ["+fileNames.length+"]"); in appendClassPathEntriesTo()
114 for (int index = 0; index < fileNames.length; index++) in appendClassPathEntriesTo()
118 String fileName = fileNames[index]; in appendClassPathEntriesTo()
DConfigurationElement.java46 String[] fileNames; in appendTo() local
74 fileNames = scanner.getIncludedFiles(); in appendTo()
86 fileNames = scanner.getIncludedFiles(); in appendTo()
98 for (int index = 0; index < fileNames.length; index++) in appendTo()
100 File configurationFile = new File(baseDir, fileNames[index]); in appendTo()
/external/libbackup/src/com/google/android/libraries/backup/shadow/
DFileBackupHelperSimulator.java28 private final Set<String> fileNames; field in FileBackupHelperSimulator
30 private FileBackupHelperSimulator(String keyPrefix, Set<String> fileNames) { in FileBackupHelperSimulator() argument
32 this.fileNames = Preconditions.checkNotNull(fileNames); in FileBackupHelperSimulator()
35 public static FileBackupHelperSimulator fromFileNames(String keyPrefix, Set<String> fileNames) { in fromFileNames() argument
36 return new FileBackupHelperSimulator(keyPrefix, fileNames); in fromFileNames()
126 for (String fileName : fileNames) { in backup()
148 if (!fileNames.contains(fileName)) { in restore()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
DReportOutputFolder.java36 private final NormalizedFileNames fileNames; field in ReportOutputFolder
59 fileNames = new NormalizedFileNames(); in ReportOutputFolder()
123 return fileNames.getFileName(name); in normalize()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DInstrumentMojo.java62 final List<String> fileNames; in executeMojo() local
64 fileNames = new FileFilter(this.getIncludes(), this.getExcludes()) in executeMojo()
73 for (final String fileName : fileNames) { in executeMojo()
/external/icu/icu4c/source/tools/memcheck/
DICUMemCheck.pl42 $fileNames = `find common i18n io -name "*.o" -print`;
43 foreach $f (split('\n', $fileNames)) {
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DFs.java174 List<String> fileNames = new ArrayList<>(); in listFileNames() local
176 fileNames.add(fsFile.getName()); in listFileNames()
178 return fileNames.toArray(new String[fileNames.size()]); in listFileNames()
/external/jline/src/src/main/java/jline/
DFileNameCompletor.java76 protected void sortFileNames(final List fileNames) { in sortFileNames() argument
77 Collections.sort(fileNames); in sortFileNames()
/external/lzma/CPP/Windows/
DShell.cpp114 void CDrop::QueryFileNames(UStringVector &fileNames) in QueryFileNames() argument
117 fileNames.ClearAndReserve(numFiles); in QueryFileNames()
119 fileNames.AddInReserved(QueryFileName(i)); in QueryFileNames()
DShell.h75 void QueryFileNames(UStringVector &fileNames);
/external/clang/utils/
Dtoken-delta.py148 def writeFiles(self, changes, fileNames): argument
149 assert len(fileNames) == len(self.tokenLists)
155 f = open(fileNames[i],'w')
/external/google-breakpad/src/common/mac/
DHTTPMultipartUpload.m168 NSArray *fileNames = [files_ allKeys];
169 count = [fileNames count];
171 NSString *name = [fileNames objectAtIndex:i];
/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp66 static const char* fileNames[] = { variable
129 uprv_strcpy(basename,fileNames[0]); in testData()
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
Dantlr3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.contenttype_3.5.0.v20150421-2214.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
DANTLR3.java748 private String[] splitRightHandSide(String fileNames, String pattern) { in splitRightHandSide() argument
749 String[] names = fileNames.split(pattern); in splitRightHandSide()
/external/python/cpython2/Lib/logging/
Dhandlers.py303 fileNames = os.listdir(dirName)
307 for fileName in fileNames:
/external/python/cpython3/Lib/logging/
Dhandlers.py350 fileNames = os.listdir(dirName)
354 for fileName in fileNames:
/external/jline/
Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes. ...
/external/annotation-tools/annotation-file-utilities/lib/
Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE ...
/external/robolectric/v3/
Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...
/external/dexmaker/lib/
Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/guice/extensions/struts2/lib/
Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12