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

1234567891011>>

/external/llvm/test/MC/AsmParser/
H A Ddirective_file-2.s5 // but keep the debug info existing in the assembly file.
7 .file "hello"
8 .file 1 "world"
10 // CHECK: .file "hello"
11 // CHECK: .file 1 "world"
/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"
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dfile.s5 .file "foo"
/external/syslinux/core/fs/lib/
H A Dclose.c3 void generic_close_file(struct file *file) argument
5 if (file->inode) {
6 file->offset = 0;
7 put_inode(file->inode);
/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/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/ltp/testcases/kernel/fs/racer/
H A Dfs_racer_dir_create.sh26 echo "asdf" > $DIR/$file/$file/$file
30 file=$(($RANDOM%$MAX))
31 mkdir -p $DIR/$file/$file/ 2> /dev/null
H A Dfs_racer_file_symlink.sh26 file=$(($RANDOM%$MAX))
27 new_file=$((($file + 1)%$MAX))
28 ln -s $file $DIR/$new_file 2> /dev/null
29 ln -s $file/$file/$file $DIR/$new_file 2> /dev/null
/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/linux-kselftest/tools/testing/selftests/ftrace/samples/
H A Dfail.tc3 cat non-exist-file
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Ddirective_file.s3 .file "hello"
4 .file 1 "world"
6 # CHECK: .file "hello"
7 # CHECK: .file 1 "world"
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dloc.s3 .file 1 "foo"
/external/syslinux/com32/hdt/floppy/
H A Dmtools.conf2 drive a: file="hdt.img"
/external/syslinux/core/fs/xfs/
H A Dxfs_readdir.h21 int xfs_readdir_dir2_local(struct file *file, struct dirent *dirent,
23 int xfs_readdir_dir2_block(struct file *file, struct dirent *dirent,
25 int xfs_readdir_dir2_leaf(struct file *file, struct dirent *dirent,
27 int xfs_readdir_dir2_node(struct file *file, struct dirent *dirent,
/external/python/cpython2/Modules/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/python/cpython3/Modules/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);

Completed in 892 milliseconds

1234567891011>>