/external/llvm/test/MC/AsmParser/ |
H A D | directive_file-2.s | 5 // 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 D | 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 31 // CHECK-SCN: Name: .file 39 // CHECK-SCN: Name: .file
|
/external/llvm/test/MC/COFF/ |
H A D | 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 31 // CHECK-SCN: Name: .file 39 // CHECK-SCN: Name: .file
|
/external/llvm/test/MC/ELF/ |
H A D | file.s | 5 .file "foo"
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
H A D | file.s | 5 .file "foo"
|
/external/syslinux/core/fs/lib/ |
H A D | close.c | 3 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 D | test-remount | 4 # 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 D | file.s | 3 .file 1 "dir/foo"
|
H A D | loc.s | 3 .file 1 "foo"
|
/external/elfutils/tests/ |
H A D | run-get-files.sh | 3 # 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 D | verify.bsh | 15 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 D | misctips.c | 4 * 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 D | 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
|
H A D | 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/ |
H A D | file_to_include.h | 2 #warning file successfully included
|
/external/linux-kselftest/tools/testing/selftests/ftrace/samples/ |
H A D | fail.tc | 3 cat non-exist-file
|
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/ |
H A D | directive_file.s | 3 .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 D | loc.s | 3 .file 1 "foo"
|
/external/syslinux/com32/hdt/floppy/ |
H A D | mtools.conf | 2 drive a: file="hdt.img"
|
/external/syslinux/core/fs/xfs/ |
H A D | xfs_readdir.h | 21 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/bison/lib/ |
H A D | 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/python/cpython2/Modules/zlib/ |
H A D | 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/ |
H A D | 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/ltp/testcases/kernel/fs/racer/ |
H A D | fs_racer_file_symlink.sh | 26 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/linux-kselftest/tools/testing/selftests/efivarfs/ |
H A D | efivarfs.sh | 46 local file=$efivarfs_mount/$FUNCNAME-$test_guid 48 printf "$attrs\x00" > $file 50 if [ ! -e $file ]; then 51 echo "$file couldn't be created" >&2 55 if [ $(stat -c %s $file) -ne 5 ]; then 56 echo "$file has invalid size" >&2 63 local file=$efivarfs_mount/$FUNCNAME-$test_guid 65 : > $file 67 if [ ! -e $file ]; then 68 echo "$file ca [all...] |