HomeSort by relevance Sort by last modified time
    Searched refs:FILES (Results 51 - 60 of 60) sorted by null

1 23

  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 81 file_util::FileEnumerator::FILES,
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 34 // Validates locale info. Doesn't check if messages.json files are valid.
493 // Enumerate all files and directories in the extension root.
501 file_util::FileEnumerator::FILES));
  /external/clang/tools/scan-build/
scan-build 63 Diag ("The analyzer encountered problems on some source files.\n");
65 Diag ("Please consider submitting a bug report using these files:\n");
136 # Iterate over all files in the specified directory.
139 my @FILES = grep { -d "$Dir/$_" } readdir(DIR);
142 foreach my $f (@FILES) {
143 # Strip the prefix '$Prog-' if we are dumping files to /tmp.
223 # just looking for duplicate files that come from a non-malicious source.
236 # UpdatePrefix - Compute the common prefix of files.
396 # CopyFiles - Copy resource files to target directory.
438 # Calculate the unique files
    [all...]
  /external/chromium/base/
file_util_proxy.cc 441 file_util::FileEnumerator::FILES |
file_util_win.cc 97 // All files in given dir
182 // analyzing all our usage of files.
237 // analyzing all our usage of files.
251 // analyzing all our usage of files.
921 // the next one in the queue. We applied the pattern (if any) to the files
923 // matched, we want to enumerate all files inside them. This will happen
946 } else if (file_type_ & FileEnumerator::FILES) {
    [all...]
file_util_unittest.cc 117 file_util::FileEnumerator::FILES |
349 // Delete new file, we should see no files after cutoff now
355 // Create three files of 20, 30 and 3 chars (utf8). ComputeDirectorySize
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 540 file_util::FileEnumerator::FILES);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 77 import android.provider.MediaStore.Files;
78 import android.provider.MediaStore.Files.FileColumns;
244 // entries for that storage from the files table.
260 // We do this to avoid deleting files if the volume is remounted while
263 values.put(Files.FileColumns.DATA, "");
267 db.update("files", values, where, whereArgs);
270 int numpurged = db.delete("files", where, whereArgs);
273 // notify on media Uris as well as the files Uri
281 Files.getContentUri(EXTERNAL_VOLUME), null);
644 private static final String TABLE_FILES = "files";
5099 File[] files = new File(mExternalStoragePaths[0], ALBUM_THUMB_FOLDER).listFiles(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 518 milliseconds

1 23