HomeSort by relevance Sort by last modified time
    Searched refs:filesFound (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmAnalyzerTest.java 73 Map<String, InputStream> filesFound = new TreeMap<String, InputStream>();
75 mAa.parseZip(mOsJarPath, map, filesFound);
98 filesFound.keySet().toArray());
105 Map<String, InputStream> filesFound = new TreeMap<String, InputStream>();
107 mAa.parseZip(mOsJarPath, zipClasses, filesFound);
124 Map<String, InputStream> filesFound = new TreeMap<String, InputStream>();
126 mAa.parseZip(mOsJarPath, zipClasses, filesFound);
187 Map<String, InputStream> filesFound = new TreeMap<String, InputStream>();
189 mAa.parseZip(mOsJarPath, zipClasses, filesFound);
213 Map<String, InputStream> filesFound = new TreeMap<String, InputStream>()
    [all...]
AsmGeneratorTest.java 219 Map<String, InputStream> filesFound = new TreeMap<String, InputStream>();
220 parseZip(mOsDestJar, output, filesFound);
229 filesFound.keySet().toArray());
297 Map<String, InputStream> filesFound = new TreeMap<String, InputStream>();
298 parseZip(mOsDestJar, output, filesFound);
303 filesFound.keySet().toArray());
308 Map<String, InputStream> filesFound) throws IOException {
320 filesFound.put(entry.getName(), zip.getInputStream(entry));
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 101 Map<String, InputStream> filesFound = new TreeMap<String, InputStream>();
103 parseZip(mOsSourceJar, zipClasses, filesFound);
113 mGen.setCopyFiles(filesFound);
120 * and all other files to <code>filesFound</code>.
124 * @param filesFound The map of file name => InputStream. The file name is
128 Map<String, InputStream> filesFound) throws IOException {
129 if (classes == null || filesFound == null) {
151 filesFound.put(entry.getName(), zip.getInputStream(entry));
    [all...]
  /external/clang/tools/scan-build/
scan-build 508 my @filesFound;
518 push @filesFound, $relative_file;
539 if (scalar(@filesFound) == 0 and ! -e "$Dir/failures") {
551 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); }
653 if (scalar(@filesFound)) {
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 487 my @filesFound;
495 push @filesFound, $relative_file;
516 if (scalar(@filesFound) == 0 and ! -e "$Dir/failures") {
528 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); }
630 if (scalar(@filesFound)) {
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 487 my @filesFound;
495 push @filesFound, $relative_file;
516 if (scalar(@filesFound) == 0 and ! -e "$Dir/failures") {
528 foreach my $file (@filesFound) { ScanFile(\@Index, $Dir, $file, \@Stats); }
630 if (scalar(@filesFound)) {
    [all...]

Completed in 97 milliseconds