HomeSort by relevance Sort by last modified time
    Searched full:allfiles (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/Frontend/
DependencyGraph.cpp 33 llvm::SetVector<const FileEntry *> AllFiles;
90 AllFiles.insert(File);
91 AllFiles.insert(FromFile);
113 for (unsigned I = 0, N = AllFiles.size(); I != N; ++I) {
116 writeNodeReference(OS, AllFiles[I]);
118 StringRef FileName = AllFiles[I]->getName();
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFileList.java 114 List<File> allFiles = getAllCertFiles();
115 if (allFiles.isEmpty()) {
123 for (File file : allFiles) {
CertFile.java 105 List<File> allFiles = new ArrayList<File>();
112 Collections.addAll(allFiles, files);
118 Collections.addAll(allFiles, files);
121 return allFiles;
CertInstallerMain.java 75 List<File> allFiles = getAllCertFiles();
76 if (allFiles.isEmpty()) {
79 } else if (allFiles.size() == 1) {
80 installFromFile(allFiles.get(0));
  /frameworks/base/test-runner/src/android/test/
RenamingDelegatingContext.java 249 // * @param allFiles the original list of files
252 // private String[] prunedFileList(String[] allFiles) {
254 // for (String file : allFiles) {
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 71 File[] allFiles = file.listFiles();
72 for (File f : allFiles) {
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 997 local (@allfiles);
1000 @allfiles = grep (!/^(\.\.?|CVS|RCS)$/, readdir (DIR) );
1004 print "dirtree: (%dirtree)\n$basedir: (@allfiles)\n";
1015 foreach $i (0 .. $#allfiles)
1017 if ($allfiles[$i] eq $path)
1019 splice (@allfiles, $i, 1); # delete it
1022 print " Zapped $path; files now (@allfiles).\n";
1044 push (@allfiles, @files);
1109 print "leftovers: (@allfiles).\n";
1112 foreach $file (@allfiles)
    [all...]
  /external/webkit/Source/WebKit/qt/
QtWebKit.pro 94 # DRM and Allfiles capabilites need to be audited to be signed on Symbian
101 TARGET.CAPABILITY = All -Tcb -DRM -AllFiles
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 752 String allFiles = allFilesText();
753 allFiles.append(L"\0*.*\0\0", 6);
754 ofn.lpstrFilter = allFiles.charactersWithNullTermination();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 

Completed in 691 milliseconds