Searched refs:file (Results 1 - 25 of 3694) 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
/external/llvm/test/MC/ARM/
H A Dcoff-file.s7 .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
31 // CHECK-SCN: Name: .file
39 // CHECK-SCN: Name: .file
/external/llvm/test/MC/COFF/
H A Dfile.s7 .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
31 // CHECK-SCN: Name: .file
39 // CHECK-SCN: Name: .file
/external/llvm/test/MC/ELF/
H A Dfile.s5 .file "foo"
H A Dempty-dwarf-lines.s5 .file 1 "test.c"
/external/autotest/client/site_tests/security_Minijail0/src/
H A Dtest-remount4 # found in the LICENSE file.
9 file="/proc/sys/kernel/printk"
10 [ -w "$file" ] && die "can write to $file"
/external/llvm/test/MC/MachO/
H A Dfile.s3 .file 1 "dir/foo"
H A Dloc.s3 .file 1 "foo"
/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 elfutils.
6 # This file is free software; you can redistribute it and/or modify
26 file[0] = "???"
27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"
30 file[0] = "???"
31 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c"
32 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h"
33 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h"
34 file[4] = "/usr/include/bits/types.h"
35 file[
[all...]
/external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/
H A Dverify.bsh15 File file = new File( basedir, "child/target/generated-classes/jacoco/Example.class" );
16 if ( !file.isFile() ) {
17 throw new RuntimeException( "Could not find backup of instrumented class: " + file );
19 file = new File( basedir, "child/target/generated-classes/jacoco/DoNotInstrument.class" );
20 if ( file.isFile() ) {
21 throw new RuntimeException( "Excluded file should not be instrumented: " + file );
24 file = new File( basedir, "child/target/coverage.exec" );
25 if ( !file.isFile() )
27 throw new FileNotFoundException( "Could not find generated dump: " + file );
[all...]
/external/autotest/client/profilers/powertop/src/
H A Dmisctips.c4 * This file is part of PowerTOP
6 * This program file is free software; you can redistribute it and/or modify it
16 * along with this program in a file named COPYING; if not, write to the
37 FILE *file; local
38 file = fopen("/proc/sys/vm/laptop_mode", "w");
39 if (!file)
41 fprintf(file,"5\n");
42 fclose(file);
47 FILE *file; local
56 file
87 FILE *file; local
96 FILE *file; local
118 FILE *file; local
144 FILE *file; local
161 FILE *file; local
186 FILE *file; local
210 FILE *file; local
220 FILE *file; local
273 FILE *file; local
283 FILE *file; local
[all...]
/external/clang/test/Index/
H A Dcrash-recovery-code-complete.c3 // RUN: "-remap-file=%s,%S/Inputs/crash-recovery-code-complete-remap.c" \
12 // REQUIRES: can-remove-opened-file
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/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);
H A Ddirname-lgpl.c1 /* dirname.c -- return all but the last element in a file name
32 dir_len (char const *file) argument
34 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file);
40 && ISSLASH (file[prefix_length]))
41 : (ISSLASH (file[0])
43 && ISSLASH (file[1]) && ! ISSLASH (file[2])
48 for (length = last_component (file) - file;
50 if (! ISSLASH (file[lengt
71 mdir_name(char const *file) argument
[all...]
/external/opencv3/3rdparty/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/sonic/
H A Dwave.c4 This file is part of the Sonic Library.
6 This file is licensed under the Apache 2.0 license.
10 This file supports read/write wave files.
28 /* Write a string to a file. */
30 waveFile file,
36 if(file->failed) {
39 bytesWritten = fwrite(bytes, sizeof(char), length, file->soundFile);
41 fprintf(stderr, "Unable to write to output file");
42 file->failed = 1;
44 file
29 writeBytes( waveFile file, void *bytes, int length) argument
48 writeString( waveFile file, char *string) argument
56 writeInt( waveFile file, int value) argument
71 writeShort( waveFile file, short value) argument
86 readBytes( waveFile file, void *bytes, int length) argument
98 readExactBytes( waveFile file, void *bytes, int length) argument
116 readInt( waveFile file) argument
131 readShort( waveFile file) argument
146 expectString( waveFile file, char *expectedString) argument
167 writeHeader( waveFile file, int sampleRate) argument
190 readHeader( waveFile file) argument
227 closeFile( waveFile file) argument
245 waveFile file; local
270 waveFile file; local
290 closeWaveFile( waveFile file) argument
325 readFromWaveFile( waveFile file, short *buffer, int maxSamples) argument
349 writeToWaveFile( waveFile file, short *buffer, int numSamples) argument
[all...]
/external/toybox/tests/
H A Dchmod.test24 touch file
33 if [ "$type" == file ]
39 type=file
50 rm -rf dir file && mkdir dir && touch file
51 testing "chmod 750 dir 640 file" \
52 "chmod 750 dir 640 file 2>/dev/null ||
53 ls -ld dir file | cut -d' ' -f 1 | cut -d. -f 1" "drwxr-x---\n-rwxr-x---\n" "" ""
55 rm -rf dir file && mkdir dir && touch file
[all...]
/external/pdfium/third_party/zlib_v128/
H A Dgzclose.c8 /* gzclose() is in a separate file so that it is linked in only if it is used.
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);
11 gzclose( gzFile file) argument
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
H A DFileSystem.java5 * you may not use this file except in compliance with the License.
27 * #SYSTEM} implementation, which uses the host machine's local file system. Alternate
31 * <p>All operations on a file system are racy. For example, guarding a call to {@link #source}
33 * The file may be moved between the two calls!
35 * <p>This interface is less ambitious than {@link java.nio.file.FileSystem} introduced in Java 7.
36 * It lacks important features like file watching, metadata, permissions, and disk space
41 /** The host machine's local file system. */
43 @Override public Source source(File file) throws FileNotFoundException {
44 return Okio.source(file);
47 @Override public Sink sink(File file) throw
106 source(File file) argument
112 sink(File file) argument
118 appendingSink(File file) argument
121 delete(File file) argument
124 exists(File file) argument
127 size(File file) argument
[all...]
/external/apache-http/android/src/com/android/internal/http/multipart/
H A DFilePartSource.java9 * 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
51 /** File part file. */
52 private File file = null; field in class:FilePartSource
54 /** File part file name. */
60 * @param file the FilePart source File.
62 * @throws FileNotFoundException if the file does not exist or
65 public FilePartSource(File file) throws FileNotFoundException { argument
66 this.file
87 FilePartSource(String fileName, File file) argument
[all...]
/external/vogar/src/vogar/tasks/
H A DRmTask.java5 * you may not use this file except in compliance with the License.
25 private final File file; field in class:RmTask
27 public RmTask(Rm rm, File file) { argument
28 super("rm " + file);
30 this.file = file;
34 rm.file(file);

Completed in 944 milliseconds

1234567891011>>