HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium/base/files/
file_path_watcher_stub.cc 8 #include "base/files/file_path_watcher.h"
11 namespace files { namespace in namespace:base
30 } // namespace files
file_path_watcher.cc 6 // specific implementation files, too.
8 #include "base/files/file_path_watcher.h"
14 namespace files { namespace in namespace:base
32 } // namespace files
  /frameworks/base/data/keyboards/
Android.mk 15 # This makefile performs build time validation of framework keymap files.
25 files := \ macro
34 validate_framework_keymaps: $(files)
35 $(hide) $(validatekeymaps) $(files)
  /libcore/
Docs.mk 5 define libcoredoc-all-java-files-under
12 # List of libcore javadoc source files
18 $(call libcoredoc-all-java-files-under,$(1), \
20 $(call libcoredoc-all-java-files-under,$(1), \
CaCerts.mk 20 define all-files-under
41 cacerts := $(call all-files-under,luni/src/main/files/cacerts)
JavaLibrary.mk 32 # resources/ # Support files.
36 # resources/ # Support files.
40 define all-main-java-files-under
44 define all-test-java-files-under
52 # The Java files and their associated resources.
53 core_src_files := $(call all-main-java-files-under,dalvik dom json luni support xml)
58 core_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenerated)
93 LOCAL_SRC_FILES := $(call all-main-java-files-under,junit)
103 LOCAL_SRC_FILES := $(call all-test-java-files-under,dalvik dom json luni support xml)
158 LOCAL_SRC_FILES := $(call all-main-java-files-under,junit
    [all...]
  /system/media/mca/
Docs.mk 21 define libfilterfw-all-java-files-under
28 # List of mobile filter framework source files to include in the public API/SDK.
33 $(call libfilterfw-all-java-files-under,$(1), \
  /cts/tools/utils/
VogarUtils.java 59 File[] files = new File(dir).listFiles(new FilenameFilter() { local
60 // ignore obviously temporary files
65 if (files != null) {
66 expectSet.addAll(Arrays.asList(files));
  /external/proguard/src/proguard/io/
DirectoryPump.java 28 * DataEntryReader to all files it comes across.
59 * to all files that are encountered.
70 File[] files = file.listFiles(); local
72 for (int index = 0; index < files.length; index++)
74 readFiles(files[index], dataEntryReader);
  /libcore/luni/src/test/java/libcore/java/net/
OldFileNameMapTest.java 27 String [] files = {"text", "txt", "htm", "html"}; local
34 for(int i = 0; i < files.length; i++) {
35 String mimeType = fileNameMap.getContentTypeFor("test." + files[i]);
37 files[i], mimeTypes[i], mimeType);
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/
EmptyFileFilter.java 23 * This filter accepts files or directories that are empty.
26 * it contains no files.
29 * current directory's empty files/directories:
33 * String[] files = dir.list( EmptyFileFilter.EMPTY );
34 * for ( int i = 0; i &lt; files.length; i++ ) {
35 * System.out.println(files[i]);
41 * current directory's non-empty files/directories:
45 * String[] files = dir.list( EmptyFileFilter.NOT_EMPTY );
46 * for ( int i = 0; i &lt; files.length; i++ ) {
47 * System.out.println(files[i]);
77 File[] files = file.listFiles(); local
    [all...]
  /bionic/libc/kernel/tools/
find_users.py 18 this program is used to scan a list of files or directories for
20 the list of said source files when it's done.
22 when scanning directories, only files matching the following
47 # helper function used to walk the user files
52 # first, obtain the list of kernel files used by our clients
58 files = fparser.getFiles() variable
60 for f in sorted(files):
  /cts/tools/signature-tools/src/signature/converter/dex/
DexFactory.java 36 Set<DexFile> files = DexUtil.getDexFiles(fileNames); local
37 SigApi api = converter.convertApi(name, files, visibility);
  /external/chromium/chrome/browser/policy/
config_dir_policy_provider.cc 21 // Enumerate the files and sort them lexicographically.
22 std::set<FilePath> files; local
24 file_util::FileEnumerator::FILES);
27 files.insert(config_file_path);
29 // Start with an empty dictionary and merge the files' contents.
31 for (std::set<FilePath>::iterator config_file_iter = files.begin();
32 config_file_iter != files.end(); ++config_file_iter) {
63 // Enumerate the files and find the most recent modification timestamp.
66 file_util::FileEnumerator::FILES);
  /external/elfutils/tests/
get-files.c 62 Dwarf_Files *files; local
64 if (dwarf_getsrcfiles (die, &files, &nfiles) != 0)
66 printf ("%s: cannot get files\n", argv[cnt]);
73 dwarf_filesrc (files, i, NULL, NULL));
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtPlatformPlugin.cpp 58 const QStringList files = dir.entryList(QDir::Files); local
59 for (int j = 0; j < files.count(); ++j) {
60 if (load(dir.absoluteFilePath(files.at(j))))
  /external/webkit/Tools/DumpRenderTree/android/
get_layout_tests_dir_contents.php 26 # MODE = [folders|files] (defaults to files) - if 'folders' then lists only folders,
27 # if 'files' then only files
46 $files = getFilesAsArray($relPath); variable
49 foreach($files as $i => $value) {
66 } else if ($mode == 'files') {
88 $mode = 'files';
  /libcore/luni/src/main/java/org/apache/harmony/luni/util/
DeleteOnExit.java 37 * Our list of files scheduled for deletion.
39 private ArrayList<String> files = new ArrayList<String>(); field in class:DeleteOnExit
59 synchronized(files) {
60 if (!files.contains(filename)) {
61 files.add(filename);
67 * Does the actual work. Note we (a) first sort the files lexicographically
68 * and then (b) delete them in reverse order. This is to make sure files
73 Collections.sort(files);
74 for (int i = files.size() - 1; i >= 0; i--) {
75 new File(files.get(i)).delete()
    [all...]
  /build/tools/atree/
fs.cpp 2 #include "files.h"
54 vector<string> files; local
77 files.push_back(full);
82 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) {
  /cts/tools/vm-tests/src/util/build/
JavacBuildStep.java 63 String[] files = new String[sourceFiles.size()]; local
64 sourceFiles.toArray(files);
66 System.arraycopy(files, 0, commandLine, args, files.length);
  /cts/tools/vm-tests-tf/src/util/build/
JavacBuildStep.java 63 String[] files = new String[sourceFiles.size()]; local
64 sourceFiles.toArray(files);
66 System.arraycopy(files, 0, commandLine, args, files.length);
  /external/emma/ant/ant14/com/vladium/emma/ant/
FileTask.java 33 // public FileElement (final List /* File */ files)
35 // m_files = files;
104 // // merge files:
118 final String [] files = new String [_files.size ()]; local
119 _files.toArray (files);
121 return files;
  /external/emma/ant/ant14/com/vladium/emma/data/
mergeTask.java 37 String [] files = getDataPath (true); local
38 if ((files == null) || (files.length == 0))
40 + ": no valid input data files have been specified", location).fillInStackTrace ();
44 processor.setDataPath (files); files = null;
  /external/webkit/Source/WebCore/platform/android/
ClipboardAndroid.cpp 80 PassRefPtr<FileList> ClipboardAndroid::files() const function in class:WebCore::ClipboardAndroid
  /external/webkit/Source/WebCore/platform/brew/
ClipboardBrew.cpp 81 PassRefPtr<FileList> ClipboardBrew::files() const function in class:WebCore::ClipboardBrew

Completed in 3987 milliseconds

1 2 3 4 5 6 7 8 910