Searched refs:file (Results 1 - 25 of 1604) sorted by relevance

1234567891011>>

/external/protobuf/vsprojects/
H A Dconvert2008to2005.sh9 for file in *.sln; do
10 echo "downgrading $file..."
12 s/Visual Studio 2008/Visual Studio 2005/g;' $file
15 for file in *.vcproj; do
16 echo "downgrading $file..."
17 sed -i -re 's/Version="9.00"/Version="8.00"/g;' $file
/external/elfutils/tests/
H A Drun-get-files.sh16 # Don't fail if we cannot decompress the file.
19 # Don't fail if we cannot decompress the file.
26 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[
[all...]
/external/zlib/
H A Dgzclose.c8 /* gzclose() is in a separate file so that it is linked in only if it is used.
11 int ZEXPORT gzclose(file)
12 gzFile file;
17 if (file == NULL)
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
23 return gzclose_r(file);
/external/kernel-headers/original/linux/
H A Dandroid_pmem.h24 /* This ioctl will allocate pmem space, backing the file, it will fail
25 * if the file already has an allocation, pass it the len as the argument
28 /* This will connect a one pmem file to another, pass the file that is already
61 int is_pmem_file(struct file *file);
63 unsigned long *end, struct file **filp);
64 int get_pmem_user_addr(struct file *file, unsigned long *start,
66 void put_pmem_file(struct file* fil
75 is_pmem_file(struct file *file) argument
79 get_pmem_user_addr(struct file *file, unsigned long *start, unsigned long *end) argument
81 put_pmem_file(struct file* file) argument
82 flush_pmem_file(struct file *file, unsigned long start, unsigned long len) argument
88 pmem_remap(struct pmem_region *region, struct file *file, unsigned operation) argument
[all...]
H A Dfile.h37 struct file ** fd; /* current fd array */
46 * Open file table structure
62 struct file * fd_array[NR_OPEN_DEFAULT];
67 extern void FASTCALL(__fput(struct file *));
68 extern void FASTCALL(fput(struct file *));
70 static inline void fput_light(struct file *file, int fput_needed) argument
73 fput(file);
76 extern struct file * FASTCALL(fget(unsigned int fd));
77 extern struct file * FASTCAL
96 struct file * file = NULL; local
[all...]
/external/webkit/WebKit/mac/Misc/
H A DOldWebAssertions.c29 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion);
30 void WebReportError(const char *file, int line, const char *function, const char *format, ...);
32 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion) argument
36 void WebReportError(const char *file, int line, const char *function, const char *format, ...) argument
/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dversioned-manifest.php6 function getCount($file)
8 if (!file_exists($file)) {
9 file_put_contents($file, "0");
12 return file_get_contents($file);
15 function stepCounter($file)
17 if (file_exists($file)) {
18 $value = getCount($file);
19 file_put_contents($file, ++$value);
H A Dcounter.php6 function stepCounter($file)
8 if (!file_exists($file)) {
9 file_put_contents($file, "0");
12 $value = file_get_contents($file);
13 file_put_contents($file, ++$value);
H A Dfail-on-update.php6 function setState($newState, $file)
8 file_put_contents($file, $newState);
11 function getState($file)
13 if (!file_exists($file)) {
16 return file_get_contents($file);
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
H A Dgendef.pl7 while ( ($file = shift(@ARGV)) ) {
8 if ( ! defined(open(FILE, $file)) ) {
9 warn "Couldn't open $file: $!\n";
13 $file =~ s,.*/,,;
/external/chromium/base/
H A Ddynamic_annotations.cc3 // found in the LICENSE file.
11 extern "C" void AnnotateRWLockCreate(const char *file, int line, argument
13 extern "C" void AnnotateRWLockDestroy(const char *file, int line, argument
15 extern "C" void AnnotateRWLockAcquired(const char *file, int line, argument
17 extern "C" void AnnotateRWLockReleased(const char *file, int line, argument
19 extern "C" void AnnotateCondVarWait(const char *file, int line, argument
22 extern "C" void AnnotateCondVarSignal(const char *file, int line, argument
24 extern "C" void AnnotateCondVarSignalAll(const char *file, int line, argument
26 extern "C" void AnnotatePublishMemoryRange(const char *file, int line, argument
29 extern "C" void AnnotatePCQCreate(const char *file, in argument
31 AnnotatePCQDestroy(const char *file, int line, const volatile void *pcq) argument
33 AnnotatePCQPut(const char *file, int line, const volatile void *pcq) argument
35 AnnotatePCQGet(const char *file, int line, const volatile void *pcq) argument
37 AnnotateNewMemory(const char *file, int line, const volatile void *mem, long size) argument
40 AnnotateExpectRace(const char *file, int line, const volatile void *mem, const char *description) argument
43 AnnotateBenignRace(const char *file, int line, const volatile void *mem, const char *description) argument
46 AnnotateMutexIsUsedAsCondVar(const char *file, int line, const volatile void *mu) argument
48 AnnotateTraceMemory(const char *file, int line, const volatile void *arg) argument
50 AnnotateThreadName(const char *file, int line, const char *name) argument
52 AnnotateIgnoreReadsBegin(const char *file, int line) argument
53 AnnotateIgnoreReadsEnd(const char *file, int line) argument
54 AnnotateIgnoreWritesBegin(const char *file, int line) argument
55 AnnotateIgnoreWritesEnd(const char *file, int line) argument
56 AnnotateNoOp(const char *file, int line, const volatile void *arg) argument
[all...]
/external/webkit/WebKitTools/Scripts/
H A Ddo-file-rename29 # Script to do file renaming.
52 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;
[all...]
H A 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} }) {
[all...]
H A 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)
[all...]
H A Ddo-webcore-rename53 my $file = $_;
55 if ($file eq "icu") {
60 if ($file =~ /^\../) {
65 return if $file =~ /^ChangeLog/;
66 return if -d $file;
148 for my $file (sort @paths) {
149 my $f = $file;
151 if ($f ne $file) {
152 $newFile{$file} = $f;
159 for my $file (sor
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dfileio.c2 * fileio.c --- Simple file I/O routines
7 * This file may be redistributed under the terms of the GNU Public
33 #define BMAP_BUFFER (file->buf + fs->blocksize)
39 ext2_file_t file; local
43 * Don't let caller create or open a file for writing if the
50 retval = ext2fs_get_mem(sizeof(struct ext2_file), &file);
54 memset(file, 0, sizeof(struct ext2_file));
55 file->magic = EXT2_ET_MAGIC_EXT2_FILE;
56 file->fs = fs;
57 file
91 ext2fs_file_get_fs(ext2_file_t file) argument
102 ext2fs_file_flush(ext2_file_t file) argument
140 sync_buffer_position(ext2_file_t file) argument
165 load_buffer(ext2_file_t file, int dontfill) argument
192 ext2fs_file_close(ext2_file_t file) argument
208 ext2fs_file_read(ext2_file_t file, void *buf, unsigned int wanted, unsigned int *got) argument
250 ext2fs_file_write(ext2_file_t file, const void *buf, unsigned int nbytes, unsigned int *written) argument
296 ext2fs_file_llseek(ext2_file_t file, __u64 offset, int whence, __u64 *ret_pos) argument
316 ext2fs_file_lseek(ext2_file_t file, ext2_off_t offset, int whence, ext2_off_t *ret_pos) argument
333 ext2fs_file_get_lsize(ext2_file_t file, __u64 *ret_size) argument
344 ext2fs_file_get_size(ext2_file_t file) argument
360 ext2fs_file_set_size(ext2_file_t file, ext2_off_t size) argument
[all...]
/external/elfutils/libdw/
H A Ddwarf_filesrc.c1 /* Find source file information.
23 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime, argument
26 if (file == NULL || idx >= file->nfiles)
30 *mtime = file->info[idx].mtime;
33 *length = file->info[idx].length;
35 return file->info[idx].name;
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc35 // This file makes extensive use of RFC 3092. :)
86 virtual bool AddToDatabase(const FileDescriptorProto& file) = 0;
104 virtual bool AddToDatabase(const FileDescriptorProto& file) { argument
105 return database_.Add(file);
124 virtual bool AddToDatabase(const FileDescriptorProto& file) { argument
126 file.SerializeToString(&data);
147 virtual bool AddToDatabase(const FileDescriptorProto& file) { argument
148 return pool_.BuildFile(file);
191 FileDescriptorProto file; local
192 EXPECT_TRUE(database_->FindFileByName("foo.proto", &file));
198 FileDescriptorProto file; local
206 FileDescriptorProto file; local
236 FileDescriptorProto file; local
243 FileDescriptorProto file; local
250 FileDescriptorProto file; local
257 FileDescriptorProto file; local
264 FileDescriptorProto file; local
271 FileDescriptorProto file; local
278 FileDescriptorProto file; local
285 FileDescriptorProto file; local
292 FileDescriptorProto file; local
299 FileDescriptorProto file; local
306 FileDescriptorProto file; local
312 FileDescriptorProto file; local
339 FileDescriptorProto file; local
345 FileDescriptorProto file; local
352 FileDescriptorProto file; local
360 FileDescriptorProto file; local
368 FileDescriptorProto file; local
374 FileDescriptorProto file; local
381 FileDescriptorProto file; local
564 FileDescriptorProto file; local
572 FileDescriptorProto file; local
580 FileDescriptorProto file; local
588 FileDescriptorProto file; local
596 FileDescriptorProto file; local
604 FileDescriptorProto file; local
612 FileDescriptorProto file; local
620 FileDescriptorProto file; local
628 FileDescriptorProto file; local
637 FileDescriptorProto file; local
644 FileDescriptorProto file; local
653 FileDescriptorProto file; local
662 FileDescriptorProto file; local
671 FileDescriptorProto file; local
680 FileDescriptorProto file; local
690 FileDescriptorProto file; local
697 FileDescriptorProto file; local
[all...]
/external/chromium/base/test/
H A Dtest_file_util_mac.cc3 // found in the LICENSE file.
14 bool EvictFileFromSystemCache(const FilePath& file) { argument
15 // There aren't any really direct ways to purge a file from the UBC. From
16 // talking with Amit Singh, the safest is to mmap the file with MAP_FILE (the
18 // open should then have to load the file from disk.
21 if (!mapped_file.Initialize(file)) {
22 DLOG(WARNING) << "failed to memory map " << file.value();
28 DLOG(WARNING) << "failed to invalidate memory map of " << file.value()
/external/bison/lib/
H A Ddirname.h1 /* Take file names apart into directory and base names.
40 char *base_name (char const *file);
41 char *dir_name (char const *file);
42 size_t base_len (char const *file);
43 size_t dir_len (char const *file);
45 bool strip_trailing_slashes (char *file);
H A Ddirname.c1 /* dirname.c -- return all but the last element in a file name
33 dir_len (char const *file) argument
35 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file);
39 for (length = base_name (file) - file; prefix_length < length; length--)
40 if (! ISSLASH (file[length - 1]))
44 return prefix_length + ISSLASH (file[prefix_length]);
53 dir_name (char const *file) argument
55 size_t length = dir_len (file);
56 bool append_dot = (length == FILE_SYSTEM_PREFIX_LEN (file));
111 char file[MAX_BUFF_LEN]; local
[all...]
H A Dstripslash.c1 /* stripslash.c -- remove redundant trailing slashes from a file name
27 This is useful when using file name completion from a shell that
30 when given a file that ends in "/" (except for the root directory). */
33 strip_trailing_slashes (char *file) argument
35 char *base = base_name (file);
/external/proguard/src/proguard/io/
H A DFileDataEntry.java28 * This <code>DataEntry</code> represents a file.
35 private final File file; field in class:FileDataEntry
40 File file)
43 this.file = file;
51 // Chop the directory name from the file name and get the right separators.
52 return file.equals(directory) ?
53 file.getName() :
54 file.getPath()
62 return file
39 FileDataEntry(File directory, File file) argument
[all...]
/external/webkit/WebCore/platform/qt/
H A DSharedBufferQt.cpp38 QFile file(fileName);
39 if (!file.exists() || !file.open(QFile::ReadOnly))
44 result->m_buffer.resize(file.size());
45 if (result->m_buffer.size() != file.size())
50 file.read(result->m_buffer.data(), result->m_buffer.size());
/external/apache-http/src/org/apache/http/entity/
H A DFileEntity.java8 * or more contributor license agreements. See the NOTICE file
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
41 * An entity whose content is retrieved from a file.
51 protected final File file; field in class:FileEntity
53 public FileEntity(final File file, final String contentType) { argument
55 if (file == null) {
58 this.file = file;
67 return this.file
[all...]

Completed in 368 milliseconds

1234567891011>>