Searched refs:files (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/external/clearsilver/util/test/
H A Dlistdir_test.c12 ULIST *files = NULL; local
23 err = ne_listdir(path, &files);
30 for (x = 0; x < uListLength(files); x++)
32 err = uListGet(files, x, (void *)&filename);
36 uListDestroy(&files, ULIST_FREE);
39 err = ne_listdir_match(path, &files, "*.c");
46 for (x = 0; x < uListLength(files); x++)
48 err = uListGet(files, x, (void *)&filename);
52 uListDestroy(&files, ULIST_FREE);
/external/bluetooth/glib/docs/
H A DMakefile.am8 files:
9 @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
/external/elfutils/libdw/
H A Ddwarf_getsrcfiles.c25 dwarf_getsrcfiles (Dwarf_Die *cudie, Dwarf_Files **files, size_t *nfiles) argument
43 else if (cu->files != (void *) -1l)
49 assert (cu->files != NULL && cu->files != (void *) -1l);
50 *files = cu->files;
52 *nfiles = cu->files->nfiles;
H A Ddwarf_linesrc.c28 if (line->file >= line->files->nfiles)
35 *mtime = line->files->info[line->file].mtime;
38 *length = line->files->info[line->file].length;
40 return line->files->info[line->file].name;
/external/bluetooth/glib/gmodule/
H A DMakefile.am99 .PHONY: files release
101 files:
102 @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
110 @files='$(BUILT_EXTRA_DIST)'; \
111 for f in $$files; do \
/external/webkit/WebKitTools/Scripts/
H A Dtest-webkitperl47 my @files = <${pattern}>; # lists files alphabetically
49 runtests(@files);
H A Dgenerate-qt-inspector-resource33 my @files = @_;
35 foreach $file (@files) {
47 # Directory with html and js files and the images
H A Dcheck-webkit-style32 """Does WebKit-lint on C/C++ or text files.
64 (files, options) = parser.parse(sys.argv[1:])
68 if files:
69 for filename in files:
/external/webkit/WebKitTools/Scripts/webkitpy/
H A Dwebkit_logging.py45 def __init__(self, *files):
46 self.files = files
49 for file in self.files:
76 def _tee_outputs_to_files(self, files):
80 if files and len(files):
81 sys.stdout = tee(self._original_stdout, *files)
82 sys.stderr = tee(self._original_stderr, *files)
H A Ddiff_parser_unittest.py91 self.assertEquals(3, len(parser.files))
93 self.assertTrue('WebCore/rendering/style/StyleFlexibleBoxData.h' in parser.files)
94 diff = parser.files['WebCore/rendering/style/StyleFlexibleBoxData.h']
106 self.assertTrue('WebCore/rendering/style/StyleRareInheritedData.cpp' in parser.files)
107 diff = parser.files['WebCore/rendering/style/StyleRareInheritedData.cpp']
126 diff = parser.files['LayoutTests/platform/mac/fast/flexbox/box-orient-button-expected.checksum']
/external/svox/picolanginstaller/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/clearsilver/util/
H A Dneo_files.h30 NEOERR *ne_listdir(const char *path, ULIST **files);
31 NEOERR *ne_listdir_match(const char *path, ULIST **files, const char *match);
32 NEOERR *ne_listdir_fmatch(const char *path, ULIST **files, MATCH_FUNC fmatch,
/external/proguard/src/proguard/io/
H A DDirectoryPump.java28 * DataEntryReader to all files it comes across.
59 * to all files that are encountered.
70 File[] files = file.listFiles();
72 for (int index = 0; index < files.length; index++)
74 readFiles(files[index], dataEntryReader);
/external/embunit/
H A DAndroid.mk5 # embUnit test framework source files
16 # Header files path
/external/bluetooth/glib/gthread/
H A DMakefile.am86 files='$(BUILT_EXTRA_DIST)'; \
87 for f in $$files; do \
/external/emma/ant/ant14/com/vladium/emma/data/
H A DmergeTask.java37 String [] files = getDataPath (true);
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/iproute2/genl/
H A DMakefile33 files="$^" ; \
34 for s in `grep -B 3 '\<dlsym' $$files | sed -n '/snprintf/{s:.*"\([^"]*\)".*:\1:;s:%s::;p}'` ; do \
35 sed -n '/'$$s'[^ ]* =/{s:.* \([^ ]*'$$s'[^ ]*\) .*:extern char \1[] __attribute__((weak)); if (!strcmp(sym, "\1")) return \1;:;p}' $$files ; \
/external/clearsilver/cs/
H A Dtest12.cs3 <?cs def:display_files(files) ?>
5 <?cs each:file = files ?>
16 <?cs def:display_files2(files, spc) ?>
20 <?cs each:file = files ?>
/external/dhcpcd/mk/
H A Dfiles.mk1 # Quick and dirty files
/external/elfutils/tests/
H A Drun-get-files.sh22 ./get-files testfile testfile2 > get-files.out
24 diff -u get-files.out - <<"EOF"
62 rm -f testfile testfil2 get-files.out
/external/icu4c/tools/toolutil/
H A Dpkg_gencmn.c27 /* ICU package data file format (.dat files) ------------------------------- ***
88 static File files[MAX_FILE_COUNT]; variable
155 /* read the list of files and get their lengths */
190 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
194 /* sort the files by basename */
195 qsort(files, fileCount, sizeof(File), compareFiles);
200 /* determine the offsets of all basenames and files in this common one */
204 files[i].fileOffset=fileOffset;
205 fileOffset+=(files[i].fileSize+15)&~0xf;
206 files[
[all...]
/external/jdiff/
H A DAndroid.mk4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/external/webkit/WebKit/win/WebKit.vcproj/
H A DFixMIDLHeaders.pl58 if ($line =~ /^\/\* header files for imported files \*\//) {
/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/webkit/WebKitTools/iExploder/tools/
H A Dosx_last_crash.rb9 files=`find #$LogDir -mtime -#$Days -type f | grep -v synergy`
10 files.each { |filename|

Completed in 245 milliseconds

1234567891011>>