Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 2203) sorted by relevance

12345678910>>...89

/external/fdlibm/
Dindex1 file fdlibm/fdlibm.h
3 file fdlibm/index
5 file fdlibm/e_acos.c
7 file fdlibm/e_acosh.c
9 file fdlibm/e_asin.c
11 file fdlibm/e_atan2.c
13 file fdlibm/e_atanh.c
15 file fdlibm/e_cosh.c
17 file fdlibm/e_exp.c
19 file fdlibm/e_fmod.c
[all …]
/external/e2fsprogs/lib/ext2fs/
Dfileio.c33 #define BMAP_BUFFER (file->buf + fs->blocksize)
39 ext2_file_t file; in ext2fs_file_open2() local
50 retval = ext2fs_get_mem(sizeof(struct ext2_file), &file); in ext2fs_file_open2()
54 memset(file, 0, sizeof(struct ext2_file)); in ext2fs_file_open2()
55 file->magic = EXT2_ET_MAGIC_EXT2_FILE; in ext2fs_file_open2()
56 file->fs = fs; in ext2fs_file_open2()
57 file->ino = ino; in ext2fs_file_open2()
58 file->flags = flags & EXT2_FILE_MASK; in ext2fs_file_open2()
61 memcpy(&file->inode, inode, sizeof(struct ext2_inode)); in ext2fs_file_open2()
63 retval = ext2fs_read_inode(fs, ino, &file->inode); in ext2fs_file_open2()
[all …]
/external/webkit/WebKitTools/Scripts/
Dmake-js-test-wrappers89 for my $file (@files) {
90 next if $file =~ /js-test-.*\.js$/;
91 next if $file =~ /cookies-test-(post|pre)\.js$/;
92 next if $file =~ /standalone-.*\.js$/;
93 next if $file =~ /SVGTestCase\.js/;
94 next if $file =~ /WMLTestCase\.js/;
96 … next if $file =~ m:resources/bom-in-file-retains-correct-offset\.js$:; # has a custom template
97 next if $file =~ m:resources/NSResolver-exceptions\.js$:;
98 next if $file =~ m:resources/WindowProperties\.js$:;
99 next if $file =~ m:resources/altGlyph-dom\.js$:;
[all …]
Dresolve-ChangeLogs125 for my $file (@changeLogFiles) {
127 fixOneMergedChangeLog($file);
129 resolveChangeLog($file);
157 my ($file) = @_;
162 if (-e $file && -e "$file.orig" && -e "$file.rej") {
163 return ("$file.rej", "$file.orig", $file);
167 open STAT, "-|", $SVN, "status", $file or die $!;
171 print STDERR "WARNING: ${file} is not in a conflicted state.\n" if $printWarnings;
175 $fileMine = "${file}.mine" if -e "${file}.mine";
178 open INFO, "-|", $SVN, "info", $file or die $!;
[all …]
Dreport-include-statistics42 my $file = $_;
44 if ($file eq "icu") {
49 if ($file !~ /^\./ && $file =~ /\.(h|cpp|c|mm|m)$/) {
50 $paths{$file} = $File::Find::name;
51 $sources{$file} = $File::Find::name if $file !~ /\.h/;
52 open FILE, $file or die;
56 $includes{$file}{$include}++;
67 my ($file) = @_;
69 return if defined $totalIncludes{$file};
71 for my $include (keys %{ $includes{$file} }) {
[all …]
Dfind-extra-includes41 my $file = $_;
43 if ($file eq "icu") {
48 if ($file !~ /^\./ && $file =~ /\.(h|cpp|c|mm|m)$/) {
49 $paths{$file} = $File::Find::name;
50 open FILE, $file or die;
54 $includes{$file}{$include}++;
65 my ($file) = @_;
67 return if defined $totalIncludes{$file};
69 for my $include (keys %{ $includes{$file} }) {
70 $totalIncludes{$file}{$include} = 1;
[all …]
Ddo-webcore-rename52 my $file = $_;
54 if ($file eq "icu") {
59 if ($file =~ /^\../) {
64 return if $file =~ /^ChangeLog/;
65 return if -d $file;
145 for my $file (sort @paths) {
146 my $f = $file;
148 if ($f ne $file) {
149 $newFile{$file} = $f;
153 for my $file (sort @paths) {
[all …]
Ddo-file-rename52 my $file = $_;
54 if ($file eq "icu") {
59 if ($file =~ /^\../) {
64 return if $file =~ /^ChangeLog/;
65 return if -d $file;
79 for my $file (sort @paths) {
80 my $f = $file;
82 $newFile{$file} = $f if $f ne $file;
85 for my $file (sort @paths) {
86 if ($newFile{$file}) {
[all …]
Dextract-localizable-strings107 for my $file (sort @files) {
108 next if $file =~ /\/WebLocalizableStrings\.h$/;
109 next if $file =~ /\/icu\//;
111 $file =~ s-^./--;
113 open SOURCE, $file or die "can't open $file\n";
145 print "$file:$.:ERROR:found a quoted string but expected $expected\n";
157 print "$file:$.:ERROR:mismatched quotes\n";
189 } elsif ($exception{$file}) {
190 $usedException{$file} = 1;
193 } elsif ($exception{"$file:\"$string\""}) {
[all …]
/external/sonivox/arm-wt-22k/misc/
Deas_host.c233 EAS_HW_FILE *file; in EAS_HWOpenFile() local
244 file = hwInstData->files; in EAS_HWOpenFile()
248 if (file->pFile == NULL) in EAS_HWOpenFile()
252 file->pFile = fopen((const char*) locator->path, "rb"); in EAS_HWOpenFile()
253 if (file->pFile == NULL) in EAS_HWOpenFile()
261 file->bytesInBuffer = 0; in EAS_HWOpenFile()
262 file->readIndex = 0; in EAS_HWOpenFile()
263 file->filePos = 0; in EAS_HWOpenFile()
264 file->dup = EAS_FALSE; in EAS_HWOpenFile()
266 *pFile = file; in EAS_HWOpenFile()
[all …]
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
DEASLibVst.c499 EAS_HW_FILE *file; in EAS_HWOpenFile() local
510 file = hwInstData->files; in EAS_HWOpenFile()
514 if (file->pFile == NULL) in EAS_HWOpenFile()
519 file->pFile = fopen((const char*) locator, "rb"); in EAS_HWOpenFile()
520 if (file->pFile == NULL) in EAS_HWOpenFile()
524 if ((result = EAS_HWFileLength(hwInstData, file, &file->fileSize)) != EAS_SUCCESS) in EAS_HWOpenFile()
526 EAS_HWCloseFile(hwInstData, file); in EAS_HWOpenFile()
535 file->bytesInBuffer = 0; in EAS_HWOpenFile()
536 file->readIndex = 0; in EAS_HWOpenFile()
537 file->filePos = 0; in EAS_HWOpenFile()
[all …]
DEASLib.c804 EAS_HW_FILE *file; in EAS_HWOpenFile() local
815 file = hwInstData->files; in EAS_HWOpenFile()
819 if (file->pFile == NULL) in EAS_HWOpenFile()
824 file->pFile = fopen((const char*) locator, "rb"); in EAS_HWOpenFile()
825 if (file->pFile == NULL) in EAS_HWOpenFile()
829 if ((result = EAS_HWFileLength(hwInstData, file, &file->fileSize)) != EAS_SUCCESS) in EAS_HWOpenFile()
831 EAS_HWCloseFile(hwInstData, file); in EAS_HWOpenFile()
840 file->bytesInBuffer = 0; in EAS_HWOpenFile()
841 file->readIndex = 0; in EAS_HWOpenFile()
842 file->filePos = 0; in EAS_HWOpenFile()
[all …]
/external/elfutils/tests/
Drun-get-files.sh26 file[0] = "???"
27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"
29 file[0] = "???"
30 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c"
31 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h"
32 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h"
33 file[4] = "/usr/include/bits/types.h"
34 file[5] = "/usr/include/bits/sched.h"
35 file[6] = "/usr/include/bits/pthreadtypes.h"
36 file[7] = "/usr/include/stdio.h"
[all …]
/external/bluetooth/glib/gio/
Dgfile.h144 GFile * (* dup) (GFile *file);
145 guint (* hash) (GFile *file);
148 gboolean (* is_native) (GFile *file);
149 gboolean (* has_uri_scheme) (GFile *file,
151 char * (* get_uri_scheme) (GFile *file);
152 char * (* get_basename) (GFile *file);
153 char * (* get_path) (GFile *file);
154 char * (* get_uri) (GFile *file);
155 char * (* get_parse_name) (GFile *file);
156 GFile * (* get_parent) (GFile *file);
[all …]
Dgfile.c129 static void g_file_real_query_info_async (GFile *file,
136 static GFileInfo * g_file_real_query_info_finish (GFile *file,
139 static void g_file_real_query_filesystem_info_async (GFile *file,
145 static GFileInfo * g_file_real_query_filesystem_info_finish (GFile *file,
148 static void g_file_real_enumerate_children_async (GFile *file,
155 static GFileEnumerator * g_file_real_enumerate_children_finish (GFile *file,
158 static void g_file_real_read_async (GFile *file,
163 static GFileInputStream * g_file_real_read_finish (GFile *file,
166 static void g_file_real_append_to_async (GFile *file,
172 static GFileOutputStream *g_file_real_append_to_finish (GFile *file,
[all …]
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine.cpp166 FILE *file; variable
557 fprintf(file, "Could not locate the file %s", filename); in PopulateCmdLine()
877 …fprintf(file, "Source type unknown so setting to unknown and have the player engine recognize it\n… in FindSourceFile()
1723 fprintf(file, "Error! Leave %d\n", err); in local_main()
1737 fprintf(file, "\nMemory Stats:\n"); in local_main()
1738 fprintf(file, " peakNumAllocs %d\n", stats->peakNumAllocs); in local_main()
1739 fprintf(file, " peakNumBytes %d\n", stats->peakNumBytes); in local_main()
1740 fprintf(file, " totalNumAllocs %d\n", stats->totalNumAllocs); in local_main()
1741 fprintf(file, " totalNumBytes %d\n", stats->totalNumBytes); in local_main()
1742 fprintf(file, " numAllocFails %d\n", stats->numAllocFails); in local_main()
[all …]
/external/icu4c/io/
Dufile.c179 u_fflush(UFILE *file) in u_fflush() argument
181 ufile_flush_translit(file); in u_fflush()
182 if (file->fFile) { in u_fflush()
183 fflush(file->fFile); in u_fflush()
185 else if (file->str.fPos < file->str.fLimit) { in u_fflush()
186 *(file->str.fPos++) = 0; in u_fflush()
192 u_frewind(UFILE *file) in u_frewind() argument
194 u_fflush(file); in u_frewind()
195 ucnv_reset(file->fConverter); in u_frewind()
196 if (file->fFile) { in u_frewind()
[all …]
/external/sonivox/arm-wt-22k/host_src/
Deas_hostmm.c112 EAS_HW_FILE *file; in EAS_HWInit() local
122 file = (*pHWInstData)->files; in EAS_HWInit()
125 file->fd = -1; in EAS_HWInit()
126 file++; in EAS_HWInit()
240 EAS_HW_FILE *file; in EAS_HWOpenFile() local
252 file = hwInstData->files; in EAS_HWOpenFile()
256 if (file->fd < 0) in EAS_HWOpenFile()
274 if ((file->fileSize = lseek(fd, 0, SEEK_CUR)) == -1L) { in EAS_HWOpenFile()
282 file->fileSize = (EAS_I32) locator->length; in EAS_HWOpenFile()
285 file->fd = fd; in EAS_HWOpenFile()
[all …]
/external/sonivox/arm-fm-22k/host_src/
Deas_hostmm.c204 EAS_HW_FILE *file; in EAS_HWOpenFile() local
216 file = hwInstData->files; in EAS_HWOpenFile()
220 if (file->buffer == NULL) in EAS_HWOpenFile()
229 if ((file->fileSize = ftell(ioFile)) == -1L) in EAS_HWOpenFile()
235 file->buffer = EAS_HWMalloc(hwInstData, file->fileSize); in EAS_HWOpenFile()
236 if (file->buffer == NULL) in EAS_HWOpenFile()
243 temp = (int) fread(file->buffer, (size_t) file->fileSize, 1, ioFile); in EAS_HWOpenFile()
253 file->filePos = 0; in EAS_HWOpenFile()
254 file->dup = EAS_FALSE; in EAS_HWOpenFile()
256 *pFile = file; in EAS_HWOpenFile()
[all …]
/external/sonivox/arm-hybrid-22k/host_src/
Deas_hostmm.c204 EAS_HW_FILE *file; in EAS_HWOpenFile() local
216 file = hwInstData->files; in EAS_HWOpenFile()
220 if (file->buffer == NULL) in EAS_HWOpenFile()
229 if ((file->fileSize = ftell(ioFile)) == -1L) in EAS_HWOpenFile()
235 file->buffer = EAS_HWMalloc(hwInstData, file->fileSize); in EAS_HWOpenFile()
236 if (file->buffer == NULL) in EAS_HWOpenFile()
243 temp = (int) fread(file->buffer, (size_t) file->fileSize, 1, ioFile); in EAS_HWOpenFile()
253 file->filePos = 0; in EAS_HWOpenFile()
254 file->dup = EAS_FALSE; in EAS_HWOpenFile()
256 *pFile = file; in EAS_HWOpenFile()
[all …]
/external/icu4c/data/translit/
Droot.txt19 file {
25 file {
32 file {
38 file {
45 file {
51 file {
58 file {
65 file {
72 file {
86 file {
[all …]
/external/bluetooth/glib/
Dglib-gettextize.in145 for file in *; do
146 case $file in
150 rm -f "$srcdir/$auxdir$file"
151 …($try_ln_s && ln -s $gettext_dir/$file "$srcdir/$auxdir$file" && $echo "Symlinking file $file") 2>…
152 { $echo "Copying file $file"; cp $file "$srcdir/$auxdir$file"; }
155 rm -f "$srcdir/$file"
156 …($try_ln_s && ln -s $gettext_dir/$file "$srcdir/$file" && $echo "Symlinking file $file") 2>/dev/nu…
157 { $echo "Copying file $file"; cp $file "$srcdir/$file"; }
164 for file in *; do
165 rm -f "$srcdir/po/$file"
[all …]
/external/dosfstools/src/
Dcheck.c186 static char *path_name(DOS_FILE *file) in path_name() argument
190 if (!file) *path = 0; in path_name()
192 if (strlen(path_name(file->parent)) > PATH_MAX) in path_name()
195 strcpy(strrchr(path,0),file->lfn?file->lfn:file_name(file->dir_ent.name)); in path_name()
222 static char *file_stat(DOS_FILE *file) in file_stat() argument
229 date = date_dos2unix(CF_LE_W(file->dir_ent.time),CF_LE_W(file-> in file_stat()
233 sprintf(temp," Size %u bytes, date %s",CF_LE_L(file->dir_ent.size),tmp); in file_stat()
293 static void drop_file(DOS_FS *fs,DOS_FILE *file) in drop_file() argument
297 MODIFY(file,name[0],DELETED_FLAG); in drop_file()
298 for (cluster = FSTART(file,fs); cluster > 0 && cluster < in drop_file()
[all …]
/external/bluetooth/glib/gio/win32/
Dgwinhttpfile.c53 GWinHttpFile *file; in G_DEFINE_TYPE_WITH_CODE() local
55 file = G_WINHTTP_FILE (object); in G_DEFINE_TYPE_WITH_CODE()
57 g_free (file->url.lpszScheme); in G_DEFINE_TYPE_WITH_CODE()
58 g_free (file->url.lpszHostName); in G_DEFINE_TYPE_WITH_CODE()
59 g_free (file->url.lpszUserName); in G_DEFINE_TYPE_WITH_CODE()
60 g_free (file->url.lpszPassword); in G_DEFINE_TYPE_WITH_CODE()
61 g_free (file->url.lpszUrlPath); in G_DEFINE_TYPE_WITH_CODE()
62 g_free (file->url.lpszExtraInfo); in G_DEFINE_TYPE_WITH_CODE()
64 g_object_unref (file->vfs); in G_DEFINE_TYPE_WITH_CODE()
94 GWinHttpFile *file; in _g_winhttp_file_new() local
[all …]
/external/libpng/
Dmissing198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
200 if test -f "$file"; then
201 touch $file
203 test -z "$file" || exec >$file
208 chmod +x $file
273 file=`echo "$*" | sed -n "$sed_output"`
274 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
275 if test -f "$file"; then
276 touch $file
[all …]

12345678910>>...89