Searched refs:files (Results 51 - 75 of 649) sorted by relevance

1234567891011>>

/external/clang/utils/TestUtils/
H A Dpch-test.pl17 @files = `ls test/*/*.$suffix`;
18 foreach $file (@files) {
/external/dhcpcd/mk/
H A Dfiles.mk1 # Quick and dirty files
/external/openfst/
H A DAndroid.mk10 define private-function-all-cpp-files-under
23 LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src/lib)
/external/webkit/Source/WebKit/win/WebKit.vcproj/
H A DFixMIDLHeaders.pl58 if ($line =~ /^\/\* header files for imported files \*\//) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DBuildDependencyGenerator.java71 * all of its template files in order to figure out the file extension
74 * This code was obvious until I removed redundant "./" on front of files
96 * name files ANTLR will emit from T.g.
99 List<File> files = new ArrayList<File>();
112 files.add(new File(outputDir, recognizer));
116 files.add(new File(tool.getOutputDirectory(), generator.getVocabFileName()));
124 files.add(new File(outputDir, fileName));
132 files.add(new File(outputDir, lexer));
137 files.add(new File(outputDir, header));
142 // handle generated files fo
[all...]
/external/apache-http/
H A DAndroid.mk23 LOCAL_SRC_FILES := $(call all-java-files-under,src)
/external/chromium/base/files/
H A Dfile_path_watcher.cc6 // specific implementation files, too.
8 #include "base/files/file_path_watcher.h"
14 namespace files { namespace in namespace:base
32 } // namespace files
/external/libmtp/examples/
H A Dfiles.c2 * \file files.c
3 * Example program that lists all files on a device.
52 LIBMTP_file_t *files; local
61 fprintf(stdout, "mtp-files: No Devices have been found\n");
64 fprintf(stderr, "mtp-files: There has been an error connecting. Exit\n");
67 fprintf(stderr, "mtp-files: Memory Allocation Error. Exit\n");
73 fprintf(stderr, "mtp-files: Unknown error, please report "
79 fprintf(stdout, "mtp-files: Successfully connected\n");
99 files = LIBMTP_Get_Filelisting_With_Callback(iter, NULL, NULL);
100 if (files
[all...]
H A Dgetfile.c33 extern LIBMTP_file_t *files;
44 int id = parse_path (from_path,files,folders);
H A Dnewfolder.c32 extern LIBMTP_file_t *files;
60 int id = parse_path (parent,files,folders);
/external/llvm/autoconf/m4/
H A Dfunc_mmap_file.m45 [AC_CACHE_CHECK(for mmap of files,
23 AC_DEFINE([HAVE_MMAP_FILE],[],[Define if mmap() can map files into memory])
/external/llvm/projects/sample/autoconf/m4/
H A Dfunc_mmap_file.m45 [AC_CACHE_CHECK(for mmap of files,
23 AC_DEFINE([HAVE_MMAP_FILE],[],[Define if mmap() can map files into memory])
/external/proguard/src/proguard/
H A DUpToDateChecker.java121 * of the files in the given directory (recursively).
128 // Ignore the directory's modification time; just recurse on its files.
129 File[] files = file.listFiles();
133 long lastModified = files.length != 0 && minimum ?
136 for (int index = 0; index < files.length; index++)
138 long fileLastModified = lastModified(files[index], minimum);
/external/svox/pico/
H A DAndroid.mk10 $(call all-java-files-under, src) \
11 $(call all-java-files-under, compat)
/external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
H A Dosx_last_crash.rb9 files=`find #$LogDir -mtime -#$Days -type f | grep -v synergy`
10 files.each { |filename|
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
H A Dosx_last_crash.rb24 files=`find #$LogDir -mtime -#$Days -type f | grep -v synergy`
25 files.each { |filename|
/external/strace/linux/
H A Dioctlent.sh77 files=$(
85 files="${files} media/* net/bluetooth/* pcmcia/*"
88 files="linux/* $asm/* asm-generic/* scsi/* sound/*"
96 (cd $dir && grep $regexp $files 2>/dev/null) | \
119 line=$( (cd $dir && grep -h $regexp 2>/dev/null $files) | grep -v '\<_IO')
131 ${CPP:-cpp} -P $(grep -l $base $files 2>/dev/null) | sed '/^$/d' | \
/external/kernel-headers/original/linux/
H A Dfile.h23 * suitable for most tasks (which open <= BITS_PER_LONG files)
65 #define files_fdtable(files) (rcu_dereference((files)->fdt))
94 static inline struct file * fcheck_files(struct files_struct *files, unsigned int fd) argument
97 struct fdtable *fdt = files_fdtable(files);
107 #define fcheck(fd) fcheck_files(current->files, fd)
/external/webkit/Tools/Scripts/webkitpy/style/
H A Doptparser_unittest.py143 (files, options) = parse([])
145 self.assertEquals(files, [])
158 (files, options) = parse(['--min-confidence=4'])
160 (files, options) = parse(['--output=emacs'])
162 (files, options) = parse(['-g', 'commit'])
164 (files, options) = parse(['--git-commit=commit'])
166 (files, options) = parse(['--git-diff=commit'])
168 (files, options) = parse(['--verbose'])
170 (files, options) = parse(['--diff-files', 'fil
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dimageinfo.js15 var files = [];
27 files[url] = tags;
157 if (!files[url]) {
165 if (!files[url]) return null;
168 for (var a in files[url]) {
169 if (files[url].hasOwnProperty(a))
170 tags[a] = files[url][a];
176 if (!files[url]) return null;
177 return files[url][field];
/external/apache-harmony/
H A DAndroid.mk5 define all-harmony-test-java-files-under
31 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
32 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
33 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
34 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
35 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
36 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
/external/openssl/apps/
H A Dprogs.pl32 push(@files,$_);
62 push(@files,$_);
87 push(@files,$_);
/external/webkit/Tools/Scripts/
H A Dbisect-builds118 my $nightlyFilesURLBase = $nightlyWebSite . File::Spec->catdir("/files", $branch, "mac");
304 my @files;
310 push(@files, +{ rev => $1, file => $file });
321 push(@files, +{ rev => $revision, file => $nightly });
328 @files = grep { $_->{rev} >= 39682 } @files;
330 @files = grep { $_->{rev} >= 37348 } @files;
332 @files = grep { $_->{rev} >= 29711 } @files;
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drebaseline_chromium_webkit_tests_unittest.py234 # We expect to have written 12 files over the course of this rebaseline:
235 # *) 3 files in /__im_tmp for the extracted archive members
237 # *) 4 files in /tmp for the new and old baselines in the result file
243 self.assertEqual(filesystem.files['/test.checkout/LayoutTests/platform/test-mac-leopard/failures/expected/image-expected.checksum'], 'new-image-checksum')
244 self.assertEqual(filesystem.files['/test.checkout/LayoutTests/platform/test-mac-leopard/failures/expected/image-expected.png'], 'new-image-png')
245 self.assertEqual(filesystem.files['/test.checkout/LayoutTests/platform/test-mac-leopard/failures/expected/image-expected.txt'], 'new-image-txt')
255 self.assertEqual(filesystem.files['/test.checkout/LayoutTests/platform/test-mac-leopard/failures/expected/image-expected.checksum'], 'new-image-checksum')
256 self.assertEqual(filesystem.files['/test.checkout/LayoutTests/platform/test-mac-leopard/failures/expected/image-expected.png'], 'new-image-png')
257 self.assertEqual(filesystem.files['/test.checkout/LayoutTests/platform/test-mac-leopard/failures/expected/image-expected.txt'], 'new-image-txt')
269 self.assertEqual(filesystem.files['/tes
[all...]
/external/libyuv/
H A Dpublic.mk6 LIBYUV_INCLUDES := $(LIBYUV_PATH)/files/include

Completed in 590 milliseconds

1234567891011>>