HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 101 - 125 of 2469) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageUtils.java 38 * Return list of all normal files under the given directory, traversing
42 * @param uid only return files owned by this UID, or {@code -1} to ignore.
45 final ArrayList<ConcreteFile> files = Lists.newArrayList(); local
62 files.add(file);
69 return files;
74 * {@code realpath()} when looking for identical files.
  /system/ca-certificates/
Android.mk 22 define all-files-under
44 cacerts := $(call all-files-under,files)
  /system/update_engine/payload_generator/
ext2_filesystem_unittest.cc 83 vector<FilesystemInterface::File> files; local
84 EXPECT_TRUE(fs->GetFiles(&files));
87 for (const auto& file : files) {
111 vector<FilesystemInterface::File> files; local
114 EXPECT_TRUE(fs->GetFiles(&files));
115 for (const auto& file : files) {
116 // Check no repeated files. We should parse hard-links with two different
125 // Check that all the files are parsed, and the /removed file should not
169 // The number of blocks in these files doesn't depend on the
squashfs_filesystem_unittest.cc 79 vector<FilesystemInterface::File> files; local
80 ASSERT_TRUE(fs->GetFiles(&files));
83 for (const auto& file : files) {
91 EXPECT_TRUE(std::is_sorted(files.begin(),
92 files.end(),
105 // Check files are not overlapping.
106 EXPECT_EQ(std::adjacent_find(files.begin(), files.end(), overlap_check),
107 files.end());
121 vector<FilesystemInterface::File> files; local
139 vector<FilesystemInterface::File> files; local
160 vector<FilesystemInterface::File> files; local
174 vector<FilesystemInterface::File> files; local
187 vector<FilesystemInterface::File> files; local
201 vector<FilesystemInterface::File> files; local
216 vector<FilesystemInterface::File> files; local
231 vector<FilesystemInterface::File> files; local
    [all...]
  /build/make/core/
product.mk 18 # Functions for including AndroidProducts.mk files
28 define _search-android-products-files-in-dir
36 # Returns the list of all AndroidProducts.mk files.
39 define _find-android-products-files
40 $(foreach d, device vendor product,$(call _search-android-products-files-in-dir,$(d))) \
46 # variables set in the given AndroidProducts.mk files.
47 # $(1): the list of AndroidProducts.mk files.
64 # variables set in all AndroidProducts.mk files.
68 $(call get-product-makefiles,$(_find-android-products-files))
334 define add-to-product-copy-files-if-exist
    [all...]
  /art/compiler/debug/dwarf/
dwarf_test.cc 198 std::vector<FileEntry> files {
241 WriteDebugLineTable(include_directories, files, opcodes,
278 std::vector<FileEntry> files = { { "file.c", 0, 1000, 2000 } }; local
280 WriteDebugLineTable(directories, files, opcodes,
  /build/make/tools/atree/
atree.cpp 7 #include "files.h"
28 " -f FILELIST Specify one or more files containing the\n"
29 " list of files to copy.\n"
31 " which to look for the files\n"
33 " output files to.\n"
34 " -l Use hard links instead of copying the files.\n"
36 " of files included. It sets the variable ATREE_FILES.\n"
37 " -v VAR=VAL Replaces ${VAR} by VAL when reading input files.\n"
41 " The FILELIST files contain the list of files that will end up\n
205 vector<FileRecord> files; local
    [all...]
fs.cpp 2 #include "files.h"
54 vector<string> files; local
70 files.push_back(full);
75 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) {
  /cts/hostsidetests/theme/app/src/android/theme/app/
ThemeTestUtils.java 72 final File files[] = dir.listFiles(); local
73 if (files != null) {
74 for (File file : files) {
  /cts/tests/tests/content/src/android/content/cts/
ReadableFileReceiverActivity.java 63 List<File> files = getFilesFromIntent(intent); local
64 if (files == null) {
65 Log.e(TAG, "Could not get files from clipdata.");
68 for (File file : files) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep277.py 56 # Destroy directory dirname and all files under it, to one level.
68 files = set(filenames) variable in class:UnicodeFileTests
76 files = set()
77 for name in self.files:
82 files.add(name)
83 self.files = files
108 for name in self.files:
119 for name in self.files:
131 files = set(f for f in self.files if isinstance(f, unicode))
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
JarOptimizer.java 55 File[] files = f.listFiles(); local
56 for (int i = 0; i < files.length; ++i) {
57 optimize(files[i]);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
ParserLoader.java 51 // load all the class files in the "classDir" related to the grammarName
56 File[] files = dir.listFiles(new ClassFilenameFilter(grammarName)); local
57 for(File f : files) {
  /external/apache-harmony/
Android.mk 5 define all-harmony-test-java-files-under
17 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
18 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
19 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
20 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
21 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
22 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
  /external/apache-harmony/jdwp/
Android.mk 5 define all-harmony-test-java-files-under
10 $(call all-harmony-test-java-files-under,,src/test/java/)
13 $(filter-out $(call all-harmony-test-java-files-under,,src/test/java/org/apache/harmony/jpda/tests/jdwp/DDM/),$(harmony_jdwp_test_src_files))
  /external/blktrace/btt/
btt_plot.py 3 # btt_plot.py: Generate matplotlib plots for BTT generate data files
23 btt_plot.py: Generate matplotlib plots for BTT generated data files
25 Files handled:
47 <data-files...>
51 q2d, d2c and q2c). It will find files with the appropriate suffix for
52 each type ('aqd.dat' for example). If such files are found, a plot for
89 def get_data(files):
90 """Retrieve data from files provided.
154 for file in files:
187 Returns list of (data) files that need to be processed -- /unless
373 files = parse_args(sys.argv) variable
378 files = get_files(t) variable
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 89 for path in files(dest, '*'):
402 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): function
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 89 for path in files(dest, '*'):
402 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): function
  /external/doclava/src/com/google/doclava/
Doclava2.java 27 ArrayList<String> files = new ArrayList<String>(); local
28 files.add("frameworks/base/core/java/android/preference/VolumePreference.java");
29 files.add("frameworks/base/core/java/android/preference/SeekBarDialogPreference.java");
30 files.add("frameworks/base/core/java/android/view/ViewGroup.java");
31 files.add("frameworks/base/core/java/android/widget/FrameLayout.java");
32 files.add("frameworks/base/core/java/android/widget/DatePicker.java");
33 files.add("frameworks/base/core/java/android/widget/GridLayout.java");
35 for (String filename : files) {
55 ArrayList<String> files = new ArrayList<String>(); local
60 files.add(name)
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
Util.java 53 File[] files = dir.listFiles(); local
54 if (files == null) {
57 for (File file : files) {
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
InstrumentTask.java 32 * Task for offline instrumentation of class files.
38 private final Union files = new Union(); field in class:InstrumentTask
53 * Sets whether signatures should be removed from JAR files.
69 files.add(resources);
82 final Iterator<?> resourceIterator = files.iterator();
  /external/jline/src/src/main/java/jline/
ClassNameCompletor.java 77 Set files = getClassFiles(file.getAbsolutePath(), local
79 classes.addAll(files);
102 if (!name.endsWith(".class")) // only use class files
131 File[] files = directory.listFiles(); local
133 for (int i = 0; (files != null) && (i < files.length); i++) {
134 String name = files[i].getAbsolutePath();
138 } else if (files[i].isDirectory()) {
139 getClassFiles(root, holder, files[i], maxDirectories);
140 } else if (files[i].getName().endsWith(".class"))
    [all...]
  /external/libmojo/base/android/java/src/org/chromium/base/
FileUtils.java 18 * Helper methods for dealing with Files.
29 File[] files = currentFile.listFiles(); local
30 if (files != null) {
31 for (File file : files) {
41 * Delete the given files or directories by calling {@link #recursivelyDeleteFile(File)}.
42 * @param files The files to delete.
44 public static void batchDeleteFiles(List<File> files) {
47 for (File file : files) {
  /external/libmtp/examples/
detect.c 229 LIBMTP_file_t *files; local
232 files = LIBMTP_Get_Files_And_Folders(device,
236 if (files != NULL) {
238 file = files;
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keymap.c 7 * copy of this software and associated documentation files (the "Software"),
236 XkbFile *files[LAST_KEYMAP_FILE_TYPE + 1] = { NULL }; local
242 /* Collect section files and check for duplicates. */
252 if (files[file->file_type]) {
265 files[file->file_type] = file;
276 if (files[type] == NULL) {
290 xkb_file_type_to_string(type), files[type]->topName);
292 ok = compile_file_fns[type](files[type], keymap, merge);

Completed in 593 milliseconds

1 2 3 45 6 7 8 91011>>