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

1234567891011>>

/external/llvm/test/MC/AsmParser/
H A Ddirective_file-errors.s5 .file "hello"
6 .file 1 "world"
8 // CHECK: .file "hello"
9 // CHECK-ERRORS:6:9: error: input can't have .file dwarf directives when -g is used to generate dwarf debug info for assembly code
H A Ddirective_file.s3 .file "hello"
4 .file 1 "world"
5 .file 2 "directory" "file"
7 # CHECK: .file "hello"
8 # CHECK: .file 1 "world"
9 # CHECK: .file 2 "directory" "file"
/external/llvm/test/MC/ELF/
H A Dfile.s5 .file "foo"
H A Dempty-dwarf-lines.s5 .file 1 "test.c"
/external/llvm/test/MC/MachO/
H A Dfile.s3 .file 1 "dir/foo"
H A Dloc.s3 .file 1 "foo"
/external/chromium_org/base/files/
H A Dscoped_platform_file_closer.cc3 // found in the LICENSE file.
10 void PlatformFileCloser::operator()(PlatformFile* file) const {
11 if (file && *file != kInvalidPlatformFileValue)
12 ClosePlatformFile(*file);
/external/chromium_org/third_party/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/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.sh3 # This file is part of Red Hat elfutils.
34 file[0] = "???"
35 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"
38 file[0] = "???"
39 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c"
40 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h"
41 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h"
42 file[4] = "/usr/include/bits/types.h"
43 file[5] = "/usr/include/bits/sched.h"
44 file[
[all...]
/external/clang/test/Index/
H A Dcrash-recovery-code-complete.c3 // RUN: "-remap-file=%s;%S/Inputs/crash-recovery-code-complete-remap.c" \
14 #warning parsing original file
H A Dcrash-recovery-reparse.c3 // RUN: -remap-file="%s;%S/Inputs/crash-recovery-reparse-remap.c" \
11 #warning parsing original file
/external/clang/test/Preprocessor/
H A Dfile_to_include.h2 #warning file successfully included
/external/chromium_org/chrome/common/safe_browsing/
H A Ddownload_protection_util.cc3 // found in the LICENSE file.
10 bool IsArchiveFile(const base::FilePath& file) { argument
11 return file.MatchesExtension(FILE_PATH_LITERAL(".zip"));
14 bool IsBinaryFile(const base::FilePath& file) { argument
17 file.MatchesExtension(FILE_PATH_LITERAL(".bas")) ||
18 file.MatchesExtension(FILE_PATH_LITERAL(".bat")) ||
19 file.MatchesExtension(FILE_PATH_LITERAL(".cab")) ||
20 file.MatchesExtension(FILE_PATH_LITERAL(".cmd")) ||
21 file.MatchesExtension(FILE_PATH_LITERAL(".com")) ||
22 file
[all...]
/external/bison/lib/
H A Ddirname.h1 /* Take file names apart into directory and base names.
35 char *base_name (char const *file);
36 char *dir_name (char const *file);
39 char *mdir_name (char const *file);
40 size_t base_len (char const *file) _GL_ATTRIBUTE_PURE;
41 size_t dir_len (char const *file) _GL_ATTRIBUTE_PURE;
42 char *last_component (char const *file) _GL_ATTRIBUTE_PURE;
44 bool strip_trailing_slashes (char *file);
/external/chromium_org/third_party/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/zlib/src/
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/chromium_org/third_party/ots/src/
H A Dhmtx.cc3 // found in the LICENSE file.
15 bool ots_hmtx_parse(OpenTypeFile *file, const uint8_t *data, size_t length) { argument
18 file->hmtx = hmtx;
20 if (!file->hhea || !file->maxp) {
24 if (!ParseMetricsTable(&table, file->maxp->num_glyphs,
25 &file->hhea->header, &hmtx->metrics)) {
32 bool ots_hmtx_should_serialise(OpenTypeFile *file) { argument
33 return file->hmtx != NULL;
36 bool ots_hmtx_serialise(OTSStream *out, OpenTypeFile *file) { argument
43 ots_hmtx_free(OpenTypeFile *file) argument
[all...]
/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...]
/external/chromium_org/ppapi/c/documentation/
H A Dcheck.sh4 # found in the LICENSE file.
22 for file in *.html ; do
23 CheckFile ${file}
26 for file in $* ; do
27 CheckFile ${file}
/external/chromium_org/ppapi/cpp/documentation/
H A Dcheck.sh4 # found in the LICENSE file.
22 for file in *.html ; do
23 CheckFile ${file}
26 for file in $* ; do
27 CheckFile ${file}
/external/chromium_org/tools/gyp/test/rules-use-built-dependencies/src/
H A Dmain.cc3 // found in the LICENSE file.
10 FILE* file; local
11 file = fopen(argv[1], "wb");
13 fwrite(output, 1, sizeof(output) - 1, file);
14 fclose(file);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileCallback.idl32 void handleEvent(File file);
/external/chromium_org/tools/gyp/test/ninja/s-needs-no-depfiles/
H A Dempty.s1 # This file intentionally left blank.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Dgas-line-err.asm2 .file "bar1.s"
8 .file "bar2.s"
10 .file 5 "bar3.s"

Completed in 1788 milliseconds

1234567891011>>