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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
directive_file-errors.s 5 .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
  /external/llvm/test/MC/ARM/
coff-file.s 7 .file "null-padded.asm"
8 // CHECK: (nx 1) {{0x[0-9]+}} .file
11 .file "eighteen-chars.asm"
13 // CHECK: (nx 1) {{0x[0-9]+}} .file
16 .file "multiple-auxiliary-entries.asm"
18 // CHECK: (nx 2) {{0x[0-9]+}} .file
23 // CHECK-SCN: Name: .file
25 // CHECK-SCN: StorageClass: File
31 // CHECK-SCN: Name: .file
33 // CHECK-SCN: StorageClass: File
    [all...]
  /external/llvm/test/MC/COFF/
file.s 7 .file "null-padded.asm"
8 // CHECK: (nx 1) {{0x[0-9]+}} .file
11 .file "eighteen-chars.asm"
13 // CHECK: (nx 1) {{0x[0-9]+}} .file
16 .file "multiple-auxiliary-entries.asm"
18 // CHECK: (nx 2) {{0x[0-9]+}} .file
23 // CHECK-SCN: Name: .file
25 // CHECK-SCN: StorageClass: File
31 // CHECK-SCN: Name: .file
33 // CHECK-SCN: StorageClass: File
    [all...]
  /external/llvm/test/MC/ELF/
file.s 5 .file "foo"
13 // CHECK-NEXT: Type: File
  /external/llvm/test/MC/MachO/
file.s 3 .file 1 "dir/foo"
loc.s 3 .file 1 "foo"
  /external/chromium_org/third_party/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/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/chromium_org/chrome/common/safe_browsing/
download_protection_util.cc 3 // found in the LICENSE file.
13 bool IsArchiveFile(const base::FilePath& file) {
15 return file.MatchesExtension(FILE_PATH_LITERAL(".zip"));
18 bool IsBinaryFile(const base::FilePath& file) {
21 file.MatchesExtension(FILE_PATH_LITERAL(".bas")) ||
22 file.MatchesExtension(FILE_PATH_LITERAL(".bat")) ||
23 file.MatchesExtension(FILE_PATH_LITERAL(".cab")) ||
24 file.MatchesExtension(FILE_PATH_LITERAL(".cmd")) ||
25 file.MatchesExtension(FILE_PATH_LITERAL(".com")) ||
26 file.MatchesExtension(FILE_PATH_LITERAL(".exe")) |
    [all...]
  /external/clang/test/Index/
crash-recovery-code-complete.c 3 // RUN: "-remap-file=%s,%S/Inputs/crash-recovery-code-complete-remap.c" \
12 // REQUIRES: can-remove-opened-file
14 #warning parsing original file
crash-recovery-reparse.c 3 // RUN: -remap-file="%s,%S/Inputs/crash-recovery-reparse-remap.c" \
11 #warning parsing original file
  /external/clang/test/Preprocessor/
file_to_include.h 2 #warning file successfully included
  /system/media/camera/docs/
CameraCharacteristicsKeys.mako 6 ## you may not use this file except in compliance with the License.
17 <%include file="CameraMetadataKeys.mako" args="java_class='CameraCharacteristics', xml_kind='static'" />
CaptureRequestKeys.mako 6 ## you may not use this file except in compliance with the License.
17 <%include file="CameraMetadataKeys.mako" args="java_class='CaptureRequest', xml_kind='controls'" />
CaptureResultKeys.mako 6 ## you may not use this file except in compliance with the License.
17 <%include file="CameraMetadataKeys.mako" args="java_class='CaptureResult', xml_kind='dynamic'" />
  /external/bison/lib/
dirname.h 1 /* 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/
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/qemu/distrib/zlib-1.2.8/
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/zlib/src/
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);
  /ndk/sources/android/support/src/stdio/
stdio_impl.c 9 void fake_file_init_file(FakeFILE* file, FILE* f) {
10 memset(file, 0, sizeof(*file));
11 file->file = f;
14 void fake_file_init_buffer(FakeFILE* file, char* buffer, size_t buffer_size) {
15 memset(file, 0, sizeof(*file));
16 file->buffer = (void*)buffer
    [all...]
  /external/chromium_org/third_party/ots/src/
cbdt.cc 3 // found in the LICENSE file.
15 bool ots_cbdt_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
20 file->cbdt = new OpenTypeCBDT;
21 file->cbdt->data = data;
22 file->cbdt->length = length;
26 bool ots_cbdt_should_serialise(OpenTypeFile *file) {
27 return file->cbdt != NULL && file->cblc != NULL;
30 bool ots_cbdt_serialise(OTSStream *out, OpenTypeFile *file) {
31 if (!out->Write(file->cbdt->data, file->cbdt->length))
    [all...]
cblc.cc 3 // found in the LICENSE file.
15 bool ots_cblc_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
20 file->cblc = new OpenTypeCBLC;
21 file->cblc->data = data;
22 file->cblc->length = length;
26 bool ots_cblc_should_serialise(OpenTypeFile *file) {
27 return file->cblc != NULL && file->cbdt != NULL;
30 bool ots_cblc_serialise(OTSStream *out, OpenTypeFile *file) {
31 if (!out->Write(file->cblc->data, file->cblc->length))
    [all...]
hmtx.cc 3 // found in the LICENSE file.
15 bool ots_hmtx_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
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) {
33 return file->hmtx != NULL;
36 bool ots_hmtx_serialise(OTSStream *out, OpenTypeFile *file) {
    [all...]
  /external/chromium_org/ppapi/c/documentation/
check.sh 4 # 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/
check.sh 4 # found in the LICENSE file.
22 for file in *.html ; do
23 CheckFile ${file}
26 for file in $* ; do
27 CheckFile ${file}

Completed in 864 milliseconds

1 2 3 4 5 6 7 8 91011>>