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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
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/
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/swiftshader/third_party/LLVM/test/MC/ELF/
file.s 5 .file "foo"
  /external/syslinux/core/fs/lib/
close.c 3 void generic_close_file(struct file *file)
5 if (file->inode) {
6 file->offset = 0;
7 put_inode(file->inode);
  /external/autotest/client/site_tests/security_Minijail0/src/
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/
file.s 3 .file 1 "dir/foo"
loc.s 3 .file 1 "foo"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
file-2.s 1 .file "file-2.s"
4 .file "aux-1.s"
6 .file "aux-2.s"
file.s 2 .file "~tilde"
5 .file "hash#"
11 .file "lower"
12 .file "UPPER"
15 .file ":colon"
19 .file "/dir/file.s"
22 .file "[brackets]"
23 .file "{braces}"
26 .file "slash/data
    [all...]
  /external/elfutils/tests/
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[5] = "/usr/include/bits/sched.h
    [all...]
  /external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/
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 );
    [all...]
  /external/ltp/testcases/kernel/fs/racer/
fs_racer_dir_create.sh 26 echo "asdf" > $DIR/$file/$file/$file
30 file=$(($RANDOM%$MAX))
31 mkdir -p $DIR/$file/$file/ 2> /dev/null
  /toolchain/binutils/binutils-2.27/gold/testsuite/
no_version_test.sh 9 # This file is part of gold.
26 # This file goes with no_version_test.c, a C source file
33 file=$1
35 found=`egrep "\.gnu\.version.*" $file`
37 echo "These section should not be in $file:"
  /build/soong/scripts/
gen-kotlin-build-file.sh 6 # you may not use this file except in compliance with the License.
17 # Generates kotlinc module xml file to standard output based on rsp files
33 # Path in the build file are relative to the build file, we need to make them absolute.
40 for file in $(echo $classpath | tr ":" "\n"); do
41 echo " <classpath path=\"${prefix}/${file}\"/>"
44 # For each rsp file, print source entries
46 for file in $(cat $1); do
47 if [[ $file == *.java ]]; then
48 echo " <javaSourceRoots path=\"${prefix}/${file}\"/>"
    [all...]
  /external/autotest/client/profilers/powertop/src/
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
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/
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
  /external/linux-kselftest/tools/testing/selftests/ftrace/samples/
fail.tc 3 cat non-exist-file
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
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/
loc.s 3 .file 1 "foo"
  /external/syslinux/com32/hdt/floppy/
mtools.conf 2 drive a: file="hdt.img"
  /external/syslinux/core/fs/xfs/
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,

Completed in 1006 milliseconds

1 2 3 4 5 6 7 8 91011>>