HomeSort by relevance Sort by last modified time
    Searched refs:file (Results 1 - 25 of 4636) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/vsprojects/
convert2008to2005.sh 9 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/
run-get-files.sh 16 # 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[5] = "/usr/include/bits/sched.h
    [all...]
  /external/zlib/
gzclose.c 8 /* 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/
android_pmem.h 24 /* 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* file)
    [all...]
  /external/webkit/WebKit/mac/Misc/
OldWebAssertions.c 29 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)
36 void WebReportError(const char *file, int line, const char *function, const char *format, ...)
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
gendef.pl 7 while ( ($file = shift(@ARGV)) ) {
8 if ( ! defined(open(FILE, $file)) ) {
9 warn "Couldn't open $file: $!\n";
13 $file =~ s,.*/,,;
14 while (<FILE>) {
21 close(FILE);
  /external/webkit/LayoutTests/http/tests/appcache/resources/
versioned-manifest.php 6 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);
counter.php 6 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);
  /external/chromium/base/
dynamic_annotations.cc 3 // found in the LICENSE file.
11 extern "C" void AnnotateRWLockCreate(const char *file, int line,
13 extern "C" void AnnotateRWLockDestroy(const char *file, int line,
15 extern "C" void AnnotateRWLockAcquired(const char *file, int line,
17 extern "C" void AnnotateRWLockReleased(const char *file, int line,
19 extern "C" void AnnotateCondVarWait(const char *file, int line,
22 extern "C" void AnnotateCondVarSignal(const char *file, int line,
24 extern "C" void AnnotateCondVarSignalAll(const char *file, int line,
26 extern "C" void AnnotatePublishMemoryRange(const char *file, int line,
29 extern "C" void AnnotatePCQCreate(const char *file, int line
    [all...]
  /cts/tools/dx-tests/src/dxconvext/util/
FileUtils.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
24 * File I/O utilities.
35 * Reads the named file, translating {@link IOException} to a
38 * @param fileName non-null; name of the file to read
39 * @return non-null; contents of the file
42 File file = new File(fileName); local
43 return readFile(file);
    [all...]
  /dalvik/dx/src/com/android/dx/util/
FileUtils.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
24 * File I/O utilities.
35 * Reads the named file, translating {@link IOException} to a
38 * @param fileName {@code non-null;} name of the file to read
39 * @return {@code non-null;} contents of the file
42 File file = new File(fileName); local
43 return readFile(file);
    [all...]
  /frameworks/base/core/java/com/android/internal/http/multipart/
FilePartSource.java 9 * contributor license agreements. See the NOTICE file distributed with
11 * The ASF licenses this file to You under the Apache License, Version 2.0
12 * (the "License"); you may not use this file except in compliance with
34 import java.io.File;
41 * A PartSource that reads from a File.
51 /** File part file. */
52 private File file = null; field in class:FilePartSource
54 /** File part file name. *
    [all...]
  /external/webkit/WebKitTools/Scripts/
do-file-rename 29 # Script to do file renaming.
35 use File::Find;
52 my $file = $_;
54 if ($file eq "icu") {
55 $File::Find::prune = 1;
59 if ($file =~ /^\../) {
60 $File::Find::prune = 1;
64 return if $file =~ /^ChangeLog/;
65 return if -d $file;
67 push @paths, $File::Find::name
    [all...]
find-extra-includes 32 use File::Find;
41 my $file = $_;
43 if ($file eq "icu") {
44 $File::Find::prune = 1;
48 if ($file !~ /^\./ && $file =~ /\.(h|cpp|c|mm|m)$/) {
49 $paths{$file} = $File::Find::name;
50 open FILE, $file or die
    [all...]
report-include-statistics 32 use File::Find;
42 my $file = $_;
44 if ($file eq "icu") {
45 $File::Find::prune = 1;
49 if ($file !~ /^\./ && $file =~ /\.(h|cpp|c|mm|m)$/) {
50 $paths{$file} = $File::Find::name;
51 $sources{$file} = $File::Find::name if $file !~ /\.h/
    [all...]
do-webcore-rename 35 use File::Find;
53 my $file = $_;
55 if ($file eq "icu") {
56 $File::Find::prune = 1;
60 if ($file =~ /^\../) {
61 $File::Find::prune = 1;
65 return if $file =~ /^ChangeLog/;
66 return if -d $file;
68 push @paths, $File::Find::name;
148 for my $file (sort @paths)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
fileio.c 2 * 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->ino = ino
    [all...]
  /cts/libs/vogar-expect/src/vogar/commands/
Rm.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
26 public void file(File file) { method in class:Rm
27 new Command("rm", "-f", file.getPath()).execute();
30 public void directoryTree(File directory) {
  /external/elfutils/libdw/
dwarf_filesrc.c 1 /* Find source file information.
23 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime,
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/
descriptor_database_unittest.cc 35 // This file makes extensive use of RFC 3092. :)
86 virtual bool AddToDatabase(const FileDescriptorProto& file) = 0;
104 virtual bool AddToDatabase(const FileDescriptorProto& file) {
105 return database_.Add(file);
124 virtual bool AddToDatabase(const FileDescriptorProto& file) {
126 file.SerializeToString(&data);
147 virtual bool AddToDatabase(const FileDescriptorProto& file) {
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...]
  /build/tools/
fixlinebreaks.sh 10 for file in $FILES ; do
11 echo $file
12 tr -d \\r < $file > _temp_file
13 mv _temp_file $file
  /dalvik/tools/
dexcheck 6 # you may not use this file except in compliance with the License.
52 # Check each file in turn. This is much faster with "dexdump -c", but that
57 for file in $files; do
58 echo $file
59 errout=`adb shell "dexdump /data/dalvik-cache/$file > dev/null"`
62 echo " Failure in $file: $errout"
  /bionic/libc/stdio/
remove.c 40 remove(const char *file)
44 if (lstat(file, &st) < 0)
47 return (rmdir(file));
48 return (unlink(file));
  /bionic/libc/stdlib/
assert.c 37 __assert(const char *file, int line, const char *failedexpr)
40 "assertion \"%s\" failed: file \"%s\", line %d\n",
41 failedexpr, file, line);
47 __assert2(const char *file, int line, const char *func, const char *failedexpr)
50 "assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"\n",
51 failedexpr, file, line, func);
  /external/chromium/base/test/
test_file_util_mac.cc 3 // found in the LICENSE file.
14 bool EvictFileFromSystemCache(const FilePath& file) {
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()

Completed in 587 milliseconds

1 2 3 4 5 6 7 8 91011>>